.calTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/calendarBG.jpg);
	background-repeat: no-repeat;
	margin-top: 4px;
	height: 15px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.calHeaderCells {
	font-weight: normal;
	text-decoration: none;
	padding: 3px;
	color: #1C548B;
	font-size: 13px;
	text-align: center;
	background-color: #FDDD88;
	height: 15px;
	background-image: url(../images/calendarHeadBG.gif);
	background-repeat: repeat-x;
}

.calUnusedDay {
	color: #D9CADF;

}

.calUsedDay {
}

.calAllCells {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #333333;
	border-left-color: #333333;
	vertical-align: top;
	width: 85px;
	font-family: Arial, Helvetica, sans-serif;
}

.calCurrentDay {
	color: #9CCA24;
	font-weight: bold;
	background-image: url(../images/usedDayBG.gif);
}

.calDateLink {
	font-weight: bold;
	cursor: hand;
	text-decoration: none;

}

.calDates {
	font-style: normal;
	color: #1B4E80;
	height: 8px;
	width: 8px;
	margin-bottom: 4px;
}

.calDateCells {
	font-size: 12px;
	height: 50px;
	text-align: left;
	padding: 7px;
	text-decoration: none;
}

.calEventListing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.calEventLink {
	font-weight: bold;
	color: #9AC821;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.calEventTime {

	font-size: 10px;

}

#rightMonth {
	float: right;
	width: 200px;
	text-decoration: none;
}
#leftMonth {
	float: left;
	width: 200px;
	text-decoration: none;
}
.calendarBGLarge {
	background-image: url(../images/calendarBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.calDateLink a:link {
	font-weight: bold;
	cursor: hand;
	text-decoration: none;
}
.calDateLink a:visited {

	font-weight: bold;
	cursor: hand;
	text-decoration: none;
}
.calDateLink a:hover {
	font-weight: bold;
	cursor: hand;
	text-decoration: none;
	color: #ADD34A;
}
.calEventLink a:link {
	font-weight: bold;
	color: #9AC821;
	margin-bottom: 7px;
	text-decoration: none;
}
.calEventLink a:visited {
	font-weight: bold;
	color: #9AC821;
	margin-bottom: 7px;
	text-decoration: none;
}
.calEventLink a:hover {
	font-weight: bold;
	color: #1F60A2;
	margin-bottom: 7px;
	text-decoration: none;
}
.calEventListing a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.calAllCells a {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #333333;
	border-left-color: #333333;
	vertical-align: top;
	width: 85px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.calTable a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/calendarBG.jpg);
	background-repeat: no-repeat;
	margin-top: 4px;
	height: 15px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-decoration: none;
}
.calDateCells a {
	text-decoration: none;
}
a {
	text-decoration: none;
}
.calDateCells a:hover {

	text-decoration: none;
}

