﻿table.jobsGrid thead tr .header
{
	background-image: url(../images/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.jobsGrid thead tr .headerSortUp
{
	background-image: url(../images/tablesorter/asc.gif);
}
table.jobsGrid thead tr .headerSortDown
{
	background-image: url(../images/tablesorter/desc.gif);
}
table.jobsGrid thead tr .headerSortDown, table.jobsGrid thead tr .headerSortUp
{
	background-color: #bfc8cf
