/* CSS Document */

.calendarDayName {
	border:1px solid #000000;
	text-align:center;
}

.calendarDayNumber{
	background-color:#009933;
	width:60px;
}

.calendarDay{
	width:60px;
	height:60px;
	border:1px solid #000000;
}

.calendarArrows{
	
}

.calendarArrows:hover{
	
}
.calendarEvents{
	font-size:10px;
}
.calendarEvents a {
	color:#663333;
	text-decoration:none;
}
.calendarEvents a:visited {
	color:#663333;
	text-decoration:none;
}
.calendarEvents a:hover {
	color:#FF0000;
	text-decoration:none;
}


