@charset "utf-8";
/* CSS Document */

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	/*background: #FED579;*/
	background: #908E8E;
}

.anylinkcsscols{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	/*font-size: 11px;*/
	font-size: 12px; /*Quicklinks links font size*/
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #AAA8A8; /* This controls the background color of the layer */
}

.anylinkcsscols .column{
	width: 130px;
	float: left;
}

.anylinkcsscols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcsscols li{
	padding-bottom: 3px;
}

.anylinkshadow{ /*CSS for shadow.*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}