/* jquery tablesorter */
table.tablesorter thead tr .ui-state-default {
    background-color: #ECEDE5;
    background-image: none;
}
table.tablesorter thead tr .header {
    background-image: url(../img/sort.gif);
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #ECEDE5;
    cursor: pointer;
    padding: 2px 20px;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(../img/sort_asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(../img/sort_desc.gif);
}

