.calendarDateWeekend {
	height:20px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	color: #333300;
	background-color: #D6D6CC;
}
.calendarDateWeekday {
	height:20px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	color: #333300;
	background-color: #EAEAE5;
}
.calendarDateWeekendToday {
	height:20px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #333300;
	background-color: #D6D6CC;
}
.calendarDateWeekdayToday {
	height:20px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #333300;
	background-color: #EAEAE5;
}
.calendarTimeWeekend {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #333300;
}
.calendarTimeWeekday {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #333300;
}
.calendarTitleWeekend {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333300;
}
.calendarTitleWeekday {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333300;
}
.calendarDescWeekend {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #333300;
	background-color: #D6D6CC;
	padding-top:5px;
}
.calendarDescWeekday {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #333300;
	background-color: #EAEAE5;
	padding-top:5px;
}
.calendarMonth {
	height:25px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #333300;
	background-color: #ADAD99;
}
.calendarMonthTarget {
	height:25px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #333300;
	background-color: #D6D6CC;
}
.calendarYear {
	height:35px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #333300;
	background-color: #D6D6CC;
}
