/*body, html { height:900px; }*/
body, html { margin: 0; padding: 0; height:100%; }
/*.tooltip is for the elevation service */
.tooltip { position:absolute;
 padding: 5px;
 border: 1px solid gray;
 font-size: 10px;
 font-family: Verdana;
 background-color: #fff;
 white-space: nowrap;
}

/* IHE Next fields are for the layers */
#mapdiv { position: absolute;
	width:1200px; height:900px;
	overflow: hidden;
}

#search { position: absolute;
	top:470px; left:150px;
}

#swingbox { position: absolute;
	top:28px; left:0px;
	margin-top:-2px;
	padding: 6px 4px;
	text-align: left;
	width:102px;
	background-color: #fff;
	display: none;
	cursor:default;
	z-index:auto;
}

#swingbox hr { height:1px;
	border:1px;
	color:#e2e2e2;
	background-color:#e2e2e2;
	margin: 1px 0;
}

*+html #swingbox hr {
/* IE 7 hr bug fix */
 display:block; margin: -5px 0;
}

* html #swingbox hr {
/* IE 6 hr bug fix */
 display:block; margin: -5px 0;
}

#remover { color: #a5a5a5;
	text-decoration: none;
	cursor: default;
	text-align: center;
	display: block;
}

#remover.highlight { color: #0000cd;
	text-decoration: underline;
	cursor: pointer;
}

#legend {
        font-family: Arial, sans-serif;
        background: #fff;
        padding: 10px;
        margin: 10px;
        border: 3px solid #000;
      }
#legend h3 {
        margin-top: 0;
      }
#legend img {
        vertical-align: middle;
      }

#m_legend {
        font-family: Arial, sans-serif;
        background: #fff;
        padding: 10px;
        margin: 10px;
        border: 3px solid #000;
      }
#m_legend h3 {
        margin-top: 0;
      }
#m_legend img {
        vertical-align: middle;
      }
/*
CSS for v3 buttons stolen from:
 http://gmaps-samples-v3.googlecode.com/svn/trunk/controls/index.html
*/

.button, .button-selected, .dropdown {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	text-align: center;
	/*position: relative;*/
	font-family: Arial, sans-serif;
	font-size: 13px;
	box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
	color: #000;
	border: 1px solid #717B87;
	background-color: #fff; 
}

.button, .button-selected {
	margin: 5px;
	padding: 1px 6px;
	overflow: hidden;
}

.button:hover {
	background: #FEFEFE;
	background: -moz-linear-gradient(top, #FEFEFE 0%, #F3F3F3 100%);
	}

.button-selected {
	font-weight: bold;
}

#dropdown-holder {
        margin: 5px;
      }

#dropdown-holder .button, #dropdown-holder .button-selected {
        margin: 0;
      }

.dropdown {
        background: white;
        border: 1px solid #717B87;
        border-top: 0;
        padding-top: 2px;
        z-index: -1;
        position: relative;
      }

.dropdown-item {
        padding: 1px 5px 3px 5px;
        text-align: left;
      }

.dropdown-item:hover {
        background: #ebebeb;
      }
/* IHE End layers adaption */
