@charset "UTF-8";
/* CSS Document */


table{	
	width:675px;
	border:0px;
	border-spacing:0px;
	margin-bottom:10px;
	line-height:1em;
}

td{
	vertical-align:top;
	width:335px;
}

td p{
	margin:0px;
}

table.overzichtsTabel{
	color:var(--lichtgrijs);
	line-height:1.26em;
	font-size:0.9em;
}

table.overzichtsTabel th{	
	color:var(--grijs);
	font-weight:normal;
}

.spryTextSpan{
	display:block;
	min-height:40px;
}

input{
	background-color: var(--geel);
}

input[type="text"], input[type="password"] {
    width:333px;			/*2x text + 1x marge = 675px*/
	float:left;	
}

td:first-child input[type="text"]{	/*alleen eerste cel*/
	margin-right:11px;
}

input[type="submit"], input[type="button"], #ExcelButton{
	background-color:var(--geel);
	border:none;
	color:var(--grijs);
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	cursor:pointer;
}

textarea{
	background-color: var(--geel);
}

#ExcelButton{
	padding:12px 10px 0px 10px;
	display: inline-block;
}


input[type="submit"]{
	float:right;
}

textarea{
	width:670px;
	height:170px;
}

.openVraagContainer textarea{
	height:75px;
}

select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
	user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: var(--geel); /* fallback color if gradients are not supported */
    background-image: url(../images/pijltje_select.png); 
    background-position:center right;
    background-repeat: no-repeat;
    border-radius: 0px;
	border-style:none;
    color: #284D71;
    font-size: 11px;
    margin: 0;
    overflow: hidden;	
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;	
	text-align:center;
    white-space: nowrap;
	width:60px;
	width: 60px;
	padding-left: 10px;	
	text-indent:2px;
	cursor:pointer;	
	min-height:20px;
}

#contentTekst.geslotenVragen table, #contentTekst.mailTabel table{
	border-spacing:5px;
	line-height:1.26em;
	font-size:0.9em;
}

#contentTekst.geslotenVragen table td{
	width:auto;
}

/*eerste kolom in tabel met selectievakken:*/
#contentTekst.geslotenVragen table td:first-child{
	width:55px;
	height:14px;
	padding-right:0px;
}

#contentTekst.mailTabel td{
	width:auto;
}

.openVraagContainer{
	min-height:140px;
}

input.geslotenVraag{	/*read only veld met vraag */
	font-family:"Verdana";
	background-color: transparent;
	font-size:inherit;
	width:100%;
	border:none;	
}

