.calendarYearBox {
    width: 95%;
    background-color: #d3d6da;
    margin-top: 3px;
}

.calendarMonthsTable {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 3px;
    margin-top: 3px;
}

.calendarMonthsLabel {
    background-color: #D3D6DA;
    cursor: default;
    text-decoration: none;
    font-size: 12px;
    padding: 5px;
    color: #888888;
}

.calendarMonthsLabel.clickableMonth:hover {
    background-color: #b3b6bA;
}

.calendarMonthsLabel.clickableMonth {
    cursor: pointer;
    color: #4C5666
}

.calendarMonthsLabel.selected {
    background-color: #00873c;
    color: white;
}

.CalendarWidget {
    text-align: center;
    margin-bottom: 3px;
    padding-left: 2px;
    padding-right: 2px;
}

