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

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin: 2px 0pt 15px;
	font-size: 10pt;
	width: 100%;
	text-align: left;
	float: left;
	border-top: 1px solid #cecfce;
	border-left: 1px solid #cecfce;
	}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	font-size: 10pt;
	padding: 4px 8px;
	border-right: 1px solid #cecfce;
	border-bottom: 1px solid #cecfce;
	cursor: pointer;
	* cursor: hand;
	}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 8px;
	background-color: #FFF;
	vertical-align: top;
	border-right: 1px solid #cecfce;
	border-bottom: 1px solid #cecfce;
	}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
	}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
	}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
	}
	
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
	}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(/assets/images/pdf.gif) no-repeat center right;
	}

table.tablesorter a:link, table.tablesorter a:visited {
	color: #31659c;
	text-decoration: none;
	}
	
table.tablesorter a:hover, table.tablesorter a:active {
	color: #31659c;
	text-decoration: underline;
	}
	
#searchinstructions {
	float: left;
	width: 300px;
	display: inline;
	}
	
#search {
	float: right;
	display: inline;
	clear: right;
	}
	
#demo h2 {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	font-weight: bold;
	font-size: 18px;
	}
	
table.display thead th {
	cursor: pointer;
	* cursor: hand;
}

.sorting_asc {
	background: url('../images/sort_asc.jpg') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc.jpg') no-repeat center right;
}

.sorting {
	background: url('../images/sort_both.jpg') no-repeat center right;
}

td.date {
	white-space:nowrap;
	}