/* tables */

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

.tableSorter tbody tr.odd td {
	background-color:#F5F5F5;
}
.tableSorter thead tr .headerSortUp {
	background-image: url('../images/asc.gif');
}
.tableSorter thead tr .headerSortDown {
	background-image: url('../images/desc.gif');
}
.tableSorter thead tr .headerSortDown, table .tableSorter thead tr .headerSortUp {
	background-color: #DDDDDD;
}
