/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../Beelden/Alg/prov_bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
/*	color: #005FA9;*/
	text-decoration: none;
	color: #33CCCC;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 175% Verdana,Arial,sans-serif;
 color: #003366;
 margin:0px 0px 0px 0px;
 padding: 0px;
}

h2{
 font: bold 145% Verdana,Arial,sans-serif;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

h3{
	color: #003366;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

h4{
	font: 100% Verdana,Arial,sans-serif;
	color: #999999;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
}

h5{
 font: 100% Verdana,Arial,sans-serif;
 color: #999999;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Verdana,Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 116px;
	left: 0px;
	width:95%;
	background-color: #ffffff;
	z-index: 2;
}

div#sidebar {
	position: absolute;
	padding: 10px 10px 0px 10px;
	right: 5%;
	width: 20%;
	top: 116px;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 0%;
	right: 2%;
	width: 100%;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	margin:0px 0px 0px 10px;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 200px;
	border-left-color: #003366;
	border-left-style: solid;
	border-left-width: 1px;
}
#content_02{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 200px;
	border-left-color: #003366;
	border-left-style: solid;
	border-left-width: 1px;
	clear:both;
}
#spot{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 30px;
}

#chem{
	position: absolute;
	top: 56px;
	left: 500px;
	right: 2%;
	width: 150;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #ffffff;
	font-weight: normal;
}
#siteName img{
	margin: 0px 0px 0px 25px;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 13px;
	right: 5%;
	color: #003366;
}

#utility a{
	color: #33CCCC;
	font-weight: bold;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px 0px 0px 20px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Verdana,Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 95%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-color: #003366;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right: -1px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 30px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	text-decoration: none;
	color: #33CCCC;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 95px;
	left: 25px;
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #003366;
	visibility: hidden;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #003366;
}

.subglobalNav a:hover{
	color: #999999;
}

/************ reactieNav styles **************/

.reactieNav{
	position: absolute;
	top: 116px;
	left: 500px;
	height: 80px;
	padding: 0px 0px 0px 10px;
	color: #003366;
	visibility: hidden;
	z-index: 1;
	width: 450px;
}

.reactieNav a:link, .reactieNav a:visited {
	font-size: 80%;
	color: #003366;
}

.reactieNav a:hover{
	color: #999999;
}

/************ units styles **************/

.unitNav{
	position: relative;
	min-width:inherit;
	right: 9px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	z-index: 1;
}


.unitNav a:link, .unitNav a:visited {
	font-size: 80%;
	color: #003366;
}

.unitNav a:hover{
	color: #999999;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 6px;
	right: 5px;
	z-index: 101;
	text-align: center;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	margin-left: 200px;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}
/************** spot styles *****************/
.beeld1{
	padding: 5px 5px 10px 10px;
	border : 1px solid #ffffff;
	font-size: 100%;
	min-height: 200px;
	height:auto;
	margin: 5px 5px 5px 5px;
	float:left;
	/*text-align:center;*/
}
.beeld1 img{
	padding: 5px 5px 5px 5px;
	margin: auto;
}
.beeld2{
	padding: 5px 5px 10px 10px;
	border : 1px solid #ffffff;
	font-size: 100%;
	min-height: 200px;
	height:auto;
	width:25%;
	margin: 5px 5px 5px 5px;
	float:left;
	/*text-align:center;*/
}
.beeld2 img{
	padding: 5px 5px 5px 5px;
	margin: auto;
}
.beeld3{
	padding: 5px 5px 10px 10px;
	font-size: 100%;
	width:200px;
	margin: 5px;
	float:right;
	/*text-align:center;*/
}
.beeld3 img{
	padding: 5px 5px 5px 5px;
	margin: auto;
}
.beeld3 h2{
	font: bold 65% Verdana,Arial,sans-serif;
}
.beeld4{
	padding: 5px 5px 10px 10px;
	font-size: 100%;
	width:350px;
	margin: 5px;
	float:right;
	/*text-align:center;*/
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h1{
	color: #003366;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: bold;
}
.feature h2{
	color: #003366;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 145%;
	font-weight: bold;
}
.feature capsule{
	font: bold 1em Verdana,Arial,sans-serif;
}
.feature a.capsule{
	font: bold 1em Verdana,Arial,sans-serif;
	color: #003366;
}
.feature a.capsule:hover{
	text-decoration: none;
	color: #33CCCC;
}
.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}
.feature li {
	font-size: 100%;
}


table.alg {
	width: 100%;
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	/*border-right-color: #CCCCCC;*/
	background: #fafafa;
	margin-top: 10px;
}

th.alg { 
	background-color: #99CCCC;
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #003366;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}

th.alg_lo { 
	background-color: #99CCCC;
	border-bottom: 1px #6699CC solid;
	border-left: 1px #6699CC solid;
	border-right: 1px #6699CC solid;
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #003366;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}
th.alg_links { 
	background-color: #99CCCC;
	border-left: 1px #6699CC solid;
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #003366;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}


td.alg {
	border-bottom: 1px #6699CC solid;
	text-align: left;
	color: #404040;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; }
	
td.opsomtitel {
	border-bottom: 1px solid #6699CC;
	text-align: left;
	font-size: 75%;
	color: #404040;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 0px;
	font-weight: bold;
}
	
td.opsom {
	border-bottom: 1px solid #999999;
	text-align: left;
	font-size: 85%;
	color: #404040;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 0px; }
	
td.alg_links {
	border-bottom: 1px #6699CC solid;
	border-left: 1px #6699CC solid;
	text-align: left;
	color: #404040;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; }

td.zlijn {
	text-align: left;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}

a.alg {
	color:#003366;
}


/************** Opdeel binnen content styles *****************/

.opdeel{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .opdeel {height: auto;}

.opdeel h1{
	color: #003366;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: bold;
}

.opdeel h3{
	color: #003366;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

.opdeel img{
	padding: 0px 10px 0px 0px;
	float:none;
}
.opdeel li {
	font-size: 75%;
}
/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	clear: both;
}

.story img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.story h2{
	font: bold 125% Verdana,Arial,sans-serif;
	clear: both;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Verdana,Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

.float{
	float:left;
}

/*************** story AR styles ******************/

.ARstory {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.ARstory img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.ARstory h2{
	font: bold 125% Verdana,Arial,sans-serif;
}

.ARstory p {
	padding: 0px 0px 10px 0px;
}

.ARstory a.capsule{
	font: bold 1em Verdana,Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.ARstory a.capsule:hover{
	text-decoration: underline;
}

td.ARstoryLeft{
	padding-right: 12px;
}

	
/************** sidebar styles ****************/

.sidebar p {
	padding: 0px 0px 10px 0px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	border-top-color: #003366;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #FFFFFF;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	font-weight: bold;
	padding: 3px 0px 3px 20px;
	color: #003366;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	/*background-color: #33cccc;*/
	color: #33CCCC;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
#sectionLinks .hier{
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0px 3px 20px;
	color: #33cccc;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}

/*header table*/
a.tabel, a.tabel:visited{
  	font-size: small;
  	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
}

a.tabel:hover{
	text-decoration: none;
	color: #33CCCC;
}

.tabel img{
	float: none;
	padding: 0px 0px 0px 2px;
}
.tabel_top{
	font:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #003366;
}
textarea{
  text-align: left;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  width: 600px;
  height: 100px;
  background: #CCE6E6;
}
input{
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #CCE6E6;
}
select { 
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #CCE6E6;
}

/*exclusion*/

.excluus {
	padding: 10px 0px 0px 10px;
	font-size: 60%;
	clear: both;
	border-top-color: #003366;
	border-top-style: solid;
	border-top-width: 1px;
}

.excluus h2{
	font: bold 100% Verdana,Arial,sans-serif;
	clear: both;
}

.excluus p {
	padding: 0px 0px 10px 0px;
}

/*print page*/
#logo{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 5%;
	color: #33ccCC;
	display:none;
}

#logo img{
	padding: 0px 10px 0px 0px;
	float:none;
}

/*adres*/
.adres {
	padding: 10px 0px 0px 10px;
	font-size: 60%;
	clear: both;
	border-top-color: #003366;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #003366;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display:none;
}

.adres h2{
	font: bold 100% Verdana,Arial,sans-serif;
	clear: both;
}

.adres p {
	padding: 0px 0px 10px 0px;
}

/*search results*/


#pagesearch{
	position:absolute;
	top: 116px;
	left: 0px;
	width:95%;
	background-color: #ffffff;
}

a.isearch-title, a.isearch-description, a.isearch-url, a.isearch-prevnext:active
{
    color:#FF0000;
    background-color:transparent;
	padding-left: 10px;
}

a.isearch-title, a.isearch-description, a.isearch-url, a.isearch-prevnext:hover
{
    color:#FF0000;
    background-color:transparent;
}
/* Usage :  To display the header line with the following messages:
 *             "Search results for _words_."
 *             "Showing results 1 to 10 of 17"
 */
table.isearch-head
{
	padding-left: -10px;
	background: #003366;
	padding-left: 10px;
}


td.isearch-head
{
    color:#ffffff;
    font-size:14px;
}


/* Usage :  To display the page title in the results list.
 */
a.isearch-title:link
{
	color:#003366;
	background-color:transparent;
	text-decoration: underline;
	margin-left: 10px;
}

a.isearch-title:visited
{
    color:#66CCFF;
    background-color:transparent
}


/* Usage :  To display the page description in the results list.
 */
.isearch-description
{
    font-size:12px;
    color:#000000;
	padding-left: 10px;
}


/* Usage :  To display the page score in the results list.
 */
.isearch-score
{
    font-size:12px;
    color:#000080;
}


/* Usage :  To display the page url in the results list.
 */
a.isearch-url:link
{
    font-size:11px;
    color:#008000;
    background-color:transparent;
	padding-left: 10px;
}

a.isearch-url:visited
{
    font-size:11px;
    color:#008000;
    background-color:transparent;
	padding-left: 10px;
}


/* Usage :  To display the file size in the results list.
 */
.isearch-size
{
    font-size:11px;
    color:#008000;
    font-size:80%;
}

.print {
	padding: 0px 10px 0px 0px;
}
/********************* end **********************/
