﻿.topcalendarbar, .bottomcalendarbar, .daysofweek {
    background-color: #EEE;
    border: 1px #DDD solid;
    overflow: auto;
    padding: 10px 0;
}

.daylabel {
    color: #444;
    font-weight: bold;
}

.topcalendarbar {
    border-bottom: 0;
}

.bottomcalendarbar {
    border-top: 0;
}

.daysofweek {
    overflow: hidden;
    padding-bottom: 10px;
    border-top: 0;
}

    .daysofweek div {
        width: 14.28%;
        float: left;
        text-align: center;
    }

    .daysofweek label {
        color: #444 !important;
        font-weight: bold;
    }

.calendardays {
    overflow: auto;
    background-color: #FFF;
}

.day {
    border: 1px #D8D8D8 solid;
    background-color: #F8F8F8;
    width: 14.28%;
    height: 100px;
    float: left;
    overflow: auto;
}

html.oldie .day {
    border: 0;
}

.eventcalendardetails {
    background-color: #EEE;
    margin-top: 30px;
    padding: 20px 0;
}

.lastmonth {
    float: left;
    width: 20%;
    padding: 0 10px;
}

.monthname {
    width: 60%;
    float: left;
    color: #333;
    font-weight: bold;
    font-size: 125%;
    text-align: center;
}

.nextmonth {
    float: right;
    text-align: right;
    width: 20%;
    padding: 0 10px;
}
