 
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #F6EEEE;
	background-image: url(../res/bg.gif);
	border: 1px solid #FFF;
	font-size: 8pt;
}
table.tablesorter thead tr .header {
	background-image: url(../res/bg.gif);
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFFFFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter .headerSortUp, table.tablesorter thead tr .headerSortUp,
table.tablesorter .tablesorter-headerAsc
 {
	background-image: url(../res/asc.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
table.tablesorter thead tr .headerSortDown,
table.tablesorter .tablesorter-headerDesc
 {
	background-image: url(../res/desc.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp, table.tablesorter .tablesorter-headerAsc, table.tablesorter .tablesorter-headerDesc 
{
background-color: #EFEFEF;
}
