﻿
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;}   

 label { 
        padding: 5px 5px 0 5px; 
        font-weight: 400; 
        font-size: 12pt; } 
    
 #leftPane{ 
        margin: 0; 
        padding: 0px; 
        background-color: #cee1f0; 
        color: #421b14; 
        width: 220px;   } 
 
 .dijitButtonContents:hover{ background-color:#CCCCCC;    }

     	  /* make all dijit buttons the same width */ 
 .dijitButton .dijitButtonNode, #buttonsWrapper { 
        width: 180px; 
        text-align:left;
        text-indent:7px;
         padding-right:5px;  
        padding-left:5px;   
        
          }
        
 #search { width: 180px;  } 
        /* customize geocoder appearance */ 
.simpleGeocoder, .simpleGeocoder .esriGeocoderContainer { 
        font-size: 1em; 
        line-height: 1em;      } 
      
     
.instructions       {
         clear:inherit;
         font-size:.9em;
         line-height:1.25em;
         margin-top:10px;  
         padding-left:0px; 
         display:block;   
         padding-right: 5px;   }
     
#layerToggle     {
     	padding-left:10px;
     	display: block;	}

.searchlbl{
      padding-left:10px;
      padding-bottom:5px;
      font-weight:bolder;
      font-size:larger;	}
 
.lowerPanel {clear:inherit;
             padding-left:1px;         }

li  { clear:inherit;
      margin-bottom:0.5em;      }

ul  { clear:inherit;           }
