/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight:bold;
    cursor:default;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content:url('/images/sortempty.gif'); 
}

table.sortable tfoot {
    background-color:#eee;
    color:#666666;
    font-weight:bold;
    cursor:default;
}