.sort-table {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
}

.sort-table thead {
	background:	ButtonFace;
}

.sort-table thead th {
	border:		1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:		pointer;
	text-align:	center;
}

.sort-table thead th:active {
	border-color:	ButtonShadow ButtonHighlight
					ButtonHighlight ButtonShadow;
	cursor:		progress;
}

.sort-table thead th[_sortType=None]:active {
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
}

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

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

}

.sort-arrow.ascending {
	background-image:	url("images/upsimple.png");
}
