/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #085391;
	margin:10px 0pt 15px;
	font-size: 12pt;
	width: 97%;
	text-align: left;
	/*border-radius: 5px;*/
	box-shadow: 3px 3px 3px #888888;
	/*height: 185px !important;*/
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #085391;
	text-align: center;
	font-size: 10pt;
	padding: 4px;
	color: white;
}
table.tablesorter thead tr .header {
	/*background-image: url(bg.gif);*/
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	color: white;
}
table.tablesorter tfoot tr th {
	/*background-image: url(bg.gif);*/
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	color: white;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	/*background-color:#085391;
	color: white;
	border-right-width: 2px,white;*/
}
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;
}
