.sort-table {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
}

.sort-table thead {
	background:	ButtonFace;
}

.sort-table td {
	padding:	2px 2px;
}

.sort-table thead td {
	font-family:	arial;
	font-size: 	11px;
	color:		black;
	background-color:#dddddd;
	font-weight:	bold;
	text-decoration:none;
	border:		1px solid;
	border-color:	ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:		default;
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
	padding:	3px 3px 1px 6px;
}

.sort-arrow {
	width:			7px;
	height:			7px;
	background-position:	center center;
	background-repeat:	no-repeat;
	margin:			0 1px;
}

.sort-arrow.descending {
	background-image:	url("images/downsimple.png");
	
}

.sort-arrow.ascending {
	background-image:	url("images/upsimple.png");
}