﻿table.tablesorter {
    font-family:arial;
    margin: 5px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #AFAFAF;
    border: 1px solid #FFF;
    font-size: 9pt;
    text-align: left;
    padding: 4px;
    
}

table.tablesorter thead tr th:first-child 
{
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
}

table.tablesorter thead tr th:last-child 
{
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}

table.tablesorter thead tr .header {
    background-image: url(images/jquery/tablesorter-bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    height: 15px;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}

table.tablesorter tbody tr.even td {
    background-color:#E8E8E8;
}


table.tablesorter tbody tr.highlight td
{
    background-color: #88B6D8;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(images/jquery/tablesorter-asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(images/jquery/tablesorter-desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}