
table.tablesort th .tablesortfilter { 
    background-image: url(/inc/jquery_tablesorter/bgs.gif);     
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: right 50%;
	padding-right:15px;
	display:inline;
}
table.tablesort th.headerSortDown .tablesortfilter { 
	background-position: right -112px;
} 
table.tablesort th.headerSortUp .tablesortfilter { 
	background-position: right 4px;
}
table.tablesort th
{
	cursor:pointer;
}