/***********************************************************************
**			Kalender widget
***********************************************************************/
#kalenderWidgetHeader{
	text-align: center;
	padding-bottom: 10px;
}

#kalenderWidgetKalender td{
	padding: 3px;
	text-align: center;
}
#kalenderWidgetKalender td.has_event{
	background-color: #cecece;
	color: white;
}

#kalenderWidgetKalender td.vakantie {
	background-color: green;
}

.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #5a5a5a;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	height: 200px;
	list-style: none;
	color: #444444;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: left;
	color: white;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}
/***********************************************************************
**			DATEPICKER
***********************************************************************/
#ui-datepicker-div{
	background-color: #cecece;
	border: 0;
}



.ui-datepicker-prev{
	color: black;
	cursor: pointer;
	float: left;
	font-weight: bold;
	text-decoration: none;
}
.ui-datepicker-prev:hover{
	color: gray;
}

.ui-datepicker-next{
	color: black;
	cursor: pointer;
	float: right;
	font-weight: bold;
	text-decoration: none;
}
.ui-datepicker-next:hover{
	color: gray;
}



.ui-datepicker-title{
	background-color: white;
	clear: both;
	text-align: center;
}

.ui-datepicker-header{
	width: 150px;
}




.ui-datepicker-calendar{
	background-color: gray;
	margin: 0;
	width: 150px;
	text-align: center;
}
.ui-datepicker-calendar td{
	background-color: white;
}
.ui-datepicker-calendar thead{
	background-color: white;
}
.ui-datepicker-calendar td.ui-datepicker-week-end{
	background-color: #cecece;
}
.ui-datepicker-week-end{
	background-color: #cecece;
}