/*Hans Moree 20071026
gebruikte kleuren
#4dac26 - licht (Koppert) groen / pms 361
#005f27 - donker groen / pms 356
#ff7f00 - oranje / pms 144
#d93c00 - donker oranje / pms 167
#ee0024 - rood / pms 186
#95001f - donkerrood / pms 194*/

#body{/*Omsluit complete content*/
	width:100%;
	color: #262547;
	font-size: 12px;	
}

#encloseContent{/*Omsluit pagina/applicatie-afhankelijke content*/
	float:left;
	width:90%;
	/*border:1px solid #4dac26;*/
}
#columnMain{/*Omsluit midden (+rechter) blok in pagina-afhankelijke content*/
	float:left;
	width:68%;
	margin: 0;
	height: 500px;
	display:inline; /* T.b.v. IE: plaats deze div inline met columnLeft-div*/
}
#columnLeft{/*Omsluit linker kolom pagina afhankelijke content*/
	float:left;
	width:27%;
	background-color:#fff063;
	/*border-right:1px solid #ff7f00; /* The width and color of the right columnheader */
	margin-right:-1px;
	/*border-bottom:1px solid #ff7f00; /* The width and color of the right columnheader */
	margin: 0;
	height: 500px;
}
#startNav {/*Omsluit startnavigatie in linker kolom*/
	float: left;
	margin: 0;
	background-color:#4dac26;
	width:100%;
	}
#startBene {
	float: left;
	margin: 0;
	height:20px;
	padding: 0 0 0 4px;
	display:inline; /* T.b.v. IE: plaats alles in deze div inline met columnLeft-div*/
	text-align: left;
	white-space:nowrap;
	}
#startPest {
	float: right;
	margin: 0;
	height:20px;
	padding: 0;
	font-size: 85%;
	font-weight:bold;
	color:#ffffff;
	display:inline; /* T.b.v. IE: plaats alles in deze div inline met columnLeft-div*/
	text-align: left;
	white-space:nowrap;
	}
#startBene a{
	font-size: 85%;
	font-weight:bold;
	color:#ffffff;
	}
#vervolgKeuze {/*Omsluit rechter sub-kolom in linker kolom*/
	clear: both;
	margin: 0;
	width:95%;
	padding:10px 0 0 0;
	background-color:#fff063;
	}
#start{
	vertical-align:top;
	padding: 2px 6px 2px 6px;
	}

h1{
	font-weight: bold;
	color: #d25b1d;
	margin: 0em 0em 0.5em 0em;
}
h2{
	margin:0;
	padding:5px;
	font-size: 90%;
}
h3{
	font-size: 85%;
	font-weight:bold;
	color:#ffffff;
}
h4{
	margin:0;
	padding:5px;
	font-size: 80%;
	font-weight: normal;
}
.header{
	font-size: 85%;
	font-weight:bold;
	color:#ffffff;
	clear:both;
}
.infoTitle{
	font-size: 85%;
	color:#000000;
	font-weight:normal;
}
#info{
	margin:2px;
	padding:15px 2px 2px 10px;
	width:97%;
	height:460px;
}
.infoText{
	font-size: 90%;
	font-weight:normal;
}
#info dl{
	margin: 0.5em;
}
#info dt{
	margin: 0.5em 0em 0.5em 0em;
}
#info dd{/*ul t.b.v. uitleg in start*/
	margin: 0em 0em 0.5em 1em;
}
#table_div{/*div om de side effects table in te plaatsen (dynamisch aangemaakt in ajax.js)*/
	position:relative;/*anders werkt z-index niet, om tabel over de footer te laten vallen !!! voor IE 6.0 absolute = beter*/
	margin:2px;
	padding:2px;
	width:93%;/*!!! voor IE 6.0 absolute met width 80%?*/
	z-index:1;/*om tabel over de footer te laten vallen*/
}
table {/*tabel met resultaat van neveneffecten opdracht*/
	border-collapse:collapse;/*samenvallende tabelranden.*/
	background-color:#FFFFFF;
	color:#000000;
	border:4px solid #4dac26;
	}
th, td{/*alle velden van neveneffecten tabel*/
	padding:5px;
	}
th.table_title{/*heading veld met class table_title; t.b.v. titel van de tabel*/
	border-right:2px solid #4dac26;
	border-bottom:2px solid #4dac26;
	background-image:url(/pict/352.jpg);
	background-repeat:no-repeat;
	text-align:left;
	vertical-align:top;
	}
th.aing_title {/*heading velden met class aing_title; t.b.v. titel "werkzame stof"*/
	text-align: center;
	vertical-align:top;
	background-color:#ee0024;
	border-right:1px solid #ffffff;
	}
th.symbols{
	width:100%;
	margin-bottom:5px;
	}
th.more{
	vertical-align:top;
	text-align: left;
	}
th.remove{
	vertical-align:top;
	text-align: right;
	}
th.appl_title_parent {/*heading velden met class appl_title_parent; t.b.v. titel "toepassing" in laatste/enige kolom onder werkzame stof*/
	border-bottom:2px solid #4dac26;
	border-right:1px solid #ee0024;
	font-size: 75%;
	font-weight:normal;
	color:#d93c00;/* CZ_20071019: was lichtoranje (#ff7f00) als achtergrond aing_title*/
	text-align: center;
	vertical-align:top;
	background-color:#e0e0e0;
	}
th.appl_title_child {/*heading velden met class appl_title_parent; t.b.v. titel "toepassing" in NIET laatste/enige kolom onder werkzame stof*/
	border-bottom:2px solid #4dac26;
	border-right:1px dotted #ee0024;
	font-size: 75%;
	font-weight:normal;
	color:#d93c00;/* CZ_20071019: was lichtoranje (#ff7f00) als achtergrond aing_title*/
	text-align: center;
	vertical-align:top;
	background-color:#e0e0e0;
	}
th.bene_title {/*heading velden met class bene_title; t.b.v. titel "beneficial"*/
	text-align: center;
	vertical-align:top;
	background-color:#4dac26;
	border-bottom:1px solid #ffffff;
	}
td.lfst_title {/*heading velden met class lfst_title; t.b.v. titel "lifestages"*/
	font-size: 75%;
	font-weight:normal;
	text-align: left;
	color:#005f27;/* CZ_20071019: was lichtgroen (#4dac26) als achtergrond bene_title*/ 
	background-color:#e0e0e0;
	border-right:2px solid #4dac26;
	border-bottom:1px dotted #4dac26;
	}
td.naw_title {/*heading velden met class naw_title; t.b.v. titel "nawerking"*/
	border-right:2px solid #4dac26;
	border-bottom:1px solid #4dac26;
	font-size: 75%;
	font-weight:normal;
	text-align: left;
	color:#005f27;/* CZ_20071019: was lichtgroen (#4dac26) als achtergrond bene_title*/ 
	background-color:#e0e0e0;
	}
td.efct_parent{/*toont efct van aing/toep/bene/lfst en is laatste/enige kolom onder aing, dus dichte kolom lijn*/
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #ee0024;
	border-bottom:1px dotted #4dac26;
	}
td.efct_child{/*toont efct van aing/toep/bene/lfst en is NIET laatste/enige kolom onder aing, dus dotted kolom lijn*/
	text-align:center;
	vertical-align:middle;
	border-right:1px dotted #ee0024;
	border-bottom:1px dotted #4dac26;
	}
td.naw_parent{/*toont nawerking van aing/toep/bene en is laatste/enige kolom onder aing, dus dichte kolom lijn*/
	font-size: 80%;
	font-weight:normal;
	color:#000000;
	text-align:center;
	vertical-align:top;
	border-right:1px solid #ee0024;
	border-bottom:1px solid #4dac26;
	white-space:nowrap;
	}
td.naw_child{/*toont nawerking van aing/toep/bene en is NIET laatste/enige kolom onder aing, dus dotted kolom lijn*/
	font-size: 80%;
	font-weight:normal;
	color:#000000;
	text-align:center;
	vertical-align:top;
	border-right:1px dotted #ee0024;
	border-bottom:1px solid #4dac26;
	white-space:nowrap;
	}
a.remove{
	cursor:no-drop;
	}
.p-input {/*class voor invoer/zoeken pesticides*/
	font-size: 85%;
	color:#000000;
	font-weight:bold;
	width: 150px;
	}
.b-input {/*class voor invoer/zoeken beneficials*/
	font-size: 85%;
	color:#000000;
	font-weight:bold;
	width: 150px;
	}
#search_suggest {/*ul voor het plaatsen van de suggest list*/ 
	position: relative;
	margin:0; 
	padding:0;
	list-style: none;
	background-color: #fff063; 
	text-align: left;
	font-size: 85%;
	font-weight:normal;
	height: 345px;
	width:100%;
	overflow: auto;
	border-bottom:1px solid #ffffff;
	}
#search_suggest li{/*li voor items uit suggest list*/ 
	border-bottom:1px solid #ffffff;
	padding: 2px 6px 2px 6px;
	}
.menu_li {/*class voor dynamisch gecreëerde li voor de suggest list na invoer van eerste letter(s)*/
	color:#000000;
	}
.menu_li_over {/*class t.b.v. highlight bij mouse over*/
		background-color: #fff7b0;
		color:#000000;
	}
#combi_list {/*ul voor het plaatsen van de combi_list*/ 
	position: relative;
	margin:0; 
	padding:0;
	list-style: none;
	background-color: #fff063;
	text-align: left;
	font-size: 85%;
	font-weight:normal;
	height: 345px;
	width:100%;
	overflow: auto;
	border-bottom:1px solid #ffffff;
	}
#combi_list li{/*li voor items uit combi list*/ 
	border-bottom:1px solid #ffffff;
	padding: 2px 6px 2px 6px;
	}
.list_empty {/*class voor lege lijst van te combineren items bij gekozen pesticide of beneficial*/
	padding: 2px 6px 2px 6px;
	font-size: 85%;
	font-style:italic;
	font-weight:normal;
	color:#ee0024;
	}
#aing {/*div voor het plaatsen van memory aing_srcID's*/
	visibility:hidden;
	display:none;
	}
#A {/*t.b.v. opslag/memory van actieve aing_srcID's*/
	visibility:hidden;
	display:none;
	}
#bene {/*div voor het plaatsen van memory bene_srcID's*/
	visibility:hidden;
	display:none;
	}
#B {/*t.b.v. opslag/memory van actieve bene_srcID's*/
	visibility:hidden;
	display:none;
	}
.hideSub{
	visibility:hidden;
	display:none;
}
.showSub{
	position:relative;	
	background-color:#ee0024; 
	text-align: left;
	border-left:1px solid #ee0024;
	border-right:1px solid #ee0024;
	z-index:1;
}
.subP{
	color:#ffffff;
	font-weight:bold;
}
.Pover{
	background-color:#95001f;
	border-left:1px solid #95001f;
	border-right:1px solid #95001f;
}
.Pout{
	background-color:#ee0024;
}
.stMenuBPlain{
	background-color:#4dac26;
}
.Bover{
	background-color:#005f27;
}
.stMenuBFocus{
	background-color:#005f27;
}
.stMenuAPlain{
	background-color:#ee0024;/*rood - CZ20071026 - was groen #4dac26*/
}
.stMenuAFocus{
	background-color:#95001f;/*donker rood - CZ20071026 - was donkergroen #005f27*/
}
#subPest{/*Omsluit rights link*/
	margin:0; 
	padding-top:4px;
	list-style: none;
}
#subPest li {
	padding-bottom:4px; 
	margin:0;
	/*border-bottom:1px solid #ffffff;*/
}
#table_options{/*Omsluit opties link in resultaattable*/
	position:relative;
	margin:1px 0 2px 2px;
	padding:0;
}
#table_options a{/*a refs in opties*/
	font-size: 85%;
	color:#005f27;/*CZ_20071019: was #9b8c7e*/
	font-weight:normal;
	border-left:1px solid #005f27;/*CZ_20071019: was #9b8c7e*/
	margin:2px;
	padding:2px;
}
#legend a{/*a refs in opties*/
	color:#ee0024;
	font-weight:bold;
	border:0;
	margin:2px;
	padding:2px;
}
.hideOpt{
	visibility:hidden;
	display:none;
}
.showOpt{
	background-color: #ffffff; 
	text-align: left;
}
.showLegend{
	margin:2px;
	padding:4px;
	width:95%;
	font-size: 85%;
	font-weight:normal;
	border:1px solid #005f27;/*CZ_20071019: was #9b8c7e*/
	z-index:2;/*om legenda over tabel te laten vallen*/
}
.legList{/*class t.b.v. legenda*/
	list-style:none;
}
#ne{/*natural enemies en bumblebees in legenda*/
	float:left;
	width:45%;
	margin:0;
	padding:0;
	display:inline; /* t.b.v. IE: plaats naast (inline) en niet onder (new line) */
}
#bb{/*natural enemies en bumblebees in legenda*/
	float:right;
	width:45%;
	margin:0;
	padding:0;
	display:inline; /* t.b.v. IE: plaats naast (inline) en niet onder (new line) */
}
#ap{/*applicationmethods in legenda*/
	clear:both;
	margin-top:10px;
	width:95%;
}
.legsub{
	padding-bottom:3px;
	font-weight:bold;
}
#main {
 	overflow:visible;
}
#block_1 {
	padding-bottom: 10px !important;
	margin-bottom: -10px !important; 
}



