/*

 * STEAM style sheet for CSS2-capable browsers.
 * 
 *   Copyright (C) 2008, DC <dcworks.nl>
 * 
 * Programmed by Michiel Sikma <michiel@dcworks.nl>.

 */

html, body {
	padding: 0;
	margin: 0;
	color: #333333;
	background-color: #ccc;
	width: 100%;
	height: 100%;
	font-family: Arial, sans-serif;
}

body table{
	background: url(../images/bg_pattern.jpg);
}

input {
	font-family: Arial, sans-serif; }

/* Reset some headers. */
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	
	font-size: 100%;
	font-weight: normal; }

/* Images should not have a border by default. */
img {
	border: none; }
	
tt {
	font-size: 110%; }

a {
	outline: none;
	color: #009EE0; }

a:hover {
	color: #005DA3; }

table.top {
	width: 100%;
	height: 100%;
}
table.top tr, table.top td {
	width: 100%;
	height: 100%;
}
table.top tr td.top {
	padding: 20px 10px;
	vertical-align: top;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

#footer h1 {
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
}

/* Center the wrapper div both horizontally and vertically. */
#wrapper {
	
	position: relative;
	margin: auto;
	width: 960px;
	height: 640px;
	
	font: 9pt/12pt Arial, sans-serif;
}
	
	.item {
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0; }
		
		.item.borderdered .outer {
			border: 5px #fff solid;
		}
		
		.item.borderdered .img {
			margin: 0;
			padding: 0;
			border: none;
		}
		
		.item a {
			text-decoration: none; }
		
		.item span {
			text-decoration: none;
			display: block;
			overflow: hidden; }
		
		.item span.enlarge-span {
			display: none; }
			
		.item.enlarge span.enlarge-span {
			display: block;
			position: absolute;
			padding: 0;
			margin: 0;
			border: none;
			width: 50px;
			height: 50px;
			background-image: url('../images/resize.png');
			background-repeat: no-repeat;
			background-position: 2px 2px; }
			
		.item.enlarge span.enlargevideo-span {
			display: block;
			position: absolute;
			padding: 0;
			margin: 0;
			border: none;
			width: 50px;
			height: 50px;
			background: none !important;
		}
		
		.item .info {
			border: none; }
		
		.item .popover_bg, .item .popover_fg {
			position: absolute;
			bottom: 0;
			width: auto;
			height: auto;
			margin: 0;
			width: 100%;
			border: none;
			padding: 4px 6px;
			margin-bottom: 0;
			display: block; }
			
			.item a .info {
				position: absolute; }
			
			.item .popover_bg .s_container, .item .popover_fg .s_container {
				overflow: hidden;
				position: relative; }
				
				.item .popover_bg .s_container .summary.content, .item .popover_fg .s_container .summary.content {
					position: absolute;
					top: 0; }
			
			.item .popover_bg {
				background-color: #ffffff;
				opacity: 0.75; }
				
				.item .popover_bg .header,
				.item .popover_bg .s_container,
				.item .popover_bg .summary {
					color: transparent !important; }
			
			.item .popover_bg span, .item .popover_fg span {
				width: auto;
				border: none;
				height: auto; }
				
				.item .popover_fg span.header, .item .popover_bg span.header {
					margin-right: 8px;
					font-weight: bold;
					line-height: 130%;
					font-size: 130%; }
				
				.item .popover_fg span.summary, .item .popover_bg span.summary {
					margin-right: 8px;
					color: #333333; }
				
				.item .popover_bg span.header, .item .popover_bg span.summary {
					color: #ffffff; }
					
				.item.medium_small .popover_bg span.header, .item.medium_small .popover_fg span.header {
					font-size: 100%; }
				
				.item.medium_small .popover_bg span.summary, .item.medium_small .popover_fg span.summary {
					display: none; }
				
				.item.small .popover_bg, .item.small .popover_fg {
					padding: 2px 4px; }
					
				.item.small .popover_bg span.header, .item.small .popover_fg span.header {
					line-height: 120%;
					font-size: 100%; }
				
				.item.small .popover_bg span.summary, .item.small .popover_fg span.summary {
					display: none; }
				
				.item.medium_large .popover_bg span.summary, .item.medium_large .popover_fg span.summary {
					display: none; }
		
	#wrapper .item h1 {
		font-size: 120%;
		font-weight: bold; }
	
	#wrapper .item p {
		padding: 0.3em 0em;
		margin: 0; }
	
	#wrapper .project {
		position: absolute;
		top: 110px;
		left: 630px;
		width: 350px;
		
	}
	
	#wrapper .project_container {
		position: relative;
		float: left;
		width: 350px;
		background: #fff;
	}
	
	#wrapper .project_container .project_content {
		position: relative;
		float: left;
		margin: 10px 0 0 10px;
		padding: 0 0 10px 0;
		width: 330px;
	}
			
		#wrapper .project h1,
		#wrapper .project h2,
		#wrapper .project h3,
		#wrapper .project h4,
		#wrapper .project h5,
		#wrapper .project h6 {
			margin-top: 1em;
			text-decoration: underline; }
		
		#wrapper .project h1 {
			text-decoration: none;
			margin: 0 0 0 0;
			padding: 0 0 10px 0;
			font-weight: bold;
			font-size: 26px;
			line-height: 24px;
			text-transform: uppercase;
			color: #009ee0;
		}
		
		#wrapper .project table {
			background: #fff;
		}
		
		#wrapper .project p {
			margin: 0 0 1em 0;
			padding: 0;
			font-size: 14px;
		}
		
		#wrapper .project .relevants {
			position: relative;
			float: left;
			margin: 10px 0 0 0;
			width: 330px;
		}
			
		#wrapper .project .tags span {
			font-size: 86%;
			padding: 0 0.1em 0 0; }
		
		#wrapper .project .tags span.label {
			padding: 0.15em 0.25em;
			margin: 0 0.2em 0 0;
			font-weight: bold;
			color: #218eda; }
			
		#wrapper .project .tags span.tag a {
			color: #ffffff;
			padding: 0.25em 0.35em;
			text-decoration: none;
			/*-moz-border-radius: 2px;
			-webkit-border-radius: 2px;*/
			background-color: #218eda; }
			
		#wrapper .project .tags span.tag a:hover {
			background-color: #005DA3; }
	
	#wrapper #frontend-filters, #wrapper #frontend-search {
		background-color: transparent; }
		
		#wrapper #frontend-filters span {
			width: 200px; }
		
		#wrapper #frontend-search span input {
			width: 150px; }
			
		#wrapper #frontend-filters ul, #wrapper #label_c {
			width: 198px;
			border-left: 1px solid #d5d5d5;
			border-right: 1px solid #d5d5d5;
			border-bottom: 1px solid #d5d5d5;
			float: left; }
			
			#wrapper #frontend-filters ul, #wrapper #label_c .l_inner {
				border-top: 1px solid #d5d5d5;
				padding: 0 1px; }
			
			#wrapper #frontend-filters ul, #wrapper #label_c table {
				margin: 1px 0;
				padding: 0.3em 0.5em; }
		
		#wrapper #frontend-filters span, #wrapper #frontend-search span {
			overflow: visible; }
		
			#wrapper #frontend-filters span span, #wrapper #frontend-search span span {
				width: auto;
				height: auto;
				background-color: #ffffff;
				border: 2px solid #ffffff;
				padding: 0.6em 0.3em 0.8em 0.3em; }
				
		#wrapper #frontend-filters h1, #wrapper #frontend-search h1 {
			color: #ffffff;
			font-size: 130%;
			padding: 0 0 0.2em 0;
			margin: 0; }
			
		#wrapper #frontend-filters h1, #wrapper #frontend-search h1 a {
			text-decoration: none; }
			
		#wrapper #frontend-filters ul, #wrapper #frontend-search ul {
			padding: 0;
			line-height: 1em;
			font-size: 86%;
			margin: -0.65em 0 0; }
		
		#wrapper #frontend-search span span {
			padding: 0;
			margin: 0 0 1em;
			background-color: transparent;
			border: none; }
		
		#wrapper #frontend-search span span input {
			border: 1px solid #d5d5d5;
			font-size: 86%;
			width: 192px;
			color: #333333;
			background-image: url('../images/searchbullet.png');
			background-repeat: no-repeat;
			background-position: 184px center;
			padding: 0.3em 0 0.3em 6px; }
			
		#wrapper #frontend-search span span input.hover {
			top: 0;
			left: 0;
			color: #333333;
			background-color: #e2f3fb;
			border: 1px solid #d5d5d5; }
		
			#wrapper #frontend-filters ul li, #wrapper #frontend-search ul li {
				padding: 0 0 0 1.3em;
				margin: 0.65em 0 0;
				text-transform: lowercase;
				list-style-type: none;
				background-image: url('../images/bullet1.png');
				background-repeat: no-repeat;
				background-position: left center; }
				
				#wrapper #frontend-filters ul li a, #wrapper #frontend-search ul li a {
					padding: 0 2px 0 2px; }
					
			#wrapper #frontend-filters ul li.active, #wrapper #frontend-search ul li.active {
				background-image: url('../images/abullet1.png'); }
				
				#wrapper #frontend-filters ul li.active a, #wrapper #frontend-search ul li.active a {
					font-weight: bold;
					color: #e2001a; }
			
			#wrapper #frontend-filters ul li a, #wrapper #frontend-search ul li a {
				color: #333333;
				text-decoration: none; }
				
			#wrapper #frontend-filters ul li a:hover, #wrapper #frontend-search ul li a:hover {
				color: #e2001a;
				text-decoration: none; }
			
			#wrapper #frontend-search #suggestions {
				z-index: 44;
				position: absolute;
				width: 198px;
				border: 1px solid #d5d5d5;
				border-top: none;
				background-color: #ffffff; }
				
				#wrapper #frontend-search #suggestions a {
					padding: 2px;
					text-decoration: none;
					font-size: 92%;
					color: #333333;
					display: block; }
				
				#wrapper #frontend-search #suggestions a div {
					padding: 0 0.5em; }
				
				#wrapper #frontend-search #suggestions a:hover div {
					background-color: #e2f3fb; }
					
					#wrapper #frontend-search #suggestions a div span {
						background-color: #ffffff;
						position: static;
						font-weight: bold;
						display: inline; }
					
					#wrapper #frontend-search #suggestions a:hover div span {
						background-color: #e2f3fb;
						position: static;
						display: inline; }
					
					


.clickfix {
	position: absolute;
	z-index: 10;
}

#notice {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 900;
	font: 9pt/12pt Verdana, sans-serif;
	font-weight: bold; }
	
	#notice span.hover {
		opacity: 0.11;
		display: block;
		position: absolute;
		width: 100%;
		padding: 0.5em 0 0.6em;
		background-color: #007cbb; }
	
	#notice span.inner {
		display: block;
		padding: 0.5em;
		color: #fff;
	}
	
#close {
	position: absolute;
	right: 17px;
	margin-top: -1px; }

.textpage-google {
	position: absolute;
	top: 0;
	left: 0; }

.textpage-data {
	width: 220px;
	position: absolute;
	top: 370px;
	left: 280px; }

.textpage-main {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%; }
	
	.textpage-main h1, .textpage-main h2, .textpage-data h1, .textpage-data h2 {
		font-size: 120%;
		font-weight: bold; }

.pdflink {
	height: 16px;
	display: block;
	background-image: url('../images/media-pdf.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px; }

.flvwrapper {
	width: inherit !important;
	height: inherit !important;
	border: none !important;
	margin: 0;
	overflow: visible !important;
	padding: 0;
}

#tag-content {
	top: 110px !important;
	overflow: visible !important;
	border: 5px solid #ffffff !important;
}
	
.closeflv {
	position: absolute;
	width: 21px;
	height: 21px;
	background: url('../images/closeflv.png');
	color: transparent;
	text-indent: -99999px;
	line-height: 99999px;
	display: block;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

table.top tr td.top {
	overflow: hidden;
}

.tags {
	line-height: 175%;
}