div.data-table-outer table.data-table thead.sortableTable tr.colheading th{
	    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.sortableTable tr.colheading th.hoverState{
    background: none repeat scroll 0 0 #D2D2D2
;
	text-decoration: underline;
}

div.data-table-outer table.data-table thead.sortableTable tr.colheading th.sortState{
    background: none repeat scroll 0 0 #78B200;
    color: #FFFFFF;
}

div.data-table-outer table.data-table thead.sortableTable tr.colheading th.sortState[sortdir="down"]{
    background:  url('/news/special/shared/tablesorter/v1/img/down_arrow.gif') no-repeat scroll right center #78B200;
}

div.data-table-outer table.data-table thead.sortableTable tr.colheading th.sortState[sortdir="up"]{
    background:  url('/news/special/shared/tablesorter/v1/img/up_arrow.gif') no-repeat scroll right center #78B200;
}

*div.data-table-outer table.data-table thead.sortableTable tr.colheading th.sortState.down{
    background:  url('/news/special/shared/tablesorter/v1/img/down_arrow.gif') no-repeat scroll right center #78B200;
}

*div.data-table-outer table.data-table thead.sortableTable tr.colheading th.sortState.up{
    background:  url('/news/special/shared/tablesorter/v1/img/up_arrow.gif') no-repeat scroll right center #78B200;
}



