div.datepicker {
	/*position: relative;*/
	position: absolute !important;
	font-size: 12px;
	/*width: 196px;*/
	height: 147px;
	cursor: default;
	display: none;
	margin:0 auto;
	position:relative;
	text-transform:uppercase;
	
	background: #000;
	bottom: -4px;
	left: 0;
	width: 228px !important;
	z-index: 50;
}
.datepickerContainer { }
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
	/*width:166px;*/
	width:100%;
}
div.datepicker a {
	/*color:#eee !important;*/
	color:#A0A0A0 !important;
	text-decoration:none !important;
	outline:none;
}
div.datepicker table td {
	text-align: center;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	font-family:"HelveticaNeue Medium Condensed",Arial,Helvetica,sans-serif;
	text-align: center;
	color:#fff;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: center;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	/*color:#fff !important;*/
	/*color:#A0A0A0 !important;*/
	width:22px;
	/*line-height: 23px;
	height: 23px;*/
	line-height: 15px;
	height: 15px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #666;
}
tbody.datepickerDays td.datepickerSelected a{
	/*background:#111;*/
	/*border: solid thick #fff;*/
	color:#fff !important;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background:#171717;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color:#EEE !important;
	text-decoration:none !important;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999 !important;
	text-decoration:none !important;
}
div.datepicker tbody th {
	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#datetable {
	table-layout:fixed;
}
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 tr.datepickerDoW th {
	font-family:"HelveticaNeue Bold Condensed",Arial,Helvetica,sans-serif;
	font-size:13px;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #444 !important;
	text-decoration:none !important;
}
td.datepickerDisabled a:hover {
	color: #333 !important;
	text-decoration:none !important;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}

thead tr.datepickerHead {
	background-color:#646464;
	/*background-color:#333333;*/
}
thead tr.datepickerHead th {
	height:18px;
	line-height:18px;
}
thead th {
	height:26px;
	line-height:24px;
}

div.datepicker .datepicker_prev {
	background-image:url(../images/datepicker/datepicker_prev.jpg);
	display:inline-block;
	height:17px;
	width:19px;
}
div.datepicker .datepicker_next {
	background-image:url(../images/datepicker/datepicker_next.jpg);
	display:inline-block;
	height:17px;
	width:19px;
}