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{vertical-align:top;}
table.tablesorter tbody tr.even td{background-color:#111;}
table.tablesorter tbody tr.odd td{background-color:#000;}
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:#ffb;color:#000;}
table.tablesorter thead tr th{padding:2px 10px !important;}