table.minimenu{
	font-size: 11px;
	
}
.sort-table {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
}

.sort-table thead {
		background: #687F64;
	color: White;
}

.sort-table td {
	padding: 2px 2px;
}

.sort-table thead td {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			hand;
}
.sort-table thead td {
	border: 1px solid;
	border-color: #A7D3AE #A7D3AE #687F64 #687F64;
	cursor: hand;
	padding: 5 5 5 5;
}
.sort-table td.B {
	border: 1px solid;
	background: #BBC4CC;
	border-color: #BBC4CC #345069 #345069 #BBC4CC;
	cursor: default;
}
.sort-table td.BA {
	border: 1px solid;
	background: #345069;
	border-color: ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor: hand;
	color: #FFFFFF;
}
.sort-table td.BO {
	border: 1px solid White;
	background: White;
	cursor: default;
	color: #345069;
}
.sort-table td.BOA {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			hand;
}
.sort-table td.BN {
	border:			1px solid;
	background:	#9E9C95;
	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;
}

.sort-arrow.descending {
	background-image:		url("../images/downsimple.png");

}

.sort-arrow.ascending {
	background-image:		url("../images/upsimple.png");
}
