@charset "utf-8";
/* CSS Document */

#oTableContainer {
	font-family:Arial, Helvetica, sans-serif;
	width:600px;	
	font-size:9px;
	padding-top:5px;
	padding-bottom:20px;
	float:left;
}
#oTableContainer table thead {
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(../images/tblhdr_bg.gif);
	font-size:11px;
}
#oTableContainer table td {
	padding:5px;
	text-align: center;
	border:1px solid #E5E5E5;
}
#oTableContainer table thead td {
	text-align: center;
	border:1px solid #E5E5E5;
}
#oTableContainer table td a {
	color:#000;
	text-decoration:none;
}
#oTableContainer table td a:link {
	color:#000;
	font-weight:bold;
}

#oTableContainer table td a:visited {
	color:#808080;
	font-weight:bold;
	
}

#oTableContainer table td a:hover {
	color:#f7941d;
}
#oTableContainer table tbody tr:hover {
	background-color:#EAEEFD;
}

#oTableContainer table {
	border-collapse:collapse;
	width:465px;	
	margin-left:auto;
	margin-right:auto;	
}
#srchRslt {
	font-size:12px;
	font-weight:bold;
	color:#092869;
	right:10px;	
	width:580px;
	padding-bottom:10px;
	text-transform:uppercase;	
	float:left;
}
