#map {
    background: url("/-/mappinghistory/english/US/beta_modules/images/background.png");
    background-size: 100% 100%;
    border: 3px solid #5a4119;
    position:relative;
    margin:auto auto;
    width:352px;
    height:568px;
    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/US/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_background_canvas {
    position: absolute;
    top: 20px;
    z-index: 0;
}
#map_canvas {
    position: absolute;
    top: 20px;
    z-index: 1;
}
#legend {
    display: block;
    position: absolute;
    bottom: 200px;
    left: 15px;
    z-index: 3;
}
#event_control {
    z-index: 3;
    border-top:3px solid #5a4119;
    border-bottom:3px solid #5a4119;
    height: 80px;
    width: 100%;
    background: url("/-/mappinghistory/english/US/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/US/beta_modules/images/btn_back_normal.png");
}
#btn_back:hover {
    background-image: url("/-/mappinghistory/english/US/beta_modules/images/btn_back_mouseon.png");
}
#btn_back:active {
    background-image: url("/-/mappinghistory/english/US/beta_modules/images/btn_back_click.png");
}
#btn_forward {
    cursor: pointer;
    width:18px;
    height:18px;
    background-image: url("/-/mappinghistory/english/US/beta_modules/images/btn_forward_normal.png");
}
#btn_forward:hover {
    background-image: url("/-/mappinghistory/english/US/beta_modules/images/btn_forward_mouseon.png");
}
#btn_forward:active {
    background-image: url("/-/mappinghistory/english/US/beta_modules/images/btn_forward_click.png");
}
#play {
    cursor: pointer;
    width:37px;
    height:18px;
    background-image: url("/-/mappinghistory/english/US/beta_modules/images/btn_play_normal.png");
}
#play:hover {
    background-image: url("/-/mappinghistory/english/US/beta_modules/images/btn_play_mouseon.png");
}
#play:active {
    background-image: url("/-/mappinghistory/english/US/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;
}