#legendBox {
	visibility: hidden;
	position: absolute;
	bottom: 50px;
	right: 0px;
	width: 200px;
	vertical-align: top;
	text-align: left;
	background-color: #3030b0;
	z-index: 10;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#legendBody {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	text-align: left;
	background-color: white;
}

#selectedLegendBox {
	visibility: hidden;
	position: absolute;
	top: 40px;
	right: 0px;
	background-color: #3030b0;
	z-index: 11;
	width: 300px;
	height: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}


#closeLegendBox {
	text-align: right;
	background-color: white;
	height: 15px
}

#selectedLegendBody {
	border-color: #3030b0;
	border-width: 5px;
	z-index: 11;
	vertical-align: top;
	text-align: left;
	background-color: white;
}


