/* tables */
table.tablesorter {
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
}
table.tablesorter thead tr .header {
	background-image: url(../sorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {	
}
table.tablesorter tbody tr.odd td {
	background-color:#fff;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../sorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../sorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #D70825;
  color: #fff;
}
