/* tables */

table.tablesorter thead tr .header {
    background-image: url(sort_both.png);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody tr.odd td {
    background-color: #F0F0F6 !important;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(sort_asc.png);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(sort_desc.png);
}