#ui-datepicker-div{
	width:190px;
	font-size:10px;
	background-color:#ecf4f4;
	
}

.ui-datepicker-title{
	color:#FFF;
}

.ui-widget-header{
	background: none;
	background-color:#16a1ca;
}

.ui-widget-content .ui-icon{
	background-image:url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	background: none;
	background-color: #62b7d3;
	border: 1px solid #62b7d3;
	font-weight: normal;
	color: #212121;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: normal;
	border: 0;
	font-family: 'FuturaStdMediumCondensed';
	font-size:12px;
	color:#1e6d84;
	background-color:#ecf4f4;
}

.ui-datepicker td {
	text-align: center;
	font-weight: normal;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
	background:none;
	border: 1px solid #69cff6;
	background: #FFF;
	font-weight: normal;
	color: #1e6d84;
	text-align:center;
}

.ui-datepicker-calendar{
	background-color:#ecf4f4;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background-color:#ECF4F4;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background-color:#ECF4F4;
}