﻿.CalendarEventHeader
{
    background: #c2a211; /* bruinachtig */
    font-weight: bold;
    color: White;	
}

.CalendarEventDarkCell
{
    background: #e6daa8; /* licht grijs/bruin */
}

.CalendarEventLightCell
{
    background: #f6ecbb; /* licht beige */
}
