
table.tablesorter thead tr.tablesorter-headerRow .tablesorter-header:not(.sorter-false) {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr.tablesorter-headerRow .tablesorter-headerUnSorted:not(.sorter-false) {
	background-image: url("/css/tablesorter/bg.gif");
}

table.tablesorter thead tr.tablesorter-headerRow .tablesorter-headerAsc {
	background-image: url("/css/tablesorter/asc.gif");
}

table.tablesorter thead tr.tablesorter-headerRow .tablesorter-headerDesc {
	background-image: url("/css/tablesorter/desc.gif");
}

table.tablesorter thead tr.tablesorter-headerRow .tablesorter-headerAsc
,table.tablesorter thead tr.tablesorter-headerRow .tablesorter-headerDesc {
	background-color: #8DBDD8;
}

table.tablesorter thead tr th {
	padding-right: 20px;
}

table.tablesorter tbody tr.odd td, table.tablesorter tfoot tr.odd td {
	background-color: #E8E8E8;
}
