#datepicker {
	font-size: 0.8em;
}

.ui-datepicker-header {
}

.ui-datepicker-prev, .ui-datepicker-next {
	margin-bottom: 5px;
	float: left;
	text-align: center;
	width: 80px;
}

.ui-datepicker-prev span, .ui-datepicker-next span {
	padding: 2px;
	background-color: #dee4e8;
}

.ui-datepicker-title {
	font-size: larger;
	text-align: center;
}

.ui-datepicker-month {
}

.ui-datepicker-year {
}

.ui-datepicker-calendar {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.ui-datepicker-calendar a {
	padding: 2px;
	display: block;
	text-decoration: none;
}

.ui-datepicker-calendar a:link, .ui-datepicker-calendar a:visited {
	color: #242b2e;
	background-color: #dee4e8;
}

.ui-datepicker-calendar a:hover {
	color: #dee4e8;
	background-color: #242b2e;
}


