@charset "UTF-8";
/* ============================================ */
/* www.npp.nl                               		*/
/* Glossary styles                              */
/* Medium: screen                            		*/
/* -------------------------------------------- */
/* Copyright Hic et Nunc                  	  	*/
/* www.hicetnunc.nl - info@hicetnunc.nl         */
/* ============================================ */

html, body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	font: 62.5% normal Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}

#header {
	height: 40px;
	margin: 10px;
}
#header img { margin-right: 50px; }
#header h1 {
	margin: 0;
	font-size: 2em;
	letter-spacing: 1px;
	color: #547b2b;
	border: none;
}

/* ======================================== */
/* NAVIGATION Styles                        */
/* ======================================== */

/* __________ Toolbar: topNav styles __________ */
#toolbar {
	margin: 0;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	text-align: center;
	border-top: 1px solid #547b2b;
	border-bottom: 1px solid #547b2b;
	background-color: #d7e7c3;
}
#toolbar a:link, #toolbar a:visited {
	margin: 3px 10px 3px 0px;
	padding: 2px 4px 2px 4px;
	font-size: 1em;
	font-weight: bold;
	line-height: .7em;
	color: #547b2b;
	text-decoration: none;
	background: #fff;
	border: 1px solid #547b2b;
}
#toolbar a:hover, #toolbar a.selected {
	color: #fff;
	background-color: #547b2b;
	border: 1px solid #547b2b;
}

/* __________ navBar: leftNav styles __________ */

#navBar {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	height: 300px; 
	overflow: auto; 
}
#navBar ul {
	list-style: square; 
	margin: 0;
	margin-left: 8px; 
	padding: 0;
	padding-left: 8px;
	color: #547b2b;
}
#navBar ul li { margin-bottom: .5em; }
#navBar ul a:link {
	color: #547b2b;
	text-decoration: none;
}
#navBar ul a:visited {
	color: #666;
	text-decoration: none;
}
#navBar ul a:hover {
	color: #000;
	text-decoration: underline;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists 
#navBar li {
	font-size: 1em;
	line-height: 1.2em;
	border-bottom: 1px solid #fff;
}*/
/* fix for browsers that don't need the hack 
html>body #navBar li {border-bottom: none;}
*/

/* ======================================== */
/* LAYOUT Styles                            */
/* ======================================== */

#leftColumn { 
	width:200px;
	margin-top: 0; 
	margin-left: 10px; 
	padding-right: 5px; 
	font-size: .7em;
	border-right: 2px solid #e6e6e6;
}

#content { 
	height: 340px;
	margin: 0;
	padding: 0 20px 0 10px; 
	overflow: auto;
	font-size: .75em;
}

/* ======================================== */
/* Common HTML styles                       */
/* ======================================== */

h1 {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 7px;
}

h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
}

h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
}

h1, h2, h3 { 
	color: #547b2b;
	letter-spacing: 1px;
}


td { 
	vertical-align: top;
	font-size: 100%; 
}

/* __________ FORM and related styles __________ */

#searchForm { 
	padding-bottom: 10px;
	border-bottom: 3px double #547b2b; 
}
form {
	margin: 0;
	padding: 0;
}
input, textarea {
	height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	padding: 1px 1px 1px 5px;
	margin: 0px;
	border: solid 1px #547b2b;
}
.buttonBorder {	
	height: 17px;
	font: bold 6pt Verdana, Arial, Helvetica, sans-serif;
	line-height: .7em;
	padding: 2px;
	color: #547b2b;
	letter-spacing: 1px;
	text-decoration:none;
	margin: 0;
	background: #d7e7c3;
	border: 1px solid #547b2b;
}



