/* Tables  */
table[class^=TbSorter] thead th.header {
	padding-right: 17px !important;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

table[class^=TbSorter] thead th.headerSortUp {
	background-image: url(asc.png);
}

table[class^=TbSorter] thead th.headerSortDown {
	background-image: url(desc.png);
}

table[class^=TbSorter] tbody tr.odd {
	background-color: #FBFBFB;
}