/* Style sheet of the webportal. Adapted from Wageningen UR Housestyle. */
/* Last update of style sheet: 11-April-2004 by CB*/

/* WUR huisstijl kleuren
white = ffffff, lichtgrijs=cccccc, middelgrijs=0999999 donkergrijs=666666, heeldonkergrijs= 333333, black=000000
ROOD 		donker=990000,  middel=cc6666,  licht=ffcccc  
BUIN 		donker=993300,  middel=cc6633,  licht=ff9966  
BLAUW 		donker=003366,  middel=006699,  licht=99ccff  
PAARSBLAUW 	donker=6666cc,  middel=9999cc,  licht=ccccff,   extra-donker=333399  
PAARS 		donker=993300,  middel=cc6633,  licht=ff9966  

For compendia ROOD en BRUIN are used 
For webportal main pages BLAUW en PAARSBLAUW are used
For my own homepage PAARS is used*/

/* basic style for body and headers and paragraphs*/ 
body {
	font-size: 0.8em;
	color: black;
	background-color: white;
	margin-top: 8px;
	margin-left: 14px;
}

h1, h2, h3, h4, h5, h6 { background-color: #ffffff }
h1 {font-size: 2.0em; font-weight: bold; margin-top: 0.5em; line-height: 1.4}
h2 {font-size: 1.5em; font-weight: bold; }
h3 {font-size: 1.0em; font-weight: bold;}
h4 {font-size: 0.9em; font-weight: bold;}
h5 {font-size: 0.8em; font-weight: bold;}
h6 {font-size: 0.7em; font-weight: bold;}

p  { font-size: 0.8em; line-height: 1.4;  margin-left: 0em}
em {color: #000000; font-weight: bold; font-style: normal}

pre {font-family: courier, Serif; font-size: 1.3em;}
code {font-style: italic}

hr {color: #663366; width: 99%}

a:link {text-decoration:none; }
a:hover {border-bottom: 1px solid #663366; }
a:visited {text-decoration:none; }

/*table style*/
td, th  { font-family: Arial, Helvetica, Sans-serif; font-size: 0.8em; }
/*NB let op voor inherited eigenschappen, bv igv <td> <p> TEXT </p> </td>.
  parent eigenschap inherited by nested en em is relatief tov parent om
  0.0x0.8 definieer voor in td nested tags als 1.0em*/ 
td p  { font-family: Arial, Helvetica, Sans-serif; font-size: 1.0em; }
th p  { font-family: Arial, Helvetica, Sans-serif; font-size: 1.0em; } 
td ul  { font-family: Arial, Helvetica, Sans-serif; font-size: 1.0em; }
td ol  { font-family: Arial, Helvetica, Sans-serif; font-size: 1.0em; }

/*list style*/
ul  	{ font-family: Arial, Helvetica, Sans-serif; font-size: 1em; line-height: 1.4;}
ul ul  	{ font-family: Arial, Helvetica, Sans-serif; font-size: 1em; line-height: 1.4;} 
ul ol  	{ font-family: Arial, Helvetica, Sans-serif; font-size: 1em; line-height: 1.4;} 
ol		{ font-family: Arial, Helvetica, Sans-serif; font-size: 1em; line-height: 1.4;} 
ol ol  	{ font-family: Arial, Helvetica, Sans-serif; font-size: 1em; line-height: 1.4;} 
ol ul  	{ font-family: Arial, Helvetica, Sans-serif; font-size: 1em; line-height: 1.4;} 
dl		{ font-family: Arial, Helvetica, Sans-serif; font-size: 1em; line-height: 1.4; }

/*styles for classes*/
.footer { font-size: 1.0em }
.footer em {font-family: Arial, Helvetica, Sans-serif; font-size: 0.8em; font-weight: normal }
.content { font-size: 0.8em; }
.menu {  }
.bar_header {font-family: Arial, Helvetica, sans-serif; font-size: 24pt }

/*style used in the link list page (links.html)*/
.llh1 {font-family: Arial, Helvetica, Sans-serif; color: #990000; font-size: 1.2em }
.llh2 {font-family: Arial, Helvetica, Sans-serif; color: #990000; font-size: 1.0em;	font-weight: bold; text-indent: 20px }
.llback {font-family: Arial, Helvetica, Sans-serif;	color: #0000CC;	font-size: x-small;	line-height: 30px;	text-decoration: underline;	font-weight: bolder; font-style: italic}

/*styles used in the menu (menu.html)*/
.headerwithborder {font-family: Arial, Helvetica, sans-serif; border: solid thin #003366}
.headerwithborder_colored {font-family: Arial, Helvetica, sans-serif; border: solid thin #003366; background-color: #cc99cc}

TD.infobox {
	background-color: #FFFF99;
	vertical-align: top;
	border: #FFFF99;
}

TABLE.boxed {
	margin: 0px 0px 4px;
	padding: 0px;
	border: 1px solid #006699;
}
.boxed TD {
	padding: 3px; /* was 5 */
}
TD.header {
	font-weight: bold;
	color: #6666cc;
	background-color: #ccccff;
	text-align: left;
	margin: 0px;
	padding: 3px;
	border: 0px #ccccff;
}



