@charset "utf-8";
/* CSS Document tevredenheidsenquete*/

.rij {
	/*background-image:url(images/tr_01_bg.gif);*/
	background-color:#fff;
	background-repeat:repeat-y;
	width:650px;
	float:left;
	/*height: 30px;*/
	font-weight:bold;
	margin: 20px 0px 20px 0px;
	vertical-align:middle;
	
}
.rij-01:hover, .rij-02:hover, .rij-03:hover {
	/*background-image:url(images/tr_01-over_bg.gif);*/
	background-color:#0CF;
	background-color:#e70006;
	background-repeat:repeat-y;
	color:#f1f1f1;
}
.rij-TH-row {
	/*background-image:url(images/tr_01_bg.gif);*/
	background-color:#fff;
	background-repeat:repeat-y;
	width:650px;
	float:left;
	font-weight:bold;
	margin-top: 10px;
	height: 30px;
	
}
.rij-01, .rij-03 {
	/*background-image:url(images/tr_01_bg.gif);*/
	background-color: #f1f1f1;
	background-repeat:repeat-y;
	width:650px;
	float:left;
	height: 25px;
	padding: 7px 0px 7px 7px;
}
.rij-02 {
	/*background-image:url(images/tr_01_bg.gif);*/
	background-color: #fFF;
	background-repeat:repeat-y;
	width:650px;
	float:left;
	height: 25px;
	padding: 7px 0px 7px 7px;
}
.cel_01 {
	width: 150px;
	float:left;
	vertical-align:middle;
}
.cel_02 {
	width: 50px;
	float:left;
}
.cel_03, .cel_04, .cel_05, .cel_06, .cel_07 {
	width: 90px;
	float:left;
	text-align:center;
}
.cel_colspan-2 {
	width: 180px;
	float:left;
	margin-left:30px;
}
.cel_colspan-3a {
	width: 240px;
	float:left;
}
.cel_colspan-5 {
	width: 450px;
	float:left;
}
.cel_colspan-6 {
	width: 500px;
	float:left;
	border-top: #888 1px solid;
}
.cel_colspan-7 {
	width: 650px;
	float:left;
	border-top: #888 1px solid;
	
}
input {
	width: 283px;
}
.radio-small {
	width: 28px;
	
}
textarea {
	color: #888;
	width: 283px;
	height: 60px;
}
.rightdubble textarea {
	height: 120px;
	width: 163px;
}
input.submit {
	width: 167px;
	text-align: center;
}
.radiobuts {
	width: 20px;
	margin-left: 20px;
	}
.delete, .edit{
	float:left;
	width:100px;
	color:#F00;
	background-image:url(images/delete_bg.jpg);
	margin: 0px 0px 0px 2px;
}
/*.edit {background-image:url(images/edit_bg.jpg);}*/
.delete:hover, .edit:hover  {
	background-image:url(images/delete-over_bg.jpg);
}
.delete a, .edit a {
	color:#F00;
	text-decoration:none;
}
.delete a:hover, .edit a:hover {
	color:#Fff;
}


