.sort-table {
	font:		Icon;
	border:		1px Solid #070707;
	background:	Window;
	color:		WindowText;
}

.sort-table thead {
	background:	#8e0b11;
	color: #ffffff;
}

.sort-table td {
	padding:	2px 5px;
}

.sort-table thead td {
	border:			1px solid;
	border-color:	#0f0f0f #070707
					#070707 #0f0f0f;
	cursor:			default;
}

.sort-table thead td:active {
	border-color:	#070707 #0f0f0f
					#0f0f0f #070707;
	padding:		3px 4px 1px 6px;
}

.sort-table thead td[_sortType=None]:active {
	border-color:	#0f0f0f #070707
					#070707 #0f0f0f;
	padding:		2px 5px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("/img/downsimple.png");

}

.sort-arrow.ascending {
	background-image:		url("/img/upsimple.png");
}
.highlight { background-color: #f2be00; }
.odd { color: #ffffff; background-color: #0f0f0f; }
.even { color: #ffffff; background-color: #070707; }
