@charset "utf-8";
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e3e0e0;
	border:1px solid #cccccc;
}
table.tablesorter thead tr .header {
	background-image:url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	position: unset;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	border:1px solid #cccccc;
}
table.tablesorter tbody tr.odd td {

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