
/***
**** STYLESHEET
**** ND.NL
**** By 4worx Software Innovators | 4worx.com
**** July 2008
***/

/*** Font size information *************ABC**************************************

Use following font sizes (in %) to achieve size in px
Source: http://developer.yahoo.com/yui/fonts/

 (px)    (%)
    10     77
    11     85
    12     93
    13     100
    14     108
    15     116
    16     123.1
    17     131
    18     138.5
    19     146.5
    20     153.9
    21     161.6
    22     167
    23     174
    24     182
    25     189
    26     197


/*** Imports **************************************************/
/*
     TODO:
     [drb] IE6 conditional comments ivm Yahoo YUI CSS validatie
*/
@import url(/style/reset-fonts.css);
@import url(/style/sIFR-screen.css);

/*** EXTRA RESETS **************************************************/

:focus {
	outline: 0;
}

/*** General **************************************************/
html { background: #f1f1f1 url(/images/bg.gif) top center repeat-y; }

body 
{
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000;
    text-align: center;
	background: #f1f1f1 url(/images/bg.gif) top center repeat-y;
}

h1
{
    font-size: 116%;
    font-weight: bold;
}

h2,h3 { font-size: 100%; } 

/* Weergave van basis links: */
a, a:link, a:visited  
{
    color: #999;
    text-decoration: none;
}

a:hover 
{
    color: #00519e;
    text-decoration: none;
}

/* Listitems worden default nooit underlined: */
li a { text-decoration: none; }

li a:hover { text-decoration: underline; }

li 
{
    font-size: 85%;
    line-height: 1.5em;
}

p 
{
    font-size: 85%; 
	line-height: 1.5em;
    margin: 0 0 1em;
}

hr 
{
    border: none;
    border-bottom: 1px solid #CCC;
	margin: 0 0 1.3em 0;
}

strong { font-weight: bold; }
strong em, i {font-style: italic; font-weight: bold;}
em, i {font-style: italic; }
br.clear { clear: both; }

.textGray 
{
    color: #999;
    font-size: 85%;
}
.textBlack 
{
    color: #000;
    font-size: 85%;
}

.left 
{ 
	float:left; 
	display: inline; 
}

.right
{ 
	float:right; 
	display: inline;
}

/* Verwijder button comments, article & events */
.floatRight
{
	float: right;
	display: inline;
}

.reactionAvatar
{
	float:left;
	display:inline;
	margin: 0.2em 0.5em 0 0;	
}

/*** Layout *******************************************************/
#wrapper 
{
    width:964px;
    margin: 20px auto;
/*    margin: 0 auto 20px auto;*/
    text-align:left;
    background: #FFF;
}
body#homepage-tpl #wrapper
{
    margin: 0 auto 20px auto;
}

#header 
{
    background:#f1f1f1;
    display: none; /* algemene header nu niet nodig, reserveren voor later gebruik */
}

#logo 
{
    width: 570px;
    height: 70px;
    margin: 0 0 0.5em;
}

#logo a, #logo a:visited 
{
    background: none;
    margin: 0;
    padding: 0;
}


#text_size 
{
    color: #999;
    float: right;
    padding: 33px 0 0 0;
    overflow: hidden;
    width: 100%;
    text-align: right;
}

#text_size img { vertical-align: bottom; }

#leaderboardContainer { padding: 10px 0; }
#leaderboardBanner
{
   margin: 0;
   padding: 0;
   width: 729px;
   line-height: 0;
   /*margin-bottom: 20px;
   padding-top: 20px;*/
} 

#skyscraperBanner 
{
    margin: 0;
    padding: 0;
    width: 120px;
    position: absolute;
}

#mcol #button_banner
{
	background-color: #fff;
	margin:0pt 0pt 1.4em;	
}

#mcol #top_banner
{
	height: 70px; 
	background: #fff; 
	margin:0pt 0pt 8px;
}

/*#login 
{
    margin: 0 0 2.4em;
    padding: 0;
    height: 20em;
}*/

#login 
{
    margin: 0 0 10px 0;
    padding: 0;
    height: 225px;
}

#lcol 
{
    width:570px;
    margin-right: 20px;
    float:left;
    background:#FFF; /* for testing and illustration purposes only */
	display: inline;
}

#mcol 
{
    width:234px;
    margin-right: 20px;
    float:left;
	display: inline;
}

#rcol 
{
    width:120px;
    padding:0px;
    float:left;
    font-size: 85%;
    color: #00519e;
	display: inline;
}

/*** Navigation **************************************************/
#navigation 
{
    float: left;
    padding: 0em;
	background: url(/images/bg_nav.jpg) no-repeat;
	font-size: 85%;
    width: 570px;
	display: inline;
}

#navigation  #navHeaderNieuws,
#navigation  #navHeaderAchtergrond,
#navigation  #navHeaderService 
{
	width: 154px;
	line-height: 0;
	margin: 0 0.139em 0 0.8em;
}

#navigation #navHeaderNieuws 
{
	margin: 0.3em 0.139em 0.9em 1.8em;
	color: #00519e;
    font-size: 140%;
    text-decoration: none;
    background: none;
    padding: 0;
	float: left;
	display: inline;
}

#navigation #navHeaderAchtergrond 
{
	margin: 0.3em 0.139em 0.9em 1em;
	color: #00519e;
    font-size: 140%;
    text-decoration: none;
    background: none;
    padding: 0;
	float: left;
	display: inline;
}

#navigation #navHeaderService 
{
	margin: 0.3em 0.139em 0.9em 2.2em;
	color: #00519e;
    font-size: 140%;
    text-decoration: none;
	padding: 0;
	float: left;
	display: inline;
}

#navigation #activeItem a
{
	color: red;
	background: url(/images/bullet_red.gif) left 70% no-repeat;
	font-size: 85%;
	text-decoration: none;
}

#navigation a, 
#navigation a:visited 
{
    color: #999;
    background: url(/images/bullet_default.gif) left 70% no-repeat;
    padding: 0 0 0 1em;
    margin: 0;
    text-decoration: none;
	font-size: 85%;
}

#navigation a:hover 
{
	color: red;
	background: url(/images/bullet_red.gif) left 70% no-repeat;
	font-size: 85%;
	text-decoration: none;
}

#navigation a.nofx {
  background: none;
  padding-left: 0;
}

#navigation ul { margin: 0 0 0 0.3em; }
#navigation li { line-height: 1.25em; }
#navigation img { margin: -0.2em 0 0.2em 0.2em; }

/*** Tabs **************************************************/
li.horizontalButton 
{
	display: inline;
	background: #F1F1F1;
	color: #00519E;
	cursor: pointer;
	text-align: center;
	border: 1px solid #999;
	padding: 3px 15px 3px 15px;
	margin: 3px 5px 1.5px 5px;
	width: 30%;
}

ul.buttonsHorizontal 
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	text-align: center;
}

ul.buttonsHorizontal li { display: inline; }

ul.buttonsHorizontal li a
{
	color: #00519E;
	border: 1px solid #999;
	padding: 3px 15px 3px 15px;
	margin: 3px 5px 1.5px 5px;
	background: none;
	background-color: #F1F1F1;
	text-decoration: none;
}

ul.buttonsHorizontal li a:hover
{
	background-color: #00519E;
	color: #FFF;
}

ul.buttonsHorizontal li.activeitem a
{
	background-color: #00519E;
	color: #FFF;
}

/*** Template styles  ****************************************************/
#homepage-tpl #content p a:link,
#homepage-tpl #content p a:visited,
#defaultoverview-tpl #content p a:link,
#defaultoverview-tpl #content p a:visited,
#newssectionoverview-tpl #content p a:link,
#newssectionoverview-tpl #content p a:visited,
#default-tpl #content a:link,
#default-tpl #content a:visited,
#dossierRelated li a:link,
#dossierRelated li a:visited,
#dossieroverview-tpl #content a:link,
#dossieroverview-tpl #content a:visited,
#eventoverview-tpl #content a:link,
#eventoverview-tpl #content a:visited
{
	background: transparent url(/images/bullet_default.gif) no-repeat scroll left 70%;
	color: #999;
	margin: 0 0 0 0.3em;
	padding: 0 0 0 0.7em;
	text-decoration: none;
}

#homepage-tpl #content p a:hover,
#homepage-tpl #content p a:active, 
#defaultoverview-tpl #content p a:hover,
#defaultoverview-tpl #content p a:active,
#newssectionoverview-tpl #content p a:hover,
#newssectionoverview-tpl #content p a:active,
#default-tpl #content a:hover,
#default-tpl #content a:active,
#dossieroverview-tpl  #content a:hover,
#dossieroverview-tpl  #content a:active
{
  color: #00519e;
  text-decoration: underline;
}

/*** Losse verkoop ******************************************************/ 
#content h4 {
    margin: 10px 0;
    color: #00519E;
    font-weight: bold;
}

#content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
	font-size:85%;
}

#content table tr th { border-bottom: 1px solid #ccc; }

#content table tr td a,
#content table tr td a:link,
#content table tr td a:active {
    background: none;
    padding: 0;
    font-size: 100%;
} 

#content #losseverkoop td { text-align:left; vertical-align:text-top; }

/*** Content - General **************************************************/
#lcol .moreAnchor
{
    color: #999;
    text-decoration: underline;
    background: url(/images/bullet_default.gif) left 70% no-repeat;
	padding: 0 0 0 0.9em;
}

/*** Content - Homepage  **************************************************/
#content { clear: both; }

#content label 
{
	margin: 0 1em 0.7em 0;
	float: right;
	display: inline;
	font-size: 85%;
}

#content .mediaItem { margin:0 0 3em 0; }

#content h3 
{
	color: #999;
	font-size: 140%;

	font-weight: bold;
}

#content h2 
{
	color: #000;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	font-size: 182%;
	font-weight: bold;
}

.headlineLarge img 
{
	float: left;
	margin: 0 1em 1.5em 0;
	display: inline;
}

.headlineLarge h2 { display: inline; }

.headlineMedium img 
{
	float: right;
	display: inline;
	margin: 0 0 1.5em 1em;
}

.headlineMedium h2 { display: inline; }


.fullBanner
{
	text-align: center;
	margin: 0 0 2em 0;
	padding: 0;
}

div.errorText 
{
	color: #f00;
	margin: 1em 0 2em; /* 1 regel marge boven, 2 regels marge onder */
}

td.errorText 
{
	color: #f00;
	margin: 1em 0 2em; /* 1 regel marge boven, 2 regels marge onder */
}

.bannerArea
{
	width: 100%;
	text-align: center;
	/*padding-left: 49px;*/
	padding-bottom: 10px;
}


/*** Mcol Boxes  ***********************************************************/

/*** WeatherBox   ***/

#mcol div#weatherBox 
{
    position:relative;
    width: 234px;
    height: 133px;
    margin: 0 0 4px 0;
}

#mcol div#weatherBox .spacer
{
	position:absolute;
    background-color: #C2E2F0;
    float: right;
    width: 14px;
    height: 131px;
    border-top: 1px solid #A5ADAD;
    border-right: 1px solid #A5ADAD;
    border-bottom: 1px solid #A5ADAD;
    right: 0px;
    top: 0px;
}

/*** SearchBox   ***/
#mcol div.searchBox { background: none; }

/*** DigitaleEditieBox   ***/
#mcol #digitaleEditie a:link { text-decoration: underline; }
#mcol #digitaleEditie a:hover { text-decoration: none; }

/*** ActueleDossiersBox   ***/

/*** AanbiedingenBox   ***/

/*** NieuwsAlertsBox   ***/

/*** KidsBox   ***/


/*** mcol (Middle Column)  **************************************************/
#mcol #topBlock
{
	background-color:#B0D8D7;
	height: 21px;
}

#mcol { color: #999; }

#mcol div 
{
    background: #f1f1f1;
    margin: 0 0 1.4em;
}

#mcol #mcolArtikelOpties, #mcol #mcolOverig { background: #FFF; }

#mcol .mcolRelated
{
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#mcol div#mcolTagcloud,
#mcol div#bannerCenter
{
	border: none;
	background: none;
}

#mcol div#mcolTagcloud
{
	height: 234px;
	width: 234px;
}


/*** Article **************************************************/
#articlemediaoverview-tpl #content .link a
{
	text-decoration: none;	
	float: right;
	color: #999;
}

#articledetail-tpl #content a:link,
#articledetail-tpl #content a:visited
{
text-decoration: underline;
}

#articledetail-tpl #content a:hover {
text-decoration: none;
color: #00519e;
}

/*** Maintenance Tools  **************************************************/
#mcol .mTools { color: red; }

#mcol h3 
{
    color: #00519e;
    font-weight:bold;
    margin: 0 0 0.1em;
    padding: 0.35em 0 0 0.5em;
    font-size: 140%;
}

#mcol h3 span { color: red; }

#mcol p 
{
    margin: 0 0.7em 0 1.65em;
	padding: 0 0 1em;
}

#mcol ul 
{
    margin: 0 0.75em 0 1.5em;
	padding: 0 0 1em;
}

#mcol li { margin: 0; }

#mcol a, #mcol a:visited 
{
	background: none;
	margin: 0;
	padding: 0;
}

#mcol li a, #mcol li a:visited 
{
    color: #00519e;
	background: url(/images/bullet_default.gif) left 70% no-repeat;
	padding: 0 0 0 1em;
}

#mcol div.topBanner 
{
	background: none;
	margin: 0 0 1.1em 0;
}

#mcol h3 img
{
	display: inline;
	vertical-align: middle;
	margin: 0 0.5em 0 0em;
}

/*** rcol (Right Column)  **************************************************/
#rcol h1
{
	color: #00519e;
	font-size: 140%;
}

#rcol h3 
{
	font-size: 85%;
	margin: 0 0 2.5em;
	font-weight: bold;
	float: right;
	display: inline;
}

#rcol h4 
{
	font-size: 78%;
	font-weight: bold;
}

#rcol a, #rcol a:visited 
{
	color: #00519e;
	font-size: 78%;
	float: right;
	display: inline;
	background: none;
	text-decoration: underline;
	line-height: 1.5em;
}

#rcol a:hover { text-decoration: none; }


#loggedIn {
    height:20em;
    padding:0;
    margin: 0 0 12px;
    text-align:right;
}

#loggedIn  #text_size { padding: 6em 0 0 0; }

/*** Footer **************************************************/
#trackbacklink { display: none; }

#footer 
{
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #CCC;
	padding: 0.54em 0;
	margin: 1em 0 0.5em 0;
	font-size: 85%;
	color: #999;
}

#footer a, #footer a:visited 
{
	background: none;
	padding: 0 0.63em 0 0.81em;
	color: #999;
}

#footer a:hover 
{
	text-decoration: none;
	color: #00519e;
}

#footer span 
{
	color: #00519e;
	margin-right: 1.18em;
}

#footer div { margin: 0 1.1em 0 0; }
#footer img { margin: 0 0.2em -0.2em 0; }

#loginErrors 
{
	margin: 0;
	padding: 0;
}


/****************** LIGHTBOX **************************************/
#lightbox
{	
	position: absolute;	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}

#lightbox img
{ 
	width: auto; 
	height: auto;
}

#lightbox a img { border: none; }

#outerImageContainer
{ 
	position: relative; 
	background-color: #FFF; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
}


#imageContainer { padding: 10px; }

#loading
{ 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}

#hoverNav
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
}

#imageContainer>#hoverNav { left: 0; }
#hoverNav a { outline: none; }

#prevLink, #nextLink
{ 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block; 
}

#prevLink 
{ 
	left: 0; 

	float: left; 
	display: inline;
}

#nextLink 
{ 


	right: 0; 
	float: right; 
	display: inline;
}

#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer
{ 
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #FFF; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%;
}

#imageData
{	
	padding:0 10px; 
	color: #666; 
}

#imageData #imageDetails
{ 
	width: 70%; 
	float: left; 
	text-align: left; 
}
	
#imageData #caption { font-weight: bold; }

#imageData #numberDisplay
{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			

#imageData #bottomNavClose
{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none; 
	display: inline;
}	 	

#overlay
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90;
	width: 100%; 
	height: 500px; 
	background-color: #000;
}

/****************** SITEMAP **************************************/
#siteMap ul, #siteMap li { font-size: 100%; }

#siteMap li a 
{
	background: url(/images/bullet_default.gif) left 70% no-repeat;
	color: #999;
	text-decoration: none;
	padding: 0 0 0 0.9em;
}

#siteMap li a:hover { text-decoration: underline; }
#siteMap ul { margin: 0 0 0 3.5em; }

/*******************************EVENTS REACTIONS**************************/
#addReactionBox
{
	display: block; 
	padding: 10px; 
	border: 1px solid black;
}

#reactionsForm textarea 
{ 
	border:1px solid #00519E;
	color:#00519E;
	margin:0.2em 0 0.1em;
	padding:0.2em 0 0.2em 0.3em;
	width:545px;	
}

#addPhotoBox
{
	padding: 10px; 
	border: 1px solid black;
}

.itemReactions h4
{
	color:#999;
	font-size:85%;
}

.itemReactions h4 strong { color: #000; }

/*********************************pagina navigatie****************************/
.paginate 
{
	margin: 0pt;
	padding: 0pt 0pt 10px 10px;
	text-align: center;
}

.paginate ul, .paginate li 
{
	display: inline;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

li 
{
	list-style-image: none;
	list-style-position: outside;
}

.paginate a.current:link, .paginate a.current:visited, .paginate a:hover, .paginate a.arrow1:hover, .paginate a.arrow2:hover 
{
	background: #000 none repeat scroll 0% 0%;
	color: #FFF;
}

.paginate a:link, .paginate a:visited 
{
	background: #CCC none repeat scroll 0% 0%;
	color: #000;
	font-weight: normal;
	margin: 0pt;
	padding: 1px 7px 4px;
	text-decoration: none;
}


#content ul.paginate 
{
	margin: 0pt;
	padding: 0pt 0pt 10px 10px;
	text-align: center;
	list-style-type: none;
}

#content ul.paginate li
{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
	list-style-position: outside;
	list-style-image: none;
}

#default-tpl #content ul.paginate li a.current:link,
#default-tpl #content ul.paginate li a.current:visited,
#default-tpl #content ul.paginate li a:hover,
#default-tpl #content ul.paginate li a.arrow1:hover,
#default-tpl #content ul.paginate li a.arrow2:hover
{
	background: #000000 none repeat scroll 0 0;
	color: #FFFFFF;
}

#default-tpl #content ul.paginate li a:link, #default-tpl #content ul.paginate li a:visited {
	background: #CCCCCC none repeat scroll 0 0;
	color: #000000;
	font-weight: normal;
	margin: 0;
	padding: 1px 7px 4px;
	text-decoration: none;
}

#extendedsearch{
	width: 565px;
	margin: 3px;
}

/***********************DOSSIERS*********************************************/
#dossierRelated{
	float: right;
	width: 197px; 
	margin: 5px 0 10px 10px;
	/*background-color: #f1f1f1;*/
}

#dossierRelated div.dossier_content {
	background-color: #f1f1f1;
}


#dossierRelated #dossierPhoto {
	text-align: center;
}

#dossierRelated a img {
	border: 0;
	padding: 5px 0 0;
}

#dossierRelated li{
	margin: 0 5px;
}

#dossierRelated h4,
#dossierRelated h4 a{
	border-top: 1px solid #999;
	font-weight: bold;
	color: #00519E;	
	font-size: 100%;
	margin: 10px 5px;
	padding: 10px 0;
}

#dossierRelated h4.first,
#dossierRelated h4.first a {
	border: 0;
	border-bottom: 1px solid #999;
	margin-top: 0;
}

#dossierRelated li a:link,
#dossierRelated li a:visited {
	color: #000;
}

#content #dossiersLeft { width:50%; float:left; }
#content #dossiersRight { width:50%; float:left; }

.headlineSmall a strong{
	color: #000000;
}
.headlineSmall .dossierDate,
.kerknieuwsDate 
{
	display: inline;
	color:#999999;
	font-size:85%;
	margin:-0.3em 0pt 0em;
}

/********************* KERKNIEUWS **************************************/
#mcol #kerkNieuws{
	background: url(/images/bg_kerknieuws.jpg) left bottom no-repeat;
}

#mcol #kerkNieuws h3{
	color: #FFF;
}

#mcol #kerkNieuws li a.current {
	text-decoration: underline;
}

#mcol #kerkNieuws li a, #mcol #kerkNieuws li a:visited {
	color: #FFF;
	background: url(/images/bullet_white.gif) left 70% no-repeat;
}

/********************* PHOTO PAGE **************************************/
#gallery {
padding-bottom: 30px;
}
#gallery li{
	float: left;
	margin: 0 3px 3px;
}

#gallery li a img {
	margin: 0;
	padding: 0;
	border: 2px solid #fff;
}

#gallery li a:hover img {

	border: 2px solid #000;
}

/*************************SPACER is being used instead of the initial banner that was in the design*******************/
.spacer
{
	height: 60px;
	width: 100%;
	color: #fff;
}

/*************** CALENDAR DATE SELECTOR ********************************/

.calendar_date_select {
  color:white;
  border:#777 1px solid;
  display:block;
  width:195px;
  z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window.  This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
  position: absolute;
  z-index: 999;
}

.calendar_date_select thead th {
  font-weight:bold;
  background-color: #aaa;
  border-top:1px solid #777;
  border-bottom:1px solid #777;
  color: white !important;
}

.calendar_date_select .cds_buttons {
  text-align:center;
  padding:5px 0px;
  background-color: #555;
}

.calendar_date_select .cds_footer {
  background-color: #999;
  padding:3px;
  font-size:12px;
  text-align:center;
}

.calendar_date_select table {
  margin: 0px;
  padding: 0px;
}


.calendar_date_select .cds_header {
  background-color: #ccc;
  border-bottom: 2px solid #aaa;
  text-align:center;
}

.calendar_date_select .cds_header span {
  font-size:15px;
  color: black;
  font-weight: bold;
}

.calendar_date_select select { font-size:11px;}

.calendar_date_select .cds_header a:hover {
  color: white;
}
.calendar_date_select .cds_header a {
  width:22px;
  height:20px;
  text-decoration: none;
  font-size:14px;
  color:black !important;
}

.calendar_date_select .cds_header a.prev {
  float:left;
}
.calendar_date_select .cds_header a.next {
  float:right;
}

.calendar_date_select .cds_header a.close {
  float:right;
  display:none;
}

.calendar_date_select .cds_header select.month {
  width:90px;
}

.calendar_date_select .cds_header select.year {
  width:61px;
}
.calendar_date_select .cds_buttons a {
  color: white;
  font-size: 9px;
}

.calendar_date_select td {
  font-size:12px;
  width: 24px;
  height: 21px;
  text-align:center;
  vertical-align: middle;
  background-color: #fff;
}
.calendar_date_select td.weekend {
  background-color: #eee;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}

.calendar_date_select td div {
  color: #000;
}
.calendar_date_select td div.other {
  color: #ccc;
}
.calendar_date_select td.selected div {
  color:white;
}

.calendar_date_select tbody td {
  border-bottom: 1px solid #ddd;

}
.calendar_date_select td.selected {
  background-color:#777;
}

.calendar_date_select td:hover {
  background-color:#ccc;
}

.calendar_date_select td.today {
  border: 1px dashed #999;
}

.calendar_date_select td.disabled div {
  color: #e6e6e6;
}

.fieldWithErrors .calendar_date_select {
  border: 2px solid red;
}

#content h1 
{
	background: #F1F1F1;
	padding: 5px;
	margin: 0 0 10px 0;
}

#content h1 a, #content h1 a:link, #content h1 a:visited
{
	background:transparent url(/images/bullet_default.gif) no-repeat scroll left 70%;
	margin:0pt 0pt 0pt 0.3em;
	padding:0pt 0pt 0pt 0.7em;
	text-decoration:none;
	color: #00519E;
}

#content h1 a:hover
{
	text-decoration: underline;
}

#content ol, #content ol li {
list-style-type: decimal;
}
#content ul, #content ul li {
list-style-type: disc;
}
#content ol li, #content ul li {
margin-left: 26px;
list-style-image: inherit;
}
body#kerknieuwsoverview-tpl    .genootschap,
body#kerknieuws-tpl .genootschap,
body#kerknieuwszoekresultaten-tpl .genootschap
{
    background-color:#F1F1F1;
    font-weight:bold;
    margin-bottom:1em;
}

body#kerknieuwsoverview-tpl    .genootschapcategory,
body#kerknieuws-tpl .genootschapcategory,
body#kerknieuwszoekresultaten-tpl .genootschapcategory
{
    font-weight:bold;
    margin-bottom:1em;
}
body#kerknieuwsoverview-tpl    span#kerknieuws_zoeken,
body#kerknieuws-tpl span#kerknieuws_zoeken,
body#kerknieuwszoekresultaten-tpl span#kerknieuws_zoeken
{
    width:4em;
    float:right;
} 
body#dossiermediaoverview-tpl #content ol,
body#dossiermediaoverview-tpl #content ol li,
body#dossiermediaoverview-tpl #content ul,
body#dossiermediaoverview-tpl #content ul li,
body#articlemediaoverview-tpl #content ul,
body#articlemediaoverview-tpl #content ul li,
#overige ul,
#overige ul li,
#dossiersRight ul,
#dossiersRight ul li,
#dossiersLeft ul,
#dossiersLeft ul li {
list-style-type: none;
margin-left: 0;
}
#siteMap ul,
#siteMap ul li {
list-style-type: none;
}
#dossierRelated ul,
#dossierRelated ul li {
list-style-type: none;
margin-left: 5px;
}

#mcol #sponsored_links
{
	padding: 0; 
	margin: 0;
	background: none; 
}

/*********************************POLL******************************************/
#poll
{
	/*padding: 3px 0 3px 10px;*/
	padding-bottom: 3px;
	color: #00519E;	
}

#poll .title
{
	padding-left: 17px;
	color: #00519E;	
	/*padding: 0 0 5px 0;*/
	font-size: 85%;
}

#poll .bar_green
{
	background: #00519e; /*#c7ea80; */
	border-right: 1px solid #fff; 
	margin-bottom: 2px;
	height: 11px;
	vertical-align: bottom;
}
	
#poll .bar_grey
{
	background: #ccc; 
	margin-bottom: 2px;
	height: 11px;
	vertical-align: bottom;
}

#innerPoll { padding-left: 17px; font-size: 85%; }

#innerPoll label 
{
   display:block;
   font-size: 85%;
}

#innerPoll br
{
	clear: both;	
}
#innerPoll input 
{
   display: block;
   float: left;
   margin-left: 0;
   padding-left: 0;
   /*width: 20px; */
}
#innerPoll input.button
{
    width: auto;
    clear: left;
    float: none;
    margin-top: 3px;
    font-size: 93%;
    padding: 0.1em 0.3em 0.2em 0.3em
}

#innerPoll a
{
	font-weight: bold;
	color: #00519E;	
}

/***********DOSSIER FOTO PAGES********************/
#content .media_link
{
	float: right;
	margin-bottom: 10px;
}
#content .media_link a
{ 
	color:#999999;
	text-decoration: none;
}	
#content .media_link a:hover
{
	color:#00519E;
	text-decoration:none;
}

/******************ACCORDION********************************************/

#mcol div.accordion div.accordion-toggle 
{
  	background: #999999 url('/images/accordion-inactive.jpg') 0 0 no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	margin-bottom:1px;
	position:relative;
	z-index:10;
	padding: 0 0 0 10px;
}

#mcol div.accordion div.accordion-toggle-active
{ 
	background: #999999 url('/images/accordion-active.jpg') 0 0 no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	margin-bottom:1px;
	position:relative;
	z-index:10;
	padding: 0 0 0 10px;
}

#mcol div.accordion .accordion-content
{
	overflow:hidden;
	padding:0px;	
	margin: 0px;
}

/*** homeLink**************************************************/

a.homeLink,
a.homeLink:visited
{
    font-size: 85%;
    color: #999999;
    position:absolute;
    /*position1
	top: 4px;
	position2*/
	top: 77px;
	/*position3
	top: 230px;
	margin-left: 464px;*/

}

a.homeLink:hover
{
	color: red;
}

/*** news ticker **********************************************/

.tickercontainer
{
    border-bottom: 1px solid #999;
    width: 570px; 
    height: 21px; 
    margin: 0 0 7px 0; 
    padding: 0 0 7px 0; /** Zorgt voor zelfde uitlijning als zoekbox **/
    overflow: hidden; 
}
.tickercontainer .mask {
    position: relative;
    /*left: 5px; /*Zorgt dat het begin van tickerbox uitgelijnd is met artikelen */
    top: 8px;
    width: 560px;
    height: 21px;
    overflow: hidden;
    margin-left: -10px;/*Zorgt dat het begin van tickerbox uitgelijnd is met artikelen */
}
ul.newsticker {
    position: relative;
    left: 570px;
    font: bold 77% Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 570px;
}
ul.newsticker li {
    float: left;
    margin: 0;
    padding: 0;
}
ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #999999;
    font: bold 100% Verdana;
    margin: 0 10px 0 0;
} 
ul.newsticker a.breakingNews {
    color: #ff0000;
}
ul.newsticker span {
    margin: 0 10px 0 0;
} 
ul#tickerHeader li{
    display: none;
}

/*********PDF ARCHIEF***********/
#sales table.date_select
{
	width: 250px;
	border-spacing: 0px;
}

#sales table.date_select .button
{
	height: 18px;
	margin: 2px 0 0 0;
	width: 40px;
}

#default-tpl #content #sales .download_button
{
    background: none;
    background-color: #00519E;
    color: #fff;
    border: 1px solid #999999;
    margin: 3px 5px 3px 0px;
    padding: 3px 15px;
    text-decoration: none;   
}
/********************************/

#ndtimer
{
	position: absolute;
/*	top: 235px;*/
	font-size: 9px;
	top: 100px;
	width: 136px;
}

.addsense_search
{
	margin: 0 0 20px 0;
	text-align: center;
}

.addsense_dossier
{
	float: right;
	height: 600px;
	margin: 10px 16px 0 0;
}

#articledetail-tpl #content a.dossierLink, a:link, a:visited  {
    color: #000;
    text-decoration: none;
}

#articledetail-tpl #content a.dossierLink:hover 
{
    color: #00519e;
    text-decoration: none;
}

/*** Article **************************************************/

#content p.date {
	color: #999999;
	font-size: 85%;
	margin: -0.3em 0 0em;
}

#content .rate
{
	color:#00519E;	
}


#content p.introHeader {
	color: #999999;
	font-size: 85%;
}

#content .intro {
	font-weight:bold;
	line-height: 140%;
	font-size: 85%;
}

#content .intro p {
	font-size: 100%;
}

#content .intro p em
{
	font-weight: bold;
}

#articleDetail{
	margin: -0.45em 0 0;
}

#imageBox img { display:block; }

#imageBox{
	float: right;
	margin: 0 0 0 1em;
	width: 66.7%;
}

#imageBox ul{
	background-color: #F1F1F1;
	float: left;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
}

#imageBox ul li {
	display: inline;
	font-size: 77%; /*83%;*/
}

#imageBox ul li a, #imageBox ul li a:visited {
	background-color: #ccc;
	border-right: 1px solid white;
	color: black;
	font-size: 90%;
	font-weight: bold;
	margin: 0pt;
	padding: 0pt 6px 1px 5px;
	text-decoration: none !important;
	float: left;
}
#imageBox ul li.activeItem a, 
#imageBox ul li.activeItem a:visited {
	background-color: #00519E;
	color: white;
}
#imageBox ul li.activeItem a:hover {
	color: white;
}

#imageBox #toggleContainer {
	/*width: 380px;
	height: 285px;*/
	margin-bottom: 10px;
}

#imageBox ul p {
	display: inline;
	font-size: 69%;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	text-align: center;
}

#imageBox p
{
	font-size:85%;
	line-height:1.5em;
	margin: 0pt 0pt 0em;
}

#imageBox span {
	font-size: 85%;
	color: #999;
}
#imageBox span p {
	padding-top: 1em !important;
}

#imageBox hr{
	/*margin: 1em 0 ;*/
	line-height: 0em;
	font-size: 0;
	margin: 5px 0;
}

#imageBox ul li.moremedia
{
	float: right;
}
#imageBox ul li.moremedia a
{
	background-color: #F1F1F1;
}

/*** Reactions **************************************************/

#content h4, #content h5 {
	font-size: 100%; /*85%;*/
	color: #000; /*#999999;*/
}
#content h5 {
	font-size: 85%;
	font-weight: bold;
}

#content h4 strong, #content h5 strong {
	color: #000;
}

#content .itemReactions{
	margin:0 0 1em 0;
}

#content #reactionsForm{
	margin: 0 0 2em 0;
}

#content #reactionsView #switchReactions{
	color: #999999;
	text-align: center;
}

/*** homeLink**************************************************/

a.homeLink,
a.homeLink:visited
{
    font-size: 85%;
    color: #999999;
    position:absolute;
    /*position1
	top: 4px;
	position2*/
	top: 77px;
	/*position3
	top: 230px;
	margin-left: 464px;*/
}

a.homeLink:hover
{
    color: red;
}

/***************************article detail tools*********************/

div#article_tools
{
    width: 100%;
}

div#article_tools div.comment
{
    background: transparent url(/images/icons1.gif) no-repeat scroll 0px -152px;
    padding: 10px 0 10px 0;
    float: left;
}

div#article_tools div.printArticle
{
    background:transparent url(/images/icons1.gif) no-repeat scroll 0px 8px;
    padding: 10px 0 10px 0;
    margin-right: 3px;
    float: left;
}


#articledetail-tpl #content div#article_tools div.printArticle a
{
    padding: 0 0 10px 22px;
    color: #00519E;
    text-decoration: none;
    font-size: 85%;
}

div#article_tools div.mail
{
    background:transparent url(/images/icons1.gif) no-repeat scroll 0px -59px;
    padding: 10px 0 10px 0;
    float: left;
}

#articledetail-tpl #content div#article_tools div.mail a
{
    padding: 0 5px 10px 16px;
    color: #00519E;
    text-decoration: none;
    font-size: 85%;
}

div#article_tools div.saveaspdf
{
    background: transparent url(/images/icons1.gif) no-repeat scroll 0px -121px;
    padding: 10px 0 10px 0;
    float: left;
}

#articledetail-tpl #content div#article_tools div.saveaspdf a
{
    padding: 0 5px 10px 20px;
    color: #00519E;
    text-decoration: none;
    font-size: 85%;
}

div#article_tools div.prikpen
{
    background: transparent url(/images/icons1.gif) no-repeat scroll 0px -198px;
    padding: 10px 0 10px 0;
    float: left;
}

#articledetail-tpl #content div#article_tools div.prikpen a
{
    padding: 0 5px 10px 20px;
    color: #00519E;
    text-decoration: none;
    font-size: 85%;
}

div#article_tools div.rate
{
    background: transparent url(/images/icons1.gif) no-repeat scroll 0px -277px;
    padding: 10px 0 10px 0;
    float: left;
}

#articledetail-tpl #content div#article_tools div.rate a
{
    padding: 0 5px 10px 20px;
    color: #00519E;
    text-decoration: none;
    font-size: 85%;
}

div#article_tools div.buy
{
    background: transparent url(/images/icons1.gif) no-repeat scroll 0px -358px;
    padding: 10px 0 10px 0;
    float: left;
}

#articledetail-tpl #content div#article_tools div.buy a
{
    padding: 0 5px 10px 20px;
    color: #00519E;
    text-decoration: none;
    font-size: 85%;
}

div#article_tools div.bookmark
{
    padding: 10px 0 10px 0;
    float: left;
}

div#rate_container
{
    display: none;
}

div#rate_response
{
    height: 18px; 
    width: 100%; 
    border: 1px solid #00519E; 
    font-size: 11px; 
    color: #00519E; 
    text-align: center;
    padding-top: 2px;
}

div#adsense
{
    width: 468px; 
    height: 60px; 
    /*margin: 0 51px;
    text-align: center;*/
    float: right;
    margin: 0 0 20px 0;
}
div.addsense_250x250
{
    float:right;
    clear: right;
}
