/* CSS Document */
#calHeader {
	width: 480px;
}
#calBody {
	width: 480px;
	float: none;
}
#calNav {
	float: none;
}
#monthName {
	font-size: 14px;
	clear: left;
}
.dayHeader {
	margin-top: 10px;
	width: 94px;
	float: left;
	text-align: center;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.calWeek {
	float: none;
	clear: left;
}
.calDay {
	width: 94px;
	height: 100px;
	float: left;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.calDate {
	font-size: 8px;
	padding-left: 1px;
	padding-bottom: 3px;
	padding-right: 3px;
	float: left;
	background-color: #ED7D2C;
	color: #FFFFFF;
}
.calEvent {
	font-size: 9px;
	clear: left;
	padding-left: 2px;
}
.calEventLink {
	color: #666666;
}
.firstDay {
	clear: left;
	border-left: 1px solid #000000;
}
.firstEvent {
}
.otherMonth {
	color: #999999;
	background-color:#EEEEEE;
}
