/* tables */
table.tablesorter {
	
}
table.tablesorter thead tr th.sortable, table.tablesorter tfoot tr th.sortable {
background-color: rgba(0,150,220,0.6);

}
table.tablesorter thead tr .header.sortable {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {

}
table.tablesorter tbody tr.odd td {

}
table.tablesorter thead tr .headerSortUp.sortable {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown.sortable {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown.sortable, table.tablesorter thead tr .headerSortUp.sortable {
background-color: rgba(0,200,220,0.8);
}
