.even {
	background:	#eee;
}

.odd {
}

.sort_table {
	font:		Icon;
	border: 1px solid gray;
	background:	Window;
	color:		WindowText;
	border-collapse: collapse;
}

.sort_table thead {
	background:	ButtonFace;
}

.sort_table td {
	border: .1em solid gray;
	padding: .25em;
	text-align: right;	
}

.sort_table thead td {
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			default;	
}

.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;
}

.sort_arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;

}

img.sort_arrow.descending {

	background-image:		url("http://66.88.142.60:82/images/downsimple.png");
}

img.sort_arrow.ascending {

	background-image:		url("http://66.88.142.60:82/images/upsimple.png");
}