
.ui-datepicker {
	background-color: white;
	border: 2px solid #FFFFFF;
	width: 187px;
	
	-moz-box-shadow: 0 0 10px #999999; /* Firefox/Mozilla */
	-webkit-box-shadow: 0 0 10px #999999; /*Safari/Chrome */
}

.ui-datepicker-header {
	background-color: #F91C24;
	color: white;
	height: 21px;
	padding: 4px 6px;
	font-size: 18px;
	position: relative;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
}

.ui-icon-circle-triangle-w {
	background: url("../afbeeldingen/pijllinks.gif") no-repeat scroll 6px 4px transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 17px;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 6px;
    width: 18px;
	color:#F91C24;
}

.ui-icon-circle-triangle-e {
	background: url("../afbeeldingen/pijlrechts.gif") no-repeat scroll 6px 4px transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 17px;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 6px;
    width: 18px;
	color:#F91C24;
}

iframe.ui-datepicker-cover { display:none; } 

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

.ui-datepicker-calendar {
	position: relative;
}

.ui-datepicker-current-day {
	background-color: #EEEEEE;
    font-weight: bold;
}

.ui-datepicker-calendar td {
	padding-right: 7px;
    text-align: right;
}

.ui-datepicker table {
    border-collapse: collapse;
    width: 100%;
	margin: 5px 0 4px
}

.ui-helper-clearfix {
    display: block;
}

.ui-helper-hidden-accessible {
	display:none;
}


