.sort-table {
	font:		Icon;
	/*border:		1px Solid ThreeDShadow;*/
	width:100%;
}

.sort-table thead {
	background:#4d4d4d;
	font-size: 11px;
}

.sort-table td {
	padding:	2px 5px;
	font-size: 11px;
}

.sort-table thead td {
	border:			1px solid;
	border-color:	#242424;
	cursor:			pointer;
}

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

.sort-table thead td[_sortType=None]:active {
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	padding:		2px 5px;
	cursor:			default;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
	background-image:		url("/img/inactivearrows.jpg");
}

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

}

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


