table.tablesorter {
    font-family: arial;
    background-color: #cdcdcd;
    margin: 0 0 15px 0;
    font-size: 12px;
    width: 100%;
    text-align: left
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6eeee;
    border: 1px solid #E6EEEE;
    font-size: 14px;
    padding: 4px
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    border-right: 1px solid #fff;
}

table.tablesorter thead tr th:last-child, table.tablesorter tfoot tr th:last-child {
    border-right: 1px solid #E6EEEE;
}

table.tablesorter thead tr .header {
    background-image: url(../img/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer
}

table.tablesorter tbody td {
    color: #3d3d3d;
    padding: 4px;
    background-color: #fff;
    vertical-align: top;
    border: 1px #E6EEEE solid;
}

table.tablesorter tbody tr.odd td {
    background-color: #f0f0f6
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../img/asc.gif)
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../img/desc.gif)
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8
}