/* tables */
table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	margin-left: 1px;
	width: 608px;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #666;
	border-right: 1px solid #FFF;
	color: #fff;
	font-weight: bold;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	font-size: 0.9em;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#ECECEC;
}
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;*/
}
table.tablesorter .noborder { border-right: none; }
table.tablesorter  tr td { border-right: 1px solid #9f9f9f;}