/* tablesorter styles, turmon, 2/2015 */

/* extra space for arrow widgets */
th {
    padding-left: 15px;
}
th.tablesorter-headerUnSorted {
    background-image: url("img/unsorted.gif");
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
}
th.tablesorter-headerAsc {
    background-image: url("img/asc.gif");
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
}
th.tablesorter-headerDesc {
    background-image: url("img/desc.gif");
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
}
/* applied for unsortable columns */
th.sorter-false {
    background-image: none !important;
}
