input.dateinput { width: 180px; }
/* AGENDABERICHT TOEVOEGEN FORMULIER */
.addAgendaForm { margin-top: 10px; }
/*.addAgendaForm table { width: 100%;}*/
.addAgendaForm table td { padding: 0 0 6px 0; }
.addAgendaForm table td.leftCol { padding-right: 10px; }
.addAgendaForm table td.rightCol { width: 67%; }
.addAgendaForm table td img { padding: 0; margin: 0; vertical-align: top; }
.addAgendaForm table td p { padding: 0; margin: 0 0 6px 0; }
.addAgendaForm table td .checkboxItem
{
	float: left;
	display: block;
	width: 70px;
	padding: 0; 
	margin: 0 0 3px 0;
}
.addAgendaForm table td .checkboxItem input { padding: 0; margin: 0 7px 0 0; }

.addAgendaForm .errorText  {color: #ffb400; font-weight: bold;}

/* ZOEK FORMULIER */
.searchForForm
{
	background: #E7F2FB url('/images/bg_bericht.gif') repeat-x;
	padding: 12px 10px 9px 10px; 
	margin: -7px 0 11px 0;
}
.searchForForm table { width: 100%; }
.searchForForm table td { padding: 0 0 6px 0; }
.searchForForm table td.leftCol { padding-right: 10px; }
.searchForForm table td.rightCol { width: 76%; }
.searchForForm table td img { padding: 0; margin: 0; vertical-align: top; }
.searchForForm table td p { padding: 0; margin: 0 0 6px 0; }
.searchForForm table td input.checkbox { padding: 0; margin: 0 9px 0 0; }

.valignTop { vertical-align: top }
.alignRight { text-align: right; }

.agendaHighlight { background: #f8f5f0 url("/images/bg_highlight_agenda.gif") repeat-x; padding: 10px 10px 5px 10px; margin-top: 3px;}
.highlightImage {
	padding: 4px 0px 4px 4px; 
	background-color: #FFF; 
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999;
	width: 105px;
}
.highlightImage img {display: block;}
.agendaHighlight table tr td {vertical-align: top;}
.agendaHighlight table tr td table {width:125px;}
.agendaHighlight table tr td table tr td {padding: 2px 0px 2px 2px;}
.agendaItemTitle { 
	background: url("/images/icon_agenda_black.gif") left top no-repeat; 
	padding: 3px 0 3px 25px;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
}
.ugc { background-image: url("/images/icon_agenda_orange.gif"); }
.dateInfo {
	padding-left: 10px;
	font-weight: bold
}
.dateInfoSpec {
	vertical-align: top;
	width: 25% !important;
	width: 30%;
}

/*** datepicker ***********************************************************/

/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* The wrapper div */
.datePicker
        {
        position:absolute;
        min-width:21em;
        width:21em;
        z-index:9999;
        text-align:center;
        font:900 0.6em/0.6em Verdana, Sans-Serif;
        background:transparent;
        }
/*
   Quirksmode necessity
   --------------------
   
   If your HTML document renders in quirksmode (i.e. has no doctype declaration)
   then uncomment the following CSS rule or the datePicker will be HUGE...
*/
.datePicker th,
.datePicker td
        {
		height:auto;
		font-size:11px;
        }

/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        }
/* The button created beside each input */
.date-picker-control
        {
        border:0 none;
        padding:0;
        margin-left:4px;
        background:transparent url(/images/icon_agenda_blue.gif) no-repeat 0 0;
        width:19px;
        height:19px;
        margin-top:0;
        vertical-align:top;
        cursor:pointer;
        }
/* The next & previous buttons */
.datePicker th button
        {
        display:inline;
        padding:0;
        margin:0;
        color:#000;
        height:1em;
        width:0.8em;
        line-height:0.8em;
        border-width:0;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
.datePicker th button:active,
.datePicker th button:focus,
.date-picker-control:active,
.date-picker-control:focus
        {
        outline:none;
        }
.datePicker th button.prev-but
        {
        text-align:left;
        }
.datePicker th button.next-but
        {
        text-align:right;
        }
/* The mon, tue, wed etc day buttons */
.datePicker th button.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        height:auto;
        width:auto;
        text-decoration:none;
        line-height:1.4em;
        }
/* The table */
.datePicker table
        {
        position:relative;
        margin:0;
        padding:0;
        border:1px solid #ccc;
        background:#fff url(/images/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
        text-align:center;
        width:100%;
        }
.datePicker table tfoot td
        {
        background:#fff url(/images/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        }
/* Common TD & TH styling */
.datePicker table td
        {
        border: 1px solid #ccc;
        padding:0.2em;
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        line-height:1.2em;
        cursor:default;
        background:#fff url(/images/gradient-e5e5e5-ffffff.gif) repeat-x 0 -50px;
        }
.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        }
/* The "mon tue wed etc" day header button styles */
.datePicker table th.date-picker-day-header
        {
        text-transform:lowercase;
        cursor:help;
        }
/* The "todays date" style */
.datePicker table td.date-picker-today
        {
        background:#fff url(media/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }
/* The "selected date" style */
.datePicker table td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* the "highlight days" style */
td.date-picker-highlight
        {
        color:#a86666;
        }
/* The date "out of range" style */
.datePicker table td.out-of-range
        {
        color:#ccc !important;
        font-style:oblique;
        background:transparent !important;
        cursor:default !important;
        }
/* The "disabled days" style */
.datePicker table td.day-disabled
        {
        color:#aaa !important;
        background:transparent !important;
        cursor:default !important;
        }
/* The "active cursor" style */
.datePicker table td#date-picker-hover
        {
        background:#fff url(/images/bg_header_datepicker.jpg) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170);
        color:rgb(100,130,170);
        }
/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html .datePicker table td.date-picker-selected,
* html .datePicker table td.date-picker-hover,
* html .datePicker table td
        {
        background-image:none;
        }

/**** Agenda Wizard ****/
#agendaWizard {
	background: #f5fafd url(/images/bg_agendawizard.gif) top right repeat-x; 
	border: 1px solid #0a7bbd;
}

#agendaWizard table.main{
margin: 0 20px;
}

#agendaWizard table td{
	padding-bottom: 3px;
}
#agendaWizard table td h3 {
	padding-left: 0px;
	background-color: transparent;
}

#agendaWizard table td.radio{
	vertical-align: top;
}

#agendaWizard table.selectboxes select{
	width: 150px;
}

#agendaWizard select{
	width: 154px;
	background-color: #9fcdee;
}

.wizardText {
	width:60px;
}
