.Blanket {
    background-color: #CACACA;
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: Alpha(opacity=20);
}    

.map {
    text-align: left;
    line-height: 1em; 
    font-size: 1em;
    border: 1px solid gray;
    background-color: white;
    background-image: url('/assets/stylesheets/../images/bg_metanav.jpg');
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.bubbleHeadline {
    margin-bottom: 10px;
    font-weight: bold;
}

.bubbleText {
    margin-bottom: 5px;
    font-size: 0.9em;
    line-height: 1em; 
}     

.bubbleLink {
    font-size: 0.9em;
    line-height: 1em; 
}  

.bubbleImg {
    margin-top: 3px;
    margin-right:8px; 
    margin-bottom:5px;
    float:left;
    height: 120px;
    border: 1px solid lightgrey;
}       
.mapLeft {
    background-color: #bebebe;
    background-image: url('applications/map/gfx/mapLeft.jpg');
    background-repeat: no-repeat;
    padding: 6px;
    font-size: 12px;
    
}     

.jxSplitBarHorizontal {
    background-color: #bebebe;
    width: 1px;
}

.mapLeftHeadline {
    padding-bottom: 5px;
    margin-right: 21px;
    /*border-bottom: 1px solid gray;*/
    background-image: url('/applications/map/gfx/arrow_down.gif');
    background-repeat: no-repeat;            
    background-position: right 2px;
    color: #3C82B5;
    margin-top:10px;
    cursor: pointer;     
    border-bottom: 1px solid gray;       
}

.mapLeftHeadline.open {
    background-color:#cecece;
    border-bottom: 0px solid;  
    padding:5px;
    background-image: url('/applications/map/gfx/arrow_up.gif');      
    background-position: right 4px;
    padding-bottom:10px;
}        

.mapLeftToggleBody {
    padding:5px; 
    padding-bottom:15px;
    margin-right: 21px;            
    padding-top:15px;
    background-color:#cecece;
    border-top: 1px solid #e1e1e1;
    text-decoration: none !important;
    color: black;
    display: none;
}

.mapLeftToggleBody.open {
    display: block;
}        

.mapLeftToggleBody span {
    display: block;
    font-weight: bold;
    color: #737373;
    text-decoration: none !important;
}

.mxBusy {
    background-color: gray;
    width: 100%;
    height: 100%;        
}
