/* DATEPICKER */
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	/* resets */ margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #FFF;
	font-size: 12px;
	border: 4px solid #DDD;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
.ui-datepicker-div, #ui-datepicker-div {
	z-index: 9999;
	display: none;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
/* buttons volgende maand | vorige maand */
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	width: 16px;
	height: 17px;
	padding: 0 0 2px 0;
	border: 1px solid #d3d3d3;
	text-align: center;
	left: .5em;
	top: .5em;
	background: #e6e6e6;
}
/* positie instellen */
.ui-datepicker-next {
	left: 14.6em;
}
/* rollover */
.ui-datepicker-next:HOVER, .ui-datepicker-prev:HOVER {
	background: #dadada;
	border: 1px solid #999999;
}
.ui-datepicker-next A, .ui-datepicker-prev A {
	width: 16px;
	height: 17px;
	display: block;
	cursor: pointer;
}
.ui-datepicker-header SELECT {
	height: 21px;
	border: 1px solid #d3d3d3;
	color: #555555;
	background: #e6e6e6;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;
}
.ui-datepicker-header option:FOCUS, .ui-datepicker-header option:HOVER {
	background: #dadada;
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 7em;
	left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 5em;
	left: 9.4em;
}
TABLE.ui-datepicker {
	width: 15.5em;
	text-align: right;
}
TABLE.ui-datepicker td A {
	padding: .1em .3em .1em 0;
	display: block;
	color: #555555;
	background: #e6e6e6;
	cursor: pointer;
	border: 1px solid #ffffff;
}
TABLE.ui-datepicker td A:HOVER {
	border: 1px solid #999999;
	color: #212121;
	background: #dadada;
}
TABLE.ui-datepicker TD A:ACTIVE {
	border: 1px solid #dddddd;
	color: #222222;
	background: #ffffff;
}
TABLE.ui-datepicker .ui-datepicker-title-row TD {
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	color: #222222;
	text-transform: uppercase;
}
TABLE.ui-datepicker .ui-datepicker-title-row td A {
	color: #222222;
	background: none;
}
.ui-datepicker-cover {
	display: none;
	display: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}
