@charset "utf-8";
/* CSS Document */

/* -- calendar week-- */
/* ------------------------------------------- */

#calendar {margin-top:0px;}
#calendar #calendar_search {width: 100%;}

#calendar #calendar_header {position:relative; clear:both; height:50px;*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 {margin: 12px 0 0 12px;} /* style de maand select box*/

#calendar #calendar_header #calendar_month {float:right;display:inline; width:180px; margin-left:25px;}
#calendar #calendar_month #weekNumber {display:inline; float:left; width:130px;text-align:right; margin-top:5px;}
#calendar #calendar_month #monthbutton {display:inline; float:right; clear:right;}
#selectie_maand {
    height: 34px;
}

/* de calendar zelf*/
#calendar #calendar_calendar {margin-bottom: 15px;}
#calendar #calendar_calendar .calendar_row_even { height:auto!important;height:18px;min-height:18px; clear:both;background-color: none; border-bottom:1px solid #376578;  margin-bottom: 10px; padding:0px 0px 3px 5px;}
#calendar #calendar_calendar .calendar_row_uneven {height:auto!important;height:18px; min-height:18px; clear:both;background-color: none;border-bottom:1px solid #376578; margin-bottom: 10px;padding:0px 0px 3px 5px;}

/* de calendar inhoud*/
.dayname {display:inline; float:left; width: 35px;}
.daynumber {display:inline; float:left; width: 100px;}
.daycontent{display:inline-block; *float:left; *display:inline;width: 300px; height:auto; margin-bottom:3px;}
.daynumber span {font-weight: bold; color: black;} /* indien content wordt bij de dagnummer een extra span gegeven*/
.daycontent a { text-decoration:none;}
.daycontent a:hover{ text-decoration:underline;}

/*/////////////////*/
/*calender buttons algemeen ////*/
/*/////////////////*/
#calendar_buttons #button_back, #calendar_buttons #button_next {width:85px;}
#calendar_buttons #button_next {margin-right:20px;}
/*/////////////////*/
/*calender search           ////*/
/*/////////////////*/
/* zoekform */
#calendar_search fieldset {border: none;}
#calendar_search label {padding-left:2px; margin-top:5px; float:left; margin-right:5px;}
#calendar_search input {}
#calendar_search #searchbutton {display:none;}

#calendar_search #zoeken {float:left; margin-left:-2px; padding-left:3px; padding-top:5px; clear:right; background:#FFFFFF;}
