.Cal {
	filter:revealTrans(transition=12,duration=0.20);
}

.fldDateVal {
	font-family: verdana;
	font-size: 8pt;
	border-style: inset;
	border-size: 1px;
	width: 80;
}

.fldDateDown {
	height: 14pt;
	align: center;
}

.calTable {
	background: white;
	font-family: monospace;
	font-size: 8pt;
	border: 1px outset black;
}

.calTitle {
	background: #cccccc;
	text-align: center;
	color: black;
	border:1px outset;
	border-color: white white white white;
}

.calTitleLink {
	color: black;
	text-decoration: none;
}

.calNavLink {
	color: black;
	text-decoration: none;
}

.calDayNames {
	color:black;
	background: #EBEBEB;
	text-align: right;
}

.calDay {
	color: black;
	text-align: center;
}

.calToday {
	text-align: center;
	background: #666666;
	color:black;
}
.calWeekend
{
	color:black;
	text-align:center;
}
.calDaylink {
	color: #666666;
	text-decoration: none;
}
.calTodaylink {
	color: black;
	text-decoration: none;
}
.calBlank {
	background: white;
}

A.calendarLink, A.calendarLink:link, A.calendarLink:visited {
	color: #666666;	
	text-decoration: none;
}

A.calendarLink:hover {
	color: #000000;	
	text-decoration: none;
	font-weight: bold;
}