#Calendar_Frame_Calendar1
{
	z-index:100000000;
	position:absolute;
	height:200px;
	width: 210px;
	display:none;
	border: 1px solid #146fa4;
	text-align: center;
	background: #eef5fb;
	top:0; left:40px;
}

.Calendar_Day_Close_Clickable
{
	/*background: #146fa4 !important;*/
	cursor: pointer;
	text-decoration: underline;
	color:#E43784;
	
}
.Calendar_Day_Close_NonClickable
{
	/*background: #146fa4 !important;*/
	cursor: default;
	text-decoration: none;
	color:#cccccc;
}
.Calendar_Day_Open_Clickable
{
	/*background: #d00a6c !important;*/
	cursor: pointer;
	text-decoration: underline;
	color:#E43784;
}
.Calendar_Day_Open_Clickable:hover { text-decoration:none; }
.Calendar_Day_Open_NonClickable
{
	background: #d00a6c !important;
	cursor: default;
	text-decoration: none;
}
.Calendar_Day_Today
{
	/*background: #eef5fb !important;*/
	cursor: default;
	text-decoration: underline;
	color:#E43784;
}
.Calendar_Day_Today:hover { 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: center;
	background:#E43784;
	width:100%;
	line-height:20px;
}
.Calendar_Div_Bouton_Fermer a { color:white; font-weight:bold; font-size:10px; text-decoration:none; }
.Calendar_Div_Bouton_Fermer a:hover { text-decoration:underline; }
#Calendar_Content_Calendar1 { position:relative; }
