.sort-table {
	font-size: 11pt;
	border:		1px Solid ThreeDShadow;
	background:	#ececdf;
	color: #00274f;
}

.sort-table thead {
	background:	#e4e6b7;
} 

.sort-table td {
	padding:	1px 1px;
}

.sort-table thead td {
	border:			1px solid;
	border-color:	#3366CC;
	cursor:			default;
}

.sort-table thead td:active {
	border-color:	#3366CC;
	padding:		1px 1px 1px 1px;
}

.sort-table thead td[_sortType=None]:active {
	border-color:	#3366CC;
	padding:		1px 1px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("downsimple.png");

}

.sort-arrow.ascending {
	background-image:		url("upsimple.png");
}
