/* CSS Document */
#content.img {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align:middle; 
}

.closed1, .closed2, .closed3, .closed4 {
	display:none;
}
.open1, .open2, .open3, .open4 {
	display:block;
}

#moreinfobox1, #moreinfobox2, #moreinfobox3, #moreinfobox4, #moreinfobox5, #moreinfobox6, #moreinfobox7  {
	position:relative;
	width: 400px;
	left:50px;
	top:-10px;
	border: 1px dashed #FFFF99;
	padding: 5px;	
	
	background-color:#F2D7AC;	/* Sets a main background color */
	filter:alpha(opacity=60);	/* Sets the Alpha value for IE */
	-moz-opacity:.60;			/* Sets the Alpha value for Mozilla and Firefox */
	opacity:.60;				/* Sets the Alpha value by W3.org CSS3 specifications */
	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	font-style: oblique;
}

.arrowup1, .arrowup2, .arrowup3, .arrowup4, .arrowup5 {
	background-image:url(plus.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
.arrowdown1, .arrowdown2, .arrowdown3, .arrowdown4, .arrowdown5 {
	background-image:url(minus.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
#legend {
	position:absolute;
	z-index:3;
	display:block;
	width:110px;
	
	top:72px; /* top:500px; left:680px; */
	left:196px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	margin: 0px;
	padding: 0px;
}
