.sort-table {
	font-family:	arial;
	border:		2px Solid ThreeDShadow;
}

.sort-table td {
	padding:	1px 1px;
}

.sort-table thead {
	background:	ButtonFace;
}

.sort-table thead th {
	border:			2px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			default;
}

.sort-table thead th[_sortType=None] {
	border-color:	black black black black;
}

.sort-table thead th:active {
	border-color:	ButtonShadow ButtonHighlight
					ButtonHighlight ButtonShadow;
}

.sort-arrow {
	width:					10px;
	height:					10px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 0px;
}

.sort-arrow.descending {
	background-image:		url("../images/downsimple.png");

}

.sort-arrow.ascending {
	background-image:		url("../images/upsimple.png");
}