/* tables */
table.tablesorter {

}
table.tablesorter {

}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color:#FFD07F; 
}
.tablesorter th {

}
.tablesorter td {

}
table.tablesorter thead tr .header {
	background-image: url(../tpl/images/tablesort/bg_blue.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {

}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../tpl/images/tablesort/asc_blue.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../tpl/images/tablesort/desc_blue.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color:#FF8D4F;
	color:#FFFFFF;
}
