table.tablesorter{width:100%; border:solid #CCC; border-width:1px 0 0 1px;}
table.tablesorter thead th,table.tablesorter tbody td{padding:2px 4px; border:solid #CCC; border-width:0 1px 1px 0;}
table.tablesorter thead tr th{height:16px; background-color:#EEE;}
table.tablesorter thead tr .header{background:#EEE url(../images/bg.gif) center right no-repeat; cursor:pointer;}
table.tablesorter thead tr .headerSortUp{background-image:url(../images/asc.gif);}
table.tablesorter thead tr .headerSortDown{background-image:url(../images/desc.gif);}
table.tablesorter thead tr .headerSortDown,table.tablesorter thead tr .headerSortUp{background-color:#DDD;}
table.tablesorter tbody tr.even td{background-color:#F6F6F6;}
table.tablesorter tbody tr:hover td{background-color:#EEEEFF; cursor:pointer;}
table.tablesorter tbody tr .links:hover{cursor:auto;}