#calendarWrapper {
    width: 900px;
    min-height: 800px;
    float: left;
    margin: 0 0 0 40px;
}

#calendarWrapper #headerText {
    color: #1D64A5;
    font-family: 'DroidSansRegular', sans-serif;
    font-size: 24px;
    margin: 5px 0 10px 0;
}
@font-face {
    font-family: 'DroidSansRegular';
    src: url('/community/type/DroidSans-webfont.eot');
    src: url('/community/type/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
    url('/community/type/DroidSans-webfont.woff') format('woff'),
    url('/community/type/DroidSans-webfont.ttf') format('truetype'),
    url('/community/type/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#menubar {
    width: 900px;
    height: 20px;
    padding: 3px 0 2px 0;
    font-size: 14px;
    font-weight: bold;
}

#menubar a {
    float: right;
    display: block;
    margin: 0 0 0 10px;
    color: #000000;
    text-decoration: none;
}

#menubar a:hover {
    text-decoration: underline;
}

#calendarBlock{
    width : 900px;
    margin: 10px auto;
    font-size: 10pt;
}

#loadingImage{
    position:absolute;
    top:50%;
    left:50%;
    margin:-20px 0 0 -20px;
    padding:5px;
    background:#fff;
    z-index:3000;
    border:1px solid #000;
}
