/*
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
{
	text-align: left;
	width: 1000px;
	background-image: url(bkg.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
	height: 670px;
}

	#Mainmenu,
	#Main,
	.FooterContainer
	{
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccdeeb;
	border-right-color: #ccdeeb;
	border-bottom-color: #ccdeeb;
	border-left-color: #ccdeeb;
	}

   .Visual
   {
      background: url( Images/Logo.WekaFinancieel.png ) left top no-repeat;
   }
   
      .SiteLogo
      {
	display: block;
	float: left;
	height: 108px;
	text-decoration: none !important;
	width: 600px;
	padding-left: 20px;
      }
      
      .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;
         padding: 0 30px 0 4px;
      }
   
      .Mainmenu a
      {
         color: #FFF;
         display: block;
         _float: left;
         font-weight: bold;
         text-decoration: none;
      }

      .MainmenuActive, .MainmenuActive a
      {
         height: 32px;
         margin-top: -32px;
         text-decoration: underline;
      }
      
      .MainmenuNotActive, .MainmenuNotActive a
      {
         height: 32px;
         text-decoration: underline;
      }
      
      .Mainmenu a:hover
      {
         margin-top: -32px;
         text-decoration: underline;
      }

      #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 11px;
      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,
		#Context
		{
         min-height: 480px;
		}
      
      #Content
      {
	float: left;
	padding-left: 30px;
	width: 930px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
      }
       
      #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 hr
{
   border: none;
   background-color: #BFBFBF;
   color: #BFBFBF;
   height: 1px;
   padding: 0;
   margin: 1em;
}

.ContentPaging
{
	font-size: 1em;
}

.ContentPaging p
{
   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
   {
      width: 195px;
      padding-bottom: 11px;
      vertical-align: top;
      font-weight: bold;
		color: #000;
		height: 17px;
      margin: 3px 0 !important;
	}
   #Home .Onderwerp h3
   {
      font-size: 0.95em;
      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;
      }



/********** ONDERWERPEN CARROUSEL **********/

#OnderwerpenCarrousel
{
	background: Transparent url( Images/OnderwerpenCarrousel.Background.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;
	}

	td.CarrouselTitleActive a,
	td.CarrouselTitle a:hover
	{
		background-color: #1c398b;
		color: #fff;
	}

	td.CarrouselTitle a:hover img.CarrouselTitleArrow,
	td.CarrouselTitleActive img.CarrouselTitleArrow
	{
		visibility: hidden;
	}

	td.CarrouselImage
	{
	   vertical-align: top;
	   padding-top: 3px;
		background: Transparent url( Images/OnderwerpenCarrousel.Image.png ) bottom right no-repeat;
		font-weight: bold;
	}

	td.CarrouselImage ul
	{
		margin-left: 0 !important;
	}

	td.CarrouselImage li
	{
		color: #1c398b;
      list-style: none;
      margin: 2px 0 !important;
      padding-left: 16px;
	}

		td.CarrouselImage li a
		{
			background: Transparent url( Images/OnderwerpenCarrousel.Link.png ) center right no-repeat;
			padding: 1px 24px 0px 1px;
			line-height: 1.4em;
			text-decoration: none;
		}

		td.CarrouselImage li a:hover
		{
			background: #1c398b url( Images/OnderwerpenCarrousel.Link.Hover.png ) center right no-repeat;
			color: #fff;
			padding: 1px 24px 0px 1px;
			line-height: 1.4em;
		}



/********** 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;
}



/********** 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
{
	font-size: 1.04em;
	line-height: 1.05em;
}

.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;
   background: transparent url(Images/OnderwerpenCarrousel.Link.png) no-repeat scroll right center;
   padding:0px 9px 0px 0px;
}

.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
{
	margin:0 2em 0 0.5em;
}

.Result
{

}

	.Result h3
	{
		color:#2D70B5;
		font-size:1.2em;
		line-height:1.2em;
	}
	
	.Result .Text a
	{
		font-weight:bold;
	}


/* Lists */

#Main ul
{
   margin-left: 0.5em;
}



/* Text */

h1, h2, h3, h4
{
}

h1
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

   h1 .TextImage
   {
      position: relative;
      left: -2px;
   }

h2
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

h3
{
   font-size: 1.00em;
}

	.Underline
	{
	   font-size: 1em;
		background: Transparent url( Images/Heading3.Underline.png ) bottom left no-repeat;
		margin-bottom: 6px;
	}

	h3 img.Arrow
	{
		position: relative;
		left: -4px;
	}
	
h4
{
   font-size: 10pt;
   font-weight: bold;
}



/* 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 .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.Background.png ) top right no-repeat;
		padding-top: 42px;
		text-align: center;
	}

   div.Block .BlockBodyMembership a img
   {
      padding-top: 22px;  
   }
   
   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;  
   }
	
	div.Block .BlockBodyMembershipFooter
	{
		background: #fdfefe 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
{
	color: #767676;
	font-size: 14px;
	font-weight: bold;
	height: 38px;

}

	div.Tabs p
	{
	float: left;
	padding-left: 8px;
	background-color: #fff;
	background-image: url(Tab.Begin1.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	.GrayTab a
	{
		color:#626262 !important;
	}

		div.Tabs p.Selected
		{
	position: relative;
	top: 1px;
	background-color: #fff;
	background-image: url(Tab.Selected.Begin1.png);
	background-repeat: no-repeat;
	background-position: left top;

		}

		div.Tabs p a,
		div.Tabs p span
		{
	display: block;
		}

		div.Tabs p a
		{
	color: #0A4998;
	text-decoration: none;
	background-color: #fff;
	background-image: url(Tab.End1.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 8px;
		}
		div.Tabs p a:hover
		{
	color: #0099CC;
		}

			div.Tabs p.Selected a,
			div.Tabs p.Selected span
			{
	color: #767676;
	background-color: #fff;
	background-image: url(Tab.Selected.End1.png);
	background-repeat: no-repeat;
	background-position: right top;
			}

div.TabContent
{
	border: 1px solid #e2e1e2;
	padding: 12px 8px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(bkg_tabs.jpg);
}



/* 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;
}

	.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;
}
