#calenderControlbar {}

.calendarBackGroundColor {}

.calendarMove,
.calendarMove A:link,
.calendarMove A:visited,
.calendarMove A:active{
	font-weight:bold;
	font-size:.9em;
	color:#718DBB;
	text-decoration:none;
}

.calendarTitle,
.calendarTitle A:link,
.calendarTitle A:visited,
.calendarTitle A:active{
	font-weight:bold;
	font-size:.9em;
	color:#718DBB;
	text-decoration:none;
}

.calendarLabel,
.calendarLabel A:link,
.calendarLabel A:visited,
.calendarLabel A:active{
	font-size:.9em;
	font-weight :bold;
	color:#FFFFFF;
	text-decoration:none;
}	

.calendarEventTitle {
	font-weight:bold;
	font-size:.9em;
	color:#666666;
}

.calendarEventText{
	font-size:.9em;
	color:#666666;
}

.dayOfWeek,
.dateToday ,
.dateSelected,
.dateToday,
.dateOver,
.dateNow,
.dateOther {
	padding:1px 3px;
	font-size:.9em;
	text-align:center;
	color:#CCCCCC;
}

.dayOfWeek {
	font-weight:bold;
	color:#B7A54E;
}

.dateToday {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#990000;
}

.dateSelected {
	font-weight:bold;
	color:#FFFFFF;
}

.dateOver{
	color:#FFFFFF;
}

.dateNow B{
	color:#FFFFFF;
}

.dateOther B{
	color:#FFFFFF;
}

.calendarBackGroundColor {}
.dateToday { background-color:#990000}
.dateOther{	background-color:#A0B3D1}
.dateNow { background-color:#B7A54E }
.dateSelected {	background-color:#718DBB; }
.dateOver{ background-color:#718DBB; }


