/* tables */
table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
}
table.tablesorter thead tr .header {
	background-image: url(arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer; text-decoration:underline;
}
table.tablesorter tbody td {
	color: #eeeeee;
	padding: 4px;
	vertical-align: middle;
}
table.tablesorter tbody tr.odd {
background-color:#505258;
}
table.tablesorter tbody tr.odd td {
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(up.png);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(down.png);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
}
