
.Cal {
	filter:revealTrans(transition=23,duration=0.20);
}

.fldDateVal {
	font-family: verdana;
	font-size: 8pt;
	width: 80;
}

.fldDateDown {
	height: 14pt;
	border: 2px outset;
}

.calTable {
	background: white;
	font-family: tahoma, monospace;
	font-size: 8pt;
	border: 1px outset black;
	width:175px;
}

.calTitle {
	background: #b31b1b;
	text-align: center;
	border:1px outset;
	border-color: white white white white;
}

.calTitleLink {
	color: white;
	font-weight: bold;
}

.calTitleLink:hover {
	text-decoration: none;
	color: yellow;
}

.calNavLink, {
	color: black;
	text-decoration: none;
}

.calDayNames {
	color:black;
	background: buttonface;
	text-align: right;
}

.calDay {
	text-align: right
}

.calDaylink {
	color: blue;
	text-decoration: none;
}

.calMonth {
	background: #b31b1b;
	color: white;
	font-size: 8pt;
	font-weight: bold;
}

.calYear {
	background: #b31b1b;
	color: white;
	font-size: 8pt;
	font-weight: bold;
}

