#acl {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}

#acl .icon {
	background: #000000 url('../images/icon_eye.png') 10px center no-repeat;
	padding: 5px 10px 5px 30px;
	font: normal 14px Arial;
	color: #ffffff;
	cursor: pointer;
	-webkit-border-bottom-left-radius: 5px;
	//-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	//-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	//border-bottom-right-radius: 5px;
}

#acl .acl {
	display: none;
	position: absolute;
	width: 220px;
	margin: 0;
	background-color: #ffffff;
	padding: 0;
	border: 2px solid #505050;
	list-style: none;
}

#acl .acl > span {
	display: block;
	padding: 0 10px 0 10px;
	text-decoration: none;
	font: normal 14px Arial;
	line-height: 29px;
	color: #000000;
	cursor: pointer;
}

#acl .acl > span:hover, #acl .acl > span:focus {
	text-decoration: underline;
}

#acl .acl > span.active {
	display: inline-block;
	padding-left: 10px;
	content: "● ";
}

#acl .acl > span.active {
	font-weight: bold;
}

/*--- Gradient support for IE9 ---*/
@media screen and (min-width:0\0) {
	.gradient {
		filter: none;
	}
}