/* tables */
table.tablesorter {
	margin-top:10px;
	font-size: 12px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #f3f9fd;
	font-size: 15px;
	padding: 4px;
	color: black;
	text-align:left;
}

table.tablesorter tfoot td{
	padding-top:5px;
}

table.tablesorter thead tr .header {
	background-image: url(/images/blueArrowDown.png);
	padding-right:10px;
	background-repeat: no-repeat;
	background-position: center right;
	border-color:#95A5BC;
	border-width:1px;
	border-right-style:solid;
	cursor: pointer;
	color:#21418a;
}
table.tablesorter thead .header{
	
}
table.tablesorter tbody td  {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	font-size:15px;
	border-top-style:solid;
	border-right-style:solid;
	border-color:#95A5BC;
	border-width:1px;
}
table.tablesorter tbody tr.odd td {
	background-color:#C2C2C2;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.png);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.png);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #FFF4EA;
}
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

