/**
 * Custom CSS for jQuery Tablesorter.
 * http://tablesorter.com
 */

table.tablesorter thead tr .header {
  background-image: url("/js/tablesorter/themes/blue/bg.gif");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
  background-image: url("/js/tablesorter/themes/blue/asc.gif");
}

table.tablesorter thead tr .headerSortDown {
  background-image: url("/js/tablesorter/themes/blue/desc.gif");
}
