/* tables */

table.tablesorter thead tr th.tablesorter-header {
	background-image: url(/images/tablesorter_bg.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr th.sorter-false {
	background-image:none;
}
table.tablesorter thead tr th.tablesorter-headerAsc {
	background-image: url(/images/tablesorter_asc.png);
}
table.tablesorter thead tr th.tablesorter-headerDesc {
	background-image: url(/images/tablesorter_desc.png);
}

