table.tablesorter thead tr .header {
	background-image: url('/cidun/assets/plugins/tablesorter/bg.png');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody th, table.tablesorter tbody td {
	background-color: #F9F9F9;
}
table.tablesorter tbody th:hover, table.tablesorter tbody td:hover {
	background-color: #F5F5F5;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('/cidun/assets/plugins/tablesorter/up.png');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('/cidun/assets/plugins/tablesorter/down.png');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #315694;
}
