.caleDiv{
	background: #DDDDDD;
	border: 1px ridge #EBEBEB;
	font-family: verdana;
	height: 195px;
	position: absolute;
	width: 195px;
	z-index: 60;
}
.calIF{
/*	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); */
	height: 195px;
	position: absolute; 
	width: 195px;
	z-index: 50; 
}
.caleDiv table td{
		font-family: Tahoma, Verdana, Arial, sans-serif;
		font-size: 10pt;
		padding: 2px 4px;
}

.caleDiv table th{
		background: #CCCCCC; 
		color: #000099;
		font-family: Tahoma, Verdana, Arial, sans-serif;
		font-size: 10pt;
}

.caleDiv select, .caleDiv input{
	background: #EBEBEB;
	color:#0000BB;
	cursor: hand;
	font-size: 9pt;
	margin: 2px 8px;
}
.day, .daySelected, .dayMouseOver{
	cursor: hand;
	text-align: center;
}
.day{
	background: #EBEBEB;
	color: #0000BB;
}
.dayMouseOver{
	background: #FFFFCC;
	color: #0000BB;
}
.daySelected{
	background: #0000BB;
	color: #EBEBEB;
}