
.ui-datepicker {
	width: 270px;
}
.ui-widget-content {
	border: 0;
}
.ui-widget-header {
	border: 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	background: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title {
	font: 700 14px/30px 'Roboto',sans-serif;
	text-transform: uppercase;
}
.ui-datepicker table thead {
	display: none;
}
.ui-datepicker td {
	padding: 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0;
	background: none;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	background: #62ba3f;
	color: #fff;
	border: 1px solid #62ba3f;	
}
.ui-widget-content .has_events a {
	border: 1px solid #62ba3f;
	color: #62ba3f;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: 4px;	
	cursor: pointer;
} 
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	margin: -6px 0 0 -6px;
	
	width: 12px;
	height: 12px;
	background: url(../img/scope_horizontal_gray.png) 2px 0 no-repeat;
	
}
.ui-datepicker .ui-datepicker-next span {
	background-position: -32px 0;

}
.ui-widget-content .ui-datepicker-header .ui-state-hover {
	background: #fff;
	border: 0;
	top: 4px;
}