/* 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: #CCCCCC; BACKGROUND-COLOR: #663300; FONT-SIZE: 10px;
}

.defaultcalendarCurrentDay {
BACKGROUND-COLOR: #CCCC99; FONT-SIZE: 10px; 
}

.defaultcalendarOffDay {
BACKGROUND-COLOR: #C7e1c8; FONT-SIZE: 10px; 
}

.defaultcalendarEvent {
BACKGROUND-COLOR: #F8f3dd; FONT-SIZE: 10px; border: 2px dashed #B77520;
}

.defaultcalendarForwardBack {
FONT-SIZE: 10px;
}

.defaultcalendarForwardBackLink:link, .defaultcalendarForwardBackLink:visited, .defaultcalendarForwardBackLink:active {
COLOR: #336633;
}

.defaultcalendarForwardBackLink:hover {
COLOR: #CC6600
}

.defaultcalendarLink:link, .defaultcalendarLink:visited, .defaultcalendarLink:active {
COLOR: #663300; FONT-SIZE: 10px; 
}

.defaultcalendarLink:hover {
COLOR: #336633; FONT-SIZE: 10px; 
}
