/* tables */
table.tablesorter thead tr th, table.tablesorter tfoot tr th, .tablesorter-footer {
	background-color: #C7C0BA;
}
table.tablesorter thead tr .header, .tablesorter-header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	background-color: #eaedef;
}
table.tablesorter tbody tr.odd td {
	background-color:#dce2e7;
}
table.tablesorter thead tr .headerSortUp, .tablesorter-headerAsc {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown, .tablesorter-headerDesc {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp, .tablesorter-headerAsc, .tablesorter-headerDesc {
background-color: #759cb1;
}
