/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #777;
	font-size: 8pt;
	width: 65%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #000000;
	font-size: 12px;
	padding: 4px;
	color:white
}
table.tablesorter thead tr .header {
	
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;

}
table.tablesorter tbody td {
	color: #000000;
	padding: 4px;
	font-size: 12px;
	background-color: #EEEEEE;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

