/* tables */

.tablesorter .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat, no-repeat;
	background-position: center right, 0 0;
	white-space: nowrap;
	cursor: pointer;
}
.tablesorter .headerSortUp {
	background-image: url(asc.gif);
	background-repeat: no-repeat, no-repeat;
	background-position: center right, 0 0;
	white-space: nowrap;
	cursor: pointer;
}
.tablesorter .headerSortDown {
	background-image: url(desc.gif);
	background-repeat: no-repeat, no-repeat;
	background-position: center right, 0 0;
	white-space: nowrap;
	cursor: pointer;
}