/* CSS Document */
.calendardiv{
	position:absolute;
	visibility:hidden;
	z-index:100;
}

.calendardiv table{
	background-color:#FFFFFF;
	text-align:center;
}

.calendardiv table.CAL_STYLEcpBorder{
	background-color:#FFFFFF;
	text-align:center;
	border:1px solid #000000;
}

.calendardiv .CAL_STYLEcpOtherMonthDate .CAL_STYLEcpOtherMonthDateDisabled{
	text-decoration:line-through;
	font-style:italic;
	color:#CCCCCC;
}
.calendardiv .CAL_STYLEcpCurrentMonthDate .CAL_STYLEcpCurrentMonthDateDisabled{
	text-decoration:line-through;
	font-style:italic;
	color:#999999;
}
