html { height: 100% }
body { height: 100%; margin: 0px; padding: 0px }

#map{
	font-size:12px;
	font-weight:normal;
	/*width:586px;*/
	/*height:606px;*/
	/*border:1px solid black;*/
	z-index:0;
	/*Added 10-27-16 think I have a fix -JCT */
	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
}

.eqWin{
	font-size:12px;
	font-weight:normal;
        color:black;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Geneva, "URW Gothic L", "Lucida Sans", sans-serif; 
}

.eqWin ul{
	font-size:12px;
	font-weight:normal;
        list-style-type:none;
        margin:0;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Geneva, "URW Gothic L", "Lucida Sans", sans-serif;
}
.eqWin td{
        font-size:12px;
        font-weight:normal;
        list-style-type:none;
        margin:0;
        font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Geneva, "URW Gothic L", "Lucida Sans", sans-serif;
}

.eqWin span{
	font-size:12px;
	font-weight:normal;
        color:blue;
        margin-left:0px;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Geneva, "URW Gothic L", "Lucida Sans", sans-serif;
}

