@charset "utf-8";
/* CSS Document */
.purpleIcon {
	background-image: url(/images/googleIcons/purple.png);
}
.redIcon {
	background-image: url(/images/googleIcons/red.png);
}
.redCircle {
	background-image: url(/images/googleIcons/redCircle.png);
}
.blueIcon {
	background-image: url(/images/googleIcons/blue.png);
}
.greenIcon {
	background-image: url(/images/googleIcons/green.png);
}
.orangeIcon {
	background-image: url(/images/googleIcons/orange.png);
}
.turquoiseIcon {
	background-image: url(/images/googleIcons/turquoise.png);
}
.yellowIcon {
	background-image: url(/images/googleIcons/yellow.png);
}
.yellowCircle {
	background-image: url(/images/googleIcons/yellowCircle.png);
}
.redYellow {
	background-image: url(/images/googleIcons/redYellow.png);
}
.peachIcon {
	background-image: url(/images/googleIcons/peach.png);
}
.pinkIcon {
	background-image: url(/images/googleIcons/pink.png);
}
.geoscenicIcon {
	background-image: url(/images/googleIcons/singleCamera.png);
}
.quakeIcon, .seismologyIcon {
	background-image: url(/images/kml/earthquake.png);
}
.purpleIcon, .redIcon, .blueIcon, .greenIcon, .orangeIcon, .turquoiseIcon, .yellowIcon, .peachIcon, .pinkIcon, .quakeIcon, .redCircle, .yellowCircle, .redYellow, .geoscenicIcon, .quakeIcon, .seismologyIcon {
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}
.checkBox input[type=checkbox] {
	float: left;
	margin-left: 1.5em;
	margin-right: 0.5em;
}
.tooltip {
	background-color: #FFFF00;
	color: #0000CC;
	border: solid 0.1em #000000;
	padding: 0.1em;
	font-weight: bold;
	display: inline-block;
	width: 8em;
}
.eLabel {
	background-color: #fff;
	border: #7399c6 0.1em solid;
	padding: 0.2em;
	width: auto;
}
/*map feedback icon*/
#loadingDiv {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1000;
	width: 5em;
	padding: 0.5em;
}
#midCol .checkBox label {
	float: left;
	padding-top: 0.2em;
}
@media screen and (min-width:57em) {
.checkBox {
	clear: both;
	padding: 0.5em;
	width: 100%;
	display: block;
}
}
@media screen and (max-width:57em) {
.checkBox {
	margin: 0.5em;
	padding:0.5em;
	border:0.1em dashed #ccc;
}
.checkBox input[type=checkbox] {
	padding-top: 0;
	padding-bottom: 1em;
}
}
