table.tablesorter {
}
table.tablesorter thead {
    background-image: url(tile.png);
    background-position:top left;
    background-repeat: repeat-x;
}
table.tablesorter th {
    background-color: transparent;
}
table.tablesorter td {
}
table.tablesorter .even {
    background-color: #fff;
}
table.tablesorter .odd {
    background-color: #E5E5E5;
}
table.tablesorter .header,
table.tablesorter .tablesorter-header {
    background-image: url(bg.png);
    background-repeat: no-repeat;
    padding:6px 15px 0 30px;
}
table.tablesorter .headerSortUp,
table.tablesorter .tablesorter-headerSortUp {
    background-image: url(asc.png);
    background-repeat: no-repeat;
}
table.tablesorter .headerSortDown,
table.tablesorter .tablesorter-headerSortDown {
    background-image: url(desc.png);
    background-repeat: no-repeat;
}