/* 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: #006699; FONT-SIZE: 10px;
}

.defaultcalendarCurrentDay {
BACKGROUND-COLOR: #6699CC; FONT-SIZE: 10px; 
}

.defaultcalendarOffDay {
BACKGROUND-COLOR: #CED1D8; FONT-SIZE: 10px; 
}

.defaultcalendarEvent {
BACKGROUND-COLOR: #eeeeee; FONT-SIZE: 10px; border: 1px solid #cccccc;
}

.defaultcalendarForwardBack {
FONT-SIZE: 10px;
}

.defaultcalendarForwardBackLink:link, .defaultcalendarForwardBackLink:visited, .defaultcalendarForwardBackLink:active {
COLOR: #000099
}

.defaultcalendarForwardBackLink:hover {
COLOR: #3333cc
}

.defaultcalendarLink:link, .defaultcalendarLink:visited, .defaultcalendarLink:active {
COLOR: #000099; FONT-SIZE: 10px; 
}

.defaultcalendarLink:hover {
COLOR: #3333cc; FONT-SIZE: 10px; 
}
