table.sortingTable tr.rowA {
	background-color: #FFF;
}

table.sortingTable tr.rowB {
	background-color: #F9F9EE;
}

table.sortingTable tr.highlighted,table.sortingTable td.highlighted {
	background-color: #EEEECC;
}

table.sortingTable span.tableSort_container {
	margin-left: 1em;
}