#Calendar_Frame_Calendar1
{
	z-index:10000;
	position:absolute; left:423px; top:420px;
	height:200px;
	width: 210px;
	display:none;
	border: 1px solid #28789d;
	text-align: center;
	background: #eef5fb;
}
*html #Calendar_Frame_Calendar1
{
top:500px;
}
.Calendar_Day_Close_Clickable
{
	background: #28789d !important;
	cursor: pointer;
	text-decoration: underline;
}
.Calendar_Day_Close_NonClickable
{
	background: #28789d !important;
	cursor: default;
	text-decoration: none;
}
.Calendar_Day_Open_Clickable
{
	background: #AC8533 !important;
	cursor: pointer;
	text-decoration: underline;
}
.Calendar_Day_Open_NonClickable
{
	background: #AC8533 !important;
	cursor: default;
	text-decoration: none;
}
.Calendar_Day_Today
{
	background: #eef5fb !important;
	cursor: default;
	text-decoration: none;
}
.Calendar_Day_OtherMonth
{
	background: white !important;
	cursor: default;
	text-decoration: none;
	color: White !important;
}
.Calendar_Day_OtherMonth font, .Calendar_Day_OtherMonth b
{
	color: White !important;
}

.Calendar_Div_Bouton_Fermer
{
	text-align: right;
}