/* 
Yes2web Standaard CSS - V 20100209 
Main.css Bevat de opmaak code voor alles wat door TinyMCE gebruikt kan worden.
*/

/*
Projectnaam/algemene info
@author: Roël van Dijk
@version: 20090209-001
*/
/* Clean lists
*****************************/
div#left ul, ul.thumbs, ul#navigation{
	margin: 0;
	padding: 0;
	list-style: none;
}

body, #publerBody {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
}
h1, h2, h3, h4, h5 { margin-top: 0; } /* reset the Headings of the page */

#contents h1{
	font-size: 1.2em;
	color: #9c9e9f;
	margin-bottom: 18px;
}
#contents dl{
	font-size: 1.2em;
}	
	
	
h4 {
	color: #FFF;
}

h5 { /* H5 is the same size and weight as P: make sure color differs from P */
	color: #FFF;
}

p{
	font-size: 1.2em;
	line-height: 16px;
}

a {
	text-decoration: none;
	color: #9c9e9f;
}
#contents a{
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#contents a.orange{
	color: #f08700;
}
#contents ul,
#right ul{
	font-size: 1.2em;
}
#contents ul li ul,
#contents ul li ul li ul{
	font-size: 12px;
}

#right ul{
	margin:0 0 1.5em 1.2em;
}

#contents ul li
#right ul ul li{
	padding-bottom: 5px;
}

ul.thumbs{
	position: absolute;
	top: 28px;
	left: 1px;
	_left: -114px;
	width: 100px;
}
ul.thumbs li{
	padding: 0 0 12px 0;
}
ul.thumbs li img{
	width: 96px;
}
/* Contact form
***********************/
#contents form label{
	font-size: 1.2em;
}
#contents form input,
#contents form textarea{
	margin-bottom: 5px;
	width: 170px;
}
#contents form button{
	border: none;
	background-color: #006FB7;
	color: #fff;
	height: 24px;
	line-height: 24px;
}


/* Table Dutch-exhibitors
***********************/
body.dutch-exhibitors div#contents,
body.arable-farming-and-field-vegetable div#contents,
body.pigs div#contents,
body.poultry-eggs div#contents,
body.greenhouse-vegetables div#contents,
body.fruit div#contents,
body.markets-production-chains div#contents,
body.trees div#contents,
body.vigorous-propagation-material div#contents,
body.dairy div#contents,
body.research-projects div#contents,
body.literature div#contents,
body.notfound div#contents{
	padding: 31px 7px 0 0;
}
body.dutch-exhibitors div#contents table{
	width: 100%;
	border-collapse: collapse;
}
body.dutch-exhibitors div#contents table th{
	padding: 0 0 15px 6px;
	color: #9c9d9f;
	font-weight: bold;
	font-size: 12px;
}
body.dutch-exhibitors div#contents table td{
	font-size: 12px;
	color: #000;
	padding-left: 6px;
}
body.dutch-exhibitors div#contents table tr.even td{
	background-color: #b2d4ea;
}


/* Tiny styles for Publer, make sure these style match the main content styles! */
#tiny-body{
	width: 600px;
	background-color: #FFF;
}
#tiny-body p, #tiny-body li, #tiny-body table tr td, #tiny-body table tr th{
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#tiny-body label{
	float: left; 
	width: 150px;
}
#tiny-body h1{
	font-size: 12px;
	color: #9C9E9F;
	margin-bottom: 18px;
}
#tiny-body a{
	font-weight:bold !important;
	font-size: 12px !important;
	color:#9C9E9F !important;
	text-decoration:none !important;
}

#tiny-body a.orange{
	color: #f08700 !important;
}