/* tables */
table.table-sort thead tr th.header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.table-sort thead tr th.headerSortUp {
	background-image: url(asc.gif);
}
table.table-sort thead tr th.headerSortDown {
	background-image: url(desc.gif);
}