#afs-language-tip,
#afs-scroll-tip,
#afs-prevbutton-tip,
#afs-nextbutton-tip {
	position:absolute;
	right:0;
	top:35px;
	background:#91a329;
	color:white;
	padding:5px 10px;
	display:none;
}
	#afs-language-tip .tl-tip-arrow,
	#afs-scroll-tip .tl-tip-arrow,
	#afs-prevbutton-tip .tl-tip-arrow,
	#afs-nextbutton-tip .tl-tip-arrow {
		background-position:0 -250px;
		bottom:0;
		top:-10px;
	}

#afs-scroll-tip {
	top:100px;
	right:20px;
	width:150px;
	z-index:1001;
	font-size:12px;
}
	#afs-scroll-tip .tl-tip-arrow {
		background:url("../../img/tijdlijn/canvas/scrolltip.gif") 0 0 no-repeat;
		width:10px;
		height:20px;
		left:auto;
		top:50%;
		margin-top:-10px;
		right:-10px;
	}

#afs-prevbutton-tip {
	top:72px;
	left:-28px;
	width:150px;
	z-index:1001;
	font-size:12px;
}
	#afs-prevbutton-tip .tl-tip-arrow {
		left: 17px;
	}

#afs-nextbutton-tip {
	top:72px;
	right:-28px;
	width:150px;
	z-index:1001;
	font-size:12px;
}

	#afs-nextbutton-tip .tl-tip-arrow {
		left: 156px;
	}

#afs-timeline {
	position:relative;
	height:555px;
	width:100%;
	min-width:960px;
	overflow:hidden;
	font-size:12px;
	color:black;
	margin:0;
	padding:0;
	background:black;	
	line-height:1.3;
}

#afs-timeline * {
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
	.rounded {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	body.high-gfx .shaded {
		box-shadow:0 0 10px rgba(0,0,0,0.5);
		-moz-box-shadow:0 0 10px rgba(0,0,0,0.5);
		-webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);
	}

	#afs-timeline span.audio {
		display:none;
	}

#afs-timeline-clip {
	position:absolute;
	height:555px;
	left:0;
	top:0;
	width:100%;
	z-index:1;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.loading #afs-timeline-clip {
	opacity: 0;
}

#afs-timeline .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 25px;
  width: 10px;
  border-radius: 10%;
  background: #202020;
  border-top-color: #606060;
  -webkit-animation: fade2 1s infinite;
          animation: fade2 1s infinite;
  -webkit-transition: background .2s;
  transition: background .2s;
}
#afs-timeline .loader:after,
#afs-timeline .loader:before {
  content: '';
  position: absolute;
  display: block;
  height: 20px;
  width: 10px;
  background: #202020;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
  border-radius: 10%;
  -webkit-animation: fade1 1s infinite;
          animation: fade1 1s infinite;
  -webkit-transition: background .2s;
  transition: background .2s;
}
#afs-timeline .loader:before {
  left: 15px;
  -webkit-animation: fade3 1s infinite;
          animation: fade3 1s infinite;
}

@-webkit-keyframes fade1 {
  0% {
    background: #606060;
  }
}

@keyframes fade1 {
  0% {
    background: #606060;
  }
}
@-webkit-keyframes fade2 {
  33% {
    background: #606060;
  }
}
@keyframes fade2 {
  33% {
    background: #606060;
  }
}
@-webkit-keyframes fade3 {
  66% {
    background: #606060;
  }
}
@keyframes fade3 {
  66% {
    background: #606060;
  }
}

#afs-timeline-buffer {
	display:none;
}

#afs-timeline-index {
	visibility:hidden;
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-480px;
	width:940px;
	background:black;
	background:rgba(0,0,0,0.7);
	padding:12px 30px;
	z-index:2;
}
	#afs-timeline-index h3 {
		font-size:10px;
		color:silver;
		float:left;
		margin:0;
		width:60px;
		text-transform:uppercase;
	}

#afs-timeline-indicator {
	position:absolute;
	width:30px !important;
	height:30px !important;
	background: url(../../img/tijdlijn/icons/icon_slider.png) no-repeat 0 0;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	cursor:pointer;
	left:0;
	top:-12px;
}
	
	#afs-timeline-indicator .drag {
		position: absolute;
		top: -20px;
		left: -9px;
		display: block;
		width: 62px;
		height: 82px;
		cursor: pointer;
	}

#afs-timeline-overlay,
#afs-timeline-loading {
	position:absolute;
	position:fixed;
	z-index:1000;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url("../../img/tijdlijn/ie/overlay.png");
	background:rgba(0,0,0,0.75);
}
	#afs-timeline-loading {
		position:absolute;
	}

/**
 *	Period colors
 */

.period1 {
	background-color:#DC3E33;
}

.period2 {
	background-color:#70297A;
}

.period3 {
	background-color:#E5712A;
}

.period4 {
    background-color:#028FC8;
}

.period0 {
	background-color:#008F6A;
}


/**
 *	Navigation
 */

.tl-menu #nav_primary .nav_sub_arrow {
	background:url("../../img/tijdlijn/menu/arrow.png") no-repeat scroll 0 2px;
	margin-top:1px;
}	
	.tl-menu #nav_primary .nav_subbed {
		z-index:101;
	}
	
.tl-menu #nav_primary .icon_mobile 
{
    display: inline-block;
    *display: inline;
	background: url('../../img/icons/mobile.gif') no-repeat 0 0;
	height: 14px;
	width: 14px;
	*zoom:1;
	}
.tl-menu #nav_primary a:hover .icon_mobile, 
.tl-menu #nav_primary a:focus .icon_mobile {
	background-position:0 -49px;
	}	

	.tl-menu #nav_primary .tl-submenu {
		position:relative;
		background:black;
		background:rgba(0,0,0,0.94);
		padding:30px 20px 20px 40px;
		border:1px solid #4a4949;
		overflow:hidden;

		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
	}

	.tl-submenu .tl-column,
	.tl-submenu .tl-column-wide,
	.tl-submenu .tl-column-subject {
		float:left;
		width:20%;
		background:transparent;
	}
		.tl-submenu .tl-column-wide { width:42%; }
		.tl-submenu .tl-column-subject {
			padding:0 3% 0 0;
			width:22%;
		}

	.tl-submenu h4 {
		color:#596E6A;
		font-size:14px;
		line-height:1.3;
		margin-bottom:1em;
		font-weight:normal;
	}
	.tl-submenu .period1 h4,
	.tl-submenu .period2 h4,
	.tl-submenu .period3 h4,
	.tl-submenu .period0 h4 {
		color:#fff;
	}
		.tl-submenu h4 em {
			display:block;
		}

		.tl-menu #nav_primary h4 a {
			float:none;
			text-align:right;
			background:transparent;
			color:white;
			padding:0 16px 0 0;
			margin:0;
			background:url("../../img/tijdlijn/canvas/link.gif") 100% -45px no-repeat;
			line-height:1.5;
		}
			.tl-menu #nav_primary h4 a:hover {
				background-position:100% 5px;
				color:#797979;
			}

	.tl-submenu ul,
	.tl-submenu li {
		list-style:none;
		margin:0;
		padding:0;
	}
	
	#nav_primary ul.tl-themes li {
		margin-right:10px;
		padding-bottom:10px;
	}
		#nav_primary ul.tl-themes li a {
			display:block;
			padding:5px 5px 5px 10px;
			color:white;
			width:120px;
			font-size:13px;
			min-height:45px;

			-webkit-transition: background-color 0.25s;
			-moz-transition: background-color 0.25s;
			-o-transition: background-color 0.25s;
		}
			#nav_primary ul.tl-themes li a:after {
				padding-right:18px;
				background:url("../../img/tijdlijn/canvas/thema.png") 100% 6px no-repeat;
				content: " ";
			}

		.tl-menu #nav_primary .period1 ul.tl-themes li a { background:#DC3E33; background:rgba(220, 62,  51, 0.75); }
		.tl-menu #nav_primary .period2 ul.tl-themes li a { background:#70297A; background:rgba(112, 41,  122, 0.75); }
        .tl-menu #nav_primary .period3 ul.tl-themes li a { background:#E5712A; background:rgba(229, 113, 42, 0.75); }
		.tl-menu #nav_primary .period4 ul.tl-themes li a { background:#028FC8; background:rgba(2, 143, 200, 0.75); }
		.tl-menu #nav_primary .period0 ul.tl-themes li a { background:#008F6A; background:rgba(0, 143, 106, 0.75); }
		
		.tl-menu #nav_primary .period1 ul.tl-themes li a:hover { background:#DC3E33; }
		.tl-menu #nav_primary .period2 ul.tl-themes li a:hover { background:#70297A; }
        .tl-menu #nav_primary .period3 ul.tl-themes li a:hover { background:#E5712A; }
		.tl-menu #nav_primary .period4 ul.tl-themes li a:hover { background:#028FC8; }
		.tl-menu #nav_primary .period0 ul.tl-themes li a:hover { background:#008F6A; }

	#nav_primary ul.tl-subjects {
		margin:1em 0 1em -0.25em;
	}

	#nav_primary ul.tl-subjects li,
	#nav_primary ul.tl-subjects li a {
		float:none;
		padding:0;
		margin:0;
		background:transparent;
		font-size:12px;
	}
		#nav_primary ul.tl-subjects li {
			margin-bottom:.25em;
			padding-left:5px;
			display:block;
		}
		#nav_primary ul.tl-subjects li a {
			padding:.25em 15px .25em 0px;
			background:url("../../img/tijdlijn/canvas/link.png") 100% 8px no-repeat;
		}
		
		#nav_primary ul.tl-subjects li:hover {
			background-color:#6f7e88;
		}

	#nav_primary ul.tl-subjects li.tl-list-section {
		margin-top:1em;
	}


	.tl-help-video {
		float:left;
		width:55%;
		color:white;
		padding-right:20px;
		border-right:1px solid #797979;
	}
		.tl-help-links {
			float:right;
			width:38%;
			color:white;
		}

	#nav_primary div.tl-help-video a,
	#nav_primary div.tl-help-links a {
		display:block;
		float:none;
		text-align:right;
		background:transparent;
		color:#797979;
		padding:0;
		margin:0;
	}
		#nav_primary div.tl-help-video a {
			text-align:left;
		}

		#nav_primary div.tl-help-links a {
			padding-right:16px;
			background:url("../../img/tijdlijn/canvas/link.gif") 100% 8px no-repeat;
			font-size:12px;
		}
			#nav_primary div.tl-help-links a:hover {
				background-position:100% -42px;
				color:white;
			}

/**
 *	theme
 *
 */

.tl-theme {
	position:relative;
	padding:36px 10px;
	color:white;
	padding-left:260px;
	height:483px;
	background:#333 0 0 repeat-x;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
	zoom:1;
}
	body.high-gfx .tl-theme {
		background:black 0 119px no-repeat fixed;
	}

	body.high-gfx .tl-theme:before,
	body.high-gfx .tl-theme:after,
	.tl-theme .tl-theme-before,
	.tl-theme .tl-theme-after {
		position:absolute;
		width:200px;
		height:555px;
		left:0;
		top:0;
		background:url("../../img/tijdlijn/canvas/shade.png") -200px 0 repeat-y;
		content: " ";
		display: none;
	}
		* html .tl-theme .tl-theme-before,
		* html .tl-theme .tl-theme-after {
			display:none;
		}

	body.high-gfx .tl-theme:after,
	.tl-theme .tl-theme-after {
		background-position:0 0;
		left:auto;
		right:0;
	}

.tl-theme-intro {
	font-size:12px;
	position:absolute;
	left:10px;
	top:56px;
	width:320px;
	padding:20px;
	height:330px;
	background:rgba(236, 197, 51, 0.9);
	z-index:2;
	line-height:1.5;

	filter:alpha(opacity=90);
}
	body.high-gfx .tl-theme-intro {
		-webkit-transition: background-color 0.5s;
		-moz-transition: background-color 0.5s;
		-o-transition: background-color 0.5s;
	}

	.period1 .tl-theme-intro { background:#DC3E33; }
	.period2 .tl-theme-intro { background:#70297A; }
    .period3 .tl-theme-intro { background:#E5712A; }
	.period4 .tl-theme-intro { background:#028FC8; }
	.period0 .tl-theme-intro { background:#008F6A; }

	body.high-gfx .period1 .tl-theme-intro { background:#DC3E33; background:rgba(220, 62,  51, 0.75); }
	body.high-gfx .period2 .tl-theme-intro { background:#70297A; background:rgba(112, 41,  122, 0.75); }
    body.high-gfx .period3 .tl-theme-intro { background:#E5712A; background:rgba(229, 113, 42, 0.75); }
	body.high-gfx .period4 .tl-theme-intro { background:#028FC8; background:rgba(2, 143, 200, 0.75); }
	body.high-gfx .period0 .tl-theme-intro { background:#008F6A; background:rgba(0, 143, 106, 0.75); }
	
	.period1.active .tl-theme-intro { background:#DC3E33; }
	.period2.active .tl-theme-intro { background:#70297A; }
    .period3.active .tl-theme-intro { background:#E5712A; }
	.period4.active .tl-theme-intro { background:#028FC8; }
	.period0.active .tl-theme-intro { background:#008F6A; }

	body.high-gfx .period1.active .tl-theme-intro { background:#DC3E33; background:rgba(220, 62,  51, 0.75); }
	body.high-gfx .period2.active .tl-theme-intro { background:#70297A; background:rgba(112, 41,  122, 0.75); }
    body.high-gfx .period3.active .tl-theme-intro { background:#E5712A; background:rgba(229, 113, 42, 0.75); }
	body.high-gfx .period4.active .tl-theme-intro { background:#028FC8; background:rgba(2, 143, 200, 0.75); }
	body.high-gfx .period0.active .tl-theme-intro { background:#008F6A; background:rgba(0, 143, 106, 0.75); }

	.tl-theme-intro h2 {
		font-size:30px;
		font-weight:normal;
		color:white;
		margin-bottom:15px;
		padding-top:30px;
	}
		.tl-theme-intro h2 em {
			font-size:24px;
			display:block;
			color:white;
			margin-bottom:15px;
		}

.tl-theme-content {
	position:relative;
	background:black;
	padding:20px 0;
	padding-left:130px;
	height:370px;
	z-index:1;
	color:#ddd;
}
	body.high-gfx .tl-theme-content {
		background:url("../../img/tijdlijn/ie/theme.png");
		background:rgba(0,0,0,0.5);
	}
		* html body.high-gfx .tl-theme-content {
			background:black;
		}
	
	.tl-theme-content * {
		margin:0;
		padding:0;
	}

	.tl-theme-content ul,
	.tl-theme-content ul li {
		list-style:none;
		margin:0;
		padding:0;
	}

	.tl-theme-content ul {
		visibility:hidden;
		position:relative;
		height:370px;

		width:1600px;
	}
	.tl-theme-content ul li {
		position:absolute;
		top:0;
		left:0;
	}
		.tl-theme-content ul li div {
			position:relative;
		}
		
		.tl-theme-content ul li.tl-global {
			top:auto;
			bottom:0;
			padding-top:10px;
			border-top:1px solid #666;
		}

.tl-theme-caption {
	position:absolute;
	left:0;
	top:-25px;
	color:silver;
}

.tl-year {
	position:absolute;
	font-size:12px;
	top:-19px !important;
	line-height:19px;
	height:19px;
	left:0px;
	color:#fff;
	font-style:normal;
	border-bottom:1px solid #fff;
	max-width:10px;
}

/**
 *	generic content styles
 *
 */
.tl-theme-content a {
	font-size: 14px;
	position:relative;
	float:left;
	display:block;
	overflow:hidden;
	color:white;
	text-decoration:none;
	pointer;
}
	body.high-gfx .tl-theme-content a {
		-webkit-transition: all 0.25s;
		-moz-transition: all 0.25s;
		-o-transition: all 0.25s;
	}

.tl-theme-content img {
	display:block;
	border:0;
	margin-bottom:5px;
}


.tl-theme-content a .img-container {
	position:relative;
	display:block;
	overflow:hidden;
}
.tl-theme-content a .img-container .play{
	margin:-21px 0px 0px -21px;
	width:42px;
	height:42px;
	display:block;
	text-indent:-9999px;
	background:url(../../img/tijdlijn/icons/play.png) no-repeat;
	position:absolute;
	left:50%;
	top:50%;
}

/**
 * specific content components
 *
 */

li.tl-local a {
	background:white;
	padding:3px; 
	color:black;
}
	/*
	body.high-gfx li.tl-local a:hover {
		-webkit-transform: scale(1.05, 1.05);
		-webkit-transform-origin:  50% 50%;
		-webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);
	}
	*/

	li.tl-local a:hover {
		background:white;
		margin:-3px;
		padding:6px;
	}
		li.tl-local .tl-marked a:hover {
			padding:7px;
			margin:-2px;
		}

	li.tl-global a:hover {
		background:#747474;
		background:rgba(116,116,116,0.8);
		margin:-3px;
		padding:3px;
	}
		li.tl-global .tl-marked a:hover {
			margin:0;
			padding:5px;
		}

.tl-type {
	display:block;
	float:left;
	width:15px;
	height:12px;
	vertical-align:middle;
	overflow:hidden;
	text-indent:-256px;
	margin-right:1px;
	background:url("../../img/tijdlijn/icons/types.gif") 0 0 no-repeat;
}
	.high-gfx .tl-type {
		background-image: url("../../img/tijdlijn/icons/types.png");
	}

	.tl-movie .tl-type { background-position:-20px 0; }
	.tl-slideshow .tl-type { background-position:-40px 0; }
	.tl-audio .tl-type { background-position:-60px 0; }
	.tl-story .tl-type { background-position:-80px 0; }
	
	.tl-global .tl-type { background-position:0 -20px; }
	.tl-global .tl-movie .tl-type { background-position:-20px -20px; }
	.tl-global .tl-slideshow .tl-type { background-position:-40px -20px; }
	.tl-global .tl-audio .tl-type { background-position:-60px -20px; }
	.tl-global .tl-story .tl-type { background-position:-80px -20px; }


.tl-quote {
	width:225px;
}
	.tl-quote blockquote {
		color: inherit;
		font-size:18px;
		padding:10px 0 0;
		border: 0 none;
	}

	.tl-quote .tl-cite {
		margin-top:1em;
		color:white;
	}

.tl-cite, 
.tl-caption {
	display:block;
	margin:0;
	color:black;
	zoom:1;
	opacity:0.9;
}
	.tl-global .tl-caption {
		color:white;
	}

.tl-alignright img,
.tl-horizontal img,
.tl-alignright .img-container,
.tl-horizontal .img-container {
	display:inline;
	float:left;
	margin-right:10px;
	margin-bottom:0;
}
	.tl-alignright .tl-caption,
	.tl-horizontal .tl-caption {
		float:left;
		width:160px;
		width:210px;
	}

	.tl-alignright .img-container img,
	.tl-horizontal .img-container img {
		margin:0;
	}

.tl-aligntop img {
	margin-bottom:0;
	margin-top:5px;
}

.tl-marked {
	font-weight:bold;
	text-align:center;
}
	li .tl-marked a { padding:5px; }
	li .tl-marked .tl-caption { color:#6f7e88; }
	li.tl-global .tl-marked .tl-caption { color:white; }
	li .tl-marked .tl-type { display:none; }

/**
 * Overlay components	
 *
 */

.tl-pictureviewer {
	position:relative;
	display:block;
	color:white;
	background:black;
}
	.tl-pictureviewer ul.tl-pictures {
		position:relative;
		display:block;
		list-style:none;
		min-height:200px;
		width:100%;
		margin:0;
		padding:0;
	}
		.tl-pictureviewer ul.tl-pictures li {
			display:block;
			
		}
			.tl-pictureviewer ul.tl-pictures li span {
				display:none;
			}

		.tl-pictureviewer ul.tl-pictures img {
			visibility:hidden;
			display:block;
			position:absolute;
			left:50%;
			top:50%;
		}

	.tl-pictureviewer .tl-caption {
		background:#404040;
		color:white;
		padding:10px;
	}
		.tl-pictureviewer .tl-caption strong {
			display:block;
		}

		.tl-pictureviewer .tl-caption small { 
			display:block; 
			text-align:right; 
			color:silver; 
		}

	.tl-pictureviewer .tl-toolbar {
		position:relative;
		padding:5px 10px;
		min-height:21px;
		line-height:21px;
	}

	.tl-pictureviewer .tl-counter {
		color:gray;
	}

.tl-toolbar ul, 
.tl-toolbar li {
	display:inline-block;
	*display:inline;
	margin:0;
	padding:0;
	list-style:none;
	*zoom:1;
}
	.tl-toolbar ul {
		position:absolute;
		left:50%;
		top:5px;
		margin-left:-50px;
	}
	.tl-toolbar li a {
		display:inline-block;
		*display:block;
		width:21px;
		height:21px;
		text-indent:-256px;
		overflow:hidden;
		background:url("../../img/tijdlijn/canvas/player.gif") 0 0 no-repeat;
	}
		.tl-toolbar li a:hover { background-position:0 -50px; }
		
		.tl-toolbar li a.tl-pvpause { background-position:-50px 0; }
		.tl-toolbar li a.tl-pvpause:hover { background-position:-50px -50px; }
		
		.paused li a.tl-pvpause { background-position:-150px 0; }
		.paused li a.tl-pvpause:hover { background-position:-150px -50px; }

		.tl-toolbar li a.tl-pvnext { background-position:-100px 0; }
		.tl-toolbar li a.tl-pvnext:hover { background-position:-100px -50px; }


.videoplayer, 
.videoplayer object {
	display:block;
	position:relative;
	width:520px;
}

#video a { display: block; }
#video p { display: none; }

.no-flash #video a { display: none; }
.no-flash #video p { display: block; }

/**
 *	index table
 *
 */

.tl-index {
	position:relative;
	font-size:11px;
	color:silver;
}
	.tl-index table {
		width:940px;
		border-collapse:collapse;
		table-layout:fixed;
		text-align:center;
		background: none;
		border: 0 none;
	}
		*+html .tl-index table {
			table-layout: auto;
		}

	.tl-index tr {
		background: none !important;
	}

	.tl-index th, 
	.tl-index td {
		color: #fff;
		padding:0;
		border: 1px solid transparent !important;
		text-align: center;
	}
		* html .tl-index th, 
		* html .tl-index td {
			border-color:black;
		}
	
	.tl-years td {
		color: #C0C0C0;
		padding: 2px 0;
		text-align: center;
	}
		.tl-years td span {
			display:block;
			position:relative;
		}
			.tl-years td span span {
				position:absolute;
				right:0;
				top:0;
				height:11px;
				line-height:11px;
			}

	
	.tl-years td:first-child {
		text-align:left;
		text-indent: -20px;
	}
	.tl-years td:last-child { text-align:right; }

.tl-index a {
	display:block;
	padding:0;
	height:10px;
	color:silver;
	text-decoration:none;
	line-height:10px;
	outline:none;

	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
}
	.tl-index .tl-themes a {
		overflow:hidden;
		text-indent:-1024px;
		width:100%;
	}
		.tl-index .tl-themes a.period1:hover,
		.tl-index .tl-themes a.period1.active {
			background:#DC3E33;
		}

		.tl-index .tl-themes a.period2:hover,
		.tl-index .tl-themes a.period2.active {
			background:#70297A;
		}

		.tl-index .tl-themes a.period3:hover,
		.tl-index .tl-themes a.period3.active {
			background:#E5712A;
		}

        .tl-index .tl-themes a.period4:hover,
        .tl-index .tl-themes a.period4.active {
            background:#028FC8;
        }

		.tl-index .tl-themes a.period0:hover,
		.tl-index .tl-themes a.period0.active {
			background:#008F6A;
		}
		
	
	.tl-index .tl-periods a {
		background:black;
		line-height:15px;
		height:15px;
		color:#9e9d9b;
	}
		.tl-index .tl-periods a:hover,
		.tl-index .tl-periods a.active {
			background:#222222;
			color:white;
		}

	.tl-index table .tl-description {
		display:none;
	}


/**
 *	tootltip
 *
 */
.tl-tip {
	position:absolute;
	left:100px;
	bottom:60px;
	width:120px;
	background:black;
	background:rgba(0,0,0,0.9);
	padding:10px;
	color:white;
	display:none;
	margin-left:-10px;
	line-height:1.5;
	font-size:12px;
}
	.tl-tip-arrow {
		width:20px;
		height:10px;
		border-bottom: 5px solid #DC3E33;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		position:absolute;
		left:50%;
		margin-left:-10px;
		bottom:-10px;
		content: ' ';
	}
	
	.tl-tip.period1 { background-color:#DC3E33; }
	
	.tl-tip.period2 { background-color:#70297A; }

	.tl-tip.period3 { background-color:#E5712A; }

    .tl-tip.period4 { background-color:#028FC8; }

	.tl-tip.period0 { background-color:#008F6A; }

	.tl-tip em {
		display:block;
	}

	.tl-tip.period {
		width:450px;
		padding:20px;
		border:1px solid #202020;
	}
		.tl-tip.period em {
			font-weight:bold;
			font-style:normal;
			font-size:14px;
			margin-bottom:5px;
		}

		.tl-tip.period .tl-label {
			display:none;
		}

		.tl-tip.period img {
			float:right;
			margin:-10px -10px -10px 10px;
		}


/**
 * Dialog	
 *
 */

.tl-dialog {
	display:none;
	position:absolute;
	width:520px;
	background:white;
	z-index:1000;
	padding:30px 10px 10px;
	color:#3f3f3f;
	font-size:12px;
	margin-top:30px;
	line-height:1.75;
}
	
	#afs-timeline-loading .tl-dialog {
		display:block;
		left:50%;
		top:50%;
		margin:-200px 0 0 -260px;
	}
	
	.tl-dialog hr {
		clear:both;
		visibility:hidden;
	}

	.tl-dialog .tl-description {
		position:relative;
		clear:both;
		padding:20px 10px 20px;
		margin-bottom:20px;
	}
	
		.tl-dialog .tl-description img {
			margin: 20px 0 20px -10px;
			max-width: 100%;
		}

	.tl-close {
		position:absolute;
		width:15px;
		height:15px;
		overflow:hidden;
		text-indent:-256px;
		background:url("../../img/tijdlijn/canvas/close.gif") 0 0 no-repeat;
		right:8px;
		top:8px;
	}
		.tl-close:hover {
			background-color:transparent;
			background-position: 0 -25px;
		}

	.tl-previous,
	.tl-next {
		position:absolute;
		left:-28px;
		top:30px;
		width:28px;
		height:32px;
		text-indent:-256px;
		overflow:hidden;
		background:url("../../img/tijdlijn/canvas/dialogarrows.gif") 0 -100px no-repeat;
	}
		.tl-next {
			background-position:0 0;
			left:auto;
			right:-28px;
		}

		.tl-next:hover { 
			background-color:transparent;
			background-position:0 -50px; 
		}
		
		.tl-previous:hover { 
			background-color:transparent;
			background-position:0 -150px; 
		}
	
/*	.tl-dialog .print {
		position:absolute;
		right:-10px;
		top:20px;
		padding:.25em 20px .25em 35px;
		background:#F3F3F3 url("../../img/icons/print.gif") 10px 50% no-repeat;
		color:#797979;
		text-decoration:none;
	}
		.tl-dialog .print:hover {
			background-color:white;
			color:#3f3f3f;
		}*/

	.tl-dialog h2 {
		clear:both;
		margin:0 130px 20px -20px;
		padding:15px 20px;
		background:#99cccc;
		font-style:normal;
		font-weight:normal;
		font-size:200%;
		color:white;
	}
	.tl-dialog #toolbox {
		background: #EEEDEC;
		color: #797979;
		clear: both;
		float: right;
		line-height: 1.203em;
		margin: 0 0 25px 0;
		padding: 5px 4px 0 4px;
		position: absolute;
		right:0;
		top:20px;
		width: 110px;
		z-index: 1;
	}
	.tl-dialog #tlhidden 
	{
	    display:none;
	}
	.tl-dialog .print {
		position:relative;
		right:auto;
		top:auto;
	}
		.tl-dialog .period1 { background:#DC3E33; }
		.tl-dialog .period2 { background:#70297A; }
		.tl-dialog .period3 { background:#E5712A; }
		.tl-dialog .period4 { background:#028FC8; }
		.tl-dialog .period0 { background:#008F6A; }


	.tl-dialog .tl-left {
		float:left;
		margin-right:20px;
	}

	.tl-dialog .tl-right {
		float:right;
	}

	.tl-copyrighted {
		position:relative;
		padding-bottom:1.5em;
		overflow:hidden;
	}
		.tl-copyrighted small {
			position:absolute;
			left:0;
			bottom:0;
			color:#797979;
		}

	.tl-loading {
		background:url("../../img/tijdlijn/canvas/loading.gif") center center no-repeat;
		height:100px;
	}
		#afs-timeline-loading .tl-loading {
			height:auto;
			padding-bottom:50px;
			background-position:center bottom;
		}

	.tl-dialog-caption {
		width:100%;
		position:absolute;
		text-align:center;
		top:-25px;
		left:0;
		color:white;
	}
		.tl-dialog-caption em {
			padding-right:7px;
		}

.tl-subject,
.tl-related {
	clear:both;	
	padding:10px;
	margin:25px 0 0;
	background:#f3f2f2;
	color:#797979;
}
	.tl-related {
		margin:1em 30px 2em;
	}

	.tl-related h3,
	.tl-subject h3 {
		font-weight:normal;
		margin-bottom:0.25em;
		font-size:20px;
		color:#3f3f3f;
	}

.tl-buttons {
	overflow:hidden;
	margin:0;
	border-top:1px solid #c9c8c8;
	padding-top:.5em;
}
	.tl-buttons a,
	.tl-buttons a img {
		float:left;
		font-weight:bold;
		vertical-align:middle;
		line-height:60px;
		color:#797979;
		text-decoration:none;
	}

	.tl-buttons a {
		width:49%;
	}
		.tl-buttons a:hover {
			background:transparent;
			color:#797979;
		}
			.tl-buttons a span {
				padding:0.25em;
			}
			
			.tl-buttons a:hover span {
				color:white;
				background-color:#6f7e88;
			}

		a.tl-forward,
		a.tl-forward img {
			float:right;
			text-align:right;
		}

		a.tl-forward span {
			padding-right:17px;
			background:url("../../img/tijdlijn/canvas/browsearrows.gif") 100% 6px no-repeat;
			margin-right:5px;
		}
			a.tl-forward:hover span {
				background-position:100% -44px;
			}

		a.tl-back span {
			padding-left:17px;
			background:url("../../img/tijdlijn/canvas/browsearrows.gif") 0 -94px no-repeat;
			margin-left:5px;
		}
			a.tl-back:hover span {
				background-position:0 -144px;
			}

ul.tl-related-links, 
ul.tl-related-links li {
	list-style:none;
	margin:0;
	padding:0;
}
	ul.tl-related-links {
		margin:0 10px;
	}
	ul.tl-related-links li {
		margin-bottom:.25em;
	}
	ul.tl-related-links li a {
		color:#dc8d5a;
		background-color:transparent;
		padding:0.25em 23px 0.25em 0.35em;
		margin-left:-0.35em;
		float:none;
		font-size:12px;
	}
		ul.tl-related-links li a.forward {
			background-position:100% -79px;
			padding-right:18px;
		}
			ul.tl-related-links li a.forward:hover {
				background-position:100% -39px;
			}