/* use C-style comments to comment things out */
/* note that NS 4.x seems to have trouble with inheritance, so you have to 
   have all the block elements here */

.defaultcalendarHeader {
COLOR: #102808; BACKGROUND-COLOR: #A1C066; FONT-SIZE: 10px;
}

.defaultcalendarCurrentDay {
BACKGROUND-COLOR: #4E5F2F; FONT-SIZE: 10px; 
}

.defaultcalendarOffDay {
BACKGROUND-COLOR: #102808; FONT-SIZE: 10px; 
}

.defaultcalendarEvent {
BACKGROUND-COLOR: #102808; FONT-SIZE: 10px; border: 1px solid #cccccc;
}

.defaultcalendarForwardBack {
FONT-SIZE: 12px;
font-weight: bold;
}

.defaultcalendarForwardBackLink:link, .defaultcalendarForwardBackLink:visited, .defaultcalendarForwardBackLink:active {
COLOR: #C2D98C
}

.defaultcalendarForwardBackLink:hover {
COLOR: #C2D98C
}

.defaultcalendarLink:link, .defaultcalendarLink:visited, .defaultcalendarLink:active {
COLOR: #C2D98C; FONT-SIZE: 10px; 
}

.defaultcalendarLink:hover {
COLOR: #C2D98C; FONT-SIZE: 10px; 
}
