tbody.in tr.uitvoeringDetail {
	display: none;
}

/*Show/Hide table-rows in overzicht*/
tbody.collapse tr {
	display: none;
}

span.collapse {
	display: none;
}

div.collapse {
	display: none;
}

span.reveal {
	cursor:pointer;
}

input.collapseCheckbox {
	position: absolute;
	height: 1px;
	width: 1px;
	opacity: 0;
	filter:alpha(opacity=0);
}

/*temp fixes to improve looks while html is not yet updated*/

tr.uitvoeringHeader th {
	padding: 1px 0 0;
	width: auto;
}

input.textInput {
	width: 108px;
	font-size: 10px;
}

fieldset ul {
	list-style: none;
}

/* INFO-TEKST */

.infotekst {
	margin: 0.5em;
	display: none;
	position: absolute;
	background: #FFFFAA;
	border: 1px solid yellow;
	padding: 0.5em;
	width: 60ex;
}

.infotekst-open {
	display: block;
}

/* COLLAPSING FIELDSETS */

fieldset.collapse * {
	display: none;	
}

	fieldset.collapse h4, fieldset.collapse h4 a {
		display: block;
	}
	fieldset.collapse h4 img {
		display: inline;
	}

/* COLLAPSING TBODY's */

tbody.collapse tr {
	display: none;
}

/* good behaving browsers, NOT ie 6 and 7 */
tbody.collapse tr.firstChildIE {
	display: table-row;
}
/* ie 6 */	
* html tbody.collapse tr.firstChildIE {
	display:block;
}	
/* ie 7 */	
*:first-child+html tbody.collapse tr.firstChildIE {
	display:block;
}

/* TESTING GROUNDS */

td label {
	display: block;
}

