html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
    
#map_canvas { height: 100%; z-index: 0; }
    
#map_subjects { 
    z-index: 2; 
    position: absolute;
    left: 8px;
    top: 8px;
    background-color: #f5efe5;
    width: 200px;
    border-radius: 24px;
    box-shadow: 3px 3px 10px #888888;
}
    
#innerSubjects div.subjects, div.legenda, div.anim , div.moreInfo {
    background-color: #fff8ed;
    padding: 8px 16px 12px 12px;
    margin: 8px -6px 0px -6px;
    border-radius: 8px;
}
    
#innerSubjects, #gmInfoWindow, #gmInfoSmall {
    font-family: Verdana, sans-serif;
    color: #00325f;
}

#innerSubjects {
    margin: 14px 18px 14px 18px;
}

#innerSubjects h3, #gmInfoWindow h3 {
    font-size: 12pt;
    font-weight: 400;
    margin: 0pt 0pt 0pt 0pt;
    line-height: 130%;
    color: #00325f;
}

#innerSubjects div.subjects {
    padding-bottom: 8px;
}

#innerSubjects h3.title {
    text-align: center;
}

#innerSubjects h3.legenda {
    text-align: right;
    margin-bottom: 4pt;
    color: #8098af;
}

#innerSubjects p.legenda {
    font-size: 9pt;
    text-align: right;
    margin: 0px 8px 0px 0px;
    cursor: default;
}

#innerSubjects p.bron {
    color: #8098af;
    font-size: 7pt;
    line-height: 100%;
    text-align: center;
    margin-top: 4px;
}

#innerSubjects p.bron a {
    color: #8098af;
    text-decoration: none;
}

#innerSubjects p.bron a:hover {
    text-decoration: underline;
}

#innerSubjects p#madeby {
    margin-top: 12px;
    margin-bottom: -4px;
    color: #8098af;
    font-size: 7pt;
    line-height: 100%;
    text-align: center;
}

#innerSubjects p#madeby a {
    color: #8098af;
    text-decoration: none;
}

#innerSubjects p#madeby a:hover {
    text-decoration: underline;
}

#innerSubjects div.moreInfo {
    background-color: #4C708F;
    padding: 8px 16px 4px 12px;
}

#innerSubjects #imgMoreInfo {
    vertical-align: top;
    float: right;
    margin-right: -8px;
    margin-left: 12px;
    margin-top: -3px;
    width: 63px;
    height: 40px;
}

#innerSubjects p.clickArea {
    font-size: 8pt;
    text-align: left;
    line-height: 150%;
    color: #e5eaef;
    margin-top: 6px;
}

#innerSubjects #clickAreaTD {
    background-image: url('../images_enschede/grafiek_achtergrond.png');
    background-repeat: no-repeat;
    height: 48px;
}

p#animatie_afspelen {
    font-size: 8pt;
    margin: 16px 0px 0px 0px;
    cursor: pointer;
    color: #8098af;
    text-align: center;
}

p#animatie_afspelen img {
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -4px;
}

#innerSubjects div.anim img {
    margin-left: -4px;
    margin-right: -4px;
}

#innerSubjects table {
    padding: 0;
    border-spacing: 0px;
    border-collapse: separate;
}

#innerSubjects td.hb24 {
    background-image: url('../images_enschede/vinkje_uit.png');
    background-repeat: repeat-x;
    background-position: center;
}

#innerSubjects p.category_off, p.category_on {
    font-size: 8pt;
    margin: 4px 0px 0px 0px;
    line-height: 120%;
    cursor: pointer;
}

#innerSubjects p.category_on {
    color: #007de0;
}

#innerSubjects img.aan {
    cursor: pointer;
    vertical-align: center;
    margin-top: 2px;
}

#innerSubjects img.clickable {
    cursor: pointer;
}

#innerSubjects div.anim {
    padding-bottom: 6px;
    padding-right: 8px;
}

#innerSubjects div#animLine {
    height: 12px;
    margin-top: 12px;
    border-top: 2px solid #f6b24c;
}

#innerSubjects img#animDot {
    position: relative;
    left: 40px;
    top: -11px;
}

#gmInfoWindow {
    background-color: #4C708F;
    width: 420px;
    height: 300px;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    visibility: hidden;
    box-shadow: 3px 3px 10px #555555;
    border-radius: 24px;
}

#gmInfoWindow h3 {
    margin: 10px 16px 6px 24px;
    color: #ffffff;
}

#gmInfoWindow #close {
    cursor: pointer;
    margin: 3px 0px 0px 0px;
}

#infoChart {
    width: 396px;
    height: 254px;
    margin: 0px 8px 12px 16px;
}

#gmInfoSmall {
    background-color: #335b7f;
    width: 350px;
    height: 16px;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    padding: 6px 4px 4px 4px;
    border: 2px solid #ec5a00;
    cursor: pointer;
    visibility: hidden;
    box-shadow: 2px 2px 8px #555555;
    border-radius: 12px;
}

#gmInfoSmall p {
    font-size: 8pt;
    font-weight: 400;
    margin: 0;
    text-align: center;
    color: #E5EAEF;
}
