#legend{
	position: absolute;
	font-family: 'EuropaGroteskSZ-BookRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;	
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.legendright{
	right: 0px;
}
.legendleft{
	left: 0px;
}
#legendinfo{
	width: 36px;
	height: 42px;
	top: 0;
	position: absolute;	
}
#legendinfobox{
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	width: 36px;
	height: 35px;
	padding-top: 2px;
	position: relative;
	cursor:pointer;
	font-family: 'Times New Roman', Times, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	line-height: 33px;
}
#legendtext{
	width: auto;
	height: auto;
	position: absolute;
	top: -1px;
}
.legendtextleft{
	left: 0;
}
.legendtextright{
	right: 0;
}
#legendtextbox{
	background: white;
	height: auto;
	width: auto;
	cursor:pointer;
	position: relative;
	white-space: nowrap;	
}
#legendtextbox p{
	margin: 0;
	line-height: 16px;
}
.legendtextboxleft{
	left: -103%;
}
.legendtextboxright{
	right: -100%;
}
.legendtextboxpleft{
	padding: 12px;
	padding-right: 30px;
}
.legendtextboxpright{
	padding: 12px;
	padding-left: 30px;
}
#legendarrow{
	width: 15px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	position: absolute;
}
.legendarrowleft{
	margin-right: 7px;
	right: 0; 
	background-image: url(../img/legend/legend_arrows_left.jpg);
}
.legendarrowright{
	margin-left: 7px;
	left: 0;
	background-image: url(../img/legend/legend_arrows_right.jpg);
}

.legendtop{
	z-index: 2000;
}
.legendbottom{
	z-index: 1000;
}
.legendboxshadowright {
	box-shadow: 2px 2px 4px #888888;
	-moz-box-shadow: 2px 2px 4px #888888;
	-webkit-box-shadow: 2px 2px 4px #888888;
	-ms-box-shadow: 2px 2px 4px #888888;
}
.legendboxshadowleft {
	box-shadow: -2px 2px 4px #888888;
	-moz-box-shadow: -2px 2px 4px #888888;
	-webkit-box-shadow: -2px 2px 4px #888888;
	-ms-box-shadow: -2px 2px 4px #888888;
}
.legendpositionedparent{
	position: relative;
}
