/* tables */
/*table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #E2EFC2;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px 20px 4px 4px;
}*/
table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody tr {
	background-color: #e1f5ff;
}
table.tablesorter tbody tr:hover {
	background-color: #f4fbff;
}

table.tablesorter tbody tr.odd {
	background-color:#cce6f4;
}

table.tablesorter tbody tr.odd:hover {
	background-color:#f4fbff;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #85C4E4;
}
