.drop_down_panel
{
	position: absolute;
	z-index: 100;
	border-right: #aca899 1px solid;
	border-top: #cac6b7 1px solid;
	border-left: #cac6b7 1px solid;
	border-bottom: #aca899 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	height: auto;
	width: 180px;
	background-position: left top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #ece9d8;
}

.drop_down_calendar
{
	border-right: #808080 0px solid;
	border-top: #808080 1px solid;
	border-left: #808080 0px solid;
	border-bottom: #808080 1px solid;
	margin:0px;
	background-color: White;
}

.calendar_header
{
    width:100%;
}

.prev_month_link
{
   
	cursor: pointer;
	cursor: hand;
	color: #0000ff;
	text-decoration: underline;
}

.next_month_link
{
	
	cursor: pointer;
	cursor: hand;
	color: #0000ff;
	text-decoration: underline;
	
}

.prev_year_link
{
   
	cursor: pointer;
	cursor: hand;
	color: #0000ff;
	text-decoration: underline;

}

.next_year_link
{
	
	cursor: pointer;
	cursor: hand;
	color: #0000ff;
	text-decoration: underline;
	
}

.month_label
{
	color: #545454;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-align:center;
}

.period_days
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	width:100%;	
	top:25px;
	
}

.loading_icon
{
	text-align: center;
	width: 180px;
	background: url(images/spinner.gif) fixed no-repeat center center;
}

.clickable_date
{
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;

}

.calendar_close_button
{
	cursor: pointer;
	cursor: hand;
}

.regular_date
{
	text-align:center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #545454;
	width:30px;	
}

.todays_date
{
	background-color: #DEDEFF;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

.days_of_week
{
	background-color: #ccccff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #545454;
	text-align: center;	
}

.holiday_date
{
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: Red;
}

.bottom_date
{
	text-align: left;
	vertical-align: middle;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	width:100%;	
	background-color: #FFFFFF;
	border-right: #808080 0px solid;
	border-top: #808080 0px solid;
	border-left: #808080 0px solid;
	border-bottom: #808080 0px solid;
	margin: 0px;
	background-color: #ece9d8;
}

.img_today
{
	text-align: center;
	vertical-align: middle;
	width: 26px;
	background: url(images/today.gif) fixed no-repeat center center;
}

.clickable_today_date
{
	cursor: pointer;
	cursor: hand;
	color: #545454;
	text-decoration: none;
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;
    text-align: left;
    vertical-align: middle;
}
