﻿:root {
 	overflow-y:scroll;
}
body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
}
body {
	scrollbar-face-color:#D4D0C8;
	scrollbar-shadow-color:#666666;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:threedface;
	scrollbar-darkshadow-color:threedface;
	scrollbar-track-color:threedface;
	scrollbar-arrow-color:#333333;
}
a img {
	border-style:none;
	cursor:pointer;
}
img.blockImg {
	display:block;
}
/* Layout Section */
#tblBackgroundFlash1, #tblBackgroundFlash2, #tblMainLayout {
	position:absolute;
	left:0;
	width:100%;
}
#tblBackgroundFlash1 {
	z-index:1;
	top:0;
}
#tblBackgroundFlash2 {
	z-index:2;
	top:84px;
}
#tblMainLayout {
	z-index:3;
	top:0;
	background-image:url(../ico/swf/blauw-onder.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#layerMainContent {
	margin:-10px 0px 10px 0px;
}
/* Menu Section */
td.cellMenuItem1 {
	border-bottom:2px solid #cccccc;
}
td.cellMenuItem1 {
	padding-right:31px;
	padding-bottom:2px;
}
td.cellMenuItem2 {
	padding-right:5px;
	padding-top:8px;
}
td.cellMenuItem1 a, td.cellMenuItem2 a {
	font-family:Helvetica, Arial, Verdana;
}
td.cellMenuItem1 a.selected, td.cellMenuItem2 a.selected {
	color:#000000;
	font-weight:bold;
}
td.cellMenuItem1 a {
	font-size:12px;
	font-weight:bold;
}
td.cellMenuItem2 a {
	font-size:11px;
}
/* Dropdown Section */
#tblProjectsMenu {
	margin-top:10px;
}
#tblProjectsMenu td {
	padding-right:16px;
}
div.dropDownSelect {
	background-image:url(../ico/dropdown.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:185px;
	border:1px solid #666666;
	overflow:hidden;
}
div.dropDownMenuItem div {
	margin-left:3px;
	margin-right:3px;
}
div.dropDownSelect div {
	margin:1px 20px 1px 3px;
}
div.dropDownMenu {
	position:absolute;
	top:0;
	left:0;
	z-index:4;
	display:none;
	background-color:#ffffff;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	width:185px;
  	filter:alpha(opacity=95);
  	opacity:0.9;
	overflow-x:hidden;
	overflow-y:auto;
}
.dropDownSelect, .dropDownMenuItem {
	font-size:11px;
	font-family:Helvetica, Arial, Verdana;
	font-weight:bold;
	cursor:default;
}
.dropDownSelect {
	line-height:14px;
}
.dropDownMenuItem {
	line-height:13px;
	margin:6px 0px;
	color:#999999;
}
.dropDownMenuItemSelect, .dropDownMenuItemHover {
	color:#000000;
} 
/* Menu Left */
#tblMenuLeft {
	width:189px;
	margin-left:42px;
}
#tblMenuLeft td {
	padding:13px 5px 0px 0px;
	vertical-align:top;
	line-height:15px;
}
#tblMenuLeft td a {
	color:#000000;
}
#tblMenuLeft img {
	margin-top:2px;
}
div.lineMenuLeft {
	width:160px;
	height:2px;
	background-color:#cccccc;
	overflow:hidden;
}
#layerSubject {
	width:145px;
	margin-left:42px;
}
/* Home Page Section */
#tblHome {
	width:100%;
	height:375px;
	background-image:url(../ico/home.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#tblHome td {
	font-size:11px;
}
#tblHome td a, .btnHome {
	color:#47a1ce;
}
.btnHome span {
	padding:4px 20px 3px 3px;
	background-color:#ffffff;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	cursor:default;
	display:inline-block;
}
#layerContentHome {
	height:136px;
	width:100%;
	overflow:hidden;
}
/* Circles */
#tblCircles {
	margin-top:14px;
}
#tblCircles td {
	padding:0px 21px;
}
/* Menu Project Thumbs */
#tblProjectsThumbs {
	margin-left:30px;
}
#tblProjectsThumbs td {
	padding:0px 18px 20px 0px;
}
#tblProjectsThumbs a img {
	display:block;
	width:30px;
	height:30px;
}
#tblProjectsThumbs img.projectThumb {
	border:1px solid #ffffff;
}
#tblProjectsThumbs img.projectThumbHover {
	border:1px solid #000000;
}
#tblProjectsThumbs a.selected img {
	border:1px solid #000000;
}
