table.tablesorter thead th {
  cursor: pointer;
  font-size: 10px; }

table.tablesorter thead th.headerSortUp {
  background: transparent url(/images/sort_up.png) no-repeat 95% 50%; }

table.tablesorter thead th.headerSortDown {
  background: transparent url(/images/sort_down.png) no-repeat 95% 50%; }

table.tablesorter thead th.headerSortDown,
table.tablesorter thead th.headerSortUp,
table.tablesorter thead th:hover {
  background-color: #c0cddc; }
