﻿body
{
	color: #003399;
	text-align: center;
	font-size: 18px;
	font-family: 'Times New Roman' , Times, serif;
	background-color: #FFFFFF;
	margin-top: 0px;
}

hr
{
	border: 1px solid #0033CC;
}

p
{
	margin: 0px 0px 10px 0px;
}
 
table
{
	text-align:left;
	margin-right:auto;
	margin-left:auto;
}

a
{
	color: #9f40ff;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 18px;
}

a:visited
{
	color: #9f40ff;
}

a:hover
{
	text-decoration: underline;
	color: #9f40ff;
}

a:active
{
	color: #9f40ff;
}

.control a
{
	font-size: 14px;
}

.title
{
	font-size: 55px;
	color: #9900CC;
	text-align: center;
}

/*.title span
{
	background-color: #FFFFFF;
}*/

.col1
{
	font-weight: bold;
}

.col2{}

.col1a
{
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CC99FF;
}

.col2a
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CC99FF;
}

.big-frame
{
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CC99FF;
	border-left-color: #CC99FF;
}

.back-bar
{
	border-top: solid 2px #CCCCCC;
	height: 20px;
	padding-top: 8px;
}

.modal-Background
{
	background-color: #333333;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.popup-bg
{
	background-color: #FFFFFF;
}

.popup-title
{
	background-color: #3366CC;
	width: 100%;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
}

.popup-note
{
	border: solid 3px #c28854;
	background-color: #3C1E00;
}

.header
{
	vertical-align: top;
	height: 187px; /*200px*/
	width: 1006px;
	background-repeat: no-repeat;
}

.header h2
{
	margin: 0px;
	font-size: 31px;
	position: relative;
	top: 68px;
	left: 16px;
	font-family: 'Agency FB';
	word-spacing: 5px;
}

.footer
{
	height: 100px;
	background-color: #3366cc;
}

.photo-bg
{
	width: 216px;
	height: 321px;
	background-repeat: no-repeat;
}

.photo-title
{
	height: 30px;
	font-size: 22px;
	text-align: center;
	padding-top: 10px;
	vertical-align: top;
}

.photo-header
{
	height: 34px;
	font-size: 22px;
	text-align: center;
	padding-top: 6px;
}

.photo-footer
{
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	line-height: 14px;
	height: 32px;
}

.photo-border
{
	padding: 1px;
	border: 1px solid #0066FF;
}

.box-border
{
	padding: 1px;
	border: 1px solid #CC99FF;
}

.max-box-photo
{
	max-width: 55px;
	max-height: 55px;
	width: expression(this.width > this.height ? "55px" : "auto");
	height: expression(this.height > this.width ? "55px" : "auto");
}

.home-bg
{
	padding-top: 30px;
	font-size: 18px;
}

.home-photo-bg
{
	padding-left: 30px;
	float: right;
	width: 220px;
}




/* menu */

.menu-IE8Fix
{
	z-index: 100;
}

.menua
{
	font-size: 22px;
}

.menua-item
{
	padding: 0px 5px 0px 5px;
	margin-bottom: 8px;
	text-align: center;
}

.menua a
{
	color: #000099;
	text-decoration: none;
	font-size: 22px;
}

.menua-sep
{
	margin: 0px;
	cursor: default;
}

.menub
{
	font-size: 20px;
}

.menub a
{
	font-size: 20px;
	color: #FFFFFF;
}

.call
{
	font-size: 60px;
	color: #FFFFFF;
}

.email a
{
	text-transform: lowercase;
}

.notes
{
	font-size: 16px;
	font-weight: normal;
}

.notes a
{
	color: #33CCFF;
}

.digits
{
	color: #FF9000;
	font-weight: bold;
	text-transform: capitalize;
}

.empty-data
{
	text-align: center;
	background-color: #e5edff;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
}

.callout
{
	color: #000000;
}

.bar
{
	background-position: bottom;
	background-image: url(Images/bar.png);
	background-repeat: repeat-x;
	width: auto;
	height: 40px;
	font-size: 24px;
	font-style: italic;
	line-height: 40px;
	padding-left: 2px;
}

.hidden
{
	display: none;
}

/*gantt chart*/
.g-bar
{
	background-color: #3399FF;
	height: 8px;
	width: 100%;
}

.g-weekend
{
	background-color: #D9D9FF;
	width: 20px;
}

.g-today
{
	background-color: #FF9900;
	width: 20px;
}

.g-day
{
	width: 20px;
}