/* basically darker colors */
tr.header, td.header {
    background-color: #d8d899;
}

td.event {
    background-color: #99f;
}

td.kptoevent {
    background-color: #9b9;
}

td.noschool {
    background-color: #f99;
}

td.monthheader, tr.eventheader  {
    color: #f8f8aa;
    background-color: #333;
}

td.wrongmonth {
    background-color: #ccc;
}

tr.firstdate td {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
}

