.datepickerContainer {
	background: #F4F4F4;
	width: 188px;
}

.datepickerBorderR ,.datepickerBorderL,.datepickerBorderB,.datepickerBorderT ,
.datepickerBorderTL , .datepickerBorderTR,.datepickerBorderBL,.datepickerBorderBR{
	display:none;
}
.datepickerChoose th{
		padding:5px 0;
}
.datepickerChoose{
	background:#96BF0D;
	font-weight:bold;
	color:#FFF;
}
.datepickerHidden {
	display: none;
}
.datepickerDoW th{
	padding:3px 0;
}
div.datepicker table {
	border-collapse:collapse;
	width:100%;
}
div.datepicker a {
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	text-align:center;
	line-height: 20px;
	height: 20px;
}
.datepickerDays td{
	background:#FFF;
	border:1px solid #E1E1E1;
}
.datepickerMonth a{
	color:#FFF;
	font-weight:bold;
}
.datepickerYears,
.datepickerMonths{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	
}

.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
.datepicker .datepickerNotInMonth a{
	display:none;
}
.datepicker .datepickerSelected a{
	background:#96BF0D;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}