/*********** SORT TABLE ***********/

table.sortTable thead tr .header,
table.sortTable thead tr .tablesorter-header
{
    cursor: pointer;
}
table.sortTable thead tr .header.sorter-false,
table.sortTable thead tr .tablesorter-header.sorter-false {
    cursor: auto;
}
table.sortTable thead tr .headerSortUp,
table.sortTable thead tr .tablesorter-headerSortUp,
table.sortTable thead tr .tablesorter-headerAsc
{
    background-image: url(asc.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 12px;
}
table.sortTable thead tr .headerSortDown,
table.sortTable thead tr .tablesorter-headerSortDown,
table.sortTable thead tr .tablesorter-headerDesc
{
    background-image: url(desc.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 12px;
}