#calendar {
	position:absolute; 
	width:auto; 
	height:auto; 
	visibility:hidden;
	layer-background-color:#333399;
	background-color:#333399;
}

.clickable {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	background-color:#FFFFFF;
	cursor:hand;
}
.todayClickable {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
	background-color:#FFFFFF;
	cursor:hand;
}
.todayNonClickable {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CC9999;
	text-decoration:none;
	background-color:#FFFFFF;
	cursor:default;
}
.nonClickable {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#CCCCCC;
	text-decoration:none;
	background-color:#FFFFFF;
	cursor:default;
}
.header {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#333399;
	text-decoration:none;
}
.month {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#B9CADF;
	text-decoration:none;
}
.arrow{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	background-color:#92A4B8;
	text-decoration:none;
	cursor:hand;
}
.weekday {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	background-color:#92A4B8;
	text-decoration:none;
	cursor:default;
}
