#map_modal_mask {
    position:absolute;
    top:0px;
    left:0px;
    height:300%;
    width:100%;
    display:none;
    background-color: black;
    z-index: 2000;
}

#map_window {
    position:absolute;
    display: none;
    z-index:2500;
}

#map_window_close_button {
    position: absolute;
    top: -17px;
    right: -17px;
    z-index: 3700;
    cursor: hand;
    cursor: pointer;
}

#map {
    margin: 0px auto;
    display: block;
    width: 940px;
    height: 550px;
    border: 1px solid #000;
}
#mapWrapper {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    margin: 0px auto;
    width: 942px;
    height: 552px;
    position: relative;
    z-index: 3000;
    border: 5px solid #174883;
}

#mapWrapper h3, #mapWrapper h5 {
    display: inline;
}

#mapWrapper h5 {
    font-size: 12px;
    line-height: 18px;
}
#mapWrapper h3 {
    margin-bottom: 5px;
}
.dsrMapLegendTitle {
    color: #2c2c2c;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
}
.dsrMapLegendItem {
    text-align: left;
    font-size: 1.1em;
/*  margin-left: 5px; */
}
.dsrMapLegendItem img {
    vertical-align: -45%;
    padding-top: 3px;
    margin-right: 6px;
    display: inline-block;
}
.hoverLegend {
    font-size: 1.1em;
    width: 340px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 5px;
}
.dsrButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
    box-shadow:inset 0px 1px 0px 0px #f29c93;
    background-color:#e6521d;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:2px solid #e4e5e6;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:12px;
    font-weight:normal;
    padding:5px 12px;
    text-decoration:none;
    text-shadow:1px 1px 0px #e6521d;
    cursor: hand;
    cursor: pointer;
    line-height: 18px;
}.dsrButton:hover {
    background-color:#e6521d;
    color: #fff;
    text-decoration: none;
}.dsrButton:active {
    position:relative;
    top:1px;
}
.dsrButton img {
    vertical-align: bottom;
    margin-right: 6px;
    display: inline-block;
}
.dsrButton h5 {
    color:#ffffff;
    font-weight: bolder;
}
#dsrMapNav {
    position: absolute;
    top: 1px;
    right: 5px;
    padding: 5px;
    border: 1px solid #aeaeae;
    border-top: 0px;
    background-color:rgba(255,255,255,0.66);
    color: #fff;
    text-align: center;
    z-index: 3550;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#dsrMapLoader {
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 5px;
    border: 1px solid #fae4dc;
    background-color: #E6521D;
    color: #fff;
    text-align: center;
    z-index: 3550;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: wait;
    line-height: 31px;
    font-size: 24px;
}
#dsrMapLoader img {
    vertical-align: -20%;
    display: inline-block;
}
.dsrMapLegendZoom {
    font-weight: bold;
    font-style: italic;
    font-size: 0.9em;
    color: #666;
}
.dsrMapLegendItemWrapper {
    margin: 0px auto;
    display: block;
    width: 85%;
}
#tt {position:absolute; display:block; font:11px/1.5 Verdana, Arial, Helvetica, sans-serif; margin:0; padding:0; z-index: 3500;}
#tttop {display:none; height:5px; margin-left:5px; overflow:hidden}
#ttcont {display:block; background-color:rgba(255,255,255,0.90); color: #2c2c2c; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #aeaeae;}
#ttbot {display:block; background: url('../../images/grey-arrow.png') center top no-repeat; height:10px; overflow:hidden; margin-top: -1px;}

.world-map-block {
    border: 1px solid #C2CCCF;
    margin: 10px 0px 15px -20px;
    padding: 0px 15px 0px 15px;
}
.world-map-block h1 {
    color: rgb(23, 72, 130);
    font-weight: bold;
}
