/*
Kleurenschema WekaFinancieel:

Donkerblauw    : #2d70b5
Lichtblauw     : #b0c9e3
Lichterblauw   : #dedeff
Groen          : #9cbb15
Donkergrijs    : #626262
Grijs          : #bdbbb5
Lichtgrijs     : #ede9e0
Wit            : #ffffff


*/



/* General */

html, body
{
   background: #FFF;
   color: #000;
   font-family: Arial, Helvetica, Sans-Serif;
   padding: 0;
   margin: 0;
   text-align: center;
   font-size: 13px;
}



/* Links */

a
{
   color: #2d70b5;
   outline: none;
   text-decoration: none;
}

a:hover
{
   color: #0068b3;
   text-decoration: underline;
}

a:link h3,
a:visited h3
{
   font-size: 1.2em;
   line-height:1.2em;
   color: #2d70b5;
}

a img,
input.Image
{
   border: 0;
}

a.Magnifier
{
	background: Transparent url( Images/Link.Background.Magnifier.png ) center right no-repeat;
	padding-right: 22px;
}



/* Global */

.Date
{
   color: #626262;
   font-size: 1em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.Auteur
{
	margin-top: 0.5em;
   color: #626262;
   font-size: 0.85em;
}

.Auteur a, .Auteur a:hover
{
	color: #626262;
}

.Price
{
   color: #2d70b5;
   font-weight: bold;
}

.ReadmoreOnPage
{
   color: #2d70b5;
   height: 1em;
   text-align: right;
}

   .ReadmoreOnPage a
   {
      color: #2d70b5 !important;
      display: inline-block;
      background: url(Images/Bullet_Plus.gif) left center no-repeat;
      padding-left: 18px;
   }
   
.Readmore
{
   height: 1em;
   text-align: left;
   margin-top: 2px;
}

   .Readmore a
   {
      color: #2d70b5 !important;
      display: inline-block;
      font-weight: bold;
   }

.Error
{
   color: #FF0000;
   font-weight: bold;
}



/* Layout */

#Container
{
   margin: 0 auto;
   text-align: left;
   width: 962px;
}

#Main
{
   position: relative;
}

	#Mainmenu,
	#Main,
	.FooterContainer
	{
		border-color: #ccdeeb;
		border-style: solid;
		border-width: 0 1px;
	}

   .Visual
   {
      background: url( Images/Logo.WekaFinancieel.png ) left top no-repeat;
   }
   
      .SiteLogo
      {
         display: block;
         float: left;
         height: 110px;
         text-decoration: none !important;
         width: 212px;
      }
      
      .Topmenu
      {
         background: #2d70b5;
         float: right;
         list-style: none;
         margin: 12px;
      }
      
         .Topmenu li
         {
            float: left;
            margin-left: 1em;
         }

         .Topmenu li a
         {
            color: #FFF;
         }
   
   .Mainmenu
   {
      height: 32px;     
      list-style: none;
      margin: 0;
      overflow: hidden;
   }
      
      .Mainmenu li
      {
         float: left;
         height: 32px;
         margin: 0;
      }
   
      .Mainmenu a
      {
         color: #FFF;
         display: block;
         _float: left;
         font-weight: bold;
         text-decoration: none;
         font-size: 17px;
         height: 32px;
      }
      
      .Mainmenu a .Cufon
      {
      	display: block;
         margin: 6px 12px 0 9px;
      }

      .MainmenuActive, .MainmenuActive a
      {
         background: url(  Images/Menu.Hover.png ) repeat-x;
      }
      
      .MainmenuNotActive, .MainmenuNotActive a
      {
      }
      
      .Mainmenu a:hover
      {
         background: url(  Images/Menu.Hover.png ) repeat-x;
      }

      #Mainmenu
      {
         background: url(Images/MainMenu.Background.png) right top repeat-x;
         height: 48px;
      }
      
      #Mainmenu #Login
      {
         font-size: 1em;
         float: right;
         margin-top: 5px;
         margin-right: 5px;
         width: 200px;
      }

			#Mainmenu #Login p
			{
      		font-size: .85em;
				float: right;
			}

			#Mainmenu #Login a
			{
				color: #fff;
			}
	               
			#Mainmenu #Login .LoginMessage
			{
				border-right: 1px solid #fff;
				color: #b0c9e3;
				margin-right: .5em;
				padding-right: .8em;
      }

   #Path
   {
   	font-size: .85em;
      padding: 5px 0 0 20px;
      width: 570px;
      color: #626262;
   }

      #Path a:link,
      #Path a:visited
      {
		   color: #4490C7;
         text-decoration: none;
         font-weight:bold;
      }
      
      #Path a:hover
      {
		   text-decoration: underline;
      }

	/* Site search */
   #Search
   {
   	background: #fff url( Images/SiteSearch.Background.png ) top right no-repeat;
   	border-color: #11296a;
   	border-style: solid;
   	border-width: 0 1px 1px 0;
      height: 38px;
      margin-left: 4px;
   	padding-left: 11px;
   }

      #Search #q
      {
	   	background: #fff url( Images/SiteSearch.Magnifier.png ) 4px 4px no-repeat;
         border: 1px solid #90b1d7;
         color: #0068b3;
         float: left;
         font-size: .85em;
         font-weight: bold;
         padding: 3px 2px 3px 20px;
         margin-top: 8px;
         width: 222px;
      }

      #Search #SiteSearchSubmit
      {
      	float: left;
         height: 26px;
      	padding: 8px 7px 4px 8px;
         width: 72px;
      }

   #Main
   {
   }

		#Content
		{
         float: left;
         margin: 15px 0;
         padding-left: 20px;
         width: 577px;
         min-height: 480px;
      }
       
      #Context
      {
         float: right;
         width: 349px;
      }

   .FooterContainer
   {
   	background: Transparent url( Images/Container.Background.png ) bottom left repeat-x; 
   }

   .FooterContainer .Block
   {
      float: right;
      margin-bottom: 0;
      padding-bottom: 0;
      width: 349px;
   }

   #Footer
   {
      background: url(Images/Footer.Background.png) right bottom no-repeat;
      clear: both;
      color: #FFF;
      font-size: .85em;
      text-align: right;
      height: 65px;
   }
   
		.FootermenuContainer
		{
         float: right;
         margin: 10px 10px 0;
         text-align: center;
         width: 320px;
		}

      .Footermenu
      {
         list-style: none;
      }

         .Footermenu li
         {
            float: left;
            padding: 0 5px;
         }

            .Footermenu li a
            {
               color: #FFF;
            }


/********** TABLES **********/

tbody
{
    text-align: left;
    vertical-align: top;
}


.NodeBody table
{
   border-color: #2d70b5;
   border-collapse: collapse;
   width: 95%;
}

.NodeBody table tr, .NodeBody table th, .NodeBody table td
{
   border-color: #2d70b5;
   border-collapse: collapse;
   vertical-align: top;
   padding: 6px;
}

.NodeBody table th
{
   font-weight: bold;
}

/********** BANNERS **********/

#MarketingBannerLeaderboard
{
    float: right;
}



/********** FM XPERT SPECIFIEK **********/

#Content li
{
   margin-left: 1.5em;
}

#Content .treeview li
{
	margin-left: 0;
}

#Content hr
{
   border: none;
   background-color: #BFBFBF;
   color: #BFBFBF;
   height: 1px;
   padding: 0;
   margin: 1em;
}

.ContentPaging
{
	font-size: 0.85em;
}

.ContentPagingColor
{
   color: #2d70b5;
}

.ContentPagingColorActive
{
   color: #BFBFBF;
}

.Banner
{
   padding: 11px;
}






/********** INLOGGEN **********/

.loginInput
{
   margin-bottom: 6px;
}

.loginButton
{
   text-align: right;
   margin-bottom: 3px;
}

.Login
{
   border: none;  
}

input.LoginBox
{
   border:1px solid #90B1D7;
   float:left;
   font-size:1em;
   font-weight:bold;
   padding:3px 2px 3px 2px;
   width:222px;
   color:#000000;
}


/********** ONDERWERPEN EN THEMAS **********/

#Home .OnderwerpIndex
{
   float: left;
}

   #Home .Onderwerp,
   #Home .Module
   {
      width: 195px;
      padding-bottom: 11px;
      vertical-align: top;
      font-weight: bold;
		color: #000;
		height: 17px;
      margin: 3px 0 !important;
	}

   #Home .Module
   {
      width: 295px;
      font-weight: normal;
   }

   #Home .Onderwerp h3,
   #Home .Module h3
   {
      font-size: 0.95em;
      font-weight: bold;
      margin-right: 12px;
   }

   #Home .Thema
   {
      margin-left: 0; 
      padding-left: 0.5em;
      font-size: 0.9em;
   }

   #Home .Thema ul
   {
      margin-bottom: 0;
   }

   #Home .Thema li
   {
      margin-left: 0.5em;
      list-style: none;
      margin: 2px 0 !important;
   }

      #Home .Thema li a
      {
			background: Transparent url( Images/OnderwerpenCarrousel.Link.png ) center right no-repeat;
         color: #2d70b5;
			padding: 1px 24px 0px 1px;
			line-height: 1.4em;
      }


      #Home .Thema li a:hover
      {
			background: #1c398b url( Images/OnderwerpenCarrousel.Link.Hover.png ) bottom right no-repeat;
         color: #fff;
			padding: 1px 24px 0px 1px;
      }

      #Home .Module li
      {
         list-style-image: url( 'Images/Paging.Next.png' ); 
         color: #2d70b5;
         font-weight: bold;
         margin-left: 13px; 
         padding-left: 0;
      }

      #Home .Module li a
      {
         color: #2d70b5;
      }



/********** ONDERWERPEN CARROUSEL **********/

#OnderwerpenCarrousel
{
	background: Transparent url( Images/OnderwerpenCarrousel.Background2.png ) top left no-repeat;
	left: -4px;
	padding: 4px 0 4px 4px;
	position: relative;
	width: 597px;
}

	#OnderwerpenCarrousel td
	{
		line-height: normal;
	}

	td.CarrouselTitle,
	td.CarrouselTitleActive
	{
		font-size: .85em;
		font-weight: bold;
	}
	
	td.CarrouselTitle a,
	td.CarrouselTitleActive a
	{
		display: block;
		text-decoration: none;
		padding: 9px 9px 9px 5px;
	}

	td.CarrouselTitleActive a,
	td.CarrouselTitle a:hover
	{
		background-color: #1c398b;
		color: #fff;
	}

	td.CarrouselTitleActive a.CarouselItemHandboek,
	td.CarrouselTitle a.CarouselItemHandboek:hover
	{
		background-color: #B4D719;
		color: #fff;
	}

	td.CarrouselTitle a:hover img.CarrouselTitleArrow,
	td.CarrouselTitleActive img.CarrouselTitleArrow
	{
		visibility: hidden;
	}

p.CarrouselDescription
{
	font-size: 1.2em;
	font-style: italic;
	padding: 40px 60px 30px 40px;	
}


/********** NIEUWS EN XPERT ADVIEZEN **********/

#Home .Nieuws
{
   font-size: 0.85em;
   line-height: 1.4em;
}

#Home .XpertAdviesIndex
{
   width: 284px;
   float: left;
}

#Home .NewsItem
{
    color: #0068B3;
    font-weight: bold;
}


.Nieuws 
{
   font-size: 0.9em;
}

   .Nieuws h3
   {
      font-size: 1.1em !important;
   }

   .Nieuws .Date
   {
      font-size: 0.85em !important;
      font-weight: bold;
   }

.NieuwsDescription
{
	margin-bottom: 1.7em;
	font-size: 1em;
	font-weight: bold;
}

.NieuwsBody
{
}

.NieuwsImage
{
   border: solid 1px #000;
   margin-left: 0.5em !important;
   margin-bottom: 0.5em !important;
   margin-top:4px;
}

/********** SUBTHEMAS EN EXCEL DOCUMENTEN **********/

.SubThemaLijst
{
   font-size: 0.9em;
}

   .SubThemaLijst,
   .SubThemaLijst ul, 
   .SubThemaLijst li
   {
      list-style: none;
      margin-left: 5px;
   }

   .ExcelLijst,
   .ExcelLijst ul, 
   .ExcelLijst li
   {
      list-style: none;
      list-style-image: none;
      margin-left: 0px;
   }


.SubThema
{
   color: #2d70b5;
   min-height: 25px;
   margin-left: 0;
}


.Tool
{
   color: #2d70b5;
   font-size: 0.9em;
   line-height: normal;
   min-height: 25px;
   margin-left: 0;
   list-style: none;
}

.ModuleIndex
{
	background: Transparent url( Images/Header.Modules.png ) top left no-repeat;
	padding-top: 44px;
}



/********** EXCEL WERKBLADEN **********/

.WerkbladInfo
{
   float: left;
   width: 280px;
}

   .WerkbladInfo h3, .WerkbladInfo h3 a
   {
      color: #B0C9E3;
   }

.MijnDocumentenInfo
{
   margin-right: 11px;
   vertical-align: top;
   width: 225px;
}

.MijnDocumentenInfo h3, .MijnDocumentenInfo h3 a
{
   color: #626262;
   margin: 0;
   padding: 0;
}

.MijnDocumentenImage
{
   margin-right: 11px;
   vertical-align: top;
}


/********** EXCEL SHEET OVERVIEW **********/

.ExcelModel
{
    position: relative;
}

.ExcelModelDescription
{
    position: absolute;
    display: none;
}

.ExcelModelDescriptionShow
{
    position: absolute;
    display: block;
}

/********** LINEUP CONTENT **********/

.LineUp h1, .LineUp p h1
{
	color:#000000;
   font-size: 1.05em;
   font-weight: bold;
   margin-top: 2em;
   margin-bottom: 0;
}

.LineUp h2, .LineUp p h2
{
	color:#000000;
   font-size: 1.00em;
   font-weight: bold;
   margin-top: 2em;
   margin-bottom: 0;
}

.LineUp h3, .LineUp p h3
{
	color:#000000;
   font-size: 0.95em !important;
   font-weight: bold;
   margin-top: 2em;
   margin-bottom: 0;
}

.LineUp h4, .LineUp p h4
{
	color:#000000;
   font-size: 0.90em;
   font-weight: bold;
   margin-top: 2em;
   margin-bottom: 0;
}

.LineUp h5, .LineUp p h5
{
	color:#000000;
   font-size: 0.90em;
   font-weight: bold;
   margin-top: 2em;
   margin-bottom: 0;
}

.LineUp p
{
   margin-top: 0.75em;
}

.LineUp ul
{
   margin-bottom: 1em;
   margin-top: 1em;
}

   .LineUp ul li
   {
   }

.LineUp ol
{
   margin-bottom: 1em;
   margin-top: 1em;
}

   .LineUp ol li
   {
   }

.LineUp img
{
   margin-bottom: 1em;
   margin-top: 1em;
}

.LineUp a
{
   font-weight:bold;
   text-decoration: none;
}

.LineUp a:hover
{
	text-decoration: underline;
}

.LineUp table
{
   border: solid 1px #2d70b5;
   border-collapse: collapse;
   margin-top: 2em;
   width: 95%;
}

.LineUp table tr, .LineUp table th, .LineUp table td
{
   border: solid 1px #2d70b5;
   border-collapse: collapse;
   vertical-align: top;
   padding: 6px;
}

.LineUp table th
{
   font-weight: bold;
}



/* Type: Search */

div.SearchBoxContainer
{
	background:#F2F5F5 url(Images/TabContent.Background.png) repeat-x scroll left top;
	border:1px solid #E2E1E2;
	padding:12px 8px;
}

div.SearchBox
{
	
}

input.SearchBox
{
   background:Transparent url(Images/SiteSearch.Magnifier.png) no-repeat scroll 4px 4px;
   border:1px solid #90B1D7;
   float:left;
   font-size:1em;
   font-weight:bold;
   padding:3px 2px 3px 20px;
   width:222px;
   color:#000000;
}

.SearchRadio
{
	margin-top: 0.5em;
}

.SearchRadio input
{
	vertical-align: middle;
}

.SearchRadio label,
.SearchCheckboxFirst label,
.SearchCheckbox label
{
	margin: 0 1em 0 0.75em;
}

.SearchCheckboxFirst
{
	padding: 1em 0 0.5em 0.5em;
	margin-bottom: 0.5em;
	border-right: solid 1px #BFBFBF;
}

.SearchCheckbox
{
	padding: 1em 10em 0.5em 3em;
	margin-bottom: 0.5em;
	border-bottom: solid 1px #BFBFBF;
}

.Result
{

}

	.Result h3
	{
		color:#2D70B5;
		font-size:1.2em;
		line-height:1.2em;
	}

	.Result img
	{
		float: right;
		margin-left: 12px;
		margin-top: 3px;
	}
		
	.Result .Text a
	{
		font-weight:bold;
	}


/* Lists */

#Main ul
{
   margin-left: 0;
}



/* Text */

h1, h2, h3, h4
{
}

h1
{
	margin: 0;
	padding-bottom: 5px;
	font-size: 19px;
	font-weight: normal;
}

.cufon-active h1 
{
   position: relative;
   left: -2px;
	font-size: 24px;
}
   

h2
{
   color: #5B9CD2;
}

h3
{
	font-size: 14px;
}

	.Underline
	{
		background: Transparent url( Images/Heading3.Underline.png ) bottom left no-repeat;
		padding-bottom: 6px;
		margin-bottom: 6px;
	}
	
	h1.Underline .Cufon
	{
		display: block;
		width: 420px;
	}

	h3 img.Arrow
	{
		position: relative;
		margin-top: 5px;
	}
	.cufon-active h3 img.Arrow { margin-top: 7px; }
	
	h3.Home,
	h3.Vakinformatie,
	h3.WordLid
	{
		color: #294592;
	}	
	h3.Vakinformatie,h3.WordLid { margin-bottom: 10px; }
		
	.cufon-active h3 .Cufon { font-size: 24px; }
	
	h3.Index
	{
		font-size: 14px;		
	   color:#004a7b;
	}
	.cufon-active h3.Index .Cufon	{ font-size: 20px; }

	h3.Home a:hover
	{
		text-decoration: none;
	}
h4
{
   font-size: 10pt;
   font-weight: bold;
}

	h4.Vakinformatie,h4.WordLid
	{
		color: #294592;
		margin-bottom: 0px;
	}
	.cufon-active h4 .Cufon { font-size: 20px; }


.NieuwsBody h2,
.NieuwsBody h3,
.NieuwsBody h4,
.NodeBody h2,
.NodeBody h3,
.NodeBody h4
{
	color: Black;
}

.NieuwsBody h2,
.NodeBody h2
{
	font-size: 17px;
}

.NieuwsBody h3,
.NodeBody h3
{
	font-size: 14px;
}

.NieuwsBody h4,
.NodeBody h4
{
	font-size: 13px;
}

/* Blocks */

div.Block
{
	background: #fdfefe url( Images/Block.Background.Footer.png ) bottom left no-repeat; /* gradient tot #f2f5f5 */
	color: #626262;
	font-size: .85em;
	padding-bottom: 8px;
	margin-bottom: 4px;
}

	div.Block .BlockHeader
	{
		background: #fdfefe url( Images/Block.Background.Header.png ) top left repeat-y;
		padding: 6px 13px 0;
	}

		div.Block .BlockHeader h4
		{
		   color: #000;
			margin-top: 6px;
		}

	div.Block .BlockBody
	{
		background: #fdfefe url( Images/Block.Background.Body.png ) top left repeat-y;
		padding: 6px 13px;
	}

	   div.Block .BlockBody .BlockText
	   {
		   width: 260px;
	   }

		div.Block .BlockBody img.FloatRight
		{
			margin: 0 6px;
		}
		
		div.Block .BlockBody ul
		{
			list-style-position: inside;
		}
		
		div.Block .Downloads ol
		{
			list-style-type: decimal;
			margin-left: 30px;
		}

	div.Block .BlockFooter
	{
		padding: 0 13px;
	}

	div.Block input#MarketingBlokEzineInput
	{
		font-size: .85em;
		font-weight: bold;
		width: 200px;
	}

	div.Block input#MarketingBlokEzineSubmit
	{
		margin-left: 6px;
	}
		
	div.Block .BlockBodyMembership
	{
		background: #fdfefe url( Images/Membership.Background2.jpg ) top right no-repeat;
		text-align: center;
	}
	div.Block .BlockBodyMembership h3
	{
		color: #283371;
		font-size: 16px;
		font-weight: bold;
		padding-top: 3px;
		padding-bottom: 6px;
	}
	div.Block .BlockBodyMembership h3 .Cufon
	{
		font-size: 28px;
		font-weight: normal;
	}



   div.Block .BlockBodyMembership a img
   {
      padding-top: 12px;  
   }
   
   div.Block .BlockBorderMembership
   {
		background:#FDFEFE url(Images/Block.Background.Body.png) repeat-y scroll left top;
		margin-left:0px;
		padding-left:6px;
   }
   
   div.Block .BlockBodyMembership .BlockBody
   {
      background: none;
      color: #2d70b5;
      font-size: 10pt;
      font-weight: bold;
      font-style: italic;
      text-align: left;  
      padding-left: 25px;
   }
	
	div.Block .BlockBodyMembershipFooter
	{
		background: #ffffff url( Images/Membership.BackgroundFooter.png ) top right no-repeat;
		padding-top: 42px;
		text-align: center;
	}
	

/* Forms */

input.Text,
select,
textarea
{
	border: 1px solid #39f; /* todo color code */
	padding: 2px;
}

label
{
}

div.Block input.Text,
div.Block select,
div.Block textarea
{
	border: 1px solid #a7a8a8;
}

input.Radio,
input.Checkbox
{
	background: none;
	border: none;
}

input.Submit
{
	font-weight: bold;
}

input.Reset
{
	color: #999;
}

	form.FrontOfficeForm td.FormHeader
	{
      padding-top: 6px;
		background: Transparent url( Images/Heading3.Underline.png ) left bottom no-repeat;
   	font-weight: bold;
	}

   form.FrontOfficeForm .FormLabel, 
   form.FrontOfficeForm .FormField
   {
      padding: 4px 0 4px 4px;
      font-size: 0.95em;
   }
	
	

/* Defauilt node properties */

.NodeBody
{
   font-size: 0.9em;
   line-height: 1.25em;
	margin-bottom: 1.5em;
}

.NodeDescription
{
	margin-bottom: 1.5em;
	font-size: 0.9em;
	font-weight: bold;
}



/* Tabs content */

div.Tabs
{
	height: 22px;
	color: #767676;
	font-size: .85em;
	font-weight: bold;
	margin-top: .75em;
}

	div.Tabs p
	{
		background: #fff url( Images/Tab.Begin.png ) top left no-repeat;
		float: left;
		padding-left: 8px;
	}
	
	.GrayTab a
	{
		color:#626262 !important;
	}

		div.Tabs p.Selected
		{
			background: #fff url( Images/Tab.Selected.Begin.png ) top left no-repeat;
			position: relative;
			top: 1px;
		}

		div.Tabs p a,
		div.Tabs p span
		{
			display: block;
			padding: 5px 12px 3px 4px;
		}

		div.Tabs p a
		{
			background: #fff url( Images/Tab.End.png ) top right no-repeat;
			color: #0068B3;
			text-decoration: none;
		}

			div.Tabs p.Selected a,
			div.Tabs p.Selected span
			{
				background: #fff url( Images/Tab.Selected.End.png ) top right no-repeat;
			}

div.TabContent
{
	background: #f2f5f5 url( Images/TabContent.Background.png ) top left repeat-x;
	border: 1px solid #e2e1e2;
	padding: 12px 8px;
	height: 100%;
}



/* Tables */

table.Zebra
{
   border: 0px;
}

	table.Zebra tr.Odd td
	{
		background-color: #f2f7fb;
		border-bottom: 1px solid #d9e8f3;
	}

	table.Zebra tr.Even td
	{
		background-color: #e5f0f7;
		border-bottom: 1px solid #d9e8f3;
	}

	table.Zebra td
	{
		border-bottom: 1px solid #ccc;
		line-height: normal;
		padding: 4px 3px;
	}
	
	
	
/* Page options */
	
.PageOptions
{
	font-size: 0.9em;
	font-weight:bold;
	vertical-align:middle;
	position: absolute;
	width: 577px;
	z-index: 100;
}

	.PageOptions a, .PageOptions a:hover
	{
		text-decoration: none;
		height:17px;
	}


/* Thema */

#Thema
{
   
}
   
   #Thema ul
   {
      list-style-type: none;
      margin: 0;
   }
   
   #Thema ul li
   {
      border-bottom: 1px solid #bdbbb5;
      margin: 0;
      padding: 6px 0px 6px 0px;
   }
   
   #Thema ul ul
   {
      margin: 0;
      padding-left: 2em;
   }
   
   #Thema ul ul li
   {
      border-bottom: none;
      border-top: 1px solid #bdbbb5;
      margin: 0;
   }
   
   #Thema ul ul ul
   {
      margin: 0;
   }
   
   #Thema ul ul ul li
   {
      border-top: 1px solid #bdbbb5;
      margin: 0;     
   }

   
/* ExcelSheet */

#ExcelSheet
{
   
}
   
   #ExcelSheet ul
   {
      list-style-type: none;
      margin: 0;
   }
   
   #ExcelSheet ul li
   {
      margin: 0;
      padding: 6px 0px 6px 0px;
   }
   
   #ExcelSheet ul ul
   {
      margin: 0;
      padding-left: 2em;
   }
   
   #ExcelSheet ul ul li
   {
      border-bottom: 1px solid #bdbbb5;
      margin: 0;
   }
   
   #ExcelSheet ul ul ul
   {
      margin: 0;
   }
   
   #ExcelSheet ul ul ul li
   {
      border-bottom: none;
      border-top: 1px solid #bdbbb5;
      margin: 0;     
   }
   
.ForumInformation
{
   color:#626262;
   font-weight: bold;
}

/* Site Marketingblock styles */

.MarketingBlock
{
	font-size: 0.85em;
	line-height: 1.4em;
}

.MarketingBlock .Links a
{
	font-weight: bold;
	background: url( Images/Paging.Next.png ) no-repeat right 3px;
	padding-right: 12px;
	font-size: 11px;
}




/* Vakinformatie styles */

.Vakinformatie-Taken
{
	background: url( Images/Vakinformatie.Taken.png ) no-repeat;
	height: 232px;
	position: relative;
}
.Vakinformatie-Taken .NodeContent
{
	padding: 25px 150px 0 15px;	
}

.TaakButtons
{
	position: absolute;
	bottom: 14px;
	height: 46px;
}

.Vakinformatie-Modules
{
	border: 1px solid #D8D8D8;
	border-top: none;
	margin: 0 9px 10px 4px;
}
.Vakinformatie-Modules h3.Vakinformatie
{
	margin: 0px 0 1px 8px;
	padding-top: 3px;
}

.Vakinformatie-Modules .Module
{
	width: 276px;
	height: 164px;
	float: left;
	margin: 0 -5px 8px 7px;
	position: relative;
}

.Vakinformatie-Modules .Module h4
{
	font-weight: bold;
	margin: 22px 0 10px 10px;
}
.Vakinformatie-Modules .Module .NodeContent
{
	margin: 0 12px 18px 10px;
}

.Vakinformatie-Modules .ModuleButtons
{
	position: absolute;
	bottom: 7px;
	height: 31px;	
}

.Vakinformatie-Modules .Module .ModuleButton
{
	display: block;
	float:left;
	margin-left: 7px;
	width: 122px;
	height: 26px;
	background: url( Images/Button.Module.png ) no-repeat;
	color: #2d70b5;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}

.Vakinformatie-Modules .Module a.ModuleButton:hover
{
	background: url( Images/Button.Module.Hover.png ) no-repeat;
}

.cufon-active a.ModuleButton { font-size: 15px; }

.Vakinformatie-Modules .Module .ModuleButton .Cufon
{
	display: block;
	margin-top: 4px;
}


/* Taken styles */

a.TaakButton
{
	display: block;
	float: left;
	width: 152px;
	height: 46px;
	text-align:center;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background: transparent url( Images/Button.Taak.png ) no-repeat;
	margin: 4px 20px 0;
}
.cufon-active a.TaakButton { font-size: 19px; }

a.TaakButton:hover
{
	background: transparent url( Images/Button.Taak.Hover.png ) no-repeat;
}

a.TaakButton .Cufon { display: block; margin-top: 10px; }

#Main ul.Tabs
{
	list-style-type: none;
	margin-left: 0;
	height: 27px;
	z-index: 100;
	position: relative;
}

#Content .Tabs li
{
	float: left;
	background: transparent url( Images/Tab.Inactive.png ) no-repeat top right;
	padding-right: 4px;
	margin-left: 0;
	height: 27px;
}

.Tabs li a
{
	background: transparent url( Images/Tab.Inactive.png ) no-repeat;
	display: block;
	padding-left: 3px;
	text-decoration: none;
	height: 27px;
}

.Tabs li a:hover
{
	color: #999;
}

#Content .Tabs li.Active
{
	float: left;
	background: transparent url( Images/Tab.Active.png ) no-repeat top right;
	margin-left: 0;
	height: 29px;
	margin-top: -2px;
}

.Tabs li.Active a
{
	background: transparent url( Images/Tab.Active.png ) no-repeat 0 0;
	display: block;
	height: 29px;
}

.Tabs li a img
{
	vertical-align: text-top;
	margin-right: 3px;
	margin-top: -1px;
}

.Tabs li a h2
{
	font-size: 11px;
	float: left;
	margin: 6px 2px 0 4px;
}

.Tabs li.Active a h2
{
	margin-top: 8px;
}



.TabsBody
{
	border: 1px solid #E9E9E9;
	margin-top:-1px;
	background: url( Images/Taak.Background.png ) repeat-x;
	z-index: 0;
	padding: 15px 10px;
	min-height: 300px;
}

.Button-TerugNaarVakinformatie
{
	float: right;
	position: relative;
	z-index: 100;
}

/* LoginPopup styles */

#LoginPopup
{
	background: url( Images/Login.Background.png ) no-repeat;
	width: 577px;
	height: 195px;
	text-align:left;
}

.LineUp #LoginPopup
{
	margin-top: 10px;
}

#LoginPopup h3
{
	color: #1D3D8E !important;
	font-size: 19px !important;
	font-weight: normal !important;
	line-height: 33px !important;
	padding: 5px 20px 0 15px !important;
	margin-top: 0 !important;
}

#LoginPopup .PopupLeft
{
	float: left;
	height: 152px;
	width: 272px;
	margin-left: 16px;
	position: relative;
}

#LoginPopup .PopupRight
{
	float: left;
	height: 152px;
	width: 274px;
	margin-left: 14px;	
}

#LoginPopup p, #LoginPopup ul
{
	font-size: 13px !important;	
	margin: 0 !important;
}

#LoginPopup .LineUp p
{
	margin-top: 0 !important;
}

.WordAbonneeDescription
{
	height: 120px;
	margin-top: 7px;	
	line-height: normal;
}
.WordAbonneeDescription ul
{
	padding-left: 14px;
}


.LoginDescription
{
	height: 60px;
	margin-top: 7px;
	overflow: hidden;
}

#LoginForm 
{
	text-align:left;
}

#TreeContent #LoginForm p
{
	margin: 0;
}

#LoginForm .InputRow
{
	margin-bottom: 4px;
}

#LoginForm label
{
	display: inline-block;
	width: 77px;
}
#LoginForm input
{
	width: 155px;
	border: 1px solid #87ACBD;
}

a#fancybox-close { 
		  top: 8px; 
		  right: 8px; 
		  height: 27px; 
		  width: 27px; 
		  background: url( Images/CloseButton.Login.png ) top left no-repeat; 
		  z-index: 999;
}

a#fancybox-close:hover { 
		  background: url( Images/CloseButton.Login.Hover.png ) top left no-repeat; 
}

.Screenshot a#fancybox-close { 
		  top: 0px; 
		  right: 0px; 
}

.fancybox-ie a#fancybox-close	
{ 
	background: transparent; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/CloseButton.Login.png', sizingMethod='scale'); 
}

.fancybox-ie a#fancybox-close:hover { 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/CloseButton.Login.Hover.png', sizingMethod='scale'); 
}

.SmallButton
{
	background: url(Images/SmallButton.Background.png) no-repeat;
	display: block;
	float: left;
	width: 93px;
	height: 21px;
	text-align: center;
	color: White;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 19px;
	margin-top: 5px;
}
.SmallButton:hover
{
	text-decoration: none;
	color: White;
	background: transparent url(Images/SmallButton.Background.Hover.png) no-repeat !important;
}

.LargeButton
{
	background: url(Images/LargeButton.Background.png) no-repeat;
	display: block;
	float: left;
	width: 140px;
	height: 21px;
	text-align: center;
	color: White;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 19px;
	margin-top: 5px;
}
.LargeButton:hover
{
	text-decoration: none;
	color: White;
	background: transparent url(Images/LargeButton.Background.Hover.png) no-repeat !important;
}

.PopupLeft .LargeButton
{
	position: absolute;
	bottom: 6px;
}

#LoginPopup #WachtwoordVergetenLink,
#LoginPopup #WachtwoordVergetenLink:hover
{
	background-color:Transparent !important;
	display: block;
	float: left !important;
	margin: 8px 0 0 15px !important;
	font-size: 11px !important;
	color: #1D3D8E !important;
	font-weight: normal !important;
}


.WordLid-Container
{
	margin-top: 6px;
	background: #fff url( Images/WordLid.Background.png ) repeat-x;
	border: 1px solid #E2E1E2;
	border-right-width: 2px;
	min-height: 500px;
}

.WordLid-LeftColumn,
.WordLid-RightColumn
{
	float: left;
	position: relative;
	width: 50%;
}
.WordLid-LeftColumn .NodeDescription
{
	width: 145px;
	min-height: 140px;
	margin-left: 115px;
	padding-top: 10px;
	z-index: 100;
	position:relative;
	min-height: 
}
.WordLid-LeftColumn .NodeBody
{
	z-index: 100;
	position:relative;
}

.WordLid-LeftColumn .NodeBody h1,
.WordLid-LeftColumn .NodeBody h2,
.WordLid-LeftColumn .NodeBody h3,
.WordLid-LeftColumn .NodeBody h4
{
	color: #294592;
}

.WordLid-RightColumn .Module
{
	width: 280px;
	height: 162px;
	float: left;
	margin: 0 0 7px 7px;
	position: relative;
}

.WordLid-RightColumn .Module h4
{
	font-size: 13px;
	margin: 22px 0 10px 14px;
}
.WordLid-RightColumn .Module .NodeContent
{
	margin: 0 105px 0 14px;
}
.WordLid-RightColumn .Module .ModuleButton
{
	display: block;
	position: absolute;
	bottom: 4px;
	left: 8px;
	width: 122px;
	height: 31px;
	background: url( Images/Button.Probeer.png ) no-repeat;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.WordLid-RightColumn .Module a.ModuleButton:hover
{
	background: url( Images/Button.Probeer.Hover.png ) no-repeat;
}

.cufon-active a.ModuleButton { font-size: 15px; }

.WordLid-RightColumn .Module .ModuleButton .Cufon
{
	display: block;
	margin-top: 4px;
}

.LeesMeerLink
{
	font-weight: bold;
}

.LeesMeerPopup
{
	border: 5px solid #DBEB93;
	background: url( Images/Popup.Background.png ) repeat-x 0 33px;
	text-align: left;
	min-height: 150px
}

.LeesMeerPopup h3
{
	background: #C1DD00;
	color: #1D3D8E !important;
	font-size: 19px !important;
	font-weight: normal !important;
	line-height: 33px !important;
	padding: 0 37px 0 8px !important;
	margin-top: 0 !important;	
}

.LeesMeerPopup .NodeContent
{
	padding: 10px;
}

.BestelStart-Container
{
	background: transparent url( Images/BestelStart.background.png ) no-repeat;
	padding-top: 10px;
	position: relative;
}

.BestelStart-Container h4
{
	margin-bottom: 10px;
	position: absolute;
}

.BestelStart-Container .NodeDescription
{
	margin-top: 35px; 
	width: 450px;
	position: absolute;
}

.BestelStart-Container .Kennisbank td
{
	font-size: 22px;
	height: 25px;
	letter-spacing: 1px;
	color: #000;
}

.BestelStart-Container .KennisbankTitle
{
	width: 410px;
}

.BestelStart-Container table
{
	margin-top: 94px;
	width: 100%;
	border-collapse: collapse;
}

.BestelStart-Container td
{
	padding-left: 2px;
}

.BestelStart-Container .perdag
{
	font-size: 11px;
}

.BestelStart-Container .ModuleHead
{
	font-size: 11px;
	font-weight: bold;
	color: #2d70b5;
}

.BestelStart-Container .ModuleHead td
{
	vertical-align: middle;
	height: 45px;
}

.BestelStart-Container .Module
{
	font-size: 18px;
	font-weight: bold;
	color: #264BA0;
}

.BestelStart-Container .Module td
{
	padding-bottom: 7px;
}


.BestelStart-Container .Module input
{
	margin-top: 1px;
}

.BestelStart-Container td.price
{
	padding-left: 10px;
	line-height: 14px;
}

.BestelStart-Container .TotalLine td
{
	padding-left: 0;
	padding-top: -10px;
}

.BestelStart-Container .Total
{
	font-size: 20px;
	font-style: italic;
}

.BestelStart-Container .TotalLabel 
{
	text-align: right;
	padding-right: 10px;
}

.BestelStart-Container #TotalPrice 
{
	font-size: 16px;
	font-weight: bold;
	padding-left: 8px;
}


.BestelStart-Container div.TotalLine
{
	margin-top: 10px;
	background: url( Images/BestelStart.TotalLine.png ) no-repeat;
	height: 12px;
}

.BestelStart-Container #GaVerder
{
	display: block;
	background: url( Images/Button.GaVerder.png ) no-repeat;
	border:none;
	width: 195px;
	height: 48px;
	cursor: pointer;
	margin: 10px auto;
}

.BestelStart-Container #GaVerder:hover
{
	background: url( Images/Button.GaVerder.Hover.png ) no-repeat;
}


.ProductBlock .ProductHead
{
	background: url( Images/BestelFormulier.ProductHead.png ) no-repeat;
	padding: 3px 0 2px 5px;
	font-weight: bold;
}

.ProductBlock table
{
	border-collapse: collapse;
	width: 574px;
}
.ProductBlock td
{
	padding: 4px 5px;
}

.ProductBlock td
{
	border-left: 2px solid #DDEBF4;
	border-top: 1px solid #DDEBF4;
	border-bottom: 1px solid #DDEBF4;
}

.ProductBlock .ProductLabel 
{
	white-space: nowrap;
	font-weight: bold;
}

.ProductBlock tr.Odd td
{
	background-color:#F3F8FC;
	border-bottom:1px solid #E8E7E8;
	border-top:1px solid #E8E7E8;	
}

.ProductBlock .TotalLabel
{
	text-align: right;
	padding-right: 10px;	
	font-weight: bold;
	font-style: italic;
}

.ProductBlock .price
{
	padding-left: 5px;
	width: 95px;
}

/* Mijn Weka Financieel */
.FormButtons
{
	background: url( Images/FormButtons.Background.png ) repeat-x;
	padding: 5px 0;
}

.Button-MijnWeka
{
	display: block;
	margin: 0 auto;
	width: 158px;
	height: 27px;	
	background: url( Images/Button.MijnWeka.png ) no-repeat;	
	text-align: center;
	font-size: 18px;
	color: #1D3D8E;
	padding-top: 1px;
}
.Button-MijnWeka:hover
{
	background: url( Images/Button.MijnWeka.Hover.png ) no-repeat;	
	text-decoration: none;
}

/* checkbox replacement */
.ui-radio-state-disabled,
.ui-radio-state-checked-disabled,
.ui-radio-state-disabled-hover,
.ui-radio-state-checked-disabled-hover {
	color: #999;
}
span.ui-checkbox,
span.ui-radio {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	margin-right: 4px;
	margin-top: 1px;
	background: url(Images/checkbox-radio.png) 0 -40px no-repeat;
}
.ui-helper-hidden-accessible,
span.ui-helper-hidden {
	display: none;
}

span.ui-radio-state-hover,
span.ui-checkbox-state-hover {
	background-position: 0 -114px;
}

span.ui-checkbox-state-checked {
	background-position: 0 -1px;
}

span.ui-checkbox-state-checked-hover {
	background-position: 0 -75px;
}
span.ui-radio-state-checked-disabled-hover,
span.ui-radio-state-checked-disabled,
span.ui-radio-state-checked {
	background-position: 0 -161px;
}


span.ui-radio-state-checked-hover {
	background-position: 0 -200px;
}