#map_container {
    width: 786px;
    background-color: #CAD9E7;
}

#map_canvas {
    height: 442px;
    border: 1px solid #CAD9E7;
}

#map_loading {
    position: absolute;
    z-index: 100000;
    margin:2px;
    padding: 10px;
    background-color: #fff;
}

#map_controls {
    border-top: 1px solid #A7C0D7;
    padding: 5px;
}

#map_form {
    padding: 0;
    margin: 0;
}

.map_ctrl_sect_top {
    background: url(/photos/gmapa/border-top-wide.png) no-repeat top left;
    height: 5px;
    font-size: 1px;
}

.map_ctrl_sect_middle {
    background-color: #ffffff;
    padding-left: 5px;
    border-left: 1px solid #A7C0D7;
    border-right: 1px solid #A7C0D7;
}

.map_ctrl_sect_bottom {
    background: url(/photos/gmapa/border-bottom-wide.png) no-repeat bottom left;
    height: 5px;
    font-size: 1px;
}

.map_margin_top5 {
    margin-top: 5px;
}

.map_valign_middle {
    vertical-align: middle;
}

.map_text_center {
    text-align: center;
}

.map_clear {
    clear: both;
}

.map_bold {
    font-weight: bold;
}

.map_normal {
    font-weight: normal;
}

.map_col120 {
    width: 140px;
    float: left;
}

.map_col360 {
    width: 420px;
    float: left;
}

.map_crtl_title {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #436C93;
    text-align: right;
}

.map_ctrl_text {
    font-family: Arial;
    font-size: 12px;
}

#map_roadlabel {
    background-color: #F2EFE9;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    position: absolute;
}

.map_ctrlbtn_on {
    font-family: Arial,sans-serif;
    font-size: 12px;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: bold;
    border-style: solid;
    border-color: rgb(52, 86, 132) rgb(108, 157, 223) rgb(108, 157, 223) rgb(52, 86, 132);
    border-width: 1px;
    background-color: #ffffff;
    float: left;
    width: 90px;
    cursor: pointer;
}

.map_ctrlbtn_off {
    font-family: Arial,sans-serif;
    font-size: 12px;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    border-style: solid;
    border-color: #ffffff #B0B0B0 #B0B0B0 #ffffff;
    border-width: 1px;
    background-color: #ffffff;
    float: left;
    width: 90px;
    cursor: pointer;
}

