table.grid {
	background: #BED6E0;
}

thead th.bar_months {
	background: #D1EAF2;
	height: 19px;
}

thead th.bar_months a {
	color: #000;
	font: normal 11px Tahoma, sans-serif;
	text-decoration: none;
}

thead th.bar_months a:hover {
	text-decoration: underline;
}

thead th.bar_months a#month_previous {
	background: url('/calendar/images/previous.gif') left center no-repeat;
	padding-left: 20px;
}

thead th.bar_months a#month_next {
	background: url('/calendar/images/next.gif') right center no-repeat;
	padding-right: 20px;
}

#calendar {
	background: url('/calendar/images/month_list_bottom.gif') bottom left no-repeat;
  float: left;
  margin: 20px 0px 0 20px;
  padding: 0 0 8px 0;
  width: 620px;
}

#calendar_container {
  background: url('/calendar/images/month_list.gif') top left no-repeat;
  padding: 12px 8px 11px 6px;
  width: 620px;
}

.calendar_hoofd {
	width: 604px;
}

.calendar_hoofd tbody td {
	background: #fff;
	height: 75px;
	text-align: center;
	width: 80px;
}

.calendar_hoofd tbody th {
	width: 45px;
}

.calendar_hoofd th {
	background: white;
}

.calendar_hoofd thead th {
	font-weight: bold;
	height: 30px;
	text-align: center;
}

.calendar_hoofd td a {
	background: white;
	color: black;
	display: block;
	line-height: 75px;
	margin: 0;
	padding: 0;
	width: 80px;
}

.calendar_hoofd td a:hover {
	text-decoration: underline;
}

.calendar_hoofd .date {
	background: #BED6E0;
	border: 1px #000 solid;
	display: block;
	height: 12px;
	left: 1px;
	padding: 0 1px 2px 1px;
	position: absolute;
	top: 1px;
	width: 11px;
}

.calendar_hoofd .day {
	display: block;
	height: 75px;
	position: relative;
	width: 80px;
}

.calendar_hoofd .events {
	display: block;
	height: 40px;
	padding: 20px 0 0 9px;
	width: 71px;
}

.calendar_hoofd .event, .calendar_hoofd .event-unvalidated, .calendar_legend .event, .calendar_legend .event-unvalidated {
	border: 1px #000 solid;
	display: block;
	height: 3px;
	margin: 0 9px;
	padding: 0;
}

.calendar_hoofd .event-unvalidated, .calendar_legend .event-unvalidated {
	border: 1px #f00 dotted;
}

.calendar_hoofd .other-month {
	background: #eee;
}
.calendar_hoofd .today {
	background: #BED6E0;
}

.calendar_hoofd .week-nr {
	background: #ccc;
	color: #000;
	font-weight: bold;
}

.calendar_hoofd .weekend {
	background: #fee;
}

.calendar_legend {
	clear: both;
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
}

.calendar_legend li {
	height: 20px;
	list-style: none;
}

.calendar_legend td {
	padding: 0;
}

.calendar_legend .event, .calendar_legend .event-unvalidated {
	margin: 0 5px 0 0;
	width: 20px;
}
