/*
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
*/
table {
	border-collapse:collapse;
}

.a_activ {
	cursor: pointer;
/*	cursor: hand; */
}

td, th {
	border-bottom:0px solid #E0E0E0;
	border-left:0px;
	border-right:0px;
	padding:0px;
	margin:0px;
}
.vrij, .vol, .dag, .pending, .geen_opgave{
	padding-left:2px;
	padding-right:2px;
 }
 .vrij, .vol, .pending, .geen_opgave{
	border-bottom: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	width:20px;
 }
.tbl_calendar .tbl_calendar_month {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom:5px;
}
.tbl_calendar .tbl_calendar_weekday th {
	font-size: 10px;
	font-weight: bold;
}
.toolbar .tb_row #reset, .toolbar .tb_row #submit  {
	font-size: 11px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
.geen_opgave, .tb_geen_opgave  {
	background-color: #DDDDDD;
	color: #AAAAAA;
}
.vrij, .tb_vrij {
	background-color:#66CC66;
	color: #000000;
}
.pending, .tb_pending{
	background-color:#FFCC33;
	color: #000000;
 }
.vol, .tb_vol {
	background-color:#FF0000;
}
.besproken {
	background-color:#FF9900;
}
.colofoon{
	margin-top:5px;
	background-color: rgb(252,252,252);
}
.calendar_prev {

}
.calendar_next {

}
.tbl_calendar {
	border-bottom: 1px solid #666666;
}
.tbl_calendar_month {
	border-top: 1px solid #666666;
	padding-top: 10px;
}
.tbl_calendar_weekday {
    border-top: 1px solid #666666;
	/* border-bottom: 1px solid #666666;*/
	background-color: #FFF;
}
.tbl_calendar_day {
  border-top: 1px solid #666666;
}
.day_number {
	font-size: 11px;
	font-weight: bold;
	width: 24px;
	padding-right:4px;
	text-align: right;
}
.inputcalsmall {
	width: 20px;
}
.btn {

}
#reset {

}
#submit {

}
.toolbar {
	/*display: inline;*/
	margin-top: 10px;
	border-bottom:solid 1px #666666;
	padding-bottom: 10px;
}
/*
form {
	width: 400px;
	border:dotted 0px #999999;
	background-color: rgb(252,252,252);
}
*/
.toolbar #output {
	font-size: 11px;
	width: 100px;
	border: 1px solid #333333;
}
.toolbar, .tbl_calendar {
	width: 100%;
}
.toolbar .tb_row td {
	font-size: 11px;
}
caption {
	font-style: normal;
	text-align: center;
}
