/* Styles for the interactive, sortable tables implemented in February 2011 */
/* Add class "tablesorter" to a table to invoke sortability */

.tablesorter tbody tr.even td, .tablesorter tbody tr.even th {
	background-color:#ebf4fa;
}


.tablesorter tbody tr.odd td, .tablesorter tbody tr.odd th {
	background-color:#FFF;
}

.tablesorter thead tr .header {
	background-image: url(/resources/images/tablesort/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

.tablesorter thead tr .headerSortUp {
	background-image: url(/resources/images/tablesort/asc.gif);
}
.tablesorter thead tr .headerSortDown {
	background-image: url(/resources/images/tablesort/desc.gif);
}
.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.wider {
width:40px;
padding-right:0;
}