/* tables */
table.tablesorter {}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  background-color: #e6EEEE;
	background-color: #ffffff;
}

table.tablesorter thead tr .header {
	background-image: url(/website/static/images/tablesorter/blue/bg.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
}
table.tablesorter tbody tr.odd td {
  background: #f1f3f6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/website/static/images/tablesorter/blue/asc.png);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/website/static/images/tablesorter/blue/desc.png);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
}
