.tablesorter_table th:focus{ border:0px; outline:none;}

.tablesorter_table th:hover {cursor:pointer;}

.tablesorter_table th.tablesorter-headerUnSorted {
    background: url(../../docroot/images/background/sort_both.gif) no-repeat center right;
}

.tablesorter_table th.tablesorter-headerDesc {
    background: url(../../docroot/images/background/sort_desc.gif) no-repeat center right;
}

.tablesorter_table th.tablesorter-headerAsc {
    background: url(../../docroot/images/background/sort_asc.gif) no-repeat center right;
}