/* tables */
table.sorter THEAD TR .header {
	background-image: url("../img/bg.gif");
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
	padding: 0px 0px 0px 20px;
}
table.sorter TBODY TD {
	height:20px;
	line-height:20px;
	background-color: #FFF;
}
table.sorter tbody tr.odd td {
	background-color:#ECF5Fa;
}
table.sorter THEAD TR .headerSortUp {
	background-image: url("../img/asc.gif");
}
table.sorter THEAD TR .headerSortDown {
	background-image: url("../img/desc.gif");
}
