﻿/*  === MAIN WEBSITE STYLES ===  */
HTML, BODY
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Tahoma;
    font-size: 11px;
	color: #000000;
}
BODY 
{
     background: #F8F9FA url('/assets/hoogspanningslijnen/images/bg_body.png') repeat-x top left;
}
    DIV#canvas 
    {
         width: 1000px;
	     height: auto;
	     /*former ->
         margin: 20px auto 0px 8px;*/
         /* when searchbar is not absolute use this to center page ->*/
         margin: 20px auto 0px auto;
    }

/*  === TEXT/MARK-UP STYLES ===  */
H1
{
	margin: 0px;
    font-family: Verdana, Arial, Tahoma;
    font-size: 22px;
}
	H1.blue
	{
		color: #046F96;
	}
	H1.orange
	{
		color: #FF3300;
	}
H2
{
	margin: 0px;
    font-family: Verdana, Arial, Tahoma;
    font-size: 19px;
}
	H2.blue
	{
		color: #046F96;
	}
	H2.orange
	{
		color: #FF3300;
	}
H3
{
	margin: 0px;
    font-family: Verdana, Arial, Tahoma;
    font-size: 16px;
}
	H3.blue
	{
		color: #046F96;
	}
	H3.orange
	{
		color: #FF3300;
	}
.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}
.underline
{
    text-decoration: underline;    
}
.smaller
{
    font-size: 10px;
}
.small
{
    font-size: 11px;
}
.normal
{
    font-size: 12px;
}
.large
{
    font-size: 13px;
}
.larger
{
    font-size: 14px;
}
.blue
{
    color: #046F96;
}
.darkblue
{
    color: #046F96;
}
.lightblue
{
    color: #91BDCC;
}
.green
{
    color: #3DBB00;
}
.red
{
    color: #FF6600;
}

/*  === TOP ROW ===  */
	DIV#topRow
	{
		width: 1000px;
		height: 22px;
		margin: 0px;
		padding: 0px 0px 4px 0px;
		background: transparent url('/assets/hoogspanningslijnen/images/shadow_top.png') repeat-x bottom left;
		clear: both;
	}
/*	Font Size Selector */
		DIV.topRow_Left
		{
			width: 296px;
			margin: 0px;
			padding: 0px 0px 0px 4px;
			font-family: Verdana, Arial, Tahoma;
			font-size: 11px;
			color: #484D54;
			float: left;
		}
			DIV.topRow_Left SPAN
			{
				font-size: 13px;
				color: #484D54;
				font-weight: bold;
			}
			DIV.topRow_Left A:link,
			DIV.topRow_Left A:visited,
			DIV.topRow_Left A:active,
			DIV.topRow_Left A:focus
			{
				font-size: 13px;
				color: #484D54;
				font-weight: bold;
				text-decoration: none;
			}
			DIV.topRow_Left A:hover
			{
				text-decoration: underline;
			}
/*	Quick Links */
		DIV.topRow_Right
		{
			width: 590px;
			margin: 0px;
			padding: 0px 4px 0px 0px;
			font-family: Verdana, Arial, Tahoma;
			font-size: 11px;
			color: #484D54;
			text-align: right;
			float: right;
		}
			DIV.topRow_Right A:link,
			DIV.topRow_Right A:visited,
			DIV.topRow_Right A:active,
			DIV.topRow_Right A:focus
			{
				font-family: Verdana, Arial, Tahoma;
				font-size: 11px;
				color: #484D54;
				text-decoration: none;
			}
			DIV.topRow_Right A:hover
			{
				text-decoration: underline;
			}


/*  === CONTENT ROW ===  */
	DIV#contentRow
	{
		width: 992px;
		margin: 0px;
		padding: 0px 4px;
		background: transparent url('/assets/hoogspanningslijnen/images/shadow_content.png') repeat-y top left;
		clear: both;
	}
		DIV#contentRow_Inner
		{
			width: 992px;
			height: 100%;
			margin: 0px auto;
			padding: 0px;
			background-color: #FFFFFF;
		}
/*	Logo Row */
			DIV#contenRow_Logo
			{
				width: 992px;
				height: 83px;
				clear: both;
			}
				DIV#contentRow_Logo IMG
				{
					margin: 0px 15px 0px 0px;
					float: right;
					border: none;
				}
/*	Menu Row */
			DIV#contenRow_Menu
			{
				width: 992px;
				height: 40px;
				clear: both;
			}
/*	Main (Top) Menu */
				DIV.contentRow_Menu_Left
				{
					width: 730px;
					height: 40px;
					margin: 0px;
					padding: 0px 0px 0px 20px;
					background-color: #046F96;
					float: left;
				}
					DIV.contentRow_Menu_Left TABLE#mainMenu
					{
						height: 32px;
						margin: 8px 0px 0px 0px;
						padding: 0px;
					}
						DIV.contentRow_Menu_Left TABLE#mainMenu TD
						{
							height: 32px;
							margin: 0px;
							padding: 0px 10px;
						}
						DIV.contentRow_Menu_Left TABLE#mainMenu TD.active
						{
							font-family: Verdana, Arial, Tahoma;
							font-size: 11px;
							color: #000000;
							font-weight: bold;
							background-color: #DFEBEE;
						}
						    DIV.contentRow_Menu_Left TABLE#mainMenu TD SPAN
						    {
								font-family: Verdana, Arial, Tahoma;
								font-size: 11px;
								color: #FFFFFF;
								font-weight: bold;
								cursor: text;
    						}
    						DIV.contentRow_Menu_Left TABLE#mainMenu TD.active SPAN 
    						{
    						    color: #000000;
    						}
    						
							DIV.contentRow_Menu_Left TABLE#mainMenu TD A:link,
							DIV.contentRow_Menu_Left TABLE#mainMenu TD A:visited,
							DIV.contentRow_Menu_Left TABLE#mainMenu TD A:active,
							DIV.contentRow_Menu_Left TABLE#mainMenu TD A:focus
							{
								font-family: Verdana, Arial, Tahoma;
								font-size: 11px;
								color: #FFFFFF;
								font-weight: bold;
								text-decoration: none;
							}
							DIV.contentRow_Menu_Left TABLE#mainMenu TD A:hover
							{
								text-decoration: underline;
							}
							
						    DIV.contentRow_Menu_Left TABLE#mainMenu TD DIV.dropDown
						    {
    						    z-index: 1000;
    						}
						        DIV.contentRow_Menu_Left TABLE#mainMenu TD DIV.dropDown UL
						        {
								    width: 200px;
								    height: auto;
								    margin: 9px 0px 0px -28px;
								    padding: 15px 10px;
								    padding: 0px 10px;
								    background-color: #FFFFFF;
								    background-color: #046F96;
								    border: solid 2px #046F96;
								    border: solid 1px #DFEBEE;
								    border-top: solid 1px #046F96;
								    list-style-type: none;
								    display: block;
								    position: absolute;
								    float: left;
    						    }
						            DIV.contentRow_Menu_Left TABLE#mainMenu TD DIV.dropDown UL LI
						            {
						                width: 178px;
						                height: auto;
						                margin: 0px;
						                padding: 6px 5px 6px 17px;
						                padding: 10px 5px 10px 17px;
						                border-top: solid 1px #DFEBEE;
						                border-top: none;
						                border-bottom: solid 1px #DFEBEE;
						                background: #FFFFFF url('/assets/hoogspanningslijnen/images/bullet_topmenu.gif') no-repeat 5px 10px;
						                background: #046F96 url('/assets/hoogspanningslijnen/images/bullet_topmenu_light.gif') no-repeat 5px 14px;
						                list-style-type: none;
    						        }
						            DIV.contentRow_Menu_Left TABLE#mainMenu TD DIV.dropDown UL LI.last
						            {
						                border-bottom: none;
    						        }
						                DIV.contentRow_Menu_Left TABLE#mainMenu TD DIV.dropDown UL LI A:link,
						                DIV.contentRow_Menu_Left TABLE#mainMenu TD DIV.dropDown UL LI A:visited,
						                DIV.contentRow_Menu_Left TABLE#mainMenu TD DIV.dropDown UL LI A:active,
						                DIV.contentRow_Menu_Left TABLE#mainMenu TD DIV.dropDown UL LI A:focus
						                {
								            font-family: Verdana, Arial, Tahoma;
								            font-size: 11px;
								            color: #046F96;
								            color: #FFFFFF;
								            font-weight: normal;
								            font-weight: bold;
								            text-decoration: none;
    						            }
						                DIV.contentRow_Menu_Left TABLE#mainMenu TD DIV.dropDown UL LI A:hover
						                {
								            text-decoration: underline;
    						            }
/*	Search Box */
				DIV.contentRow_Menu_Right
				{
					width: 222px;
					height: 33px;
					margin: 0px;
					padding: 7px 0px 0px 20px;
					background-color: #046F96;
					float: left;
					/*position: absolute;
					top: 130px;
					left: 762px;*/
				}
					DIV.contentRow_Menu_Right INPUT.input
					{
						width: 163px;
						height: 18px;
						padding: 6px 2px 0px 2px;
						font-family: Verdana, Arial, Tahoma;
						font-size: 11px;
						color: #484D54;
						border: none;
						background: transparent url('/assets/hoogspanningslijnen/images/bg_searchbox_input.gif') no-repeat top left;
					}
					DIV.contentRow_Menu_Right INPUT.submit
					{
						width: 24px;
						height: 24px;
						margin: 0px 0px 0px 5px;
						border: none;
						background: transparent url('/assets/hoogspanningslijnen/images/bg_searchbox_submit.gif') no-repeat top left;
						cursor: pointer;
					}				

/*  === MAIN CONTENT BREAKERS ===  */
/*	Content Row Breaker DIV's	*/
			DIV.contentRow_Main_Breaker_Top
			{
				margin: 0px;
				padding: 0px;
				line-height: 1px;
				font-size: 1px;
				height: 6px;
				background-color: #DFEBEE;
				clear: both;
			}
			DIV.contentRow_Main_Breaker_Top_NonHome
			{
				margin: 0px;
				padding: 0px;
				line-height: 1px;
				font-size: 1px;
				height: 6px;
				background-color: #EFF5F7;
				clear: both;
			}
			DIV.contentRow_Main_Breaker_Bottom
			{
			    height: 50px;
				height: 30px;
				margin: 0px;
				padding: 0px;
				background: #FFFFFF url('/assets/hoogspanningslijnen/images/bg_content_breaker_bottom.gif') no-repeat bottom right;
				clear: both;
			}
			DIV.contentRow_Main_Breaker_Bottom_NonHome
			{
			    height: 50px;
				height: 30px;
				margin: 0px;
				padding: 0px;
				background: #FFFFFF url('/assets/hoogspanningslijnen/images/bg_content_breaker_bottom_nonhome.gif') no-repeat bottom right;
				clear: both;
			}

/*  === MAIN CONTENT CONTAINERS ===  */
/*	Main Content Container */
			DIV#contentRow_Main,
			DIV#contentRow_Main_Home_Top,
			DIV#contentRow_Main_Home_Middle,
			DIV#contentRow_Main_Home_Bottom
			{
				width: 992px;
				min-height: 275px;
				background-color: #FFFFFF;
				clear: both;
			}
			DIV#contentRow_Main_Home_Top
			{
				background-color: #DFEBEE;
			}
			DIV#contentRow_Main_Home_Top
			{
				background: #FFFFFF url('/assets/hoogspanningslijnen/images/bg_darkblue.gif') repeat-y top left;
			}
			DIV#contentRow_Main_Home_Middle
			{
				background: #FFFFFF url('/assets/hoogspanningslijnen/images/bg_lightblue.gif') repeat-y top left;
			}
/*	Main Content Container: Inner Left */
				DIV#contentRow_Main_Left,
				DIV#contentRow_Main_Home_Top_Left,
				DIV#contentRow_Main_Home_Middle_Left,
				DIV#contentRow_Main_Home_Bottom_Left
				{
					width: 340px;
					margin: 0px;
					padding: 0px;
					background-color: #FFFFFF;
					float: left;
				}
/*	Main Content Container: Inner Right */
				DIV#contentRow_Main_Right,
				DIV#contentRow_Main_Home_Top_Right,
				DIV#contentRow_Main_Home_Middle_Right,
				DIV#contentRow_Main_Home_Bottom_Right
				{
					width: 652px;
    				height: auto;
					margin: 0px;
					padding: 0px;
					background-color: #FFFFFF;
					float: right;
				}

/*  === CONTENT BLOCKS ===  */
/*	Content Block: FAQ (Home/FAQ) */
					DIV.contentBlock_Faq
					{
						width: 310px;
						min-height: 200px;
						margin: 0px;
						padding: 20px 10px 35px 20px;
						background-color: #DFEBEE;
					}
						DIV.contentBlock_Faq UL.faqList
						{
							margin: 10px 0px 0px 0px;
							list-style-type: none;
						}
							DIV.contentBlock_Faq UL.faqList LI
							{
							    margin: 0px 0px 0px -35px;
								padding: 6px 0px 6px 12px;
								list-style-type: none;
								background: transparent url('/assets/hoogspanningslijnen/images/bullet_black.gif') no-repeat left 8px;
							}
								DIV.contentBlock_Faq UL.faqList LI A:link,
								DIV.contentBlock_Faq UL.faqList LI A:visited,
								DIV.contentBlock_Faq UL.faqList LI A:active,
								DIV.contentBlock_Faq UL.faqList LI A:focus
								{
									font-family: Verdana, Arial, Tahoma;
									font-size: 11px;
									color: #046F96;
									text-decoration: none;
								}
								DIV.contentBlock_Faq UL.faqList LI A:hover
								{
									text-decoration: underline;
								}
/*	Content Block: WYSIWYG (Vervolg) */
					DIV.contentBlock_WYSIWYG
					{
						width: 310px;
						margin: 0px;
						padding: 20px 10px 30px 20px;
						background-color: #DFEBEE;
					}
					    DIV.contentBlock_WYSIWYG .pgf_text,
					    DIV.contentBlock_WYSIWYG .pgf_text P
					    {
						    font-family: Verdana, Arial, Tahoma;
						    font-size: 11px;
						    color: #000000;
						    line-height: 18px;
					    }
/*	Content Block: Left Menu for Section Actueel */
					DIV.contentBlock_LeftMenu_Current
					{
						width: 320px;
						height: 100%;
						margin: 0px;
						padding: 20px 0px 35px 20px;
						background-color: #DFEBEE;
					}
						DIV.contentBlock_LeftMenu_Current UL.menuList
						{
							margin: 10px 0px 0px 0px;
							list-style-type: none;
							padding: 0;
						}
							DIV.contentBlock_LeftMenu_Current UL.menuList LI
							{
							    margin: 0px 0px 0px -20px;
								padding: 6px 20px 6px 35px;
								font-family: Verdana, Arial, Tahoma;
								font-size: 11px;
								color: #000000;
								list-style-type: none;
								background: transparent url('/assets/hoogspanningslijnen/images/bullet_black.gif') no-repeat 22px 8px;
							}
							DIV.contentBlock_LeftMenu_Current UL.menuList LI.active
							{
						        font-weight: bold;
						        background: #ffffff url('/assets/hoogspanningslijnen/images/bullet_black.gif') no-repeat 22px 8px;
						    }
								DIV.contentBlock_LeftMenu_Current UL.menuList LI A:link,
								DIV.contentBlock_LeftMenu_Current UL.menuList LI A:visited,
								DIV.contentBlock_LeftMenu_Current UL.menuList LI A:active,
								DIV.contentBlock_LeftMenu_Current UL.menuList LI A:focus
								{
									font-family: Verdana, Arial, Tahoma;
									font-size: 11px;
									color: #046F96;
									text-decoration: none;
								}
								DIV.contentBlock_LeftMenu_Current UL.menuList LI A:hover
								{
									text-decoration: underline;
								}
						    DIV.contentBlock_LeftMenu_Current UL.menuList LI UL
						    {
							    margin: 5px 0px -10px -40px;
							    list-style-type: none;
						    }
							    DIV.contentBlock_LeftMenu_Current UL.menuList LI UL LI
							    {
							        margin: 0px;
								    padding: 6px 0px 6px 12px;
								    font-weight: normal;
								    list-style-type: none;
								    background: transparent url('/assets/hoogspanningslijnen/images/bullet_black.gif') no-repeat left 8px;
							    }
							    DIV.contentBlock_LeftMenu_Current UL.menuList LI UL LI.active
							    {
								    font-weight: bold;
							    }
								    DIV.contentBlock_LeftMenu_Current UL.menuList LI UL LI A:link,
								    DIV.contentBlock_LeftMenu_Current UL.menuList LI UL LI A:visited,
								    DIV.contentBlock_LeftMenu_Current UL.menuList LI UL LI A:active,
								    DIV.contentBlock_LeftMenu_Current UL.menuList LI UL LI A:focus
								    {
									    font-family: Verdana, Arial, Tahoma;
									    font-size: 11px;
									    color: #046F96;
									    text-decoration: none;
								    }
								    DIV.contentBlock_LeftMenu_Current UL.menuList LI UL LI A:hover
								    {
									    text-decoration: underline;
								    }
						DIV.contentBlock_LeftMenu_Current DIV.page
						{
							width: 20px;
							float: left;
						}
						DIV.contentBlock_LeftMenu_Current DIV.contentBlock_NumResults
						{
							margin: 15px 0px 0px 0px;
							padding: 0px;
							font-family: Verdana, Arial, Tahoma;
							font-size: 11px;
							color: #000000;
							line-height: 16px;
						}
						    DIV.contentBlock_LeftMenu_Current DIV.contentBlock_NumResults A:link,
						    DIV.contentBlock_LeftMenu_Current DIV.contentBlock_NumResults A:visited,
						    DIV.contentBlock_LeftMenu_Current DIV.contentBlock_NumResults A:active,
						    DIV.contentBlock_LeftMenu_Current DIV.contentBlock_NumResults A:focus
						    {
							    font-family: Verdana, Arial, Tahoma;
							    font-size: 11px;
							    color: #046F96;
						        text-decoration: underline;
						    }
						    DIV.contentBlock_LeftMenu_Current DIV.contentBlock_NumResults A:hover
						    {
						        text-decoration: none;
						    }
						DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging
						{
							margin: 15px 10px 0px 0px;
							padding: 12px 0px 0px 0px;
							font-family: Verdana, Arial, Tahoma;
							font-size: 11px;
							color: #000000;
							border-top: solid 2px #71ADC2;
						}
						    DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE
						    {
						    }
						    DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.page
						    {
						        width: 10px;
						        padding: 3px 6px 3px 8px;
						        border-right: solid 1px #046F96;
						    }
						        DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.page A:link,
						        DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.page A:visited,
						        DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.page A:active,
						        DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.page A:focus
						        {
							        font-family: Verdana, Arial, Tahoma;
							        font-size: 11px;
							        color: #046F96;
						            font-weight: normal;
						            text-decoration: underline;
						        }
						        DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.page A:hover
						        {
						            text-decoration: none;
						        }
						    DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.pagePrev
						    {
						        width: 50px;
						        padding: 3px 6px 3px 0px;
						        font-size: 9px;
							    color: #154273;
						        font-weight: bold;
						        border-right: solid 1px #046F96;
						    }
						    DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.pageNext
						    {
						        width: 65px;
						        padding: 3px 0px 3px 6px;
							    font-size: 9px;
							    color: #154273;
						        font-weight: bold;
						    }
						        DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.pagePrev A:link,
						        DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.pagePrev A:visited,
						        DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.pagePrev A:active,
						        DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.pagePrev A:focus,
						        DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.pageNext A:link,
						        DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.pageNext A:visited,
						        DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.pageNext A:active,
						        DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.pageNext A:focus
						        {
							        font-family: Verdana, Arial, Tahoma;
							        font-size: 10px;
							        color: #154273;
						            font-weight: bold;
						            text-decoration: none;
						        }
						        DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.pagePrev A:hover,
						        DIV.contentBlock_LeftMenu_Current DIV.contentBlock_Paging TABLE TD.pageNext A:hover
						        {
						            text-decoration: underline;
						        }
						
/*	Content Block: Topics (Home/Vervolg) */
					DIV.contentBlock_Topics
					{
						width: 320px;
						height: 100%;
						margin: 0px;
						padding: 20px 0px 40px 20px;
						font-family: Verdana, Arial, Tahoma;
						font-size: 11px;
						color: #000000;
						line-height: 16px;
						background-color: #EFF5F7;
					}
						DIV.contentBlock_Topics DIV.topic,
						DIV.contentBlock_Topics DIV.activeTopic
						{
							width: 320px;
							margin: 3px 0px;
							padding: 3px 0px 7px 0px;
							background-color: #EFF5F7;
							border-bottom: solid 1px #A8CDDA;
						}
							DIV.contentBlock_Topics DIV.topic TABLE TD.thumb,
							DIV.contentBlock_Topics DIV.activeTopic TABLE TD.thumb
							{
								width: 87px;
								padding: 3px 0px 3px 3px;
							}
							DIV.contentBlock_Topics DIV.activeTopic TABLE TD.thumb
							{
								background-color: #D7E7ED;
							}
								DIV.contentBlock_Topics DIV.topic TABLE TD.thumb IMG,
								DIV.contentBlock_Topics DIV.activeTopic TABLE TD.thumb IMG
								{
									border: none;
								}
							DIV.contentBlock_Topics DIV.topic TABLE TD.text
							{
							   /* padding: 3px 0px 0px 4px;*/
							    padding: 0px 0px 6px 4px;
								font-family: Verdana, Arial, Tahoma;
								font-size: 11px;
								color: #000000;
							}
							DIV.contentBlock_Topics DIV.activeTopic TABLE TD.text
							{
							    padding: 0px 0px 0px 4px;
								font-family: Verdana, Arial, Tahoma;
								font-size: 11px;
								color: #000000;
								background-color: #D7E7ED;
							}
								DIV.contentBlock_Topics DIV.topic TABLE TD.text A:link,
								DIV.contentBlock_Topics DIV.topic TABLE TD.text A:visited,
								DIV.contentBlock_Topics DIV.topic TABLE TD.text A:active,
								DIV.contentBlock_Topics DIV.topic TABLE TD.text A:focus
								{
									font-family: Verdana, Arial, Tahoma;
									font-size: 11px;
									color: #154273;
									text-decoration: none;
								}
								DIV.contentBlock_Topics DIV.topic TABLE TD.text A:hover
								{
									text-decoration: underline;
								}
								DIV.contentBlock_Topics DIV.activeTopic TABLE TD.text A:link,
								DIV.contentBlock_Topics DIV.activeTopic TABLE TD.text A:visited,
								DIV.contentBlock_Topics DIV.activeTopic TABLE TD.text A:active,
								DIV.contentBlock_Topics DIV.activeTopic TABLE TD.text A:focus
								{
									font-family: Verdana, Arial, Tahoma;
									font-size: 11px;
									color: #154273;
									font-weight: bold;
									text-decoration: none;
								}
								DIV.contentBlock_Topics DIV.activeTopic TABLE TD.text A:hover
								{
									text-decoration: underline;
								}
							DIV.contentBlock_Topics DIV.topic TABLE TD.link
							{
								width: 30px;
								padding: 0px 9px 0px 0px;
								text-align: right;
							}
							DIV.contentBlock_Topics DIV.activeTopic TABLE TD.link
							{
								width: 30px;
								padding: 0px 9px 0px 0px;
								text-align: right;
								background-color: #D7E7ED;
							}
								DIV.contentBlock_Topics DIV.topic TABLE TD.link IMG,
								DIV.contentBlock_Topics DIV.activeTopic TABLE TD.link IMG
								{
									/*margin: 0px 0px 10px 0px;*/
									margin: 0px 0px 25px 0px;
									border: none;
								}
/*	Content Block: Contact (Home/Vervolg) */
					DIV.contentBlock_Contact
					{
						width: 300px;
						margin: 0px;
						padding: 15px 20px 0px 20px;
						line-height: 18px;
						background-color: #FFFFFF;
					}
						DIV.contentBlock_Contact DIV.text
						{
							width: 280px;
							margin: 15px 0px 0px 0px;
							padding: 0px;
							font-family: Verdana, Arial, Tahoma;
							font-size: 11px;
							color: #154273;
						}
						DIV.contentBlock_Contact DIV.phone
						{
							width: 240px;
							height: 32px;
							margin: 20px 0px 0px 0px;
							padding: 7px 0px 0px 40px;
							font-family: Verdana, Arial, Tahoma;
							font-size: 11px;
							color: #154273;
							background: transparent url('/assets/hoogspanningslijnen/images/logo_phone.gif') no-repeat left 3px;
						}
							DIV.contentBlock_Contact DIV.phone SPAN.large
							{
								font-family: Verdana, Arial, Tahoma;
								font-size: 19px;
								color: #154273;
							}
						DIV.contentBlock_Contact DIV.link
						{
							width: 280px;
							margin: 5px 0px 15px 0px;
							padding: 0px;
							font-family: Verdana, Arial, Tahoma;
							font-size: 11px;
							color: #FF3300;
						}
							DIV.contentBlock_Contact DIV.link A:link,
							DIV.contentBlock_Contact DIV.link A:visited,
							DIV.contentBlock_Contact DIV.link A:active,
							DIV.contentBlock_Contact DIV.link A:focus
							{
								font-family: Verdana, Arial, Tahoma;
								font-size: 11px;
								color: #FF3300;
								text-decoration: underline;
							}
							DIV.contentBlock_Contact DIV.link A:hover
							{
								text-decoration: none;
							}
							
					    DIV.contentBlock_Contact DIV.link2
						{
							width: 280px;
							margin: 5px 0px 15px 0px;
							padding: 0px;
							font-family: Verdana, Arial, Tahoma;
							font-size: 11px;
							color: #154273;
						}
						
						    DIV.contentBlock_Contact DIV.link2 A:link,
							DIV.contentBlock_Contact DIV.link2 A:visited,
							DIV.contentBlock_Contact DIV.link2 A:active,
							DIV.contentBlock_Contact DIV.link2 A:focus
							{
								font-family: Verdana, Arial, Tahoma;
								font-size: 11px;
								color: #FF3300;
								text-decoration: underline;
							}
							DIV.contentBlock_Contact DIV.link A:hover
							{
								text-decoration: none;
							}
						
/*	Content Block: About us (Home) */
					DIV.contentBlock_About
					{
						width: 612px;
						height: auto;
						margin: 0px;
						padding: 20px;
						clear: both;
					}
						DIV.contentBlock_About_Left
						{
							width: 280px;
							margin: 0px;
							padding: 0px 10px 0px 0px;
							float: left;
						}
						    DIV.contentBlock_About_Left DIV.pgf_text,
						    DIV.contentBlock_About_Left DIV.pgf_text P
						    {
							    font-size: 11px;
							    line-height: 20px;
						    }
							    DIV.contentBlock_About_Left DIV.pgf_text A:link,
							    DIV.contentBlock_About_Left DIV.pgf_text A:visited,
							    DIV.contentBlock_About_Left DIV.pgf_text A:active,
							    DIV.contentBlock_About_Left DIV.pgf_text A:focus,
							    DIV.contentBlock_About_Left DIV.pgf_text P A:link,
							    DIV.contentBlock_About_Left DIV.pgf_text P A:visited,
							    DIV.contentBlock_About_Left DIV.pgf_text P A:active,
							    DIV.contentBlock_About_Left DIV.pgf_text P A:focus
							    {
								    font-size: 11px;
								    text-decoration: underline;
							    }
							    DIV.contentBlock_About_Left DIV.pgf_text A:hover,
							    DIV.contentBlock_About_Left DIV.pgf_text P A:hover
							    {
								    text-decoration: none;
							    }
						DIV.contentBlock_About_Right
						{
							width: 322px;
							float: right;
						}
/*	Content Block: News (Home) */
					DIV.contentBlock_News
					{
						width: 612px;
						margin: 0px;
						padding: 20px;
						clear: both;
					}
						DIV.contentBlock_News DIV.newsitem
						{
							width: 612px;
							margin: 6px 0px;
							padding: 6px 0px;
							border-bottom: solid 1px #A8CDDA;
						}
							DIV.contentBlock_News DIV.newsitem TABLE
							{
								width: 612px;
							}
							DIV.contentBlock_News DIV.newsitem TABLE TD.date
							{
								width: 120px;
								font-family: Verdana, Arial, Tahoma;
								font-size: 11px;
								color: #046F96;
							}
							DIV.contentBlock_News DIV.newsitem TABLE TD.text
							{
								font-family: Verdana, Arial, Tahoma;
								font-size: 11px;
								color: #000000;
							}
								DIV.contentBlock_News DIV.newsitem TABLE TD.text A:link,
								DIV.contentBlock_News DIV.newsitem TABLE TD.text A:visited,
								DIV.contentBlock_News DIV.newsitem TABLE TD.text A:active,
								DIV.contentBlock_News DIV.newsitem TABLE TD.text A:focus
								{
									font-family: Verdana, Arial, Tahoma;
									font-size: 11px;
									color: #154273;
									font-weight: bold;
									text-decoration: none;
								}
								DIV.contentBlock_News DIV.newsitem TABLE TD.text A:hover
								{
									text-decoration: underline;
								}
							DIV.contentBlock_News DIV.newsitem TABLE TD.link
							{
								width: 15px;
								padding: 0px 5px 0px 0px;
								text-align: right;
							}
								DIV.contentBlock_News DIV.newsitem TABLE TD.link IMG
								{
									margin: 0px 0px 8px 0px;
									border: none;
								}
						DIV.contentBlock_News DIV.newsletter
						{
							width: 612px;
							margin: 15px 0px 0px 0px;
							padding: 0px 0px 8px 0px;
							font-family: Verdana, Arial, Tahoma;
							font-size: 11px;
							color: #154273;
						}
						DIV.contentBlock_Actueel_Left DIV.newsletter
						{
							width: 380px;
							margin: 40px 0px 20px 0px;
							padding: 30px 0px 10px 0px;
							font-family: Verdana, Arial, Tahoma;
							font-size: 11px;
							color: #154273;
							border-top: solid 1px #97C1CF;
						}
							DIV.contentBlock_News DIV.newsletter A:link,
							DIV.contentBlock_News DIV.newsletter A:visited,
							DIV.contentBlock_News DIV.newsletter A:active,
							DIV.contentBlock_News DIV.newsletter A:focus,
    						DIV.contentBlock_Actueel_Left DIV.newsletter A:link,
    						DIV.contentBlock_Actueel_Left DIV.newsletter A:visited,
    						DIV.contentBlock_Actueel_Left DIV.newsletter A:active,
    						DIV.contentBlock_Actueel_Left DIV.newsletter A:focus
							{
								display: inline-block;
								margin: 8px 0px -8px 0px;
								padding: 6px 8px;
								font-family: Verdana, Arial, Tahoma;
								font-size: 11px;
								color: #FFFFFF;
								font-weight: bold;
								text-decoration: none;
								background-color: #046F96;
							}
							DIV.contentBlock_News DIV.newsletter A:hover,
    						DIV.contentBlock_Actueel_Left DIV.newsletter A:hover
							{
								text-decoration: underline;
							}
/*	Content Block: Bottom Block Container (Home) */
					DIV.contentBlock_Bottom
					{
						width: 632px;
						margin: 0px;
						padding: 0px 20px 20px 0px;
					}
/*	Content Block: Tagcloud (Home) */
						DIV.contentBlock_Tagcloud
						{
							width: 282px;
							padding: 20px 20px 20px 10px;
							/*line-height: 24px;*/
							background-color: #A7CE38;
							float: left;
							text-align: center;
						}
							DIV.contentBlock_Tagcloud A
							{
								display: inline-block;
								/*padding: 4px;*/
								margin: 0px 5px 0px 5px !important;
							}
								DIV.contentBlock_Tagcloud A.pgf_font_xx-small:link,
								DIV.contentBlock_Tagcloud A.pgf_font_xx-small:visited,
								DIV.contentBlock_Tagcloud A.pgf_font_xx-small:active,
								DIV.contentBlock_Tagcloud A.pgf_font_xx-small:focus
								{
									font-family: Calibri, Tahoma, Arial;
									font-size: 12px;
									color: #fff; /*#657E20;*/
									text-decoration: none;
								}
								DIV.contentBlock_Tagcloud A.pgf_font_xx-small:hover
								{
									text-decoration: underline;
								}
								DIV.contentBlock_Tagcloud A.pgf_font_x-small:link,
								DIV.contentBlock_Tagcloud A.pgf_font_x-small:visited,
								DIV.contentBlock_Tagcloud A.pgf_font_x-small:active,
								DIV.contentBlock_Tagcloud A.pgf_font_x-small:focus
								{
									font-family: Calibri, Tahoma, Arial;
									font-size: 14px;
									color: #fff; /*#3D3F1D;*/
									text-decoration: none;
								}
								DIV.contentBlock_Tagcloud A.pgf_font_x-small:hover
								{
									text-decoration: underline;
								}
								DIV.contentBlock_Tagcloud A.pgf_font_small:link,
								DIV.contentBlock_Tagcloud A.pgf_font_small:visited,
								DIV.contentBlock_Tagcloud A.pgf_font_small:active,
								DIV.contentBlock_Tagcloud A.pgf_font_small:focus
								{
									font-family: Calibri, Tahoma, Arial;
									font-size: 16px;
									color: #fff; /*#937925;*/
									text-decoration: none;
								}
								DIV.contentBlock_Tagcloud A.pgf_font_small:hover
								{
									text-decoration: underline;
								}
								DIV.contentBlock_Tagcloud A.pgf_font_medium:link,
								DIV.contentBlock_Tagcloud A.pgf_font_medium:visited,
								DIV.contentBlock_Tagcloud A.pgf_font_medium:active,
								DIV.contentBlock_Tagcloud A.pgf_font_medium:focus
								{
									font-family: Calibri, Tahoma, Arial;
									font-size: 18px;
									color: #fff; /*#56691B;*/
									text-decoration: none;
								}
								DIV.contentBlock_Tagcloud A.pgf_font_medium:hover
								{
									text-decoration: underline;
								}
								DIV.contentBlock_Tagcloud A.pgf_font_large:link,
								DIV.contentBlock_Tagcloud A.pgf_font_large:visited,
								DIV.contentBlock_Tagcloud A.pgf_font_large:active,
								DIV.contentBlock_Tagcloud A.pgf_font_large:focus
								{
									font-family: Calibri, Tahoma, Arial;
									font-size: 20px;
									color: #fff; /*#56691B;*/
									text-decoration: none;
								}
								DIV.contentBlock_Tagcloud A.pgf_font_large:hover
								{
									text-decoration: underline;
								}
								DIV.contentBlock_Tagcloud A.pgf_font_x-large:link,
								DIV.contentBlock_Tagcloud A.pgf_font_x-large:visited,
								DIV.contentBlock_Tagcloud A.pgf_font_x-large:active,
								DIV.contentBlock_Tagcloud A.pgf_font_x-large:focus
								{
									font-family: Calibri, Tahoma, Arial;
									font-size: 23px;
									color: #fff; /*#657E20;*/
									text-decoration: none;
								}
								DIV.contentBlock_Tagcloud A.pgf_font_x-large:hover
								{
									text-decoration: underline;
								}
								DIV.contentBlock_Tagcloud A.pgf_font_xx-large:link,
								DIV.contentBlock_Tagcloud A.pgf_font_xx-large:visited,
								DIV.contentBlock_Tagcloud A.pgf_font_xx-large:active,
								DIV.contentBlock_Tagcloud A.pgf_font_xx-large:focus
								{
									font-family: Calibri, Tahoma, Arial;
									font-size: 26px;
									color: #fff; /*#657E20;*/
									text-decoration: none;
								}
								DIV.contentBlock_Tagcloud A.pgf_font_xx-large:hover
								{
									text-decoration: underline;
								}						
/*	Content Block: Net Map (Home) */
						DIV.contentBlock_Map
						{
							width: 295px;
							padding: 20px 0px 0px 15px;
							font-family: Verdana, Arial, Tahoma;
							font-size: 11px;
							color: #000000;
							line-height: 18px;
							float: right;
						}
						    DIV.contentBlock_Map DIV.pgf_text,
						    DIV.contentBlock_Map DIV.pgf_text P
						    {
							    font-size: 11px;
							    line-height: 20px;
						    }
							    DIV.contentBlock_Map DIV.pgf_text A:link,
							    DIV.contentBlock_Map DIV.pgf_text A:visited,
							    DIV.contentBlock_Map DIV.pgf_text A:active,
							    DIV.contentBlock_Map DIV.pgf_text A:focus,
							    DIV.contentBlock_Map DIV.pgf_text P A:link,
							    DIV.contentBlock_Map DIV.pgf_text P A:visited,
							    DIV.contentBlock_Map DIV.pgf_text P A:active,
							    DIV.contentBlock_Map DIV.pgf_text P A:focus
							    {
								    font-family: Verdana, Arial, Tahoma;
								    font-size: 11px;
								    color: #FF3300;
								    text-decoration: underline;
							    }
							    DIV.contentBlock_Map DIV.pgf_text A:hover,
							    DIV.contentBlock_Map DIV.pgf_text P A:hover
							    {
								    text-decoration: none;
							    }
							    DIV.contentBlock_Map IMG
							    {
								    margin: 0px 0px 25px 0px;
								    border: none;
							    }
/*	Content Block: Actueel (Vervolg) */
					DIV.contentBlock_Actueel
					{
						width: 612px;
						margin: 0px;
						padding: 20px;
						clear: both;
					}
						DIV.contentBlock_Actueel_Left
						{
							width: 380px;
							margin: 0px;
							padding: 0px 27px 0px 0px;
							float: left;
						}
						DIV.contentBlock_Actueel_Right
						{
							width: 205px;
							float: right;
						}

/*	Content Block: Related Questions (Vervolg Content Column) */
					DIV.contentBlock_RelatedQuestions
					{
						width: 380px;
						margin: 30px 0px;
						padding: 15px 0px 0px 0px;
						border-top: solid 3px #97C1CF;
						clear: both;
					}
					    DIV.contentBlock_RelatedQuestions SPAN.header
					    {
					        font-family: Verdana, Arial, Tahoma;
					        font-size: 13px;
					        color: #046F96;
					        font-weight: bold;
					    }
					    DIV.contentBlock_RelatedQuestions UL
					    {
					        margin: 15px 0px 0px -36px;
					        list-style-type: none;
					    }
					        DIV.contentBlock_RelatedQuestions UL LI
					        {
					            padding: 6px 0px 6px 24px;
					            list-style-type: none;
								background: transparent url('/assets/hoogspanningslijnen/images/bullet_darkblue.gif') no-repeat left 7px;
					        }
					            DIV.contentBlock_RelatedQuestions UL LI A:link,
					            DIV.contentBlock_RelatedQuestions UL LI A:visited,
					            DIV.contentBlock_RelatedQuestions UL LI A:active,
					            DIV.contentBlock_RelatedQuestions UL LI A:focus
					            {
					                font-family: Verdana, Arial, Tahoma;
					                font-size: 11px;
					                color: #154273;
					                text-decoration: none;
					            }
					            DIV.contentBlock_RelatedQuestions UL LI A:hover
					            {
					                text-decoration: underline;
					            }
/*	Content Block: Related Documents (Vervolg Content Column) */
					DIV.contentBlock_RelatedDocuments
					{
						width: 380px;
						margin: 0px;
						padding: 15px 0px 0px 0px;
						border-top: solid 1px #97C1CF;
						clear: both;
					}
					    DIV.contentBlock_RelatedDocuments SPAN.header
					    {
					        font-family: Verdana, Arial, Tahoma;
					        font-size: 13px;
					        color: #046F96;
					        font-weight: bold;
					    }
					    DIV.contentBlock_RelatedDocuments UL
					    {
					        margin: 15px 0px 0px -36px;
					        list-style-type: none;
					    }
					        DIV.contentBlock_RelatedDocuments UL LI
					        {
					            padding: 3px 0px 3px 24px;
					            list-style-type: none;
					            font-family: Verdana, Arial, Tahoma;
					            font-size: 11px;
					            color: #154273;
								background: transparent url('/assets/hoogspanningslijnen/images/bullet_doclist_darkblue.gif') no-repeat left 4px;
					        }
					            DIV.contentBlock_RelatedDocuments UL LI A:link,
					            DIV.contentBlock_RelatedDocuments UL LI A:visited,
					            DIV.contentBlock_RelatedDocuments UL LI A:active,
					            DIV.contentBlock_RelatedDocuments UL LI A:focus
					            {
					                font-family: Verdana, Arial, Tahoma;
					                font-size: 11px;
					                color: #154273;
					                text-decoration: none;
					            }
					            DIV.contentBlock_RelatedDocuments UL LI A:hover
					            {
					                text-decoration: underline;
					            }
/*	Content Block: Thumbnail Image (Vervolg Right Column) */
					DIV.contentBlock_Thumb
					{
						width: 205px;
						margin: 70px 0px 30px 0px;
						padding: 0px;
						clear: both;
					}
					    DIV.contentBlock_Thumb IMG
					    {
						    border: none;
					    }
/*	Content Block: Related Links (Vervolg Right Column) */
					DIV.contentBlock_RelatedLinks
					{
						width: 205px;
						margin: 0px 0px 30px 0px;
						padding: 0px;
						clear: both;
					}
					    DIV.contentBlock_RelatedLinks SPAN.header
					    {
					        font-family: Verdana, Arial, Tahoma;
					        font-size: 12px;
					        color: #000000;
					        font-weight: bold;
					    }
					    DIV.contentBlock_RelatedLinks UL
					    {
					        margin: 15px 0px 0px -36px;
					        list-style-type: none;
					    }
					        DIV.contentBlock_RelatedLinks UL LI
					        {
					            padding: 3px 0px 3px 24px;
					            list-style-type: none;
								background: transparent url('/assets/hoogspanningslijnen/images/bullet_link_darkblue.gif') no-repeat left 6px;
					        }
					            DIV.contentBlock_RelatedLinks UL LI A:link,
					            DIV.contentBlock_RelatedLinks UL LI A:visited,
					            DIV.contentBlock_RelatedLinks UL LI A:active,
					            DIV.contentBlock_RelatedLinks UL LI A:focus
					            {
					                font-family: Verdana, Arial, Tahoma;
					                font-size: 11px;
					                color: #046F96;
					                text-decoration: none;
					            }
					            DIV.contentBlock_RelatedLinks UL LI A:hover
					            {
					                text-decoration: underline;
					            }
/*	Content Block: Print/Tell-a-Friend Links (Vervolg Right Column) */
					DIV.contentBlock_ThisPage
					{
						width: 205px;
						margin: 0px 0px 30px 0px;
						padding: 0px;
						clear: both;
					}
					    DIV.contentBlock_ThisPage SPAN.header
					    {
					        font-family: Verdana, Arial, Tahoma;
					        font-size: 12px;
					        color: #000000;
					        font-weight: bold;
					    }
					    DIV.contentBlock_ThisPage UL
					    {
					        margin: 10px 0px 0px -36px;
					        list-style-type: none;
					    }
					        DIV.contentBlock_ThisPage UL LI.print
					        {
					            padding: 8px 0px 8px 24px;
					            list-style-type: none;
								background: transparent url('/assets/hoogspanningslijnen/images/bullet_print_darkblue.gif') no-repeat left 7px;
					        }
					        DIV.contentBlock_ThisPage UL LI.tellafriend
					        {
					            padding: 8px 0px 8px 24px;
					            list-style-type: none;
								background: transparent url('/assets/hoogspanningslijnen/images/bullet_tellafriend_darkblue.gif') no-repeat left 10px;
					        }
					            DIV.contentBlock_ThisPage UL LI A:link,
					            DIV.contentBlock_ThisPage UL LI A:visited,
					            DIV.contentBlock_ThisPage UL LI A:active,
					            DIV.contentBlock_ThisPage UL LI A:focus
					            {
					                font-family: Verdana, Arial, Tahoma;
					                font-size: 11px;
					                color: #046F96;
					                text-decoration: none;
					            }
					            DIV.contentBlock_ThisPage UL LI A:hover
					            {
					                text-decoration: underline;
					            }

/*  === BOTTOM ROW ===  */
	DIV#bottomRow
	{
		width: 980px;
		height: 22px;
		margin: 0 0 30px 0;
		padding: 14px 10px;
	    font-family: Verdana, Arial, Tahoma;
	    font-size: 11px;
		color: #85909C;
		line-height: 18px;
		background: transparent url('/assets/hoogspanningslijnen/images/shadow_bottom.png') repeat-x top left;
		clear: both;
	}
		DIV#bottomRow A:link,
		DIV#bottomRow A:visited,
		DIV#bottomRow A:active,
		DIV#bottomRow A:focus
		{
			font-family: Verdana, Arial, Tahoma;
			font-size: 11px;
			color: #484D54;
			text-decoration: underline;
		}
		DIV#bottomRow A:hover
		{
			text-decoration: none;
		}
		div#bottomRowLeft 
		{
		    float: left;
		}
		div#bottomRowRight 
		{
		    float: right;
		}

/*  === CONTACT FORM PAGE STYLES ===  */
/*	Content Block: Contact Form */
                DIV.contactForm
                {
                    margin: 10px 0px 0px 0px;
                    padding: 0px;
                    line-height: 16px;
                    width: 380px;
                }
                    DIV.contactForm INPUT.input
                    {
                        width: 292px;
						height: 18px;
						padding: 6px 4px 0px 4px;
						font-family: Verdana, Arial, Tahoma;
						font-size: 11px;
						color: #484D54;
						border: 1px solid #7F9DB9;
						/*background: transparent url('/assets/hoogspanningslijnen/images/bg_inputfield.gif') no-repeat top left;*/	
                    }
                    DIV.contactForm Div.textarea
                    {
                        width: 292px;
						height: 134px;
						
						/*background: transparent url('/assets/hoogspanningslijnen/images/bg_textareafield.gif') no-repeat top left;*/
                    }
                        DIV.contactForm Div.textarea TEXTAREA
                        {
                            width: 292px;
						    height: 131px;
						    font-family: Verdana, Arial, Tahoma;
						    font-size: 11px;
						    color: #484D54;
						    border: none;
						    overflow: auto;
						    border: 1px solid #7F9DB9;
						    padding: 6px 4px 0px 4px;
                        }
                    DIV.contactSubmit
                    {
                       width: 365px;
                       margin: 10px 0px;
                       padding: 10px 15px 20px 0px;
                       text-align: right;
                    }
                        DIV.contactSubmit A.contactFormSubmit:link,
                        DIV.contactSubmit A.contactFormSubmit:visited,
                        DIV.contactSubmit A.contactFormSubmit:active,
                        DIV.contactSubmit A.contactFormSubmit:focus
                        {
                            display: inline-block;
                            margin: 8px 0px -8px 0px;
                            padding: 6px 8px;
                            font-family: Verdana, Arial, Tahoma;
                            font-size: 11px;
                            color: #FFFFFF;
                            font-weight: bold;
                            text-decoration: none;
                            background-color: #046F96;
                        }
                        DIV.contactSubmit A.contactFormSubmit:hover
                        {
                            text-decoration: underline;
                        }        
                    .contactFormRequired
                    {
                        font-family: Verdana, Arial, Tahoma;
                        font-size: 10px;
                        color: #FF0000;
                        font-weight: bold;
                        display: block;
                    }
                    SPAN.smallRed,
                    DIV.smallRed
                    {
                        font-family: Verdana, Arial, Tahoma;
                        font-size: 10px;
                        color: #E00000;
                        font-weight: bold;
                    }
                    SPAN.smallBlue
                    {
                        font-family: Verdana, Arial, Tahoma;
                        font-size: 10px;
                        color: #154273;
                        font-weight: bold;
                    }
                    DIV.contactReturn
                    {
                       width: 100%;
                       margin: 20px 0px;
                       padding: 20px 0px;
                       font-size: 10px;
                       font-weight: bold;
                       border-top: dashed 1px #DDDDDD;
                       border-bottom: dashed 1px #DDDDDD;
                       text-align: center;
                    }

/*	Content Block: Subscription Newsletter Form */
                DIV.newsletterSubscriptionForm
                {
                    margin: 10px 0px 0px 0px;
                    padding: 0px;
                    line-height: 16px;
                    width: 380px;
                }
                    DIV.news INPUT.input
                    {
                        width: 292px;
						height: 18px;
						padding: 6px 4px 0px 4px;
						font-family: Verdana, Arial, Tahoma;
						font-size: 11px;
						color: #484D54;
						border: 1px solid #7F9DB9;
						/*background: transparent url('/assets/hoogspanningslijnen/images/bg_inputfield.gif') no-repeat top left;*/				
                    }       
                    DIV.news DIV.newsletterFeedback
                    {
                        font-family: Verdana, Arial, Tahoma;
                        font-size: 10px;
                        color: #FF0000;
                        font-weight: bold;
                        display: block;
                    }
                    DIV.news DIV#newsletterSignupBtnContainer
                    {
                       width: 365px;
                       margin: 10px 0px;
                       padding: 10px 15px 20px 0px;
                       text-align: right;
                    }
                    DIV.news DIV#newsletterSignupBtnContainer A:link,
                    DIV.news DIV#newsletterSignupBtnContainer A:visited,
                    DIV.news DIV#newsletterSignupBtnContainer A:active,
                    DIV.news DIV#newsletterSignupBtnContainer A:focus
                    {
                        display: inline-block;
                        margin: 8px 0px -8px 0px;
                        padding: 6px 8px;
                        font-family: Verdana, Arial, Tahoma;
                        font-size: 11px;
                        color: #FFFFFF;
                        font-weight: bold;
                        text-decoration: none;
                        background-color: #046F96;
                    }
                    DIV.news DIV#newsletterSignupBtnContainer A:hover
                    {
                        text-decoration:underline;
                    }

/*  === NEWS PAGELIST STYLES ===  */
						DIV.newsListItem
						{
							width: 380px;
							margin: 10px 0px;
							padding: 18px 0px 2px 0px;
							border-top: solid 1px #A8CDDA;
						}
							DIV.newsListItem TABLE
							{
								width: 380px;
							}
							DIV.newsListItem TABLE TD.date
							{
								width: 75px;
								font-family: Verdana, Arial, Tahoma;
								font-size: 11px;
								color: #046F96;
							}
							DIV.newsListItem TABLE TD.text
							{
								font-family: Verdana, Arial, Tahoma;
								font-size: 11px;
								color: #000000;
							}
								DIV.newsListItem TABLE TD.text A:link,
								DIV.newsListItem TABLE TD.text A:visited,
								DIV.newsListItem TD.text A:active,
								DIV.newsListItem TABLE TD.text A:focus
								{
									font-family: Verdana, Arial, Tahoma;
									font-size: 11px;
									color: #154273;
									font-weight: bold;
									text-decoration: none;
								}
								DIV.newsListItem TABLE TD.text A:hover
								{
									text-decoration: underline;
								}
							DIV.newsListItem TABLE TD.link
							{
								width: 18px;
								padding: 0px 2px 0px 0px;
								text-align: right;
							}
								DIV.newsListItem TABLE TD.link IMG
								{
									margin: 0px 0px 8px 0px;
									border: none;
								}

/*  === PAGELIST PAGING STYLES ===  */
UL.pgf_paging,
UL.pgf_paging_bluegreen
{
    width: auto;
    margin: 20px 10px 20px 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    float: right;
}
    UL.pgf_paging LI,
    UL.pgf_paging_bluegreen LI
    {
        width: auto;
        margin: 0px;
        padding: 4px;
        text-align: center;
        display: inline;
    }
        UL.pgf_paging LI A:link,
        UL.pgf_paging LI A:visited,
        UL.pgf_paging LI A:active,
        UL.pgf_paging LI A:focus
        {
            padding: 4px;
            font-family: Verdana, Tahoma, Arial;
            color: #046F96;
            font-size: 11px;
            text-decoration: underline;
            border: solid 1px #046F96;
        }
        UL.pgf_paging LI A:hover
        {
            text-decoration: none;
        }
        UL.pgf_paging_bluegreen LI A:link,
        UL.pgf_paging_bluegreen LI A:visited,
        UL.pgf_paging_bluegreen LI A:active,
        UL.pgf_paging_bluegreen LI A:focus
        {
            padding: 4px;
            font-family: Verdana, Tahoma, Arial;
            color: #336666;
            font-size: 11px;
            text-decoration: underline;
            border: solid 1px #336666;
        }
        UL.pgf_paging_bluegreen LI A:hover
        {
            text-decoration: none;
        }
    UL.pgf_paging LI.pgf_paging_label,
    UL.pgf_paging_bluegreen LI.pgf_paging_label
    {
        width: auto;
        padding: 4px;
        font-family: Verdana, Tahoma, Arial;
        color: #046F96;
        font-size: 11px;
        font-weight: bold;
        text-align: left;
        background-color: transparent;
    }
    UL.pgf_paging LI.pgf_paging_active,
    UL.pgf_paging_bluegreen LI.pgf_paging_active
    {
        margin: 1px 0px 0px 3px;
        padding: 3px;
        font-family: Verdana, Tahoma, Arial;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
        background-color: #046F96;
        border: none;
    }

/*  === DOCUMENT LIST WITHOUT THUMBNAIL STYLES ===  */
    DIV.contentBlock_DocumentList
    {
        margin: 25px 0px 0px 0px;
    }
        DIV.contentBlock_DocumentList UL
        {
            margin: 0px 0px 0px -35px;
            list-style-type: none;
        }
            DIV.contentBlock_DocumentList UL LI
            {
                padding: 20px 0px 20px 12px;
                font-family: Verdana, Arial, Tahoma;
                font-size: 11px;
                color: #000000;
                line-height: 16px;
                background: url('/assets/hoogspanningslijnen/images/bullet_sitemap_level3.gif') no-repeat 0px 26px;
                border-bottom: solid 1px #A8CDDA;
            }
                DIV.contentBlock_DocumentList UL LI A:link,
                DIV.contentBlock_DocumentList UL LI A:visited,
                DIV.contentBlock_DocumentList UL LI A:active,
                DIV.contentBlock_DocumentList UL LI A:focus
                {
                    font-family: Verdana, Arial, Tahoma;
                    font-size: 11px;
                    color: #046F96;
                    font-weight: bold;
                    text-decoration: underline;
                }
                DIV.contentBlock_DocumentList UL LI A:hover
                {
                    text-decoration: none;
                }
/*  === DOCUMENT LIST WITH THUMBNAIL STYLES ===  */
    DIV.contentBlock_DocumentList_Thumb
    {
        margin: 25px 0px 0px 0px;
    }
        DIV.contentBlock_DocumentList_Thumb DIV.document
        {
            width: 380px;
            min-height: 80px;
            margin: 0px;
            padding: 20px 0px;
            border-bottom: solid 1px #A8CDDA;
            clear: both;
        }
            DIV.contentBlock_DocumentList_Thumb DIV.document DIV.thumb
            {
                width: 56px;
                margin: 0px;
                padding: 0px 8px 0px 0px;
                float: left;
            }
            DIV.contentBlock_DocumentList_Thumb DIV.document DIV.text
            {
                width: 316px;
                margin: 0px;
                padding: 0px;
                font-family: Verdana, Arial, Tahoma;
                font-size: 11px;
                color: #000000;
                line-height: 16px;
                float: right;
            }
                DIV.contentBlock_DocumentList_Thumb DIV.document DIV.text A:link,
                DIV.contentBlock_DocumentList_Thumb DIV.document DIV.text A:visited,
                DIV.contentBlock_DocumentList_Thumb DIV.document DIV.text A:active,
                DIV.contentBlock_DocumentList_Thumb DIV.document DIV.text A:focus
                {
                    font-family: Verdana, Arial, Tahoma;
                    font-size: 11px;
                    color: #046F96;
                    font-weight: bold;
                    text-decoration: underline;
                }
                DIV.contentBlock_DocumentList_Thumb DIV.document DIV.text A:hover
                {
                    text-decoration: none;
                }
                DIV.contentBlock_DocumentList_Thumb DIV.document DIV.text IMG
                {
                    margin: 0px 5px -4px 0px;
                }
                

/*  === SITEMAP STYLES ===  */
    UL.sitemap 
    {
        margin: 20px 0px 0px 0px;
        padding: 0px;
        list-style: none;
    }
        UL.sitemap UL,
        UL.sitemap UL UL,
        UL.sitemap UL UL UL,
        UL.sitemap UL UL UL UL,
        UL.sitemap UL UL UL UL UL,
        UL.sitemap UL UL UL UL UL UL
        {
            margin: 5px 0px;
            margin: 0px;
            padding: 0px;
            list-style: none;
        }
            UL.sitemap LI
            {
                font-family: Verdana, Arial, Tahoma;
                font-size: 11px;
                color: #484D54;
                background: url('/assets/hoogspanningslijnen/images/bullet_sitemap_level3.gif') no-repeat 0px 6px;
                padding: 2px 0px 2px 12px;
            }
    UL.sitemap LI.level1
    {
        margin: 4px 0px 0px 0px;
        background: url('/assets/hoogspanningslijnen/images/bullet_sitemap_level1.gif') no-repeat 0px 6px;
    }
        UL.sitemap .level1 SPAN.section
        {
            font-family: Verdana, Arial, Tahoma;
            font-size: 11px;
            color: #000000;
            font-weight: bold;
        }
        UL.sitemap .level1 SPAN.page
        {
            font-family: Verdana, Arial, Tahoma;
            font-size: 11px;
            color: #000000;
            font-weight: normal;
        }
        UL.sitemap LI.level1 A:link,
        UL.sitemap LI.level1 A:visited,
        UL.sitemap LI.level1 A:active,
        UL.sitemap LI.level1 A:focus
        {
            font-family: Verdana, Arial, Tahoma;
            font-size: 11px;
            color: #000000;
            font-weight: normal;
            text-decoration: underline;
        }
        UL.sitemap LI.level1 A:hover
        {
            text-decoration: none;
        }
    UL.sitemap LI.level2 
    {
        margin: 4px 0px 0px 0px;
        background: url('/assets/hoogspanningslijnen/images/bullet_sitemap_level2.gif') no-repeat 0px 6px;
    }
        UL.sitemap .level2 SPAN.section
        {
            font-family: Verdana, Arial, Tahoma;
            font-size: 11px;
            color: #154273;
            font-weight: bold;
        }
        UL.sitemap .level2 SPAN.page
        {
            font-family: Verdana, Arial, Tahoma;
            font-size: 11px;
            color: #154273;
            font-weight: normal;
        }
        UL.sitemap LI.level2 A:link,
        UL.sitemap LI.level2 A:visited,
        UL.sitemap LI.level2 A:active,
        UL.sitemap LI.level2 A:focus
        {
            font-family: Verdana, Arial, Tahoma;
            font-size: 11px;
            color: #154273;
            font-weight: normal;
            text-decoration: underline;
        }
        UL.sitemap LI.level2 A:hover
        {
            text-decoration: none;
        }
    UL.sitemap LI.level3
    {
        margin: 4px 0px 0px 0px;
        background: url('/assets/hoogspanningslijnen/images/bullet_sitemap_level3.gif') no-repeat 0px 6px;
    }
        UL.sitemap .level3 SPAN.section
        {
            font-family: Verdana, Arial, Tahoma;
            font-size: 11px;
            color: #046F96;
            font-weight: bold;
        }
        UL.sitemap .level3 SPAN.page
        {
            font-family: Verdana, Arial, Tahoma;
            font-size: 11px;
            color: #046F96;
            font-weight: normal;
        }
        UL.sitemap LI.level3 A:link,
        UL.sitemap LI.level3 A:visited,
        UL.sitemap LI.level3 A:active,
        UL.sitemap LI.level3 A:focus
        {
            font-family: Verdana, Arial, Tahoma;
            font-size: 11px;
            color: #046F96;
            font-weight: normal;
            text-decoration: underline;
        }
        UL.sitemap LI.level3 A:hover
        {
            text-decoration: none;
        }
    UL.sitemap LI.level4,
    UL.sitemap LI.level5,
    UL.sitemap LI.level6,
    UL.sitemap LI.level7,
    UL.sitemap LI.level8
    {
        margin: 4px 0px 0px 0px;
    }

/*  === MISC. STYLES ===  */
DIV.breaker
{
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	margin-top: -1px;
	clear: both;
}
DIV.publicationDate
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Tahoma;
    font-size: 11px;
    color: #71736B;
}