/* CSS Document */
table#rating {
    width: 98%;
    font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background-color: #CDCDCD;
    font-size: 8pt;  
}
table#rating thead tr th, table#rating tfoot tr th {
    background-color: #e2e2e2;
    border: 1px solid #FFF;
    padding: 4px;
}
table#rating thead tr .header {
    background-image: url(../../i/tablesorter-bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table#rating tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #fff;
}
table#rating tbody tr.odd td {
    background-color:#f2f2f2;
}
table#rating thead tr .headerSortUp {
    background-image: url(../../i/tablesorter-asc.gif);
}
table#rating thead tr .headerSortDown {
    background-image: url(../../i/tablesorter-desc.gif);
}
table#rating thead tr .headerSortDown, table#rating thead tr .headerSortUp {
    background-color: #ccc;
}
