.sort-table {
	/*border-right: 	ThreeDShadow 1px solid;*/
    	/*border-left: 	ThreeDShadow 1px solid;*/
    	/*order-bottom: 	ThreeDShadow 1px solid;*/
    	border:		1px solid;
        border-color:	#99868A #99868A
			#99868A #99868A;
	background:	Window;
	color:		WindowText;
}

.sort-table thead {
	background:	#99868A;
}

.sort-table td {
	padding:	1px 2px;
}

.sort-table thead td {
        /*
	border-right: 	ButtonShadow 1px solid;
    	border-top: 	ButtonHighlight 1px solid;
    	border-left: 	ButtonHighlight 1px solid;
    	border-bottom: 	ButtonShadow 1px solid;
    	*/
    	border:		1px solid;
        border-color:	#660000 #99868A
			#660000 #660000;
	cursor:		pointer;
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight
				     ButtonHighlight ButtonShadow;
	padding:	1px 2px 1px 2px;
}

.sort-table thead td[_sortType=None]:active {
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	padding:	1px 2px;
}

.sort-arrow {
	width:			11px;
	height:			11px;
	background-position:	center center;
	background-repeat:	no-repeat;
	margin:			0 2px;
}

.sort-arrow.descending {
	background-image:	url("../icons/downsimple.png");

}

.sort-arrow.ascending {
	background-image:	url("../icons/upsimple.png");
}

