.calendarBG {
	background-color : #eaeaea;	
	height:100%;
}

.calendarBG:after {
	content: "."; 
	visibility: hidden;
}

.calendarMonthHeader {
	background-color : #240eeb;
	color : #ffffff;
}

.calendarDaysHeader {
	background-color : #ffffff;
	float:left;
}

#date-cell {
	width: 30px;
	float: left;
}

a.calendarLink:link{
	font-weight:bold;
	color:#ffffff;
}

a.calendarLink:visited{
	font-weight:bold;
	color:#ffffff;
}

a.calendarLink:hover{
	font-weight:bold;
	color:#00ff00;
}

a.calendarNav:link{
	font-weight:bold;
	color:#ffff00;
	padding-left:5px;
}

a.calendarNav:visited{
	font-weight:bold;
	color:#ffff00;
	padding-left:5px;
}

a.calendarNav:hover{
	font-weight:bold;
	color:#00ff00;
	padding-left:5px;
}

.selected {
	background-color : #ffccff;
	width: 30px;
	float: left;
}
.today {
	background-color : #b9b9b9;
	color : #000080;
	font-weight : bold;
	width: 30px;
	float: left;
}
.eventToday {
	background-color : #66ff00;
}

.eventPast {
	background-color : #ffcc00;
}

.pubDate {
	background-color : #ff0000;
	color: #ffffff;
	width: 30px;
	float: left;
}

.pubDate:text {
	background-color : #ff0000;
	color: #ffffff;
	width: 30px;
}

.past {
	background-color : #c6e1ff;
	color : #aaaaaa;
	width: 30px;
	float: left;
}

.future {
	background-color : #00ff00;
	width: 30px;
	float: left;
}
