body {
 margin: 0px;
 font-size: 12px;
 font-family: Lucida Grande, Verdana, Sans-serif;
}

table.selection {
	font-size: 8pt;
	text-align: left;
	line-height: 18px;
}
table.selection thead tr th, table.tablesorter tfoot tr th {
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 1px;
}
table.selection thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
}
table.selection tbody td {
	color: #3D3D3D;
	padding: 1px;
	height: 30px;
}

.hidden { display: none; }
.unhidden { display: block; }
