
.sort-table {
	font:		Verdana;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
	font-weight: lighter;
}

.sort-table thead {
	background:	ButtonFace;
	background-color:#dddddd;
}

.sort-table_thead {
	background:	ButtonFace;
	background-color:#dddddd;
		border: 1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:	default;
}

.sort-table_thead2 {
	background-color:#dddddd;
		border: 1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:	default;
}



.sort-table td {
	border-top:'0px inset #999999'; 
	border-bottom:'1px inset #cccccc'; 
	border-right:'1px inset #cccccc'; 	
	border-left:'0px inset #cccccc'; 
	
}

.sort-table thead td {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:			default;
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
	padding:		2px 2px 2px 2px;
}

.sort-table thead td[_sortType=None]:active {
	border-color:	ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	padding:	2px 2px;*/
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 1px;
}


.even {
	background:	#F5FBFC;
}

.odd {

}
