/* JQuery TableSorter CSS */

.tablesorter {
	margin:1em 0; width:100%;
	border-collapse:separate; background:#CCC;
	font-size:0.9em; text-align:left;
}

.tablesorter thead th, table.tablesorter tfoot th {
	margin:0; padding:0.2em 1.5em 0.2em 0.5em; height:2em;
	font-size:0.9em; text-align:center; background:#EEE;
}

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

.tablesorter thead tr .headerSortUp { background-image:url(../images/sort_asc.png); }
.tablesorter thead tr .headerSortDown { background-image:url(../images/sort_desc.png); }
.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color:#999; color:#FFF;
}

.tablesorter tbody td {
	margin:0; padding:0.5em; vertical-align:top; background-color:#FFF;
}

