/* tables */

table.tablesorter thead tr .header {
	background-image: url(images/bg.png) !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
	cursor: pointer !important;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.png) !important;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.png) !important;
}

