.calTable {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/calendarBG_small.jpg);
	background-repeat: no-repeat;
	/*height:223px;*/
	/*height:auto;*/
	height:233px;
	margin-bottom:0px;
	padding:0px;
	width:223px;
}
.calTable table{
	padding-left:10px;
}
.calHeaderCells {
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 2px !important;
	color: #666666;
	height: 12px;
	width: 14px;
}
.calUnusedDay {
	height:0px;
	margin:0px;
	padding:0px !important;
}
.calUsedDay {
}
.calAllCells {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #333333;
	border-left-color: #333333;
	vertical-align: top;
	text-align: center;
	padding: 7px;
}
.calCurrentDay {
	color: #6FAB4B;
	font-weight: normal;
}
.calDateLink {
	color:#3D8F2E !important;
	font-weight: bold;
	cursor: hand;
}
.calDates {
	font-style: normal;
	color: #560F6D;
	height: 8px;
	text-align:right;
	width: 8px;
}
.NuContentCalDateCells{

}
.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;
}
.calHeading{
	border-bottom:1px solid #CCCCCC;
	color:#074A89;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
.rightMonth {
	float: right;
	width: 100px;
}
.leftMonth {
	float: left;
	width: 100px;
}