.ok {
	background-color: #ffcc66;
}
.unselected {
	background: #e4e4e4
}

.sort-table thead {
	background:	#e4e4e4;		
}

.sort-table td {
	padding:	5px;
	font-family: tahoma;
	border-bottom:1px solid black;
	color: black;
}

.sort-table thead td {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:			default;
	font-family: Trebuchet ms;
	font-size: 11pt; 
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;	
	background:	#FBE3B3;
	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/icons/downsimple.png");
	
}

.sort-arrow.ascending {
	background-image:		url("/images/icons/upsimple.png");
}




