﻿html {
    height: 100%
}

body {
    height: 100%;
    margin: 0;
    padding: 0
}

/*#map_canvas {
            position: absolute;
            top: 50px;
            left: 0;
            bottom: 50px;
            right: 0;
        }*/

#map {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 50px;
    right: 0;
}

#CalendarExtender1_popupDiv {
    z-index: 5000;
}

ajax__calendar {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    visibility: visible;
    display: block;
}

.ajax__calendar iframe {
    left: 0px !important;
    top: 0px !important;
}

