html, body { 
        height: 100%; width: 100%;
        margin: 0; padding: 0;
      } 
      body{
        background-color: #fff; overflow:hidden; 
        font-family: sans-serif;
      } 

    #loadingDiv 
        {
            position: absolute;
            background-color: #FFFFFF;
            border: 1px solid #CCCCCC;
            display: none;
            z-index: 100;
            width: 140px;
            left: 30%;
            top: 40%;
        }
     #pacificDiv {
		display: none;
		position: absolute;
		bottom: 40px;
		left: 15px;
		width: 130px;
		height: 50px;
		background-color: #ffffff;
		z-index: 102;
		filter:alpha(opacity='80'); 
		opacity: 0.8; 
		-moz-opacity: 0.8;
		padding: 4px 4px 4px 4px;
	}
	#pacificDiv table {
		font-family: "helvetica neue",helvetica,arial,sans-serif;
		font-size: 8pt;
		
	}
	#pacificDiv td {
		cursor: pointer;
		color: navy;
	}
	
.scalebar_bottom-left {
    left: 5px;
    bottom: 5px;
}
	
	.highlight {
		background-color: #cccccc;
		border: 1px solid #999999;
	}
	.nohighlight {
		background-color: transparent;
	}   
     .esriPopup 
     {
         z-index: 50!important;
         
     }
     .esriPopup .contentPane {
		font-family: "helvetica neue",helvetica,arial,sans-serif;
		font-size: 8pt;
		padding-top: 4px!important;
	}
	.esriPopup .contentPane a{
		text-decoration: none;
		font-size: 9pt;
	}
	.esriPopup .contentPane a:hover{
		text-decoration:underline;
	}
	.esriPopup .titlePane,
	.dj_ie7 .esriPopup .titlePane .title {
        background-color: #446485!important;
        
      }
	 
     .esriPopup .actionsPane {
        display: none;
    }
     .esriSimpleSlider div {
       -moz-user-select: none;
        font-family: verdana,helvetica;
        font-size: 20px;
        font-weight: bold;
        height: 18px;
        line-height: 14px;
        width: 18px;
    }
   
img {
    border-width: 0;
}

