﻿body
{
	margin: 0px 0px 0px 0px;
	background-color: #f2f6f4;
    background-repeat: repeat-x;
    background-image: url(Images/BackgroundTop.jpg);
}

.LeftBackground
{
    background-color: #f2f6f4;
    background-repeat: repeat-x;
    background-image: url(Images/FooterBackTop.gif);
    background-position:top;
}

.RightBackground
{
    background-color: #f2f6f4;
    background-repeat: repeat-x;
    background-image: url(Images/FooterBackTop.gif);
    background-position:top;
}

.FooterBackground
{
    background-color: #f2f6f4;
    background-repeat: no-repeat;
    background-image: url(Images/FooterCenterTop.gif);
    background-position:top;
}

.LandingRightCenter
{
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-image: url(Images/RightCenter.jpg);
}

h1
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 18px;
    color: #006d4b;
    text-decoration: none;
    margin: 0px 0px 6px 0px;
}

h1.HeaderHome
{
	font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #006d4b;
    text-decoration: none;
    margin: 0px 0px 6px 0px;
}

h2
{    
    font-family: Verdana;
    font-weight:bold;
    font-size: 12px;
    color: #006d4b;
    text-decoration: none;
    margin: 0px 0px 1px 0px;
}

h3
{    
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    color: #006d4b;
    text-decoration: none;
    margin: 5px 0px 5px 0px;
}

h4
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 10px;
    color: #006d4b;
    text-decoration: none;
    margin: 5px 0px 5px 0px;
}

p
{    
    font-family: Verdana;
    font-size: 11px;
    color: #515151;
    line-height: 18px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
}
ul
{    
    font-family: Verdana;
    font-size: 11px;
    color: #515151;
    line-height: 18px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
}

#TextDiv
{
    font-family: Verdana;
    font-size: 11px;
    line-height: 18px;
    color: #515151;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
}

#TextDiv ul {
      margin-left: 4px;
      margin-right: 4px;
      margin-top: 5px;
}

#TextDiv ul li {
      font-family: Verdana;
      font-size: 11px;
      line-height: 18px;
      list-style: none;
    color: #515151;
      background-image: url(Images/Bullet.gif);
      background-position: left top;
      background-repeat: no-repeat;
      padding-left: 15px;  /* ruimte voor de afbeelding */
      text-align: left;
}

#TextDiv ul li.here {
      font-family: Verdana;
      font-size: 11px;
      line-height: 18px;
      list-style: none;
    color: #515151;
      background-image: url(Images/Bullet.gif);
      background-position: left top;
      background-repeat: no-repeat;
      padding-left: 15px;  /* ruimte voor de afbeelding */
      text-align: left;
}

#TextDiv a:link, #TextDiv a:active, #TextDiv a:visited
{
    font-family: Verdana;
    font-size: 11px;
    color: #006d4b;
    font-weight:normal;
    line-height: 18px;
    text-decoration: underline;
}

#TextDiv a:hover
{
    font-family: Verdana;
    font-size: 11px;
    color: #006d4b;
    font-weight:normal;
    line-height: 18px;
    text-decoration: none;
}

.Text
{
    font-family: Verdana;
    font-size: 11px;
    color: #515151;
    line-height: 18px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
}

.Label
{
    font-family: Verdana;
    font-size: 11px;
    color: #515151;
    line-height: 18px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
}

.Hyperlink
{
    font-family: Verdana;
    font-size: 11px;
    color: #515151;
    line-height: 18px;
    text-decoration: underline;
    margin: 0px 0px 0px 0px;
}
.Hyperlink a
{
    font-family: Verdana;
    font-size: 11px;
    color: #515151;
    line-height: 18px;
    text-decoration: underline;
    margin: 0px 0px 0px 0px;
}
.LabelAdd
{
    font-family: Verdana;
    font-size: 8px;
    color: #515151;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
}

.ContactAdress
{    
    font-family: Verdana;
    font-size: 11px;
    color: #006d4b;
    line-height: 18px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
}

.ContactInfo
{
    font-family: Verdana;
    font-size: 10px;
    color: #003524;
    line-height: 18px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
}

hr
{
    color: #CCCCCC;
    height: 1px;
}
    
tr.HighlightOn
{
    background-color: #E1E1E1;
    cursor: hand;
}

tr.HighlightOff
{
    background-color: #FFFFFF;
}

.HighlightOn
{
    background-color: #E1E1E1;
    cursor:hand;   
}

.HighlightOff
{
    background-color: #FFFFFF;
}

/*  Menu style */
.StaticMenuItem
{
    font-size: 12px;
    font-family: Gill Sans MT, Gill Sans MT, Tahoma;
    font-weight: normal;
    color: #ffffff;
    background-color: #006d4b;
    padding-left: 15px;
    padding-right: 15px;
}

a.StaticMenuItem:link,a.StaticMenuItem:active,a.StaticMenuItem:visited
{
    font-size: 12px;
    font-family: Gill Sans MT, Gill Sans MT, Tahoma;
    font-weight: normal;
    display: block;
    text-transform:uppercase;
    height: 25px;
    color: #ffffff;
    background-color: #006d4b;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

a.StaticHover:link, a.StaticHover:active,a.StaticHover:visited,a.StaticHover:hover
{
    font-size: 12px;
    font-family: Gill Sans MT, Gill Sans MT, Tahoma;
    font-weight: normal;    
    text-transform:uppercase;
    display: block;
    height: 25px;
    color: #006d4b;
    background-color: #ffffff;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

a.StaticSelected:link, a.StaticSelected:active,a.StaticSelected:visited,a.StaticSelected:hover
{
    font-size: 12px;
    font-family: Gill Sans MT, Gill Sans MT, Tahoma;
    background-color: #ffffff;
    text-transform:uppercase;
    font-weight:normal;
    display: block;
    height: 25px;
    color: #006d4b;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.DynamicMenu
{
    text-align:left;
    z-index: 100; /*Aanpassing tbv IE8 submenu's worden anders niet getoond getoond*/
}
.DynamicMenuItem
{
    font-size: 12px;
    font-family: Gill Sans MT, Gill Sans MT, Tahoma;
    font-weight:normal;
    color: #838383;
    border-top: #cccccc 0px solid;
    border-bottom: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    background-color: #ffffff;
}

a.DynamicMenuItem:link a.DynamicMenuItem:active, a.DynamicMenuItem:hover, a.DynamicMenuItem:visited
{
    font-size: 12px;
    font-family: Gill Sans MT, Gill Sans MT, Tahoma;
    font-weight:normal;
    color: #838383;
    background: #ffffff; 
    border-bottom: #cccccc 1px solid;
    text-align: left;
}

a.DynamicHover:link, a.DynamicHover:active, a.DynamicHover:hover, a.DynamicHover:visited
{
    font-size: 12px;
    font-family: Gill Sans MT, Gill Sans MT, Tahoma;    
    font-weight:normal;
    color: #00539C;
    background: #ffffff;
    text-align: left;
}

a.DynamicSelected:link, a.DynamicSelected:active, a.DynamicSelected:hover, a.DynamicSelected:visited
{
    font-size: 12px;
    font-family: Gill Sans MT, Gill Sans MT, Tahoma;    
    font-weight:normal;
    color: #00539C;
    background: #ffffff;
    font-weight: bold;
    text-align: left;
}

/*  Submenu style */
.StaticSubMenuItem
{
    font-size: 12px;
    font-family: Gill Sans MT, Gill Sans MT, Tahoma;
    font-weight: normal;
    color: #006d4b;
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

a.StaticSubMenuItem:link,a.StaticSubMenuItem:active,a.StaticSubMenuItem:visited
{
    font-size: 12px;
    font-family: Gill Sans MT, Gill Sans MT, Tahoma;
    font-weight: normal;
    display: block;
    text-transform:uppercase;
    height: 25px;
    color: #006d4b;
    background-color: #ffffff;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

a.StaticSubHover:link, a.StaticSubHover:active,a.StaticSubHover:visited,a.StaticSubHover:hover
{
    font-size: 12px;
    font-family: Gill Sans MT, Gill Sans MT, Tahoma;
    font-weight: normal;    
    text-transform:uppercase;
    display: block;
    height: 25px;
    color: #006d4b;
    background-color: #ffffff;
    text-decoration: underline;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

a.StaticSubSelected:link, a.StaticSubSelected:active,a.StaticSubSelected:visited,a.StaticSubSelected:hover
{
    font-size: 12px;
    font-family: Gill Sans MT, Gill Sans MT, Tahoma;
    background-color: #ffffff;
    text-transform:uppercase;
    font-weight:normal;
    display: block;
    height: 25px;
    color: #006d4b;
    text-align: center;
    text-decoration: underline;
    padding-left: 15px;
    padding-right: 15px;
}

.DynamicSubMenu
{
    text-align:left;
    z-index: 100; /*Aanpassing tbv IE8 submenu's worden anders niet getoond getoond*/
}
.DynamicSubMenuItem
{
    font-size: 12px;
    font-family: Gill Sans MT, Gill Sans MT, Tahoma;
    font-weight:normal;
    color: #838383;
    border-top: #cccccc 0px solid;
    border-bottom: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    background-color: #ffffff;
}

a.DynamicSubMenuItem:link a.DynamicMenuItem:active, a.DynamicMenuItem:hover, a.DynamicMenuItem:visited
{
    font-size: 12px;
    font-family: Gill Sans MT, Gill Sans MT, Tahoma;
    font-weight:normal;
    color: #838383;
    background: #ffffff; 
    border-bottom: #cccccc 1px solid;
    text-align: left;
}

a.DynamicSubHover:link, a.DynamicHover:active, a.DynamicHover:hover, a.DynamicHover:visited
{
    font-size: 12px;
    font-family: Gill Sans MT, Gill Sans MT, Tahoma;    
    font-weight:normal;
    color: #00539C;
    background: #ffffff;
    text-align: left;
}

a.DynamicSubSelected:link, a.DynamicSelected:active, a.DynamicSelected:hover, a.DynamicSelected:visited
{
    font-size: 12px;
    font-family: Gill Sans MT, Gill Sans MT, Tahoma;    
    font-weight:normal;
    color: #00539C;
    background: #ffffff;
    font-weight: bold;
    text-align: left;
}

/* Global master styles */
.Header
{
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-image: url(Images/Header.jpg);
    width: 964px;
    height:124px;
}

/* Sitemappath styles */

.SiteMapPath
{
    font-size: 11px;
    font-family: Arial;    
}

.PathSeparatorStyle
{
    font-weight:normal;
    color: #898989;
}
 
.CurrentNodeStyle
{
    font-weight:normal;
    color: #000000;
}
 
a.NodeStyle:link, a.NodeStyle:active, a.NodeStyle:hover, a.NodeStyle:visited
{
    font-weight:normal;
    color: #898989;
    text-decoration: none;
}
 
a.RootNodeStyle:link, a.RootNodeStyle:active, a.RootNodeStyle:hover, a.RootNodeStyle:visited
{
    font-weight:normal;
    color: #898989;
    text-decoration: none;
}


.Control
{
	font-family: Arial ;
	font-size: 11px;
	color: #696969;
	background-color: #F7F6F3;
    border-color:#E6E2D8; 
    padding: 4px; 
    border-style:solid; 
    border-width:1px; 	
}

.Warning
{
    font-size: 11px;
    font-family: Arial;
    color: #FF0000;
}

.Error
{
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color: #FF0000;
}

/* GridView style */
.GridView
{
    font-family: Arial;
    font-size: 11px;
    background-color: #FFFFFF;
    color: #696969;
    border: #D3D3D3 1px solid;
    padding: 3px;
}

.GridRowHeaderLeft
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #474747;
    background-color: #D4D4D3; /*Te wijzigen kleur*/
    text-align: left;
}

.GridRowHeaderLeft A:link, .GridRowHeaderLeft A:active, .GridRowHeaderLeft A:visited
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #474747;
    text-decoration: none;
}

.GridRowHeaderLeft A:hover
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #474747;
    text-decoration: underline; 
}

.GridRowHeaderCenter
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #474747;
    background-color: #D4D4D3; /*Te wijzigen kleur*/
    text-align: center;
}

.GridRowHeaderCenter A:link, .GridRowHeaderCenter A:active, .GridRowHeaderCenter A:visited
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #474747;
    text-decoration: none;
}

.GridRowHeaderCenter A:hover
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #474747;
    text-decoration: underline; 
}

.GridRowHeaderRight
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #474747;
    background-color: #D4D4D3; /*Te wijzigen kleur*/
    text-align: right;
}

.GridRowHeaderRight A:link, .GridRowHeaderRight A:active, .GridRowHeaderRight A:visited
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #474747;
    text-decoration: none;
}

.GridRowHeaderRight A:hover
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #474747;
    text-decoration: underline; 
}

.GridRow
{
    font-family: Arial;
    font-size: 11px;
    color: #696969;
}

A.GridRow:link, A.GridRow:active, A.GridRow:visited, A.GridRow:hover
{
    font-family: Arial;
    font-size: 11px;
    font-weight:normal;
    color: #696969;
    text-decoration: none; 
}

.GridPager
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #474747; /* te wijzigen letter kleur */
    background-color: #d4d4d3; /* te wijzigen kleur */
}

.GridPager A:link, .GridPager A:active, .GridPager A:visited
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;/* te wijzigen letter kleur */
    text-decoration: none; 
}

.GridPager A:hover
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;/* te wijzigen letter kleur */
    text-decoration: underline; 
}

.TextBox
{

}

.RequiredTextBox
{
	background-color: #FEFBD2;
}

.DisabledTextBox
{
	background-color: #eeeeee;	
}

.CheckBox
{
    font-family: Arial;
	font-size: 11px;
    color: #696969;
}

.RadioButtonList
{
    font-family: Arial;
    font-size: 11px;
    color: #696969;
}

.ValidationSummary
{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color: #FF0000;
    overflow: hidden;
}

.SearchBox
{
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #7F9DB9;
    font-family: Arial;
    font-size: 11px;
    background-color: #FFFFFF;
    width: 100px;
    height: 14px;
}

.Watermark
{
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #7F9DB9;
    font-family: Arial;
    font-size: 11px;
    color: #696969;
    background-color: #FFFFFF;
    width: 100px;
    height: 14px;
}

.Newsdate
{   
    font-family: verdana;
    font-size: 11px;
    line-height: 18px;
    color: #696969;
    text-decoration: none;
}

/* Pager link styles */

.PagerButton
{
    font-family: verdana;
    font-size: 11px;
    color: #006d4b;
    font-style: normal;
    text-decoration: none;
}

a.PagerButton:link, a.PagerButton:active, a.PagerButton:visited
{
    font-family: verdana;
    font-size: 11px;
    color: #006d4b;
    font-style: normal;
    text-decoration: none;
}

a.PagerButton:hover
{
	font-family: verdana;
    font-size: 11px;
    color: #006d4b;
    font-style: normal;
    text-decoration: underline;
}

.PagerLabel
{
    font-family: verdana;
    font-size: 11px;
    color: #003524;
    font-style: normal;
    text-decoration: none;
}

/* Backlink styles */
a.Backlink:link, a.Backlink:active, a.Backlink:visited
{
    font-family: verdana;
    font-size: 11px;
    color: #006d4b;
    font-style: normal;
    text-decoration: none;
}

a.Backlink:hover
{
	font-family: verdana;
    font-size: 11px;
    color: #006d4b;
    font-style: normal;
    text-decoration: underline;
}

/* ActualNewsLink styles */
a.ActualNewsLink:link, a.ActualNewsLink:active, a.ActualNewsLink:visited
{
    font-family: Verdana;
    font-size: 10px;
    color: #006d4b;
    font-style: normal;
    text-decoration: underline;
}

a.ActualNewsLink:hover
{
	font-family: Verdana;
    font-size: 10px;
    color: #006d4b;
    font-style: normal;
    text-decoration: none;
}

.ActualNews
{
	font-family: Verdana;
    font-size: 10px;
    color: #000000;
    font-style: normal;
    text-decoration: none;
}

/* Sitemap styles */
.Sitemap:hover
{    
    font-family: verdana;
    font-size: 11px;
    text-decoration:underline;
    line-height: 17px;
    color: #696969;
    margin: 0px 0px 0px 0px;
}

.Sitemap
{    
    font-family: verdana;
    font-size: 11px;
    text-decoration:none;
    line-height: 17px;
    color: #696969;
    margin: 0px 0px 0px 0px;
}

/* Linkbutton styles */
a.LinkButton:link, a.LinkButton:visited, a.LinkButton:active
{
    color:#FFFFFF;
    font-family:'verdana',helvetica,sans-serif;
    font-size:11px;    
    height: 22px;
    padding-top:3px;
    padding-bottom: 3px;
    padding-left:15px;
    padding-right:15px;
    font-weight:bold;   
    background-color:#006d4b;
    text-decoration: none;
    border:1px solid;
    border-top-color:#006d4b;
    border-left-color:#006d4b;
    border-right-color:#006d4b;
    border-bottom-color:#006d4b;
}

a.LinkButton:hover
{
    color:#006d4b;
    font-family:'verdana',helvetica,sans-serif;
    font-size:11px;   
    height: 22px;
    padding-top:3px;
    padding-bottom: 3px;
    padding-left:15px;
    padding-right:15px;
    text-decoration: none;
    font-weight:bold;
    background-color:#ffffff;
    border:1px solid;
    border-top-color:#006d4b;
    border-left-color:#006d4b;
    border-right-color:#006d4b;
    border-bottom-color:#006d4b;
}

A.SummaryLink:link, A.SummaryLink:active, A.SummaryLink:visited
{
    font-family: Verdana;
    font-size: 11px;
    color: #006d4b;
    font-weight:normal;
    line-height: 18px;
    text-decoration: underline;
}

A.SummaryLink:hover
{
    font-family: Verdana;
    font-size: 11px;
    color: #006d4b;
    font-weight:normal;
    line-height: 18px;
    text-decoration: none;
}

A.Alphabet:link, A.Alphabet:active, A.Alphabet:visited
{
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #416B96;
    background-color: #EFEFEF;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-top: #ACA899 1px solid;
    border-bottom: #696969 1px solid;
    border-left: #ACA899 1px solid;
    border-right: #696969 1px solid;
    padding-top: 1px;
    padding-bottom: 1px;
}

A.Alphabet:hover
{
    font-family: Verdana, Arial;
    font-size: 11px;
	color: #696969;
	background-color: #DCDCDC;
	text-align: center;
    vertical-align: middle;
	text-decoration: none;
	border-top: #ACA899 1px solid;
	border-bottom: #696969 1px solid;
	border-left: #ACA899 1px solid;
	border-right: #696969 1px solid;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* FormView style */
.FormView
{
}

/* News style */
A.NewsRow:link, A.NewsRow:active, A.NewsRow:visited
{
    font-family: Verdana;
    font-size: 11px;
    color: #003524;
    text-decoration: none;    
    width:100%;
}

A.NewsRow:hover
{
	background-color:#E1E1E1;
}

/* ActualNews style */
A.ActualNewsRow:link, A.ActualNewsRow:active, A.ActualNewsRow:visited
{
    font-family: Verdana;
    font-size: 11px;
    color: #003524;
    text-decoration: none;
    width:100%;
}

A.ActualNewsRow:hover
{
    font-family: Verdana;
    font-size: 11px;
    color: #003524;
    text-decoration: none;
    width:100%;
}

/* Accordion style */

.AccordionHeader
{
    border: 0px solid #2F4F4F;
    color: white;
    background-color: #054985;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
    text-transform: none;
    padding: 3px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 156px;
}

.AccordionHeaderSelected
{
    border: 0px solid #2F4F4F;
    color: white;
    background-color: #054985;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
    text-transform: none;
    padding: 3px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 156px;
}

.AccordionContent
{
    background-color: #F0F0F0;
    border: 0px solid #2F4F4F;
    border-top: none;
    padding: 3px;
}

/* LoginView style */
.LoginView
{
    font-family: Arial;
    font-size: 11px;
    color: #696969;
}

.LoginLabel
{
    font-family: Arial;
    font-size: 11px;
    color: #00539C;
    text-decoration: none; 
}

A.LoginLink:link, A.LoginLink:active, A.LoginLink:visited
{
    font-family: Arial;
    font-size: 11px;
    color: #696969;
    font-style: italic;
    text-decoration: none; 
}

A.LoginLink:hover
{
    font-family: Arial;
    font-size: 11px;
    color: #696969;
    text-decoration: underline; 
}

/* ChangePassword style */
.ChangePassword
{
    font-family: Arial;
    font-size: 11px;
    color: #696969;
}

/* PasswordRecovery style */
.PasswordRecovery
{
    font-family: Arial;
    font-size: 11px;
    color: #696969;
}

.DivStyle
{
    scrollbar-face-color:#E0E0E0; 
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#E0E0E0;
	scrollbar-highlight-color:#E0E0E0;
	scrollbar-3dlight-color:#EEEEEE;
	scrollbar-darkshadow-Color:#EEEEEE;
	background-color: #FFFFFF; 
    filter:alpha(opacity=85); 
    opacity:0.85;
    color: #515151;
}

.modalBackground
{
      Background-color: Gray;
      filter:alpha(opacity=70);
      opacity: 0.7;
}

.modalPopup
{
      background-color: #f5f5f5;
      padding: 3px;
}
