div.data-table-outer table.data-table thead tr.colheading th.header {
	    background: none repeat scroll 0 0 #EDEDED;
		color: #1f4f82;
		cursor:pointer;
		padding-left: 6px;
		padding-right: 10px;
}

div.data-table-outer table.data-table thead tr.colheading th.header:hover {
    background: none repeat scroll 0 0 #D2D2D2;
	text-decoration: underline;
}

div.data-table-outer table.data-table thead tr.colheading th.headerSortDown,
div.data-table-outer table.data-table thead tr.colheading th.headerSortUp {
    background: none repeat scroll 0 0 #78B200;
    color: #FFFFFF;
}

div.data-table-outer table.data-table thead tr.colheading th.headerSortDown {
    background:  url('/news/special/shared/tablesorter/v2/img/down_arrow.gif') no-repeat scroll right center #78B200;
}

div.data-table-outer table.data-table thead tr.colheading th.headerSortUp {
    background:  url('/news/special/shared/tablesorter/v2/img/up_arrow.gif') no-repeat scroll right center #78B200;
}