#Calendar_Frame_Calendar1
{
	z-index:100000000;
	position:absolute; 
	left : 0px; 
	margin-top:-120px;
	height:200px;
	width: 210px;
	display:none;
	border: 1px solid #146fa4;
	text-align: center;
	background: #eef5fb;
}
.Calendar_Day_Close_Clickable
{
	background: #146fa4 !important;
	cursor: pointer;
	text-decoration: underline;
}
.Calendar_Day_Close_NonClickable
{
	background: #146fa4 !important;
	cursor: default;
	text-decoration: none;
}
.Calendar_Day_Open_Clickable
{
	background: #d00a6c !important;
	cursor: pointer;
	text-decoration: underline;
}
.Calendar_Day_Open_NonClickable
{
	background: #d00a6c !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;
}

#Calendar_Frame_Calendar1 a#Fermer { 
    color: #23698A;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}
