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

.sort-table thead {
	background:	 #999966;
}

.sort-table td {
	padding:	2px 5px;
	border:		1px Solid #ffffff;
}

.sort-table thead td {
	border:			1px solid;
	border-color:	ButtonHighlight #666633
					#666633 ButtonHighlight;
	cursor:			hand;
	font-color:			#000000;
}

.sort-table thead td:active {
	border-color:	 #666633 ButtonHighlight 
					ButtonHighlight  #666633;
	padding:		3px 4px 1px 6px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	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');
}
