/* CSS Document */

body,td,th {
	font-family: tahoma;
	font-size: 17px;
	color:#000000;
}
body {
	font-family:"Times New Roman", Times, serif;
	background-color: #24537c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.left_links {
	color: #ffffff;
	font-size:11px;
	font-weight: bold;

}
a {
	font-size: 11px;
	color: #000099;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.useful_links {
font-size:11px;
	color:#0000CC;
}


.page_title {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.useful_links_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000033;
	font-weight:normal;
}
.Sub_Headers {	font-size: 14px;
	font-weight: bold;
	color:#000033;
}
.status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #669900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#dhtmltooltip{
font-family:"Times New Roman", Times, serif;
position: absolute;
width: 80px;
border: 1px solid #999999;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
color:#000066;
z-index: 100;
font-size:12px;
text-align:center;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.admin_table_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}


.admin_table_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color:#999999;
	text-align:center;
}

.admin_table_cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#CCCCCC;
}

.admin_table_cell_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#FF00FF;
}

.admin_status_msg
{
	color:#FF0000;
	font-size:10;
}
