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: #ffebd7;
	border-width: 2px;
	border-style: solid;
	border-color: #EAEAEA #C0C0C0 #C0C0C0 #EAEAEA;
}
TABLE.calendarControl INPUT {
	width: 25px;
	font-size: 9px;
	background-color: #ffcc66;
	border-width: 1px;
	border-style: solid;
	border-color: #EAEAEA #C0C0C0 #C0C0C0 #EAEAEA;
}
TABLE.calendarControl SELECT {
	font-size: 9px;
	background-color: #ffebd7;
	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 : #ffcc66;
	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 #997766 #997766 #e8f5d5;
}
A.cal:link,A.cal:visited {
	color : Black;
	background-color : #f9e7cb;
}
.calActive {
	text-decoration : none;
	font-weight : bold;
	width: 13px;
	font-size: 9px;
	text-align: right;
	display: block;
	color : Black;
	background-color : #ffEE00;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF666 #EEAA00 #EEAA00 #FFF666 !important;
}
A.calActive:link,A.calActive:visited {
	color : black;
}
A.calActive:hover {
	color : white;
	background-color : orange;
	border-color: #C0C0C0 #EAEAEA #EAEAEA #C0C0C0;
}
A.cal:hover,A.cal:active {
	color : Black;
	background-color : #ffebd7;
	border-color: #e8f5d5 #997766 #997766 #e8f5d5;
}

