/* CSS Document */

#calendar_table {
	width:700px;
	font-family: Verdana;
	overflow:auto;
	background:#FFFFFF;
	text-align:center;
	margin:50px 0 0 0;
	cursor:default;
	}
.calendar_table {
	/* */
}	
.calendar_nr {
	margin:0 0 0 3px;
}	
.calendar_table .calendar_td {
	font-size: 11px;
	border:1px solid white;
	color:white;
}
.calender_month {
	font-size: 10px;
	font-weight: bold;
}
.calendar_arrow {
	margin-left: 220px;
	float: left;
	font-weight: bold;
}
.calendar_radio {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.calendar_gereserveerd {
	color: #DD962F;
}
.calendar_bezet {
	color: #FB1612;
}
.calendar_vrij {
	color: #73785B;
}
.calendar_sendbtn {
	font-size:8pt;
	border: 1px solid #90A3A9;
	width:125px;
	background-color:#f3f3f3;
}
.yearshow {
	float:left;
	display:block;
	height:16px;
	width:130px;
	font-size:14px;
	text-align:center;
}
.yearlinkleft {
	float:left;
	display:block;
	height:16px;
	width:14px;
	background: url(../beheer/img/larrow.gif) no-repeat;
	margin:0 5px 0 0;
}
.yearlinkright {
	float:left;
	display:block;
	height:16px;
	width:14px;
	background: url(../beheer/img/rarrow.gif) no-repeat;
	margin:0 0 0 5px;
}

