/* column-list */

#content .column-list { width: 430px; overflow: hidden; } 

#content .column-list .row {
	padding: 5px;
	width: 420px;	
	min-height: 20px;
	height: auto !important;
	height: 20px;
	float: left;
	font-size: 11px;
	line-height: 20px;
}

#content .column-list .row.head {
	color: #f5f5f5;
	font-weight: bold;
	font-size: 12px;
	background: #333;
}

#content .column-list .row.even   { background: #efefef; }
#content .column-list .row.uneven { background: #fff; }

#content .column-list .column {
	padding: 0px 5px;	
	float: left;
}

#content .column-list .column.info-right {
	float: right;
	text-align: right;	
}


#content .column-list .column a:link,
#content .column-list .column a:visited { border: 0px solid #fff; text-decoration: none; font-weight: bold;}

#content .column-list span.icons { margin: 3px 0px 0px 10px; float: right; display: block;  }
#content .column-list span.icons img.icon { margin: 0px 3px 0px 0px; float: left; } 

#content .column-list span.options { margin: 3px 0px 0px 0px; float: left; display: block; }
#content .column-list span.options span { margin: 0px 10px 0px 0px; display: block; float: left; }


/* column-list: form specific */

#content .column-list.form .column.description { 
	padding: 2px 0px 0px 0px;
	width: 150px; 
}
#content .column-list.form .column.value { width: 250px; }
#content .column-list.form.tussenpersonen .column.value { width: 226px; }

#content .column-list.form input.text,
#content .column-list.form select { 
	margin: 1px 0px 0px 0px;
	padding: 2px;
	width: 220px;	
	font-size: 12px;
	border: 1px solid #a5acb2;
}

#content .column-list.form select { width: 226px; }

#content .column-list.form textarea.default {
	padding: 2px;
	width: 220px;
	height: 150px;	
	font: 12px arial, verdana, sans-serif;
	border: 1px solid #a5acb2;
}

#content .column-list.form input.submit,
#content .column-list.form a.submit:link,
#content .column-list.form a.submit:visited
{
	padding: 3px 10px;
	float: left;  
	color: #190137;
	text-decoration: none;
	font-size: 12px;
	background: #e5e9f2;
	border: 1px solid #5c6b80;
	overflow: hidden;
	cursor: pointer;
}

#content .column-list.form a.submit:link,
#content .column-list.form a.submit:visited { 
	padding: 3px 10px; 
	display: inline-block; 
}


#content .column-list.form.tussenpersonen .block {
	margin: 0px 0px 1px 0px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
}

#content .column-list.form.tussenpersonen .block.light { background: #edeff6; } 
#content .column-list.form.tussenpersonen .block.dark  { background: #e1e5f0; } 

/* dimensions */
.width_20  { width: 20px !important; }
.width_40  { width: 40px !important; }
.width_60  { width: 60px !important; }
.width_80  { width: 80px !important; }
.width_100 { width: 100px !important; }
.width_120 { width: 120px !important; }
.width_140 { width: 140px !important; }
.width_146 { width: 146px !important; }
.width_160 { width: 160px !important; }
.width_180 { width: 180px !important; }
.width_200 { width: 200px !important; }
.width_220 { width: 220px !important; }
.width_240 { width: 240px !important; }
.width_260 { width: 260px !important; }
.width_280 { width: 280px !important; }
.width_300 { width: 300px !important; }
.width_320 { width: 320px !important; }
.width_340 { width: 340px !important; }
.width_360 { width: 360px !important; }
.width_380 { width: 380px !important; }
.width_400 { width: 400px !important; }
.width_420 { width: 420px !important; }
.width_440 { width: 440px !important; }
.width_460 { width: 460px !important; }
.width_480 { width: 480px !important; }
.width_500 { width: 500px !important; }

br.clear { height: 0px; font: 0px verdana, arial, sans-serif; line-height: 0px; clear: both; }