.sort-table {
	width: 100%;
	border: 1px solid #000000;
	border-collapse: collapse;
}
.sort-table thead {
	background:	ButtonFace;
}

.sort-table td {
	border: 1px solid #000000;
}
.sort-table td {
	padding:	2px 5px;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:	small;
}

.sort-table thead td {
	/*border:		1px solid;
	border-color:	ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;*/
	white-space:	nowrap;
	font-weight:	bold;
	cursor:		pointer;
	font-size:	x-small;
}

.sort-table thead td:active {
	/*border-color:	ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
	padding:	3px 4px 1px 6px;*/
	font-style: italic;
}

.sort-table thead td[_sortType=None]:active {
	/*border-color:	ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	padding:	2px 5px;*/
	font-style:	italic;
}

.sort-arrow {
	width:			11px;
	height:			11px;
	background-position:	center center;
	background-repeat:	no-repeat;
	margin:			0 2px;
}

.sort-arrow.descending {
	background-image:	url("./downsimple.png");
}

.sort-arrow.ascending {
	background-image:	url("./upsimple.png");
}
.filterContent {
	width: 690px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.filterContent DIV {
	border : 1px solid #000000;
	padding : 1em;
	width: 100%;
	display: none;
}
