/* TABLES */
.resultsTable {
	font-size:10pt;
	font-family: Calibri, Arial, Verdana;
	background-color:#fff;
	border-collapse: collapse;
	width: 500px;
	border: 1px solid #ccc;
}
.resultsTable th {
	 border-bottom: 1px solid #ccc;
	 text-align:left;
	 padding:2px;
}
.resultsTable td a, resultsTable th a {
	 color:#223E62;
	 text-decoration:none;
	 font-weight:normal; 
	 display:block;
	 padding:2px;
}
.resultsTable td a:hover, tbody th a:hover {
	 color:#3965A2;
	 text-decoration:none;
	 padding:2px;
}
.resultsTable td {
	color: #484848;
	 /*border-right: 1px solid #ccc;*/
	 padding:2px;
}
.resultsTable tr {
	 /*border-right: 1px solid #ccc;*/
}
.thead th {
	 border-right: 1px solid #fff;
	 color:#FFF;
	 text-align:center;
	 padding:2px;
	 text-transform:uppercase;
	 height:25px;
	 background-color: #990000;
	 font-size: 10pt;
	 font-family: Calibri, Arial, Verdana;
	 font-weight: bold;
}
.thead th a {
	 color:#fff;
	 font-weight: bold;
	 text-decoration:none;
}
.thead th a:hover, th a:visited  {
	 color:#fff;
}
.r-even { background-color: #ECECEE; }
.r-odd { background-color: #FFFFFF; }