#legend{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	/*font-weight: bold;*/
	-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: 38px;
	height: 42px;
	top: 0;
	overflow: hidden;
	position: absolute;	
}
#legendinfobox{
	background-color: white;
	background-image: url(../img/legend/legend_info.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 36px;
	height: 37px;
	position: relative;
	cursor:pointer;
	border: 1px solid #DDDDDD;
}
#legendtext{
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
}
.legendtextleft{
	left: 0;
}
.legendtextright{
	right: 0;
}
#legendtextbox{
	background: white;
	height: auto;
	width: auto;
	cursor:pointer;
	position: relative;
	white-space: nowrap;	
	border: 1px solid #DDDDDD;
}
#legendtextbox p{
	margin: 0;
	line-height: 16px;
}
.legendtextboxleft{
	left: -103%;
}
.legendtextboxright{
	right: -100%;
}
.legendtextboxpleft{
	padding: 10px;
	padding-right: 22px;
}
.legendtextboxpright{
	padding: 10px;
	padding-left: 22px;
}
#legendarrow{
	width: 15px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	position: absolute;
}
.legendarrowleft{
	margin-right: 3px;
	right: 0; 
	background-image: url(../img/legend/legend_arrows_left.jpg);
}
.legendarrowright{
	margin-left: 3px;
	left: 0;
	background-image: url(../img/legend/legend_arrows_right.jpg);
}

.legendtop{
	z-index: 2000;
}
.legendbottom{
	z-index: 1000;
}
.legendboxshadowright {
	box-shadow: 2px 2px 2px #888888;
	-moz-box-shadow: 2px 2px 2px #888888;
	-webkit-box-shadow: 2px 2px 2px #888888;
	-ms-box-shadow: 2px 2px 2px #888888;
}
.legendboxshadowleft {
	box-shadow: -2px 2px 2px #888888;
	-moz-box-shadow: -2px 2px 2px #888888;
	-webkit-box-shadow: -2px 2px 2px #888888;
	-ms-box-shadow: -2px 2px 2px #888888;
}
.legendpositionedparent{
	position: relative;
}
