.sort-table {
	background: window; font: 400 11pt/normal Segoe UI; border: 1px solid threedshadow; border-image: none; color: windowtext; font: Icon;
}
.sort-table thead {
	background: buttonface;
}
.sort-table td {
	padding: 2px 5px;
}
.sort-table thead td {
	border-width: 1px; border-style: solid; border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight; border-image: none; cursor: default;
}
.sort-table thead td:active {
	border-color: buttonshadow buttonhighlight buttonhighlight buttonshadow; padding: 3px 4px 1px 6px;
}
.sort-arrow {
	background-position: center; margin: 0px 2px; width: 11px; height: 11px; background-repeat: no-repeat;
}
.sort-arrow.descending {
	background-image: url("../sorttable/downsimple.png");
}
.sort-arrow.ascending {
	background-image: url("../sorttable/upsimple.png");
}
