
@import "/shared/common.css";
body {
    font-family: trebuchet ms,sans-serif !important;
    font-size: small;
}
#control {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    display: none;
    float: right;
    font-family: trebuchet ms;
    font-size: 12px !important;
    height: 340px;
    overflow: auto;
    padding: 5px;
    width: 525px;
}
#directions-panel {
    width: 100%;
}
#map {
    border: 1px solid #979797;
    float: left;
    height: 350px;
    margin: 0;
    width: 1040px;
}
#srcDiv {
    border: 1px solid #CCCCCC;
    float: left;
    min-height: 23px;
    padding: 7px 5px;
    width: 1030px;
}
#mapNsrcDiv {
    width: 1545px;
}
#src_box {
    float: left;
    width: 75%;
}
#mail_box {
    display: none;
    float: left;
    width: 50%;
}
#div_btns {
    float: right;
    text-align: right;
    width: 25%;
}
#hrBottom {
    display: none;
}
#detailDiv {
    display: none;
}
#print_button {
    margin-right: 0;
}
#btnCloseMap {
    cursor: pointer;
}
