﻿/*
 * TABLE OF CONTENTS:
 * - Browser reset
 * - HTML elements
 * - Main containers
 * - General styles   (styles that are not confined to a specific container)
 * - Form styles
 * - Page styles
 * - Hacks
 * - Print
 */


/*
 * BEGIN BROWSER RESET
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	
}
html {
	height:100%;
	overflow:-moz-scrollbars-vertical;
	overflow-x:auto
}
table {
	border:0;
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img {
	border:0
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal
}
em,cite {
	font-style:italic
}
strong {
	font-weight:bold
}
ol,ul {
	list-style:none
}
caption,th {
	text-align:left
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0
}
q:before,q:after {
	content:''
}
abbr,acronym {
	border:0
}

/*
 * END BROWSER RESET
 */






/*
 * BEGIN HTML ELEMENTS
 */

body {
	height: 100%;
}
.body { /* put any style here that should not show up in the FCK-editor (like background images) */
	background:#032f36 url(/images/bg-gradient.gif) repeat-x;
}

body,
input,
select,
textarea {
	color: #fff;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
}

input {
	background:white url(/images/searchbox_text2.png) no-repeat;
	border:none;
	height:30px;
	color:#0a5f6c;
	font-size:14px;
	line-height:30px;
	padding-left:7px;
}

a:link,
a:active,
a:visited {
	color: #f00;
}
a:hover,
a:focus {
	text-decoration: none;
}

p {
	margin: 0 0 1em 0;
}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	padding: 0 0 0 10px;
	/* background: url(/images/li-background.gif) 0 9px no-repeat; */
}

/* Paginamanagerstyles */
img[align="left"] {
	margin: 4px 10px 0 0;
}
img[align="right"] {
	margin: 4px 0 0 10px;
}

/*
 * END HTML ELEMENTS
 */
 
 /*
 * BEGIN MAIN CONTAINERS
 */

.containerMain {
	width: 960px;
	height: 700px;
	min-height: 1em;
	margin: 0 auto 0 auto;
	position: relative;
}
* html .containerMain {
	height: 1em;
	top:0px;
}

.containerMain1 {
	height: 100px;
}

#overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
	background-color:white;
	z-index:100000;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	}

	/*opacity:0.25; 
	-moz-opacity: 0.25; 
	filter: alpha(opacity=25);*/


*html #overlay {
	position:relative;
	height:100%;
	width:100%;
}

div.titleContainer {
	height:48px;
}

div.welcomeDiv,
div.welcomeColofon {
	font-family:Arial;
	font-size:14px;
	position:absolute;
	top:50%;
	left:50%;
	width:489px;
	margin-top:-244px;
	margin-left:-244px;
	z-index:100000;
}
div.welcomeColofon {
    display:none;
}
div.welcomeColofon h1 {
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
}

div.welcomeDiv div.rainbow,
div.welcomeColofon div.rainbow {
	margin-bottom:12px;
}


*html div.welcomeDiv div.rainbow,
div.welcomeColofon div.rainbow {
	overflow:hidden;
}


div.welcomeDiv div.upperDiv,
div.welcomeDiv div.lowerDiv,
div.welcomeColofon div.upperDiv,
div.welcomeColofon div.lowerDiv {
	width:489px;
}

div.welcomeDiv div.upperDiv,
div.welcomeColofon div.upperDiv {
	background:url(/images/welcome-upper.png);
	height:10px;
	padding:0;
}

*html div.welcomeDiv div.upperDiv,
*html div.welcomeColofon div.upperDiv {
	overflow:hidden;
}

div.welcomeDiv div.middleDiv,
div.welcomeColofon div.middleDiv {
	padding:7px 10px 15px 9px;
	line-height:24px;
	word-spacing:0.03em;	
	background-color:#032f36;
	margin-top:-1px;
}

*html div.welcomeDiv div.middleDiv,
*html div.welcomeColofon div.middleDiv {
	padding:0px 1px 15px 8px;
}

@media only screen and (device-width: 768px) {
	div.welcomeDiv div.upperDiv,
	div.welcomeDiv div.lowerDiv,
	div.welcomeColofon div.upperDiv,
	div.welcomeColofon div.lowerDiv {
		display:none;
	}
	
	div.welcomeDiv div.middleDiv,
	div.welcomeColofon div.middleDiv {
		padding:17px 10px 25px 9px;
		border-radius:9px;
	}
}


div.welcomeColofon div.middleDiv a:link,
div.welcomeColofon div.middleDiv a:active,
div.welcomeColofon div.middleDiv a:visited,
div.welcomeColofon div.middleDiv a:hover,
div.welcomeColofon div.middleDiv a:focus {
    color:#fff;
    text-decoration:none;
	cursor:pointer;
}
div.welcomeColofon div.middleDiv a:link.link,
div.welcomeColofon div.middleDiv a:active.link,
div.welcomeColofon div.middleDiv a:visited.link,
div.welcomeColofon div.middleDiv a:hover.link,
div.welcomeColofon div.middleDiv a:focus.link {
    text-decoration: underline;
}

div.welcomeDiv div.middleDiv div.okgaverder {
	/*background:url(/images/okgaverder.png);*/
	height:30px;
	width:auto;
	margin-left:160px;
	margin-top:25px;
	cursor:pointer;
	line-height:30px;
}
div.welcomeColofon div.middleDiv div.okgaverder {
	height:30px;
	width:auto;
	margin-left:200px;
	margin-top:25px;
	cursor:pointer;
	line-height:30px;
}

div.welcomeDiv div.middleDiv div.okgaverder span.btn-left,
div.welcomeColofon div.middleDiv div.okgaverder span.btn-left {
	display:block;
	float:left;
	background:url(/images/btn-welcome-left.png);
	width:9px;
	height:30px;
	
}

div.welcomeDiv div.middleDiv div.okgaverder span.btn-middle,
div.welcomeColofon div.middleDiv div.okgaverder span.btn-middle {
	display:block;
	float:left;
	height:30px;
	background-color:#ff6633;
	font-weight:bold;
	border-right:2px solid #ff6633;
}

div.welcomeDiv div.middleDiv div.okgaverder span.btn-right,
div.welcomeColofon div.middleDiv div.okgaverder span.btn-right {
	display:block;
	float:left;
	background:url(/images/btn-welcome-right.png);
	width:9px;
	height:30px;
}

@media only screen and (device-width: 768px) {
	div.welcomeDiv div.middleDiv div.okgaverder span.btn-middle,
	div.welcomeColofon div.middleDiv div.okgaverder span.btn-middle {
		padding:0 9px;
		border-radius:9px;
	}
	
	div.welcomeDiv div.middleDiv div.okgaverder span.btn-left,
	div.welcomeColofon div.middleDiv div.okgaverder span.btn-left {
		display:none;
	}

	div.welcomeDiv div.middleDiv div.okgaverder span.btn-right,
	div.welcomeColofon div.middleDiv div.okgaverder span.btn-right {
		display:none;
	}
}

div.welcomeDiv div.lowerDiv,
div.welcomeColofon div.lowerDiv {
	background:url(/images/welcome-lower.png);
	height:10px;
}

*html div.welcomeDiv div.lowerDiv,
*html div.welcomeColofon div.lowerDiv {
	overflow:hidden;
}

div.helpFunctie {
	display:none;
	top:30%;
	margin-top:-100px;
}

 div.helpFunctie h1.happening  {
	display:block;
	font-size:18px;
	font-weight:bold;
	margin-top:-5px;
	width:370px;
	word-spacing:-0.05em;
 }





a.headerTitle {
	display:block;
	background:url(/images/headertitle.png) no-repeat;
	height:28px;
	width:334px;
	position:absolute;
	top:17px;
	left:20px;
	
} 

div.headerThemepics {
    position:absolute;
    height:120px;
    left:20px;
}


div.footer {
	margin-left:20px;
	width:920px;
}

div.timelineContainer {
	position:absolute;
	z-index: 1000;
	top:179px;
	height:261px;
	left:0px;
	width:100%;
}
* html div.timelineContainer {
	top:179px;
	z-index:1

}

div.timeline {
	position: relative;
	margin: 0 30px 0px 30px !important;
	height: 200px;
	overflow: hidden;
	height:250px;	
}

*html div.timeline {
	width:1200px;
}

div.timelineLower 
{
    position:relative;
    top:380px;
	width:920px;
	margin-left:20px;
	background:url(/images/rainbow.png) no-repeat;
	height:10px;
	border-top:1px solid white;
}

*html div.timelineLower {
	margin-top:258px;
}

div.navBar {
	width:920px;
	position:absolute;
	top:441px;
	left:170px;
	z-index:10000;
	height:88px;
	background:url(/images/navbar.png) no-repeat;
}

*html div.navBar {
	z-index:1;

}

*html div.navBar {
	top:444px;
}

div.navBar div.innerNavBar {
	padding-top:4px;
	height:84px;
	position: relative;
}

*html div.navBar div.innerNavBar {
	z-index:1000

}

div.navBar div.navTextSearch {
	float:left;
	width:185px;
	padding-left:9px;
}

div.navBar div.navTextSearch * {
	float:left;
}

div.navBar div.navThemeSearch {
	float:left;
	width:206px;
	margin-left:1px;
}

div.navTextSearch input {
	width:147px;
	border-right:1px solid #0a5f6c;
	text-decoration:underline;
	float:left;
	padding-top:7px;
	height:23px;
}

div.navThemeSearch input {
	float:left;
	width:171px;
	height:23px;
	padding-left:8px;
	padding-right:5px;
	padding-top:7px;
}

div.navThemeSearch div.themeDIV {
	position:relative;
	float:left;
	width:206px;
	height:30px;
	color:#0a5f6c;
	font-size:14px;
	line-height:30px;
	word-spacing:-1px;
	background:url(/images/searchbox_textFLAT.png) no-repeat;
	cursor:pointer;
}
div.navThemeSearch div.themeDIV ul.themeUL {
	position: absolute;
	top: 0;
	height:30px;
	overflow:hidden;
}

div.navThemeSearch div.themeDIV ul.themeULSelected {
	height:auto;
	position: absolute;
	top: auto;
	bottom: 0;
	margin-top:0px;
	background:url(/images/searchbox_text.png) no-repeat;
}

div.navThemeSearch div.themeDIV ul.themeUL li {
	visibility: hidden;
	width:186px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.navThemeSearch div.themeDIV ul.themeUL li a.themeLink{
	text-decoration:none;
	color:#0a5f6c;
}

div.navThemeSearch div.themeDIV ul.themeUL li.selected {
	visibility: visible;
}


/*div.navThemeSearch div.themeDIV ul.themeUL li#bovenste {
	background:white url(/images/searchbox_text.png) no-repeat;
}*/

div.navThemeSearch div.themeDIV ul.themeULSelected li {
	visibility: visible;
}

div.navThemeSearch div.themeDIV ul.themeUL li.hover {
	cursor:pointer;
	background: #117b8b;
	color:white;
}

div.navThemeSearch div.themeDIV div.themeDropDown {
	cursor:pointer;
	position: relative;
	z-index: 1000;
	float:right;
	border:none;
	width:25px;
	height:30px;
	background-image:url(/images/searchbox_themebutton.png);
}


*:first-child+html div.navTextSearch input {
	height:30px;
	padding:0px 0px 0px 7px;
	line-height:30px;
}

* html div.navTextSearch input {
	height:30px;
	padding:0px 0px 0px 7px;
	line-height:30px;
}


div.navTextSearch input.submit {
	background-image:url(/images/searchbox_textbutton.png);
	border:none;
	width:30px;
	height:30px;
	cursor:pointer;
}

/* btn logout */
.btnLogOut {
    border-style: none;
    background: none transparent;
}

div.footer {
	position:absolute;
	top:529px;
	
}
/*
div.footer a.logoLeft {
	display:block;
	float:left;
	width:273px;
	height:43px;
	margin-top:6px;
	background:url(/images/logo_left.png);
}
*/
div.footer a.logoLeft {
	display:block;
	float:left;
	height:43px;
	width:43px;
	margin-top:6px;
	background:url(/images/logo_left.png);
}

div.footer a.logoLeft2 {
	display:block;
	float:left;
	height:36px;
	width:99px;
	margin-top:7px;
	background:url(/images/logo_left2.gif);
}
div.footer a.logoLeft3 {
	display:block;
	float:left;
	height:36px;
	width:119px;
	margin-top:7px;
	background:url(/images/logo_left3.png) no-repeat;
}
div.footer div.logoText {
    line-height:43px;
    float:left;
    margin:6px 5px 0px 3px;
    font-size:10px;
}
div.footer div.colofonText {
    line-height:43px;
    float:right;
    margin:6px 5px 0px 3px;
    font-size:10px;
}
div.footer div.logoText a:link,
div.footer div.logoText a:active,
div.footer div.logoText a:hover,
div.footer div.logoText a:visited,
div.footer div.colofonText a:link,
div.footer div.colofonText a:active,
div.footer div.colofonText a:hover,
div.footer div.colofonText a:visited {
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}

div.footer a.help {
	display:block;
	background:url(/images/help.png);
	width:60px;
	height:22px;
	float:right;
	margin-right:39px;
	margin-top:15px;
}

*html div.footer a.help {
	margin-right:19px;
	cursor:pointer;
}

*html div.footer a.help:hover {
	cursor:pointer;
}

div.navBar div.navPeriodSearch {
	float:left;
	width:510px;
}


*html div.navBar div.navPeriodSearch {
	float:left;
	width:513px;
}

div.navBar div.navPeriodSearch a {
	display:block;
	float:left;
	height:45px;
	width:45px;
	cursor:pointer;
}

div.navBar div.navPeriodSearch a.period1 {
	background:url(/images/periods.png) 0 0 no-repeat;
}
div.navBar div.navPeriodSearch a.period2 {
	background:url(/images/periods.png) -45px 0 no-repeat;
}
div.navBar div.navPeriodSearch a.period3 {
	background:url(/images/periods.png) -90px 0 no-repeat;
}
div.navBar div.navPeriodSearch a.period4 {
	background:url(/images/periods.png) -135px 0 no-repeat;
}
div.navBar div.navPeriodSearch a.period5 {
	background:url(/images/periods.png) -180px 0 no-repeat;
}
div.navBar div.navPeriodSearch a.period6 {
	background:url(/images/periods.png) -225px 0 no-repeat;
}
div.navBar div.navPeriodSearch a.period7 {
	background:url(/images/periods.png) -270px 0 no-repeat;
}
div.navBar div.navPeriodSearch a.period8 {
	background:url(/images/periods.png) -315px 0 no-repeat;
}
div.navBar div.navPeriodSearch a.period9 {
	background:url(/images/periods.png) -360px 0 no-repeat;
}
div.navBar div.navPeriodSearch a.period10 {
	background:url(/images/periods.png) -405px 0 no-repeat;
}
div.navBar div.navPeriodSearch a.period11 {
	background:url(/images/periods.png) -450px 0 no-repeat;
}

a.navPrevious {
	display:block;
	width:39px;
	height:38px;
	background:url(/images/nav_previous.png);
	position:absolute;
	z-index:10000;
	top:285px;
	left:10px;
	cursor:pointer;
}

a.navNext {
	display:block;
	width:39px;
	height:38px;
	background:url(/images/nav_next.png);
	position:absolute;
	z-index:10000;
	top:285px;
	right:10px;
	cursor:pointer;
}


span.navHeader {
	font-weight:bold;
	font-size:13px;
	display:block;
	word-spacing:2px;
}

span.periodsearch {
	margin-bottom:6px;
	margin-left:2px;
}

span.textsearch {
	margin-bottom:6px;
}

span.shadeOverlay span.content {
	display:block;
	margin-left:10px;
	padding-top:10px;
	
}

span.shadeOverlay span.logo {
	float:left;
	display:block;
	width:50px;
	height:50px;
	background:url(/images/thumb-theme5.png);
	margin-right:10px;
	
}

span.shadeOverlay span.logo1 {
	background:url(/images/thumb-theme1.png);
}
span.shadeOverlay span.logo2 {
	background:url(/images/thumb-theme2.png);
}
span.shadeOverlay span.logo3 {
	background:url(/images/thumb-theme3.png);
}
span.shadeOverlay span.logo4 {
	background:url(/images/thumb-theme4.png);
}
span.shadeOverlay span.logo5 {
	background:url(/images/thumb-theme5.png);
}
span.shadeOverlay span.logo6 {
	background:url(/images/thumb-theme6.png);
}
span.shadeOverlay span.logo7 {
	background:url(/images/thumb-theme7.png);
}
span.shadeOverlay span.logo8 {
	background:url(/images/thumb-theme8.png);
}
span.shadeOverlay span.logo9 {
	background:url(/images/thumb-theme9.png);
}
span.shadeOverlay span.logo10 {
	background:url(/images/thumb-theme10.png);
}
span.shadeOverlay span.logo11 {
	background:url(/images/thumb-theme11.png);
}

span.shadeOverlay span.periodName {
	font-family:Georgia,serif;
	display:block;
	font-size:24px;
	line-height:24px;
	color:white;
	width:auto;
	position:relative;
	top:7px;
}

span.shadeOverlay span.periodYears {
	display:block;
	font-size:14px;
	color:white;
	width:auto;
	position:relative;
	top:7px;
	padding-left:60px;
}



 
 
 
 /* EINDE PICBIG */
 
 div#bigPicContainerDiv table#bicpicContainer td.picupperleft,
 div#bigPicContainerDiv table#bicpicContainer td.picupperright,
 div#bigPicContainerDiv table#bicpicContainer td.piclowerleft,
 div#bigPicContainerDiv table#bicpicContainer td.piclowerright 
 {
    padding-left:9px;
 	width:9px;
	height:10px;
	border:none;
}

div#bigPicContainerDiv table#bicpicContainer td.picupperleft {
	background:url(/images/period-pop-upperleft.png);
}

div#bigPicContainerDiv table#bicpicContainer td.picupperright {
	background:url(/images/period-pop-upperright.png);
}

div#bigPicContainerDiv table#bicpicContainer td.piclowerleft {
	background:url(/images/period-pop-lowerleft.png);
}

div#bigPicContainerDiv table#bicpicContainer td.piclowerright {
	background:url(/images/period-pop-lowerright.png);
}

div#bigPicContainerDiv table#bicpicContainer td.picmiddleleft {
	background:#032f36;
}

div#bigPicContainerDiv table#bicpicContainer td.picmiddleright {
	background:#032f36;
}

div#bigPicContainerDiv table#bicpicContainer td.picuppermiddle {
	background:#032f36;
}

div#bigPicContainerDiv table#bicpicContainer td.piclowermiddle {
	background:#032f36;
}

div#bigPicContainerDiv table#bicpicContainer td.picmiddlecontent {
	background:#032f36;
	color:#1db1c7;
	height:0px;
	font-size:14px;
	font-weight:bold;
}

/* EINDE PICBIG */


 /* BEGIN Custom Tooltip + Table */
 
 table.tooltipTable td.upperleft,
 table.tooltipTable td.upperright,
 table.tooltipTable td.lowerleft,
 table.tooltipTable td.lowerright {
 	width:8px;
	height:10px;
	border:none;
}

*:first-child+html table.tooltipTable td.upperleft,
*:first-child+html table.tooltipTable td.upperright,
*:first-child+html table.tooltipTable td.lowerleft,
*:first-child+html table.tooltipTable td.lowerright {
 	width:9px;
	height:10px;
	border:none;
}


table.tooltipTable td.upperleft {
	background:url(/images/period-pop-upperleft.png);
}

table.tooltipTable td.upperright {
	background:url(/images/period-pop-upperright.png);
}

table.tooltipTable td.lowerleft {
	background:url(/images/period-pop-lowerleft.png);
}

table.tooltipTable td.lowerright {
	background:url(/images/period-pop-lowerright.png);
}

table.tooltipTable td.middleleft {
	background:#032f36;
}

table.tooltipTable td.middleright {
	background:#032f36;
}

table.tooltipTable td.uppermiddle {
	background:#032f36;
}

table.tooltipTable td.lowermiddle {
	background:#032f36;
}

table.tooltipTable td.middlecontent {
	background:#032f36;
	color:#1db1c7;
	height:0px;
	font-size:14px;
	font-weight:bold;
}

table.tooltipTable td.middlecontent {
	background:#032f36;
	color:#1db1c7;
	height:0px;
	font-size:14px;
	font-weight:bold;
	/*white-space: nowrap;*/
}

@media only screen and (device-width: 768px) {
	table.tooltipTable {
		border-radius:9px;
		background-color:#032F36;
	}
	table.tooltipTable td.upperleft,
	table.tooltipTable td.upperright,
	table.tooltipTable td.lowerright,
	table.tooltipTable td.lowerleft,
	table.tooltipTable td.middleleft {
		background:none;
	}
	
	
	table.tooltipTable td.middlecontent {
		
	}
}

div.customToolTip span.hover-left {
	display:block;
	float:left;
	height:30px;
	width:9px;
	background:url(/images/hover-left.png);
}

div.customToolTip span.hover-middle {
	display:block;
	float:left;
	height:30px;
	color:#1db1c7;
	font-size:14px;
	font-weight:bold;
	background:#032f36;
	line-height:30px;
	white-space: nowrap;
}

div.customToolTip span.hover-right {
	display:block;
	float:left;
	height:30px;
	width:9px;
	background:url(/images/hover-right.png);
}


span.pointer {
	display: block;
	background:url(/images/period-pop-pointer.png);
	width:17px;
	height:18px;
	position:absolute;
	border:none;
}

@media only screen and (device-width: 768px) {
	div.customToolTip span.hover-left,
	div.customToolTip span.hover-right {
		display:none;
	}

	div.customToolTip span.hover-middle {
		padding:0 9px;
		border-radius:9px;
	}
}

table#datasearch span.pointer {
	position:absolute;
	width:18px;
	height:17px;
	background:url(/images/pointer-search.png);
}

.customToolTip2 table#datasearch span.pointer {
	left:-17px;
	bottom:15px;
}






div.customToolTip {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index:10000;
}

div.customToolTip2 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:10000;
}

div.customToolTip3 {
	position:absolute;
	left:235px;
	top:39px;
	color:white;
	background:none;
	z-index:10000;
}

div.customToolTip4 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:10000;
}

div#bigPicContainerDiv {
    position: absolute;
	bottom: 0;
	left: 0;
	z-index:10000;
}

div#bigPicContainerDiv img.cross {
    position:absolute;
    right:15px;
    top:15px;
}

div#bigPicContainerDiv div.bigpicDiv 
{
 position:relative;   
}

div#bigPicContainerDiv div.bigpicDiv a {
    display:block;
    text-decoration:none;
    border:none;
}


td#toggleText2 span.zoekresultaat {
	font-family:Georgia, sans-serif;
	font-weight:normal;
	color:white;
	font-size:24px;
	display:block;
	margin-bottom:3px;
	margin-top:3px;
}

span.gezochtop {
	font-weight:normal;
	font-family:Arial;
	font-size:12px;
	color:#a0a0a0;
	
	
}

h1.zoekterm 
{
    font-weight:normal;
	font-family:Arial;
	font-size:12px;
	color:white;
	display:inline !important;
}

td#toggleText2 span.rainbow {
	display:block;
	width:356px;
	height:1px;
	background:url(/images/searchbox-rainbow.png);
	margin-top:10px;
	margin-bottom:6px;
	margin-left:-6px;

}

*html td#toggleText2 span.rainbow {
	overflow:hidden;
}

td#toggleText2 {
	padding-left:6px;
	padding-bottom:2px;
}

td#toggleText2 div.searchList {
	margin-left:-15px;
	scrollbar-base-color: #426368;
	scrollbar-arrow-color: #a1b1b4;
	scrollbar-3dlight-color: #426368;
	scrollbar-darkshadow-color: #426368;
	scrollbar-face-color: #032f36;
	scrollbar-highlight-color: #426368;
	scrollbar-shadow-color: #426368;
	scrollbar-track-color: #426368;
	}

td#toggleText2 div.searchList ul li {
	min-height: 1em;
	display:block;
	width:375px;
	padding-left:5px;
	margin-top:-3px;
	padding-top:2px;
	padding-bottom:2px;
}
* html td#toggleText2 div.searchList ul li {
	height: 1em;
	width:354px
}

td#toggleText2 div.searchList ul li a {
	text-decoration:none;
	color:#1db1c7;
}


td#toggleText2 div.searchList ul li:hover {
	cursor:pointer;
	background-color:#426368;
}

div.searchList ul {
	position:relative;
	top:5px;
	padding-right:17px;
}

*:first-child+html div.searchList ul {
	padding-right:0px;
}

* html div.searchList ul {
	width: 369px;
	padding-right:0px;
}

td#toggleText2 span.cross {
	cursor:pointer;
	position:absolute;
	right:5px;
	top:9px;
	height:9px;
	width:9px;
	padding: 10px;
	background:url(/images/cross.png) center no-repeat;
}


*html td#toggleText2 span.cross {
	top:4px
}
div.searchList ul li span.year {
	display:block;
	float:left;
	font-family:Georgia, sans-serif;
	color:white;
	font-size:18px;
	font-weight:normal;
	width:50px;

}

div.searchList ul li a span.happening {
	float:left;
	width:290px;
	padding-left:10px;
	padding-bottom:0px;
	display:inline;
}

div.searchList ul li a.happening {
	display:block;
	min-height:0;
	padding-top:2px;
	margin-left:11px;
	padding-right:20px;
	padding-bottom:3px;
	letter-spacing:-0.5px;
	width:350px;
	
	
}


*html div.searchList ul li a span.happening 
{
    display:inline;
	float:left;
	width:auto;
	padding-left:20px;
	padding-bottom:0px;
	margin-left:5px;
	display:inline;
}

*html div.searchList ul li a.happening {
	float:left;
	width:auto;
	padding-left:0px;
	padding-bottom:0px;
	margin-left:5px
}

*:first-child+html div.searchList ul li span.happening 
{
    display:inline;
	float:left;
	width:auto;
	padding-bottom:0px;
}

*:first-child+html div.searchList ul li a.happening {
	float:left;
	width:auto;
	padding-bottom:0px;
}


.hoverlist {
	background-color:#426368;
}

.hoverhappening {
	color:#f76e2a;
}


/* EVENT VIEWER BEGIN */
table#eventview td.uppermiddle {
	width:208px;
}

table#eventview td#toggleText {
	width:208px;
}

table#eventview td.middlecontent span.rainbow {
	display:block;
	background:url(/images/eventview-rainbow.png);
	width:298px;
	margin:0px;
	position:relative;
	left:-1px;
}

*html table#eventview td.middlecontent span.rainbow {
	overflow:hidden;
}

table#eventview td.middlecontent div.eventList {
	padding:0px 0px 10px 0px;
	margin:0px;
	width:auto;
	max-height:270px
}
table#eventview td.middlecontent div.eventList ul {
	width:315px;
	max-height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
	padding:0px;
	margin:0px;
}

table#eventview td.middlecontent {
	padding:0px;
	margin:0px;
	width:auto;

}

table#eventview td.uppermiddle {
	width:307px;

}

table#eventview span#pointer {
	background:url(/images/eventview-pointer.png);
	bottom:-18px;
	left:15px;
}

table#eventview td.middlecontent div.eventList ul li {
	width:290px;
	padding-left:5px;
	padding-bottom:3px;
	padding-top:3px;
}

table#eventview td.middlecontent div.eventList ul li span.happening {
	padding:0px;
	margin:0px;
	display:block;
	width:auto;
}

table#eventview td.middlecontent div.eventList ul li a.happening {
	padding:0px;
	margin:0px;
	display:block;
	width:auto;
	text-decoration:none;
	color:#1db1c7;
}

table#eventview td.middlecontent span.zoekresultaat {
	margin-left:5px;
	padding-bottom:10px;
	width:309px;
}




/* EVENT VIEWER EINDE */










div.detailView {
	display:none;
	left:-20px;
	top:-441px;
	color:white;
	background:none;
	margin:0px;
}

div.detailView div.middleDiv {
	padding-top:0px;
	padding-left:8px;
	max-height:454px;
	background-color:#032f36;
}

@media only screen and (device-width: 768px) {
	div.detailView div.middleDiv {
		padding-top:17px;
	}
}

div.detailView div.middleDiv div.mainInfo {
	float:left;
	margin-left:6px;
	margin-bottom:10px;
	display:block;

}

div.detailView div.detailTheme  {
	margin-left:1px;
	margin-top:-1px;
	height:50px;
	width:50px;
	float:left;
}

div.detailView div.middleDiv div.mainInfo h2.year  
{
    dislay:inline;
	font-family:Georgia,sans serif;
	font-size:30px;
	line-height:24px;
}

.cursorpointer {
	cursor:pointer;
}

div.detailView div.middleDiv div.mainInfo h1.happening  
{
    dislay:inline;
	display:block;
	width:370px;
	margin-top:5px;
	font-size:18px;
	font-weight:bold;
	word-spacing:-0.05em;
}

/* no match */
div.detailView div.middleDiv div.content img.detailThumb {
	padding-top:3px;
	margin-left:-1px;
	margin-right:9px;
	
}

/* no match */
*html div.detailView div.middleDiv div.content img.detailThumb {
	margin-top:4px;
}

div.detailView div.middleDiv div.content {
	width:458px;
	height:402px;
	padding-right:20px;
	padding-left:1px;
	margin-top:-9px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	text-align:justify;
	scrollbar-base-color: #426368;
	scrollbar-arrow-color: #a1b1b4;
	scrollbar-3dlight-color: #426368;
	scrollbar-darkshadow-color: #426368;
	scrollbar-face-color: #032f36;
	scrollbar-highlight-color: #426368;
	scrollbar-shadow-color: #426368;
	scrollbar-track-color: #426368;
}

div.detailView div.middleDiv div.content p {
	margin-bottom:24px;
}

div.detailView div.middleDiv div.content span.contentText {
	line-height:24px;
}

div.detailView div.middleDiv div.detailNav {
	position:absolute;
	right:15px;
	top:11px;
}

div.detailView div.middleDiv div.detailNav span.blueNav {
	font-size:12px;
	font-weight:bold;
	color:#1db1c7;	
	padding-left:2px;
	
}

div.detailView div.middleDiv div.detailNav a#previousEvent 
{
    text-decoration:none;
}

div.detailView div.middleDiv div.detailNav a#nextEvent 
{
    text-decoration:none;
}

div.detailView div.middleDiv div.detailNav span.whiteNav {
	color:white;
}

div.detailView div.middleDiv div.detailNav img.cross {
	cursor:pointer;
	margin-left:11px;

}

div.detailView div.middleDiv div.detailNav img.next {
	position:relative;
	top:1px;
	
}
div.detailView div.middleDiv div.detailNav img.previous {
	position:relative;
	top:1px;
}







 /* END Custom Tooltip + Table */

div.loadingBackground {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	background: #fff;
}
div.loadingContent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 300px;
	text-align: center;
	color: #fff;
}


div.timeline ul.timelineUL {
	display: block;
	float:left;
	height:250px;
	overflow:hidden;
	z-index:1000;
}

div.timeline ul li.scale{
	display:block;
	width:180000px;
	position:absolute;
	bottom:0px;
	left:1px;
	height:13px;
	background:url(/images/year.png) repeat-x;
}

*html div.timeline ul li.scale{
	bottom:-3px;
}

div.timeline ul li.whitebar{
	position:absolute;
	display:block;
	width:180000px;
	bottom:58px;
	left:0px;
	height:3px;
	background-color:white;
}

*html div.timeline ul li.whitebar{
	overflow:hidden;
	
}

div.timeline ul li.eventbar{
	position:absolute;
	display:block;
	width:180000px;
	bottom:51px;
	left:1px;
}

div.timeline ul li.eventbar a.eventBig{
	position:absolute;
	left:172545px;
	bottom:0px;
	display:block;
	margin-left:-2px;
	height:17px;
	width:17px;
	background:url(/images/event-big.png);
	cursor:pointer;
}

div.timeline ul li.eventbar a.eventBigActive{
	background:url(/images/event-big-active.png);
}

div.timeline ul li.eventbar a.eventSmall{
	position:absolute;
	left:13px;
	bottom:3px;
	margin-left:1px;
	display:block;
	height:11px;
	width:11px;
	background:url(/images/event-small.png);
	cursor:pointer;
}

div.timeline ul li.eventbar a.eventSmallActive{
	background:url(/images/event-small-active.png);
}

div.timeline ul li.eventbar span.eventActive{
	position:absolute;
	left:1500px;
	bottom:-1px;
	margin-left:-3px;
	display:block;
	height:20px;
	width:20px;
	background:url(/images/event-active.png);

}

*html div.timeline ul li.eventbar a.eventSmall{
	bottom:-2px;
}


div.timeline ul li.years {
	position:absolute;
	left:1px;
	bottom:0px;
	font-family:Georgia;
	font-size:24px;
	color:white;
	line-height:24px;
}

div.timeline ul li.years span.yearBlock {
	display:block;
	position:absolute;
	left:0px;
	bottom:7px;
	width:90px;
	cursor:pointer;
}

div.timeline ul li.years span.yearBlock span.letters {
	position:relative;
	bottom:10px;
	left:7px;
	white-space:nowrap;
}




div.timeline ul.timelineUL li.period span.shadeOverlay {
	display:block;
	position:relative;
	height:100%;
	width:100%;
	background:url(/images/timeline-shade.png) repeat-x;
}

div.timeline ul.timelineUL li.period span.corner {
	display:block;
	width:10px;
	height:8px;
	background:url(/images/cutcorner.png);
	position:absolute;
	left:-10px;
}

div.timeline ul.timelineUL li.period {
	display: block;
	float: left;
	height: 250px;
	padding: 0px;
	background-repeat:no-repeat !important;
}

div.timeline ul.timelineUL li.period1 {
	width:105000px;
}
div.timeline ul.timelineUL li.period2 {
	width:52500px;
}
div.timeline ul.timelineUL li.period3 {
	width:7500px;
}
div.timeline ul.timelineUL li.period4 {
	width:7500px;
}
div.timeline ul.timelineUL li.period5 {
	width:1500px;
}
div.timeline ul.timelineUL li.period6 {
	width:1500px;
}
div.timeline ul.timelineUL li.period7 {
	width:1500px;
}
div.timeline ul.timelineUL li.period8 {
	width:1500px;
}
div.timeline ul.timelineUL li.period9 {
	width:750px;
}
div.timeline ul.timelineUL li.period10 {
	width:750px;
}
div.timeline ul.timelineUL li.period11 {
	width:750px;
}



div.timeline ul.timelineUL li.period1 { background:#330033 url(/images/bgtheme1.png) no-repeat; }
div.timeline ul.timelineUL li.period2 { background:#660066 url(/images/bgtheme2.png) no-repeat; }
div.timeline ul.timelineUL li.period3 { background:#663366 url(/images/bgtheme3.png) no-repeat; }
div.timeline ul.timelineUL li.period4 { background:#993366 url(/images/bgtheme4.png) no-repeat; }
div.timeline ul.timelineUL li.period5 { background:#cc3366 url(/images/bgtheme5.png) no-repeat; }
div.timeline ul.timelineUL li.period6 { background:#ff3366 url(/images/bgtheme6.png) no-repeat; }
div.timeline ul.timelineUL li.period7 { background:#ff3333 url(/images/bgtheme7.png) no-repeat; }
div.timeline ul.timelineUL li.period8 { background:#ff6633 url(/images/bgtheme8.png) no-repeat; }
div.timeline ul.timelineUL li.period9 { background:#ff9900 url(/images/bgtheme9.png) no-repeat; }
div.timeline ul.timelineUL li.period10 { background:#ffcc00 url(/images/bgtheme10.png) no-repeat; }
div.timeline ul.timelineUL li.period11 { background:#a2b206 url(/images/bgtheme11.png) no-repeat; }

div.timeline ul.timelineUL li.period12 span.corner {
	background:none !important;
	display:none;
}

div.timeline ul.timelineUL li.period12 { 
	background:#a2b206;
}

div.timeline ul.timelineUL li.period12 .content  {
	display:none;
}

ul.scrollPeriod li {
	display:block;
	float:left;
	overflow:hidden;
	height:45px;
	width:45px;
	padding:0px;
	margin:0px 0px 0px 1px;
}



/*
 * END MAIN CONTAINERS
 */

/*
 * BEGIN GENERAL STYLES
 */

.safeBox {
	min-height: 18px;
}
* html .safeBox {
	height: 18px;
}

ul.semantic li {
	padding: 0;
	background: none
}

img.headingPic {
	margin-left:-3px;
}

*html img.headingPic {
	margin-left:-3px;
}

/*
 * END GENERAL STYLES
 */






/*
 * BEGIN FORM STYLES
 */

label {
	cursor: pointer;
}

/*
 * END FORM STYLES
 */






/*
 * BEGIN PAGE STYLES
 */
 
 body.searchResults #pointer,
 body.searchResults span.cross,
 body.bodyBigPic img.cross {
  visibility:hidden;
     
 }
 
  body.searchResults td.uppermiddle 
 {
  width:305px;   
 }
 
  body.searchResults a, 
  body.bodyDetailView a,
  body.bodyBigPic a
  {
   color:black;
   text-decoration:none;
 
      
  }
  body.searchResults td.upperright,
  body.searchResults td.lowerright {
    background-repeat:no-repeat
  }
  
  body.bodyDetailView div#detailview
  {
   display:block;   
   top:20px;
  }
  
  body.bodyBigPic div.bigpicDiv a
  {
      display:block;
      border:5px solid #1db1c7;
      
  }
 
/*
 * END PAGE STYLES
 */






/*
 * BEGIN HACK
 */

div.searchList ul li a.happening:after,
td#toggleText2 div.searchList div.rowDiv:after,
.containerMain:after,
.safeBox:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}


/*
div.test {
	position: absolute;
	z-index: 10000;
	top: 100px;
	left: 100px;
	width: 500px;
	height: 500px;
	background: #f0f;
}*/

/*
 * END HACK
 */






/*
 * BEGIN PRINT
 */

@media print
{
    /*  */
}

/*
 * END PRINT
 */
