/* colors: c8c8c8 */


/* top area w/ month title and buttons */

.full-calendar-title {
	text-align: left;
	font-size: 13px; font-weight: normal; color: #78797a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 2px;
	}
	
.full-calendar-buttons {
	float: right;
	margin: 0 0 1em;
	}
	
.full-calendar-buttons button {
	vertical-align: middle;
	margin: 0 0 0 5px;
	font-size: 1em;
	}
	
.full-calendar-buttons button span {
	padding: 0 10px;
	}
	
	/* To always display the "today" button:
	 *
	 * .full-calendar-buttons button.today {
	 *    visibility: visible !important;
	 *    }
	 */
	
	
	
	
/* table layout & outer border */

.full-calendar-month-wrap {
	clear: both;
	border: 1px solid #c8c8c8; /* outer border color & style */
	}
	
.full-calendar-month {
	width: 100%;
	overflow: hidden;
	}

.full-calendar-month table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
	
	
	
/* cell styling */
	
.full-calendar-month th,
.full-calendar-month td.day {
	padding: 0;
	vertical-align: top;
	border-style: solid;    /* inner border style */
	border-color: #c8c8c8;     /* inner border color */
	border-width: 1px 0 0 1px;
	}
	
.full-calendar-month th {
	border-top: 0;
	text-align: center;
	color: #797423;
	}
	
.full-calendar-month th.first,
.full-calendar-month td.first {
	border-left: 0;
	}

/* TODAY */
.full-calendar-month td.today {
	background-color: #fab02d;
	}
	
.full-calendar-month .day-number {
	text-align: right;
	display: none;
	padding: 0 2px;
	}
	
.full-calendar-month .other-month .day-number {
	color: #bbb; display: none;
	}

.full-calendar-month th { background-color: #fffab1; height: 32px; vertical-align: middle; }
.full-calendar-month .zo, .full-calendar-month .za { background-color: #f5f5d7; } /* .zo en .za is afhankelijk van de taal */
.full-calendar-month th.zo, .full-calendar-month th.za { background-color: #ffd873; }
	
.full-calendar-month .day-content {
	padding: 2px 2px 0; /* distance between events and day edges */
	}
	
	/* FullCalendar automatically chooses a cell's height,
	 * but this can be overridden:
	 * */
	  .full-calendar-month td.day {
	     height: 90px !important;
	     }
	 
	 
	


/* event styling */
	
.full-calendar-month .event {
	margin-bottom: 2px;
	font-size: .85em;
	cursor: pointer;
	text-align: left;
	}
	
.full-calendar-month .ui-draggable-dragging td {
	cursor: move;
	}
	
.full-calendar-month .event td {
	/* background-color: #C1D9EC; */
	font-size: 11px;
	color: #333;
	background-image: url(../img/EventBackground.png);
	background-repeat: repeat;
	background-position: left top;
	padding: 0;
	}
	
.full-calendar-month .event td.ne,
.full-calendar-month .event td.nw,
.full-calendar-month .event td.se,
.full-calendar-month .event td.sw {
	background: none;
	width: 1px;  /* <-- remove if you dont want "rounded" corners */
	height: 1px; /* <--                                           */
	}
	
.full-calendar-month .nobg td {
	background: none;
	}
	
.full-calendar-month .event td.c {
	padding: 0 2px;
	}
	
.full-calendar-month .event-time {
	font-weight: bold;
	}
	
	/* To change the color of events on a per-class basis (such as with the
	 * "className" attribute of a CalEvent), do something like this:
	 *
	 * .full-calendar-month .myclass td {
	 *    background: green;
	 *    }
	 */
	
	
	
	
/* the rectangle that covers a day when dragging an event */
	
.full-calendar-month .over-day {
	background: #ADDBFF;
	/* opacity: .2;
	filter: alpha(opacity=20); */ /* for IE */
	}
	
	
	
	
/* right-to-left support */

.r2l .full-calendar-title {
	text-align: right;
	}
	
.r2l .full-calendar-buttons {
	float: left;
	}
	
.r2l .full-calendar-buttons button {
	margin: 0 5px 0 0;
	}
	
.r2l .full-calendar-month .day-number {
	text-align: left;
	}
	
.r2l .full-calendar-month .event {
	text-align: right;
	}
	
/* NUMBERS */														 /* background-position: left top */
.full-calendar-month .day1 { background-image: url(../img/numbers.png); background-position: -236px -24px; background-repeat: no-repeat; } /* 196 */
.full-calendar-month .day2 { background-image: url(../img/numbers.png); background-position: -336px -24px; background-repeat: no-repeat; }
.full-calendar-month .day3 { background-image: url(../img/numbers.png); background-position: -436px -24px; background-repeat: no-repeat; }
.full-calendar-month .day4 { background-image: url(../img/numbers.png); background-position: -536px -24px; background-repeat: no-repeat; }
.full-calendar-month .day5 { background-image: url(../img/numbers.png); background-position: -636px -24px; background-repeat: no-repeat; }
.full-calendar-month .day6 { background-image: url(../img/numbers.png); background-position: -46px -112px; background-repeat: no-repeat; }
.full-calendar-month .day7 { background-image: url(../img/numbers.png); background-position: -140px -112px; background-repeat: no-repeat; }
.full-calendar-month .day8 { background-image: url(../img/numbers.png); background-position: -240px -112px; background-repeat: no-repeat; }
.full-calendar-month .day9 { background-image: url(../img/numbers.png); background-position: -336px -112px; background-repeat: no-repeat; }
.full-calendar-month .day10 { background-image: url(../img/numbers.png); background-position: -436px -112px; background-repeat: no-repeat; }
.full-calendar-month .day11 { background-image: url(../img/numbers.png); background-position: -536px -112px; background-repeat: no-repeat; }
.full-calendar-month .day12 { background-image: url(../img/numbers.png); background-position: -636px -112px; background-repeat: no-repeat; }
.full-calendar-month .day13 { background-image: url(../img/numbers.png); background-position: -46px -204px; background-repeat: no-repeat; }
.full-calendar-month .day14 { background-image: url(../img/numbers.png); background-position: -140px -204px; background-repeat: no-repeat; }
.full-calendar-month .day15 { background-image: url(../img/numbers.png); background-position: -240px -204px; background-repeat: no-repeat; }
.full-calendar-month .day16 { background-image: url(../img/numbers.png); background-position: -336px -204px; background-repeat: no-repeat; }
.full-calendar-month .day17 { background-image: url(../img/numbers.png); background-position: -436px -204px; background-repeat: no-repeat; }
.full-calendar-month .day18 { background-image: url(../img/numbers.png); background-position: -536px -204px; background-repeat: no-repeat; }
.full-calendar-month .day19 { background-image: url(../img/numbers.png); background-position: -636px -204px; background-repeat: no-repeat; }
.full-calendar-month .day20 { background-image: url(../img/numbers.png); background-position: -46px -294px; background-repeat: no-repeat; }
.full-calendar-month .day21 { background-image: url(../img/numbers.png); background-position: -140px -294px; background-repeat: no-repeat; }
.full-calendar-month .day22 { background-image: url(../img/numbers.png); background-position: -240px -294px; background-repeat: no-repeat; }
.full-calendar-month .day23 { background-image: url(../img/numbers.png); background-position: -336px -294px; background-repeat: no-repeat; }
.full-calendar-month .day24 { background-image: url(../img/numbers.png); background-position: -436px -294px; background-repeat: no-repeat; }
.full-calendar-month .day25 { background-image: url(../img/numbers.png); background-position: -536px -294px; background-repeat: no-repeat; }
.full-calendar-month .day26 { background-image: url(../img/numbers.png); background-position: -636px -294px; background-repeat: no-repeat; }
.full-calendar-month .day27 { background-image: url(../img/numbers.png); background-position: -46px -386px; background-repeat: no-repeat; }
.full-calendar-month .day28 { background-image: url(../img/numbers.png); background-position: -140px -386px; background-repeat: no-repeat; }
.full-calendar-month .day29 { background-image: url(../img/numbers.png); background-position: -240px -386px; background-repeat: no-repeat; }
.full-calendar-month .day30 { background-image: url(../img/numbers.png); background-position: -336px -386px; background-repeat: no-repeat; }
.full-calendar-month .day31 { background-image: url(../img/numbers.png); background-position: -436px -386px; background-repeat: no-repeat; }

/* INACTIVE NUMBERS */												 /* background-position: left top */
.full-calendar-month .other-month.day1 { background-image: url(../img/numbersInactive.png); background-position: -236px -24px; background-repeat: no-repeat; } /* 196 */
.full-calendar-month .other-month.day2 { background-image: url(../img/numbersInactive.png); background-position: -336px -24px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day3 { background-image: url(../img/numbersInactive.png); background-position: -436px -24px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day4 { background-image: url(../img/numbersInactive.png); background-position: -536px -24px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day5 { background-image: url(../img/numbersInactive.png); background-position: -636px -24px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day6 { background-image: url(../img/numbersInactive.png); background-position: -46px -112px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day7 { background-image: url(../img/numbersInactive.png); background-position: -140px -112px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day8 { background-image: url(../img/numbersInactive.png); background-position: -240px -112px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day9 { background-image: url(../img/numbersInactive.png); background-position: -336px -112px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day10 { background-image: url(../img/numbersInactive.png); background-position: -436px -112px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day11 { background-image: url(../img/numbersInactive.png); background-position: -536px -112px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day12 { background-image: url(../img/numbersInactive.png); background-position: -636px -112px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day13 { background-image: url(../img/numbersInactive.png); background-position: -46px -204px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day14 { background-image: url(../img/numbersInactive.png); background-position: -140px -204px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day15 { background-image: url(../img/numbersInactive.png); background-position: -240px -204px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day16 { background-image: url(../img/numbersInactive.png); background-position: -336px -204px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day17 { background-image: url(../img/numbersInactive.png); background-position: -436px -204px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day18 { background-image: url(../img/numbersInactive.png); background-position: -536px -204px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day19 { background-image: url(../img/numbersInactive.png); background-position: -636px -204px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day20 { background-image: url(../img/numbersInactive.png); background-position: -46px -294px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day21 { background-image: url(../img/numbersInactive.png); background-position: -140px -294px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day22 { background-image: url(../img/numbersInactive.png); background-position: -240px -294px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day23 { background-image: url(../img/numbersInactive.png); background-position: -336px -294px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day24 { background-image: url(../img/numbersInactive.png); background-position: -436px -294px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day25 { background-image: url(../img/numbersInactive.png); background-position: -536px -294px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day26 { background-image: url(../img/numbersInactive.png); background-position: -636px -294px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day27 { background-image: url(../img/numbersInactive.png); background-position: -46px -386px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day28 { background-image: url(../img/numbersInactive.png); background-position: -140px -386px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day29 { background-image: url(../img/numbersInactive.png); background-position: -240px -386px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day30 { background-image: url(../img/numbersInactive.png); background-position: -336px -386px; background-repeat: no-repeat; }
.full-calendar-month .other-month.day31 { background-image: url(../img/numbersInactive.png); background-position: -436px -386px; background-repeat: no-repeat; }
