/* gridtable tablesorter extension */

.gridtable thead tr th.tableheader 
{
/*
	background-image: url(/images/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
*/
	cursor: pointer;
}

/*
.gridtable thead tr th.headerSortUp {
	background-image: url(/images/tablesorter/asc.gif);
}

.gridtable thead tr th.headerSortDown {
	background-image: url(/images/tablesorter/desc.gif);
}
*/

.gridtable thead tr th.headerSortDown, .gridtable thead tr th.headerSortUp {
    background-image: none;
    background-color: #8dbdd8;
}
