/* tables */
table.tablesorter {
	font-family:tahoma, arial;
	background-color: #CDCDCD;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	clear:both;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: lightgrey;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 2px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 18px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	background-color: #FFF;
	vertical-align: top;
	border-bottom-color: lightgrey;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
/* table.tablesorter tbody tr.odd td {
	background-color:#E1E1E1;
} */
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
