.calendarHeader {
    font-weight: bold;
    color: black;
    background-color: none;
    font-size: 9px;
    font-family: Tahoma;
 
}

.calendarToday {
    font-weight: none;
    background-color: orange;
    font-size: 9px;
    font-family: Tahoma;
}
.calendarBeforeToday {
    font-weight: none;
    background-color: gray;
    font-size: 9px;
    font-family: Tahoma;
}
.calendarSelected {
    font-weight: none;
    background-color: red;
    font-size: 9px;
    font-family: Tahoma;
}
.calendarSelectedStartEnd {
    font-weight: none;
    background-color: purple;
    font-size: 9px;
    font-family: Tahoma;
}
.calendarFree {
    font-weight: none;
    background-color: green;
    font-size: 9px;
    font-family: Tahoma;
}

.calendar {
    font-weight: none;
    font-size: 9px;
    font-family: Tahoma;
}