/* tables */
table.tablesorter {
/*	font-family:arial;*/
	background-color: #444444;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  color: #333333;
	background-color: #AAAAAA;
	font-size: 8pt;
	padding: 5px;
}
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: #FFFFFF;
	padding: 4px;
	background-color: #4E4E4E;
	vertical-align: top;
}
table.tablesorter tfoot td {
	color: #FFFFFF;
	padding: 4px;
	background-color: #4E4E4E;
	vertical-align: top;
}
table.tablesorter a {
  color: #8CC63F;
}
table.tablesorter a:hover {
  color: #FFFFFF;
}
table.tablesorter tbody tr.odd td {
	background-color:#4E4E4E;
}
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 {
  color: #333333;
  background-color: #8CC63F;
}
