﻿#SEARCH_CRITERIA 
{
    padding: 5px 5px;
    margin:0px 0px 10px 0px;
    border: solid 1px #e6e6e6; 
    background-color: rgb(244, 245, 246);
    width:961px;
    
}
        
#Toolbar 
{
    width:967px;
    font-size: 11px;
    height:30px;
    color: Blue;
    padding: 2px;
    margin:0px;
    border: solid 1px #e6e6e6;
    background-color: rgb(244, 245, 246);
    position:relative;
    top:0px;
    left:0px;
}
        
#Toolbar div
{
    float: right;
}

#Legend
{   
    width:150px; 
    text-align: right;
    position:relative;
    top:0px;
    left:0px;
}
#m1
{  
    top:30px;
    left:5px;
}       
#MeasureToolDiv 
{
    width: 285px;
    text-align: left;
}
#MeasureTool
{
     float: left;
  
     width: 280px;
}
#ShowMap
{
    float:right;
    width:180px;
}
        
#ReportProblemToolDiv
{
    width: 180px;
}
        
#MapContainerDiv
{
    margin-right:0px;
    z-index: 1;
    position:relative;
    top:0px;
    left:0px;
    
}
#SearchResultPanel
{
    height:600px; 
    overflow:auto; 
    border-left: solid 1px #e6e6e6; 
    border-right: solid 1px #e6e6e6; 
    border-bottom: solid 1px #e6e6e6; 
    padding:2px;
    display:none;
    font-family: Arial;
    width:315px;
    float:left;
}
        
#arcMapDiv
{
    position:relative;
    width:971px;
    border-left: solid 1px #e6e6e6; 
    border-right: solid 1px #e6e6e6; 
    border-bottom: solid 1px #e6e6e6; 
    height: 605px;
    top:0px;
    left:0px;
}
        
#basemapSelector
{
    position: absolute;
    z-index:99;
    width:100px;
    top:10px;
    right:10px;
    border: 1px solid #e6e6e6;          
}

.nonModal_underlay {
    display:none
}

.claro .dijitDialogTitleBar { background-color: #7386A5 }