/* TableSort classes */
th.header span {
	background: url(../img/unsorted.gif) no-repeat right center;
	cursor: pointer;
	display: block;
	padding-right: 20px;
}

th.headerSortDown span {
	background: url(../img/desc.gif) no-repeat right center;
}

th.headerSortUp span {
	background: url(../img/asc.gif) no-repeat right center;
}