@charset "utf-8";

html {overflow-y: scroll;}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #454545;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: auto;
}
.menubarMsgBox {
	height: 80px;
	width: 170px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: small;
}
.menubarMsgBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	height: 23px;
}

.footer {
	font-size: xx-small;
	text-align: right;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: 8a0303;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	color: #FFFFFF;
}
.navPanel {
	background-color: e6e6e6;
	height: 100%;
	background-image: url(images/menubottombg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}


a:link {
	color: #AF0303;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #550000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

.line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	font-style: normal;
	background-image: url(img/line.jpg);
}




.links {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	background-color: #490103;
	clear: left;
	float: left;
}

.SubTitle {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.contactAppt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF9933;
}
.contactName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.td_alpha {
	filter: Alpha(Opacity=20);
	background-color: #FFFFFF;
}

.rowHighlight {
	background-color: #F2F2F2;
}


.contentlayout {
	background-color: ffffff;
	background-image: url(images/pagebottombg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.menubar{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.menubarHeader {
	font-size: 12px;
	font-weight: bold;
	background-color: #C1C1C1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;

	text-indent: 8px;
}

.menubar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.menubar li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/menubar.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.menubar li a:link, .menubar li a:visited {
	color: #000000;
}

.menubar li a:hover{
	color: #FFFFFF;
	background-position: 100% -32px;
}

	
.menubar li a.selected{
	color: #9E0000;
	background-position: 100% -64px;
}

.pagelayout {
	height: 100%;
	width: 100%;
}
.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.pageText {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.pageHeader1 {
	font-size: 18px;
	font-weight: bold;
	color: #8A0303;
	background-color: #EFEFE6;
	width: 100%;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-top: 7px;
	margin: 0px;
	text-indent: 10px;
}

.pageHeader2 {
	font-size: 16px;
	font-weight: bold;
	color: #8A0303;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-style: italic;
}

.pageHeader3 {
	font-size: 13px;
	font-weight: bold;
	color: #8A0303;
	padding-bottom: 4px;
}
.pageHeader4 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 4px;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 120px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
