TABLE.calendarControl {
	background-color: #EAEAEA;
	border-width: 2px;
	border-style: solid;
	border-color: #EAEAEA #C0C0C0 #C0C0C0 #EAEAEA;
}
TABLE.calendarControl INPUT {
	width: 50px;
	font-size: 11px;
	background-color: #EAEAEA;
	color: black;
	border-width: 2px;
	border-style: solid;
	border-color: #EAEAEA #C0C0C0 #C0C0C0 #EAEAEA;
}
TABLE.calendarControl SELECT {
	font-size: 12px;
	background-color: #EAEAEA;
	border-width: 1px;
	border-style: solid;
	border-color: #EAEAEA #C0C0C0 #C0C0C0 #EAEAEA;
}
.month {
	font-size: 90%;
}
.cal {
	background-color: #C0C0C0;
	font-size: 10px;
}
DIV.eventItem A {
	width: 70px;
	overflow: hidden !important;
	border: 1px solid silver;
	height: 12px;
	display: block;
	text-decoration: none;
	font-size: 9px;
}
.calcell {
	width: 70px;
	height: 80px;
	overflow: hidden;
	border-width: 2px;
	border-style: solid;
}
.calOn {
	background-color : #ffffcc;
}
.eventRow {
	font-size : 7pt;
}
.calActive {
	width: 70px !important;
}
A.cal,A.calOn {
	text-decoration : none;
	font-weight : bold;
	color : Black;
	width: 70px;
	text-align : right;
	display: block;
	padding: 2px;
}
A.cal:link,A.cal:visited {
	background-color: #B0B0B0;
	color: white;
}
.calActive {
	text-decoration : none;
	font-weight : bold;
	font-size : 8pt;
	display: block;
	background-color : #999999;
	border-width: 2px;
	border-style: solid;
	border-color: #FFDD66 #EEAA00 #EEAA00 #FFDD66 !important;
}
A.cal:hover,A.cal:active {
	background-color: #999999;
	color: white;
	border-color: #C0C0C0 #EAEAEA #EAEAEA #C0C0C0;
}

