.calTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/smallCalendarBG.jpg);
	background-repeat: no-repeat;
	margin: 3px;
	border-top: 1px dashed #4E82C0;
	border-right: 1px #4E82C0;
	border-bottom: 1px dashed #4E82C0;
	border-left: 1px #4E82C0;
}

.calHeaderCells {
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #666666;
	height: 15px;
	width: 15px;
}

.calUnusedDay {
	color: #D9CADF;

}

.calUsedDay {
	margin: 7px;
	padding: 7px;
}

.calAllCells {
	padding: 9px;
}

.calCurrentDay {
	color: #6FAB4B;
	font-weight: normal;
}

.calDateLink {
	font-weight: bold;
	cursor: hand;

}

.calDates {
	font-style: normal;
	color: #1F60A0;
	height: 8px;
	width: 8px;
}

.calDateCells {

}

.calEventListing {
	color: #009AD4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;

}

.calEventLink {

	font-weight: bold;

	color: #336600;

}

.calEventTime {

	font-size: 10px;

}

.rightMonth {
	float: right;
	width: 100px;
}
.leftMonth {
	float: left;
	width: 100px;
}

