@charset "utf-8";
/* CSS Document */
/* -- calendar week-- */
/* ------------------------------------------- */

#calendar {display:inline;
	float:left;
	width:460px;
	margin:21px 0px 0px 19px;
}
#calendar #calendar_search {width: 100%;}

#calendar #calendar_header {width: 100%; position:relative; clear:both; height:60px;} /* knoppenbalk terug/volgende*/

/* de buttons div*/
#calendar #calendar_header #calendar_buttons {margin-top: 15px; padding: 0px; clear:both;} 
#calendar #calendar_buttons #button_back,#calendar #calendar_buttons #button_next,#calendar #calendar_buttons #month_enum {display:inline;float:left;} /* button terug*/
#calendar #calendar_buttons #month_enum select {} /* style de maand select box*/

#calendar #calendar_header #calendar_month{float:right; width:130px;}
#calendar #calendar_month #weekNumber {display:inline; float:right; font-size: 0.8em;}
#calendar #calendar_month #monthbutton {display:inline; float:right;}

/* de calendar zelf*/
#calendar #calendar_calendar {width: 100%; padding-bottom:21px;display:inline-block;} 
#calendar #calendar_calendar .calendar_row_even {min-height:18px; height:auto!important; height:18px;  background-color: #e2e2e2; border-bottom: none; margin-bottom: 5px; padding:0px 0px 0px 5px;}
#calendar #calendar_calendar .calendar_row_uneven {min-height:18px; height:auto!important;height:18px;  background-color:white; border-bottom: none; margin-bottom: 5px;padding:0px 0px 0px 5px;}

/* de calendar inhoud*/
.dayname {display:inline; float:left; width: 35px;}
.daynumber {display:inline; float:left; width: 125px;}
.daycontent{display:inline; float:left; width: auto; height:auto; margin-bottom:3px;}
.daynumber span {font-weight: bold; color: black;} /* indien content wordt bij de dagnummer een extra span gegeven*/
.daycontent a{color: black; text-decoration:none;}
.daycontent a:hover{color: black; text-decoration:none;}

/*/////////////////////////////////*/
/*calender buttons algemeen ///////*/
/*/////////////////////////////////*/
#calendar_buttons #button_back, #calendar_buttons #button_next {width:85px;}
/*/////////////////////////////////*/
/*calender search           ///////*/
/*/////////////////////////////////*/
/* zoekform */
#calendar_search fieldset {border: none;}
#calendar_search label {padding-left:2px; margin-top:5px; float:left;}
#calendar_search input {}
#calendar_search #searchbutton {display:none;}

#calendar_search #zoeken {float:left; margin-left:-2px; padding-left:3px; padding-top:5px; clear:right;}

