/* tables */

table.tablesorter thead tr .header {
	
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
	cursor: pointer !important;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/table_sorter/asc.gif) !important;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/table_sorter/desc.gif) !important;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8 !important;
}
