.sort-table {
	font:		12px Arial, Helvetica, sans-serif;
	border:		2px solid #C6A167;
	/* background:	#999; */
	color:		white;
}

.sort-table thead {
	background:	#464418;
	border-bottom:		2px solid #C6A167;
	color:		white;
	font-weight: bold;
}

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

.sort-table thead td {
	border-bottom:		2px solid #C6A167;
	cursor:			default;
}

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

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

