/* voor de voorpagina */

			#lijst { }
			#lijst > div.onderdeel { font-weight:bold;}
			#lijst > div.title {font-weight: bold;}
			#lijst > div > span {width: 100px;}
			
			#lijst th {
			/*	background:none repeat scroll 0 0 #B9C9FE;
				border-bottom:1px solid #FFFFFF;
				border-top:4px solid #AABCFE;
				color:#003399;*/
				font-size:13px;
				border:none;
			/*	font-weight:normal;
				padding:4px 4px 4px 8px;*/
			}
			
			#lijst td {
				background:none repeat scroll 0 0 #E8EDFF;
				border-bottom:1px solid #FFFFFF;
				border-top:1px solid transparent;
				color:#666699;
				padding:4px 4px 4px 8px;
			}
			
			#lijst tr:hover td {
				background: none repeat scroll 0 0 #D0DAFD;
				color: #333399;
			}
			#lijst table { border-collapse:collapse;}
			
			#formDiv > form > div { float: left;}

			#formDiv > span {float:right; }
			 
			
			.autocomplete-w1 { background:url(../img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
			.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
			.autocomplete .selected { background:#F0F0F0; }
			.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
			.autocomplete strong { font-weight:normal; color:#3399FF; }
			#head {height: 50px; /*border: 1px solid black; background-color:#B9C9FE*/}
	
			#head > p {float:left;}
			.ui-icon-check {background-position:-64px -147px;}
			.ui-icon {height: inherit}
			
		/* - spul uit toevoegen.php- */
			.ui-datepicker{	z-index: 3000; /* must be > than popup editor (1002) */	}
			.ui-effects-transfer { border: 1px dashed grey; background-color: lightgrey; opacity: .5; }
			.ui-widget {font-family: inherit;}
			/* .ui-dialog mag niet worden toegepast op niet dialogen (dus voor alleen de style) weird gedrag van de echte dialogs 
			    ui-dialog gekickt, maar wil wel style behouden.. */
			.ui-dialog-titlebar { padding:0.5em 0.3em 0.3em 1em; position:relative;	}
			#metaRow > div { float: left;}
			#metaRow > div:first-child, #threeColumns > div:first-child { margin-right:5px; }

			#inhoudStats div  { height: 15px;}
			#inhoudStats > div > span { display:block; float:left; overflow:hidden; width:48%; }