#Calendar_Frame_Calendar1
{
	z-index:9999;
	position:absolute;
	height:200px;
	width: 210px;
	display:none;
	border: 1px solid #146fa4;
	text-align: center;
	background: #eef5fb;
	top:0;
}

.Calendar_Day_Close_Clickable
{
	background: #005C9B !important;
	cursor: pointer;
	text-decoration: underline;
}
.Calendar_Day_Close_NonClickable
{
	background: #005C9B !important;
	cursor: default;
	text-decoration: none;
}
.Calendar_Day_Open_Clickable
{
	background: #80A72A !important;
	cursor: pointer;
	text-decoration: underline;
}
.Calendar_Day_Open_NonClickable
{
	background: #80A72A !important;
	cursor: default;
	text-decoration: none;
}
.Calendar_Day_Today
{
	background: #80A72A !important;
	cursor: pointer;
	text-decoration: underline;
}
.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;
}
