table.tablesorter { background: none !important; text-align: left !important; }
table.tablesorter thead tr th, table.tablesorter tfoot tr th { background: none !important; border: 1px solid #FFF !important; }
table.tablesorter thead tr .header { background: #EEE url(bg.gif) center right no-repeat !important; cursor: pointer !important; }
table.tablesorter tbody td { background-color: #FFF !important; vertical-align: top !important; }
table.tablesorter tbody tr.odd td { background-color: #EEE !important; }
table.tablesorter thead tr .headerSortUp { background-image: url(asc.gif) !important; }
table.tablesorter thead tr .headerSortDown { background-image: url(desc.gif) !important; }
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #CCC !important; }
