/* tables */
table.tablesorter {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th,
table.tablesorter tr th, {
	background-color: #939393;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	color: white;
}
table.tablesorter thead tr .header,
table.tablesorter tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding: 4px 14px 4px 6px;
}

table.tablesorter tbody td,
table.tablesorter td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td,
table.tablesorter tr.odd td {
	background: #ededed;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
div#content table.tablesorter thead tr .headerSortDown, div#content table.tablesorter thead tr .headerSortUp,
div#content table.tablesorter tr th.headerSortDown, div#content table.tablesorter tr th.headerSortUp {
	background-color: #f45b10;
}
