/* TableSorter */
table.tablesorter { background: #fff; }
table.tablesorter thead tr th, table.tablesorter tfoot tr th { background: #E6EEEE; font-size: 8pt; }
table.tablesorter thead tr .header { cursor: pointer; }
table.tablesorter tbody tr.odd td { background:#F0F0F6; }
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background: #8dbdd8; }
table.tablesorter th.header { cursor: pointer; font-weight: bold; padding: 5px; }
