table.tablesorter_header {
}

table.tablesorter_header  thead tr th, table.tablesorter tfoot tr th {
	background-color: #ECE3D4;
}
table.tablesorter_header  thead tr .header {
	background-image: url(/images/tablesorter_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter_header  tbody tr.odd td {
	background-color:#CCCCCC;
}
table.tablesorter_header  thead tr .headerSortUp {
	background-image: url(/images/tablesorter_asc.gif);
}
table.tablesorter_header  thead tr .headerSortDown {
	background-image: url(/images/tablesorter_desc.gif);
}
table.tablesorter_header  thead tr .headerSortDown, 
table.tablesorter_header  thead tr .headerSortUp {
background-color: #D2BD99;
}



 
table.tablesorter_body {
	background-color: #CDCDCD;
}
table.tablesorter_body  tr, table.tablesorter_body tfoot tr  {
	background-color: #e6EEEE;
}

table.tablesorter_body tbody td {
	background-color: #FFF;
}
table.tablesorter_body tbody tr.odd td {
	background-color:#CCCCCC;
}



