#kalenderwrap {
	float: right;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	position: relative;
	overflow: visible;
	text-align: right;
	margin: 55px 10px 0px 0px;
	padding: 12px 8px;
	/*background-image: url(../images/kalender-bg.png);*/
	width: 200px;
	height: 180px;
	background-repeat: no-repeat;
	}
	
#maandselector {
	color: #444;
	}
	
#kalendertabel {
	padding: 0px;
	margin: 0px;
	margin: 0px;
	}
#kalendertabel .kaldag {
	padding-right: 8px;
	color: #999;
	font-size: 11px;
	}
#maandentabel {
	font-weight: bold;
	color: #EEE;
	}
#maandentabel td {
	}
.cell {
	text-align: center;
	width: 24px;
	min-width: 24px;
	height: 24x;
	padding: 0px;
	margin: 0px;
	color: #999;
	font-size: 11px;
	overflow: auto;
	background-color: #FFF;
	background-image: url(../images/cell-bg.jpg);
	cursor: default;
	}
.vlag {
	/*cursor: hand;*/
	cursor: pointer;
	color: #DDD;
	background-color: #111;
	background-repeat: no-repeat;
	background-image: url(../images/cell-vlag-bg.jpg);
	}
.emptycell {
	cursor: default;
	width: 24px;
	min-width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	}
.isnu {
	color: #C01;
	font-size: 9pt;
	font-weight: bold;
	}
.vlag:hover {
	background-color: #B00;
	color: #FFF;
	font-weight: bold;
	background-image: none;
	background-repeat: no-repeat;
	}
#kallinks {
	cursor: pointer;
	}
#kalendermaand {
	position: relative;
	}
#kalrechts {
	cursor: pointer;
	}
#kalenderwrap select {
	border: 1px solid #EEE;
	margin: 0px 34px 10px 0px;
	width: 145px;
	}
#kalpop {
	width: 400px;
	background-color: #FFCC00;
	
	}
.info {
	display: none;
	}
#kalinfo {
	background-color: #FFCC00;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	color: #000;
	z-index: 8000;
	padding: 0px;
	overflow: hidden;
	-moz-border-radius: 3px;
 	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px #333;
 	-webkit-box-shadow: 0px 0px 5px #333;
 	box-shadow: 0px 0px 5px #333; 

	}
#kalinfo .datum {
	background-color: #A01;
	color: #FFF;
	padding: 2px 7px;
	font-size: 9pt;
	}
#kalinfo .tekst {
	padding: 2px 7px;
	}
#kalinfo a:link, #kalinfo a:visited {
	text-decoration: none;
	color: #000;
	}
#kalinfo a:hover {
	text-decoration: underline;
	color: #000;
	}

