

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.calendardaynames {
	width:16px;
	height:18px; 
	text-align:center;
	fon-family: Trebuchet MS;
	font-size: 10px; 
	font-weight: bold;
	color:#000000;
	}
.calendarbooked {
	width:16px;
	height:18px; 
	text-align:center;
	font-family: Trebuchet MS;
	font-size: 10px; 
	/* font-weight: bold; */
	color:#666666;
	background-image: url('http://www.bonvacance.nl/addons/beschikbaarheid/images/bookedBg.gif');
	}
.calendarfree, .calendarfree a:link, .calendarfree a:visited, .calendarfree a.selected {
	width:16px;
	height:18px; 
	text-align:center;
	font-family: Trebuchet MS;
	font-size: 10px; 
	font-weight: bold;
	color:#666666;
	text-decoration: none;
	background-image: url('http://www.bonvacance.nl/addons/beschikbaarheid/images/freeBg.gif');
	}
	.calendarfree a:hover {
		width:16px;
		height:18px; 
		text-align:center;
		font-family: Trebuchet MS;
		font-size: 10px; 
		font-weight: bold;
		color:#ff6600;
		text-decoration: none;
		/* background-image: url('http://www.bonvacance.nl/addons/beschikbaarheid/images/freeBgHover.gif'); */
		}				
.calendarfreebooked {
	width:16px;
	height:18px; 
	text-align:center;
	font-family: Trebuchet MS;
	font-size: 10px; 
	font-weight: bold;
	color:#666666;
	background-image: url('http://www.bonvacance.nl/addons/beschikbaarheid/images/wissel_free_booked_Bg.gif');
	}
.calendarbookedfree, .calendarbookedfree a:link, .calendarbookedfree a:visited, .calendarbookedfree a.selected {
	width:16px;
	height:18px; 
	text-align:center;
	font-family: Trebuchet MS;
	font-size: 10px; 
	font-weight: bold;
	text-decoration: none;
	color:#666666;
	background-image: url('http://www.bonvacance.nl/addons/beschikbaarheid/images/wissel_booked_free_Bg.gif');
	}	
	.calendarbookedfree a:hover {
	width:16px;
	height:18px; 
		text-align:center;
		font-family: Trebuchet MS;
		font-size: 10px; 
		font-weight: bold;
		text-decoration: none;
		color:#ff6600;
		background-image: url('http://www.bonvacance.nl/addons/beschikbaarheid/images/wissel_booked_free_Bg.gif');
		}

.calendarrequest, .calendarrequest a:link, .calendarrequest a:visited, .calendarrequest a.selected {
	width:16px;
	height:18px; 
	text-align:center;
	font-family: Trebuchet MS;
	font-size: 10px; 
	font-weight: bold;
	color:#666666;
	text-decoration: none;
	background-image: url('http://www.bonvacance.nl/addons/beschikbaarheid/images/requestBg.gif');
	}
	.calendarrequest a:hover {
	width:16px;
	height:18px; 
		text-align:center;
		font-family: Trebuchet MS;
		font-size: 10px; 
		font-weight: bold;
		color:#ff6600;
		text-decoration: none;
		background-image: url('http://www.bonvacance.nl/addons/beschikbaarheid/images/requestBg.gif');
		}
.calendarrequestbooked {
	width:16px;
	height:18px; 
	text-align:center;
	font-family: Trebuchet MS;
	font-size: 10px; 
	font-weight: bold;
	color:#666666;
	background-image: url('http://www.bonvacance.nl/addons/beschikbaarheid/images/wissel_request_booked_Bg.gif');
	}
.calendarbookedrequest, .calendarbookedrequest a:link, .calendarbookedrequest a:visited, .calendarbookedrequest a.selected {
	width:16px;
	height:18px; 
	text-align:center;
	font-family: Trebuchet MS;
	font-size: 10px; 
	font-weight: bold;
	text-decoration: none;
	color:#666666;
	background-image: url('http://www.bonvacance.nl/addons/beschikbaarheid/images/wissel_booked_request_Bg.gif');
	}	
	.calendarbookedrequest a:hover {
	width:16px;
	height:18px; 
		text-align:center;
		font-family: Trebuchet MS;
		font-size: 10px; 
		font-weight: bold;
		text-decoration: none;
		color:#ff6600;
		background-image: url('http://www.bonvacance.nl/addons/beschikbaarheid/images/wissel_booked_request_Bg.gif');
		}			
		
.paginationstyle{ /*Style for demo pagination divs*/
width: 100%;
text-align: center;
padding: 0px 0;
margin: 0px 0;
}


.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid eeeeee;
color: #333333;
background-color: #ffffff;

}

.paginationstyle a:link {
text-decoration: none;
color: #666666;
background-color: #white;

}.paginationstyle a:hover, .paginationstyle a.selected{
text-decoration: none;
color: #333333;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
text-decoration: none;
color: #333333;
background-color: #FEE496;
}

/* .beschikbaarstyle a:link, .beschikbaarstyle a:visited, .beschikbaarstyle a:hover, .beschikbaarstyle a.selected{
color: #000;
text-decoration: none;
font-family: Trebuchet MS, sans-serif; 
font-size: 16px;
background-color: #CEFFCE;

} */