

#wrapper div.datepicker2 {
width: 149px !important;
	cursor: default;
	display: none;
	height: auto !important;
	border: 3px solid #D8D8D8;
	background-color: #850F83;
}
.datepicker2Container {
width: 147px !important;
	height: auto !important;
	background-color: #850F83;	
	border: 1px solid #580A56;
}

.datepicker2Hidden {
	display: none;
}
div.datepicker2 table {
	border-collapse:collapse;
margin: 0;
}
div.datepicker2 table table {
border: 0;

}


div.datepicker2 table th {

font-weight: normal;
		color: #fff;
padding: 2px 1px;
	text-align: center;
	background: #850F83;
}

#wrapper td.datepicker2Disabled {
background: #850F83;

}

#wrapper td.datepicker2Disabled a, td.datepicker2Disabled.datepicker2NotInMonth a{
	display:none;
	background: #850F83;
	display: block;
	color: #999;


padding: 2px 3px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}
#wrapper td.datepicker2Disabled a:hover {
	background: #983596;
}

#wrapper div.datepicker2 td.datepicker2Selected a {
background: #136A9F;
color: #fff;
}

#wrapper div.datepicker2 td.datepicker2Selected a:hover {
background: #438AB5;
}

#wrapper div.datepicker2 th.datepicker2Month a {
font-weight: bold;
text-align: center;
text-decoration: none;
color: #fff;
}

#wrapper div.datepicker2 th.datepicker2GoPrev a, #wrapper div.datepicker2 th.datepicker2GoNext a {
font-weight: bold;
text-align: center;
text-decoration: none;
color: #fff;
font-size: 1.4em;
}


#wrapper div.datepicker2 td.datepicker2NotInMonth a {
display: none;
}



table.datepicker2ViewDays tbody.datepicker2Months,
table.datepicker2ViewDays tbody.datepicker2Years {
	display: none;
}
table.datepicker2ViewMonths tbody.datepicker2Days,
table.datepicker2ViewMonths tbody.datepicker2Years,
table.datepicker2ViewMonths tr.datepicker2DoW {
	display: none;
}
table.datepicker2ViewYears tbody.datepicker2Days,
table.datepicker2ViewYears tbody.datepicker2Months,
table.datepicker2ViewYears tr.datepicker2DoW {
	display: none;
}


