/*table.tablesorter {
    font-size: 12px;
    background-color: #4D4D4D;
    width: 1024px;
    border: 1px solid #000;
}
table.tablesorter th {
    text-align: left;
    padding: 5px;
    background-color: #6E6E6E;
}
table.tablesorter td {
    color: #FFF;
    padding: 5px;
}*/
table.tablesorter .even {
/*  background-color: #3D3D3D;*/
    background-color: #FFE4C4;
}

table.tablesorter .odd {
/*      background-image: url(./box_gradation_gray.gif);*/
    background-color: #FFFFFF;
}

table.tablesorter .header,
table.tablesorter .tablesorter-header {
    background-image: url(./table_sort_nomal.gif);
    background-repeat: no-repeat;
    background-color:#ccffcc;
    background-position: 5px center;
    color:#000000;
}

table.tablesorter .noSortHeader {
    background-repeat: no-repeat;
    background-color:#ccffcc;
    background-position: 5px center;
    color:#000000;
}

table.tablesorter .headerSortUp,
table.tablesorter .tablesorter-headerSortUp,
table.tablesorter .tablesorter-headerAsc {
    background-image: url(./table_sort_asc.gif);
    background-repeat: no-repeat;
    background-color:#ccff00;
    background-position: 5px center;
    color:#000000;
}

table.tablesorter .headerSortDown,
table.tablesorter .tablesorter-headerSortDown,
table.tablesorter .tablesorter-headerDesc {
    background-image: url(./table_sort_desc.gif);
    background-repeat: no-repeat;
    background-color:#ccff00;
    background-position: 5px center;
    color:#000000;
}