.datepicker.hasDatepicker {
	height: 0;
	overflow: hidden;
	width: 0;
	position: absolute;
	border: none;
}
.ui-icon, .ui-widget-content .ui-icon{

}

#ui-datepicker-div {
	background: #000 none repeat scroll 0 0;
}
.ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-other-month {
	background-color: #ebe9ea;
	border-color: #999;
}
.ui-datepicker th {
	background-color: #666;
}
.ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-other-month {
	background-color: #ebe9ea;
	border-color: #999;
}
.ui-datepicker td {
	border-color: #999 !important;
}
.ui-datepicker th{
	padding: 3px 0;
	border:1px solid #000000; 
}
.ui-datepicker th{
}
.ui-datepicker td, .ui-datepicker th {
	text-align: center;
	width: 45px;
}
.ui-datepicker td span, .ui-datepicker td a {
	color: #ffffff;
	display: block;
	padding: 10px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker{
	width: 22em;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background-color: #666;
	color: #c4c4c4;
}
.ui-widget-content{
	color: #ffffff;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover{
	color: #c4c4c4;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.datepicker.hasDatepicker:focus {
		border-color: white;
		outline: none;
	}
}

