.sort-table thead td {
	cursor: pointer;
}
.sort-arrow {
	width:			11px;
	height:			11px;
	background-position:	center center;
	background-repeat:	no-repeat;
	margin:			0 2px;
	background-image:	url("./sortable.png");
}
.sort-arrow.descending {
	background-image:	url("./downsimple.png");
}
.sort-arrow.ascending {
	background-image:	url("./upsimple.png");
}
.filterContent {
	margin-top: 1em;
	margin-bottom: 1em;
}
.filterContent DIV {
	border : 1px solid #000000;
	margin-top: 1em;
	padding : 1em;
	display: none;
}
