@charset "UTF-8";
/* CSS Document */

.title {
	padding: 15px 0 0 15px;
	font-size: 13px;
	color: #afada4;
	font-weight: bold;
}



#CheckNav {
	margin: 0;
	padding: 5px 0 0 0;
	width: 585px;
	height: 30px;	
}

#CheckNav ul {
	margin: 0;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	list-style: none;
	float: left;
	width: 585px;
	width: 598px\9;
	background: url(bg-tabs.gif) #fff top right repeat-x;
}

#CheckNav ul li {
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	background: url(clear1x1.gif) #fff top right repeat-x;
	border-left: 1px solid #afada4;
	border-top: 1px solid #afada4;
	border-right: 1px solid #afada4;
	text-align: center;
	display: block;
}

#CheckNav li a {
	display: block;
	float: left;
	padding-left: 10px;	
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #51483d;
	line-height: 21px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	background: url(clear1x1.gif) #f5f4eb top left no-repeat;
	
}

#CheckNav li a:hover {
	color: #06C;
	text-decoration: none;
	background-color: #f5f4eb;
}

#CheckNav .on a{
	color: #06C;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

#CheckNav .on a:hover {
	color: #06C;
	text-decoration: none;
	background-color: #fff;
}

.clearnav {
	clear:left;	
	height: 1px;
}

#Messages {
	width: 183px;
	width: 203px\9;
	height: 82px;
	margin: 0 auto;
	padding: 33px 0 0 20px;
	background: url(bg-message.gif) no-repeat top left;
	text-align: left;
}






/* --- Standard Table --- */

.standardtable 				{border: solid 1px #cfcfcf; padding: 5px 5px 15px 5px; font-size: 11px; background-color: #ffffff;}
.standardtable th 			{padding: 20px 10px 5px 10px; border-bottom: solid 5px #afada4; background-color: #f5f4eb; text-align:left; font-size:13px; color:#004F9A;}
.standardtable td 			{padding: 5px 10px 5px 10px; border-top: 1px solid #cccccc;}
.standardtable ul 			{margin: 0 0 0 15px; padding: 0;}
.standardtable tr:hover 	{background-color: #eef6fa;}
.standardtable td a:link 	{font-weight: bold;}
.standardtable td a:visited {font-weight: bold;}