#mapWrapper {
    width: 900px;
    background: #eee;
    
}

#toolbar {
    border-top:1px solid gray;
    background: white;
    height: 27px;
    padding-top:3px;
    padding-left:5px;
}

.toolbar{
    display:block;
}


#map {
    position: relative;
    background: white;
    width: 898px;
    height: 600px;
    border-top: 1px solid gray;
}

.popup_container{
    /*width: 200px;*/
}

.popuptitle{
    font-size: 10pt;
    font-weight: bold;
}

.popupinfo{
    font-size: 9pt;
}
.popupborder {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #000000;
    font-size: 0;
    height: 0;
    margin-top: 5px;
    opacity: 0.25;
}

.popup_table {
    border-collapse: collapse;
}

.popup_table, .popup_table tr, .popup_table th, .popup_table td{
    border: 1px solid black;
}

.popup_table td {
    padding: 3px;
}

.popupinfo a{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

/* scale bar*/
.olControlScaleBar {
    bottom: 10px;
    left: 10px;
    font-family: sans-serif;
	font-size: 11px;
    color: #000;
}

.olControlScaleBarBar {
    height: 1px;
    top: 14px;
    background: #333;
}

.olControlScaleBarBarAlt {
    height: 1px;
    top: 14px;
    background: #333;
}

.olControlScaleBarMarkerMajor {
    height: 7px;
    width: 1px;
    top: 11px;
    background: #333;
}

.olControlScaleBarMarkerMinor {
    height: 5px;
    width: 1px;
    top: 12px;
    background: #333;
}

.olControlScaleBarNumbersBox {
    width: 40px;
    height: 13px;
    top: 21px;
    font-size: 11px;
}

.olControlScaleBarLabelBox {
    top: -2px;
    height: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
	font-size: 11px;
    font-variant: small-caps;
}

.olControlScaleBarLabelBoxSingleLine {
    height: 15px;
    width: 35px;
    top: 5px;
    left: 10px;
	font-size: 11px;
    font-variant: small-caps;
}