/* 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: #666666;
	FONT-SIZE: 10px;
}

.defaultcalendarCurrentDay {
	BACKGROUND-COLOR: #e5dac5;
	FONT-SIZE: 11px;
}

.defaultcalendarOffDay {
	BACKGROUND-COLOR: #e5e5e5;
	FONT-SIZE: 11px;
}

.defaultcalendarEvent {
	BACKGROUND-COLOR: #eeeeee;
	FONT-SIZE: 10px;
	border: 1px solid #cccccc;
}

.defaultcalendarForwardBack {
	FONT-SIZE: 13px;
	line-height: 16px;
}

.defaultcalendarForwardBackLink:link, .defaultcalendarForwardBackLink:visited, .defaultcalendarForwardBackLink:active {
	COLOR: #2B4A80;
	font-size: 13px;
	line-height: 16px;
}

.defaultcalendarForwardBackLink:hover {
	COLOR: #f04e29
	font-size: 13px;
	line-height: 16px;
}

.defaultcalendarLink:link, .defaultcalendarLink:visited, .defaultcalendarLink:active {
	COLOR: #2B4A80;
	FONT-SIZE: 10px;
}

.defaultcalendarLink:hover {
	COLOR: #f04e29;
	FONT-SIZE: 10px;
}

.defaultcalendardaylistheader {
COLOR: #ffffff; BACKGROUND-COLOR: #666666; padding:5px; font-weight:bold;
}

.defaultcalendardaylisteventname {
BACKGROUND-COLOR: #eeeeee; FONT-SIZE: 10px; border: 1px solid #cccccc; padding:5px;
}

.defaultcalendardaylistdescription {

}

.defaultcalendardaylistprint {
	COLOR: #2B4A80
}

.SavvyCalendarDayWindow {
margin:4px;

}
.savvylistdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;

}
.savvylisttime {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;

}

