html, body, #mapDiv {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100%;
	z-index: -1;
}

/* toggle styling */
#toggleDivContainer{
    background-color: rgba(255, 255, 255, 0.7);
    top: 20px;
    right: 20px;
    position: absolute;
    width: 250px;
    height: 200px;
    z-index: 39;
    border-color: #c0c0c0 #c0c0c0 #9b9b9b;
    border-style: solid;
    border-width: 1px;
	padding: 3px;
    padding-left: 5px;
  	padding-top: 5px;
  	padding-right: 5px;
	margin: auto;
}
#toggleDivHeading{
	background-color: rgba(192, 192, 192, 0.7);
	padding-left: 4px;
	font-weight: bold;
	
}
/*second toggle styling */
#toggleDirectionDivContainer{
    background-color: rgba(255, 255, 255, 0.7);
    top: 125px;
    right: 20px;
    position: absolute;
    width: 250px;
    height: 75px;
    z-index: 39;
    border-color: #c0c0c0 #c0c0c0 #9b9b9b;
    border-style: solid;
    border-width: 1px;
	padding: 3px;
    padding-left: 5px;
  	padding-top: 5px;
  	padding-right: 5px;
	margin: auto;
}

/* legend styling */
#legendDivContainer{
    background-color: rgba(255, 255, 255, 0.7);
	padding: 3px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    width: 290px;
    height: 160px;
    z-index: 39;
    border-color: #c0c0c0 #c0c0c0 #9b9b9b;
    border-style: solid;
    border-width: 1px;
    padding-left: 5px;
  	padding-top: 5px;
  	padding-right: 5px;
}

#legendDivHeading{
	background-color: rgba(192, 192, 192, 0.7);
	padding-left: 4px;
}




.esriLegendHoverLabel{
	display: none;
}

.column-left{
	float: left; 
	width: 50%;
}
.column-right{
	float: right; 
	width: 50%;
}


      .dijitBorders{
        margin:5px 5px 5px 5px; 
        border:solid thin #9CAA9C;
       -moz-border-radius: 4px;
      }
	  .labelText{
        color:#9CAA9C;
        font-size:12pt;  
        font-family:"Tahoma";
        margin:5px;
      }
	  .headerText{
        color:#9CAA9C;
        font-size:16pt;
        font-weight:bold;
        font-family: "Tahoma";
      }
