@charset "utf-8";
/* CSS Document */
.purpleIcon {
	background:url(/images/googleIcons/purple.png);
}
.redIcon {
	background:url(/images/googleIcons/red.png);
}
.redCircle {
	background:url(/images/googleIcons/redCircle.png);
}
.blueIcon {
	background:url(/images/googleIcons/blue.png);
}
.greenIcon {
	background:url(/images/googleIcons/green.png);
}
.orangeIcon {
	background:url(/images/googleIcons/orange.png);
}
.turquoiseIcon {
	background:url(/images/googleIcons/turquoise.png);
}
.yellowIcon {
	background:url(/images/googleIcons/yellow.png);
}
.yellowCircle {
	background:url(/images/googleIcons/yellowCircle.png);
}
.redYellow {
	background:url(/images/googleIcons/redYellow.png);
}
.peachIcon {
	background:url(/images/googleIcons/peach.png);
}
.pinkIcon {
	background:url(/images/googleIcons/pink.png);
}
.geoscenicIcon {background:url(/images/googleIcons/singleCamera.png);}
.purpleIcon, .redIcon, .blueIcon, .greenIcon, .orangeIcon, .turquoiseIcon, .yellowIcon, .peachIcon, .pinkIcon, .quakeIcon, .redCircle, .yellowCircle, .redYellow, .geoscenicIcon {
	background-repeat:no-repeat;
	background-position:left;
	color:#25408F;
	border-bottom: #7399c6 solid 2px;
	border-right: #7399c6 solid 2px;
	border-top:#CCCCCC solid 2px;
	border-left: #CCCCCC solid 2px;
	background-color:#CCCCCC;
	margin:0;
	margin-top:2px;
	margin-bottom:2px;
	width:32%;
	padding:0;
	padding-left:20px;
	cursor:pointer;
	height:35px;
}
.quakeIcon, .seismologyIcon {
	background-image:url(/images/kml/earthquake.png);
	width:32%;
}
.tooltip {
	background-color:#FFFF00;
	color:#0000CC;
	border:solid 1px #000000;
	padding:1px;
	font-weight:bold;
	display:inline-block;
	width:100px;
}
.eLabel {
	background-color:#fff;
	border:#7399c6 2px solid;
	padding:5px;
	width:auto;
}
/*map feedback icon*/
#loadingDiv {position:absolute; left:50%; top:50%; z-index:1000; width:50px; padding:10px;}
