#map {
    background: url("/-/mappinghistory/english/EU/beta_modules/images/background.png");
    background-size: 100% 100%;
    border: 3px solid #5a4119;
    position: relative;
    margin: auto auto;
    width: 814px;
    height: 511px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 8px 0 rgba(0, 0, 0, 0.19);
}
#top_bar {
    position: absolute;
    top: 0px;
    z-index: 3;
    background: url("/-/mappinghistory/english/EU/beta_modules/images/top_bk.png");
    background-size: 100%;
    width:100%;
    height:40px;
}
#event_title {
    margin: 5px 5px;
    color: white;
}
#map_legend {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 5px;
}
#map_zoom_caption {
    position: absolute;
    font-family: "Times New Roman";
    font-size: 14px;
    color: white;
    top: 10px;
    right: 165px;
}
#map_legend_caption {
    position: absolute;
    font-family: "Times New Roman";
    font-size: 14px;
    color: white;
    top: 10px;
    right: 35px;
}
#map_zoom {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 130px;
}
#map_background_canvas {
    position: absolute;
    top: 40px;
    z-index: 0;
}
#map_canvas {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 0;
}
#legend {
    position: relative;
    background-color: white;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin: auto auto;
    width: 710px;
    height: 300px;
    top: 50px;
    z-index: 3;
    display: none;
}
#event_control {
    z-index: 3;
    border-top:3px solid #5a4119;
    border-bottom:3px solid #5a4119;
    height: 70px;
    width: 100%;
    background: url("/-/mappinghistory/english/EU/beta_modules/images/control_bk.png");
    background-size: 100%;
    position: absolute;
    bottom:100px;
}
#event_text {
    height:100px;
    width:100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
    background-color: #ffeecc;
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    overflow: auto;
    resize: none;
}
#event_content {
    margin: 5px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:.8em;
}
.scroll-pane {
    width: 100%;
    height: 100px;
    overflow: auto;
}
.horizontal-only {
    height: auto;
    max-height: 100px;
}
button {
    background-color: transparent;
    border:0;
    padding: 0;
    margin: 0;
}
fieldset {
    border:0;
    padding: 0px;
    margin: 5px;
}
#buttons {
    width: 50px;
}
#btn_back {
    cursor: pointer;
    width:18px;
    height:18px;
    background-image: url("/-/mappinghistory/english/EU/beta_modules/images/btn_back_normal.png");
}
#btn_back:hover {
    background-image: url("/-/mappinghistory/english/EU/beta_modules/images/btn_back_mouseon.png");
}
#btn_back:active {
    background-image: url("/-/mappinghistory/english/EU/beta_modules/images/btn_back_click.png");
}
#btn_forward {
    cursor: pointer;
    width:18px;
    height:18px;
    background-image: url("/-/mappinghistory/english/EU/beta_modules/images/btn_forward_normal.png");
}
#btn_forward:hover {
    background-image: url("/-/mappinghistory/english/EU/beta_modules/images/btn_forward_mouseon.png");
}
#btn_forward:active {
    background-image: url("/-/mappinghistory/english/EU/beta_modules/images/btn_forward_click.png");
}
#play {
    cursor: pointer;
    width:37px;
    height:18px;
    background-image: url("/-/mappinghistory/english/EU/beta_modules/images/btn_play_normal.png");
}
#play:hover {
    background-image: url("/-/mappinghistory/english/EU/beta_modules/images/btn_play_mouseon.png");
}
#play:active {
    background-image: url("/-/mappinghistory/english/EU/beta_modules/images/btn_play_click.png");
}
#timeline {
    z-index: 3;
    position: absolute;
    top: 0px;
    left:60px;
}
#timeline_ticker {
    z-index: 4;
    position: absolute;
    top: 0px;
    left:60px;
    cursor: pointer;
}
#large {
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),  0 0 7px 7px rgba(0, 0, 0, 0.25),  inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 3;
}
#checkboxGroup {
    z-index: 2;
    width: 250px;
    height: 80px;
    font-family: "Times New Roman";
    font-size: 14px;
    position: absolute;
    padding-top: 8px;
    padding-left: 15px;
    left: 10px;
    bottom: 175px;
    background-color: rgba(255,255,255,0.7);
    -webkit-box-shadow: 4px 4px 2px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 2px -1px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 2px -1px rgba(0,0,0,0.2);
    display: none;
}
#checkboxGroup li {
    list-style-type: none;
}
#checkboxGroup img {
    padding-right: 3px;
    vertical-align:baseline;
}
#overlayers {
    position: absolute;
    top: 40px;
    z-index: 1;
}
#overlayers img {
    position: absolute;
}