.DatePicker_drop_down_panel
{
	position: absolute;
	left: 0px;
	z-index: 100;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	height: auto;
	width: 213px;
	background-position: left top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #f6f5f3;
}

.DatePicker_Text
{
	line-height: 12px;
	font-size: 10px;
	font-family: arial;
}

.DatePicker_years_ddn_iframe
{
    position: absolute;
    left: 0px;
    top: 15px;
    width: 32px;
    height: 65px;
    z-index: 100;
}

.DatePicker_months_ddn_iframe
{
    position: absolute;
    left: 0px;
    width: 60px;
    height: 65px;
    z-index: 100;
}

.DatePicker_drop_down_iframe 
{
    position: absolute;
    left: 0px;
    width: 213px;
    height: 65px;
    z-index: 99;
}

.DatePicker_drop_down_calendar
{
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	margin:0px;
	background-color: #FFFFFF;
}

.DatePicker_calendar_header
{
  width:100%;
}

.DatePicker_month_label
{
	font-weight: bold;
	text-align:center;
}

.DatePicker_period_days
{
	width:100%;	
	top:25px;
	
}

.DatePicker_loading_icon
{
	text-align: center;
	width: 173px;
	background: url(images/spinner.gif) fixed no-repeat center center;
}

.DatePicker_clickable_date
{
	cursor: pointer;
	cursor: hand;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

.DatePicker_regular_date
{
	text-align:center;
	width: 22px;
	cursor: pointer;
	cursor: hand;	
}


.DatePicker_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;
}

tr.DatePicker_datepick_daynames
{
	background-color: #7a96df;
	color: #d8e4f8;
	text-align: center;
}

td.DatePicker_datepick_dayname
{
	width: 24px;
	padding: 1px;
	border-bottom: solid 1px black;
}

td.DatePicker_datepick_wk
{
	width: 24px;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	color: #d8e4f8;
	text-align: center;
}
td.DatePicker_datepick_wknr
{
	background-color: #a0b7f1;
	padding: 1px 2px 1px 1px;
	width: 24px;
	border-right: solid 1px black;
	color: black;
	text-align: right;	
}


div.DatePicker_datepick_month
{
	background-color: White;
	padding: 1px 3px 0px 3px;
	cursor: pointer;
	cursor: hand;
}


div.DatePicker_datepick_monthcontainer
{
	display: none; 
	position: absolute; 
	z-index: 101;
	top: 15px; 
	left: 0px; 
	border: solid 1px black;
}

div.DatePicker_datepick_currentmonth
{
	text-align: center;
	width: 60px;
	cursor: pointer;
	cursor: hand;
}

div.DatePicker_datepick_current_year
{
	width: 45px;
	text-align: center;
}

div.DatePicker_datepick_button
{
	padding-left: 2px;
	padding-right: 2px;
	font-size: 10px;
	font-family: tahoma;
	line-height: 10px;
}

a.DatePicker_datepick_buttonlink
{

	cursor: pointer;
	cursor: hand;
	color: #000000;
	text-decoration: none;
	font-family: tahoma;
}

div.DatePicker_yearddn
{
	position: absolute;
	z-index: 101;
	top: 15px;
	left: 0px;
	display: none;
	text-align: center;
	border: solid 1px black;
	background-color: White;
}

div.DatePicker_yearitem
{
	cursor: pointer;
	cursor: hand;
	padding: 1px 3px 0px 3px;
}

div.DatePicker_helplabel
{
	padding-top: 4px;
	color: Black;
	text-align: center;
}