 <style type="text/css">

.ui-widget {
}

.ui-datepicker {
	background-color: #eee;
	background-image: none;
	border: 2px solid lightgray;
	border-radius: 0;
	padding: 0px;
	width: 13em;
}

.ui-datepicker .ui-widget-header {
	background-color: transparent;
	background-image: none;
	padding-bottom: 0px;
}

.ui-datepicker .ui-datepicker-header {
	background-color: #eee;
	border-style: none none solid none;
	border-color: lightgray;
    border-radius: 0;
    color: black;
    margin-top: 0.4em;
	padding-bottom: 0.4em;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
	background: #eee;
	border-color: #eee;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-title {
	background-color: transparent;
}

.ui-datepicker .ui-datepicker-title select {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 1em;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker-next {
	background-color: #eee;
    border-radius: 0;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
	background-image: url(images/ui-icons_222222_256x240.png);
	background-position: -32px 0px; /* gefuellte Zacke: -32px -16px */
}
	
.ui-datepicker .ui-datepicker-prev span {
	background-image: url(images/ui-icons_222222_256x240.png);
	background-position: -96px 0px;
}

.ui-datepicker .ui-datepicker-calendar {
	background-color: white;
	background-image: none;
	margin: 0px;
}

.ui-datepicker .ui-datepicker-calendar thead {
	background-color: #eee;
	border-style: none;
	border-color: darkgray;
}

.ui-datepicker .ui-datepicker-calendar th {
	padding: 0.7em 0.1em 0.2em 0.1em;
}

.ui-datepicker .ui-datepicker-calendar td {
	background-color: #eee;
	background-image: none;
	padding: 0;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-default {
	background-color: white;
	background-image: none;
    border: none;
    color: black;
    font-weight: normal;
    padding: 0.4em 0em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-highlight, 
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
	background-color: #c0c0c0;
	background-image: none;
}

/* das Kalender-Icon */
.ui-datepicker-trigger {
	border: none;
	cursor: pointer;
	margin: 0 0.5em;
	position: relative;
	top: 0.2em;
}

</style>
 