@charset "UTF-8";
/* CSS Document */

div.LabeledMarker_markerLabel {
	color: #333333;
	font-family: Arial;
	font-size:9px;
	width: 175px;
	background-color:lightblue;
	text-align: center;
	position:relative;
	padding: 4px;
	border:1px solid #999999;
        line-height:120%;
	visibility:hidden
}

#map {
	padding: 0px;
	height: 600px;
	width: 598px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	z-index: 1;
}

#map table {
	background-color: #31455A;
	border: none;
}

#cm_mapTable {
	position: relative;
	z-index: 2;
	left: 0px;
	top: -25px;
	border: none;
}

#cm_sidebarDIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right:15px;
	background-color: #31455A;
	padding-left: 8px;
	padding-top: 4px;
        line-height:125%;
}
#cm_sidebarDIV a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:normal;
	font-size:12px;
	border-bottom:none;
	text-decoration:none;
}
#cm_sidebarDIV a:hover {
	border-bottom:dotted 1px #FFFFFF;
}
#balloontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width:250px;
	line-height:1.35em
}
#balloontext a {
	color: blue;
	border-bottom-color: blue;
}
#balloontext img {
	margin-left: 10px;
	margin-bottom:5px;
	margin-right:12px
}
/* #secondnav {
        visibility:hidden;
        height:3px;
}*/
#reduceButton {
	display: none;
}
#expandButton {
	display: block;
}

