.drop_down_panel
{
	position: static;
	z-index: 100;
	border-right: #EF027F 1px solid;
	border-left: #EF027F 1px solid;
	border-bottom: #EF027F 1px solid;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-top: 0px;
	height: auto;
	width:155px;
	background-position: left top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.drop_down_panel1
{
	
	z-index: 100;
	padding-bottom:	0px;
	padding-top: 0px;
	height: auto;
	width: 170px;
	
}


.calendar_header
{
  width:100%;
}

.prev_month_link
{
	cursor:pointer;
	font-size:11px;
    color:#fff;
    text-decoration:none;

}

.next_month_link
{
	cursor:pointer;
	font-size:11px;
    color:#fff;
    text-decoration:none;
	
}

td.month_label span
{
	font-size:12px;
    color:#E51937;
    text-decoration:none;
    font-weight:bold;
}


.loading_icon
{
	text-align: center;
	width: 230px;
	background: url(images/spinner.gif) fixed no-repeat center center;
}


.calendar_close_button
{
	cursor: pointer;
	cursor: hand;
}
.period_days
{
	width:170px;	
	padding:10px 0 0 0;
	clear:both;
	border:solid 0px red;
}
.drop_down_calendar
{
	width:100%;
	margin:0px;
	padding:0px;
}

.DayName
{
   color:#ffffff;
	width:19px;
	height:22px;
	padding:0px;
	margin:0px;
	text-align:center;
	background-color:#E51937;
	border:solid 1px #E51937;
}
.regular_date
{
	color:#D50A27;
	width:19px;
	height:16px;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	border:solid 1px #E3E3DF;
	text-align:center;
}

.holiday_date
{
	cursor: pointer;
	cursor: hand;
	color:#ffffff;
	border:solid 1px #E3E3DF;
	background-color:#F7BBC6;
	text-align:center;
}
.clickable_date
{
	font-family:Arial;font-size:11px;color:#ffffff;text-decoration:none;

}

.todays_date
{
	width:19px;float:left;height:16px;border:solid 1px #E3E3DF;background-color:#D10A26;padding:3px 0px 0px 0px;text-align:center;color:#ffffff;
}


.date
{
	background-color:#FFEAF3;
	
}