table.tablesorter {
	background-color: #ddd;
	text-align: left;
	border-collapse: collapse;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	margin-bottom: 1em;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: transparent;
	color: #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 4px 16px 4px 4px;
}

table.tablesorter thead tr .header {
	background: url(../img/bg.gif) no-repeat center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	background-color: #FFF;
	color: #333;
	vertical-align: top;
	padding: 4px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

table.tablesorter tbody tr.odd td {
	background-color: #F9F6E9;
}

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: #C4DCE9;
}

