TABLE.calendarControl TR TD H2 {
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
}
FORM.calendarControl {
	height: 200px;
	padding: 0px 0px 0px 30px;
	float: left;
}
TABLE.calendarControl {
	background-color: #e3e9f0;
	border-width: 2px;
	border-style: solid;
	border-color: #EAEAEA #C0C0C0 #C0C0C0 #EAEAEA;
}
TABLE.calendarControl INPUT {
	width: 25px;
	font-size: 9px;
	background-color: #e3e9f0;
	border-width: 1px;
	border-style: solid;
	border-color: #EAEAEA #C0C0C0 #C0C0C0 #EAEAEA;
}
TABLE.calendarControl SELECT {
	font-size: 9px;
	background-color: #e3e9f0;
	width: 60px;
	border-width: 1px;
	border-style: solid;
	border-color: #EAEAEA #C0C0C0 #C0C0C0 #EAEAEA;
}
A.month {
	text-decoration: none;
	color: black;
	font-size: 100%;
}
.cal {
	background-color : #b8cde4;
	font-size: 9px;
}
DIV.eventItem A {
	width: 13px;
	height: 12px;
	overflow: hidden !important;
	border: 1px solid silver;
	display: block;
	text-decoration: none;
	font-size: 9px;
}
.calcell {
	width: 13px;
	height: 12px;
	overflow: hidden;
}
.calOn {
	background-color : #ffffcc;
}
.eventRow {
	font-size : 9px;
}
TD STRONG {
	font-size : 8px !important;
}
.calActive {
	width: 13px;
	height: 12px;
}
A.cal,A.calOn {
	text-decoration : none;
	font-weight : bold;
	color : Black;
	width: 13px;
	height: 12px;
	text-align : right;
	display: block;
	font-size: 9px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #e8f5d5 #669966 #669966 #e8f5d5;
}
A.cal:link,A.cal:visited {
	color : Black;
	background-color : #b8cde4;
}
.calActive {
	text-decoration : none;
	font-weight : bold;
	width: 13px;
	font-size: 9px;
	text-align: right;
	display: block;
	background-color : #FFDD66;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFDD66 #EEAA00 #EEAA00 #FFDD66 !important;
}
A.cal:hover,A.cal:active {
	color : white;
	background-color : #5e96c5;
	border-color: #C0C0C0 #EAEAEA #EAEAEA #C0C0C0;
}

