.frame_calendar
{
	z-index:10000;
	position:absolute;
	top:132px;
	left:100px;
	height:230px;
	width: 210px;
	display:none;
	border: 1px solid #146fa4;
	text-align: center;
	background: #eef5fb;
}

.Calendar_Day_Close{background: #146fa4 !important;}

.Calendar_Day_Border
{
	cursor: pointer;
	text-decoration: underline;
	background: #146fa4 !important;
}

.Calendar_Day_Open 
{
	background: #d00a6c !important;
	cursor: pointer;
	text-decoration: underline;
}

.Calendar_Day_Today{background: #eef5fb !important;}
.Calendar_Day_Selected{background: green;}
.Calendar_Day_OtherMonth{background: white;}
