/*dit is de layout voor de jaarkalender die niet gebruikt wordt
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}*/
.month 
{
	border-style: none;
	/*stel hier de achtergrondkleur van de maandkalender in */	
	text-align: center;	
	margin:0px;
	padding:0px;	
}
/*weer voor de jaarkalender
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}*/
.monthname /*alle eigenschappen van de naam van de maand (lettertype en grootte, etc) kunnen hierin
gezet worden */
{
	text-align: left;
	font-family:font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	background-color: #ffffff;
	text-decoration:none;
	color:#000000;	
	border: none;
	margin:0px;
	padding:0px;
}

.monthname a
{
	text-decoration:none;
	color:#000000;
}
	
.dayname td /*de namen van de weekdagen (ma, di, wo, etc) hier aanpassen */
{
	text-align: center;
	font-family:font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	font-weight:bold;	
	background-color: #ffffff;
	color:#000000;
	border:none;
	text-decoration:none;
	width:30px;
	margin:0px;
	padding:0px;
}
/*niet van toepassing
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
*/
.monthnavigation 
{
	font-family:font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin:0px;
	padding:0px;
}
.monthnavigation a
{
	text-decoration:none;
	color:#000000;
}
/* niet van toepassing
.monthpicker 
{
	font-size: 10px;
	background-color: green;
}

.yearpicker {
	font-size: 10px;
	background-color: #eeeeee;
}
*/
/* de knop vandaag met alle eigenschappen 
.pickerbutton {
	font-weight:bold;
	background:#aaa;
	color:#eee;
	border:1px solid #000;
	text-decoration:none;
	text-align:center;
}*/
/* de knop vandaag als er met de muis over gegaan wordt 
.pickerbutton:hover {
	font-weight:bold;
	background:#000;
	color:#fff;	
}*/
/*indien er geen maand aanwezig is maken we een lege cel aan met grootte*/
.nomonthday 
{
	height:5px;
	width:30px;
}
/* de dagen van de maand (let op! de eigenschappen van links kunnen deze overschrijven !)*/
.monthday {
	text-align: center;
	font-size: 10px;
	font-family:font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color:#000000;
	height:5px;
	width:30px;
	margin:0px;
	padding:0px;
}

.monthday a {
	color:#000000;
	text-decoration:none;
}
/*de huidige dag kan een andere achtergrond kleur, kleur, etc gegeven worden (ook kader)*/
.today 
{
	text-align: center;
	font-size: 10px;
	font-family:font-family:Arial, Helvetica, sans-serif;	
	background-color: #ffffff;
	color: #000000;
	height:5px;
	width:30px;
	margin:0px;
	padding:0px;
}
.today a
{
	color:#000000;
	text-decoration:none;
}
/*naast de huidige dag kan ook de geselecteerde dag kan een andere layout hebben */
.selectedday {
	text-align: center;
	font-size: 11px;
	font-family:font-family:Arial, Helvetica, sans-serif;	
	font-weight:bold;
	background-color:#ffffff;
	color: #000000;
	height:5px;
	width:30px;	
	margin:0px;
	padding:0px;
}
.selectedday a
{
	text-decoration:none;
	color:#000000;
}
/*zondagen en zaterdagen kunnen ook een aangepaste layout meekrijgen */
.sunday 
{
	text-align: center;
	font-size: 10px;
	font-family:font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	height:5px;
	width:30px;
	margin:0px;
	padding:0px;
}
/* de kleur van de zon en zaterdagen indien het een link betreft */
.sunday a {
	color: #000000;
	text-decoration:none;
}
.saturday {
	text-align: center;
	font-size: 10px;
	font-family:font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	height:5px;
	width:20px;
	margin:0px;
	padding:0px;
}
.saturday a {
	color: #000000;
	text-decoration:none;
}
/* niet van toepassing
.event {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:15px;
	width:20px;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:15px;
	width:20px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:15px;
	width:20px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
*/ 