html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: white url(graphics/watermark.png) no-repeat fixed right top;
}


/* wrapper */

#wrapper {
	height: 100%;
	position: relative;
}

html>body #wrapper {
	position: relative;
	height: auto;
	min-height: 100%;
}


/* logo */

#logo {
	position: absolute;
	top: 30px;
	left: 0;
}

#header {
	position: relative;
	xheight: 120px;
	height: 90px;
	background: #fff url(graphics/header_bg.png) top left repeat-x;
}

#onderdeelVan {
	text-align: right;
}

#onderdeelVan img {
	vertical-align: -25%;
}

/* links */

#links {
	position: absolute;
	right: 0;
	margin: 10px 10px 0 0;
}

#links a {
	margin-left: 10px;
}

/* content */

#content {
	 padding: 30px 54px 30px 54px;
	/*padding: 0 20px;*/
}

#content:after {
	/* clear float with standard compliant method */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html #content {
    height: 1px; /* clear floats for IE5,6 */
}

*+html #content {
    min-height: 0;  /* clear floats for IE7 */
}

#content fieldset {
	border: none;
}

*+html #content fieldset {
	padding: 5px 10px;
}

* html #content fieldset {
	padding: 5px 10px;
}

/* menu */

#menu {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	/*display: none;*/
}	

#menu h2 {
	display: none;
}

#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul {
	border-bottom: 1px solid #D0F2FF;
	padding-left: 70px;
}

html>body #menu ul:after {
	/* clear floats using standards compliant method */
	content: ".";
	display: block;
	height: 0;
	line-height: 0%;
	clear: both;
	visibility: hidden;
}

* html #menu ul {
	height: 1px; /* clear float for IE5,6 */
	border: none;
}

*+html #menu ul {
	min-height: 0; /* clear float for IE7 */
	border: none;
}

#menu ul li {
	position: relative;
	float: left;
}

#menu ul li#logout,
#menu li#loggedInAs {
	float: right;
}


* html #menu ul li {
	display: inline;
}

#menu li a {
	font-weight: bold;
	text-decoration: none;
	color: #00ACEF;
	display: block;
	padding: 0.25em 0.5em;
	border-right: 1px solid #9ACDFA;
}

#menu li#loggedInAs {
	font-weight: bold;
	text-decoration: none;
	color:#003952;
	display: block;
	padding: 0.25em 0.5em;
	border-right: 1px solid #9ACDFA;
}

#menu li a:hover {
	background: #D91882;
	color: white;
}


/* submenu's */

#menu ul ul {
	position: absolute;
	background: #fff;
	border: 1px solid #00ACEF;
}

#menu ul ul,
#menu ul ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul ul li {
	float: none;
}

#menu li li a {
	font-weight: normal;
	width: 12em;
	border: none;
	color:  ##00ACEF;
}

/* sub-sub menu's */

#menu ul ul ul {
	border-left: 1px solid white;
	border-top: 1px solid white;
	left: 12em; /* position at the edge: 12em width + 2 x 0.5 padding */
	top: 0;
}


/* #menu hover-effect */

#menu ul li ul {
	/* level 1 */
	display: none;
}

#menu ul li:hover ul,
#menu ul li.hover ul {
	/* the li.hover is for MSIE, set by menu.js */
	display: block;
}

#menu ul li:hover li ul,
#menu ul li.hover li ul {
	/* level 2 */
	display: none;
}

#menu ul li:hover li:hover ul,
#menu ul li.hover li.hover ul {
	display: block;
}

#menu ul li:hover li:hover li ul,
#menu ul li.hover li.hover li ul {
	/* level 3 */
	display: none;
}

#menu ul li:hover li:hover li:hover ul,
#menu ul li.hover li.hover li.hover ul {
	display: block;
}


/* footer */


#footer {
	border-top:1px solid #00ADEF;
	position: relative;
	bottom: 30px;
	width: 100%;
	background: #fff;
	padding: 0.25em 0;
}

*+html #footer {
	margin-bottom: -30px;
}

* html #footer {
	margin-bottom: -30px;
}


#poweredByMaxNl {
	position: absolute;
	bottom: 0;
	left: 5px;
	text-align:left;
	}


/* OTHER TOOLS */

/* various classes */

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}

.image {
	clear: both;
	margin-bottom: 1em;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.center {
	text-align: center;
}


/* horizontal rules */

hr {
	display: none;
}

#content hr {
	xdisplay: block;
}


/* Progress Bar */

.modalDialogBox {
	text-align: center;
	position: absolute;
	border: 1px solid #00adff;
	top: 40%;
	left: 40%;
	width: 40em;
	margin: -12.5% 0 0 -10em;
	background-color: white;
}

.modalDialogBox h3, .modalDialogBox p {
	margin: 1em 0 1em 0;
	padding: 0;
}

.modalDialogOverlay {
	/* fields like 'opacity' also work in some browsers, but this is easier to keep consistent */
	xbackground-image: url(graphics/overlay.png);
}

* html .modalDialogOverlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="style/graphics/overlay.png", sizingMethod="scale");
}

* html .modalDialogOverlay {
	text-align: center;  /* IE5: center blocks */
}


/* modal dialog panel */

.modalDialogSpacing {
	margin: 0 auto;  /* center and keep space above/below. */
	padding: 50px;
	text-align: left;  /* reset text align */
}

.modalDialogPanel {
	background-color: #00ACEF;
	padding: 2px 0px 5px;
}

.modalDialogPanel .modalDialogContent {
	overflow: auto;
}


/* modal dialog caption */

.modalDialogOverlay .modalDialogCaption {
	height: 16px;
}

.modalDialogCaption a.closeButton {
	float: right;
	width: 14px;
	height: 14px;
	background-image: url(graphics/db_closeback.png);
	background-repeat: no-repeat;
	background-position: 0 0;

	/* hide default text */
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.modalDialogCaption a:hover.closeButton {
	background-image: url(graphics/db_closeback.png);
	background-position: -14px 0;
}

.modalDialogCaption:after {
	clear: both;
	display: block;
	content: '.';
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

* html .modalDialogCaption {
	height: 1px;
}

*+html .modalDialogCaption {
	min-height: 0;
}



.barContainer {
	text-align: left;
	border: 1px solid #00adef;
	margin: 0.5em;
	background-color: #f0fbff;
}

.bar {
	background-color: #ec008c;
	height: 1em;
	width: 98%;
}

.caption, .percentage {
	margin: 0.5em;
}

.percentage {
	font-weight: bold;
}


/* project details */

#projectdetails {
	padding: 15px;
}
	
.NGII h2,
.ROI h2,
.OOV h2,
.COL h2,
.persons h2,
.partners h2 {
	color: #fff;
	xpadding: 0.2em 0;
	padding: 5px;
	border: 0;
}

.NGII h2{
	background-color: #ec008c;
}

.ROI h2{
	background-color: #65bc46;
}

.OOV h2{
	background-color: #00adef;
}
.COL h2{
	background-color: #f7941d;
}

.persons h2,
.partners h2 {
	background-color: #5F5F5F;
}

#projectdetails #details {
	width: 45%;
	float: left;
}

#projectdetails #publications {
	width: 50%;
	float: right;
	margin: 10px 10px 0 0;
}

#projectdetails h2 {
	xmargin: 10px;
	xcolor: #005575;
	font-size: 1.2em;
}

#projectdetails h3 {
	color: #005575;
	font-size: 1.2em;
	margin: 10px 0px;
}

#projectdetails #publications #publicationlinks,
#projectdetails #publications #publicationdocuments,
#projectdetails #publications #fotoStrip,
#projectdetails #publications #publicationvideos,
#projectdetails #publications #publicationfooter {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 0 10px 10px;
}

.bg_NGII {
	background: #fcdfeb;
}
.bg_ROI {
	background: #d9ebc9;
}
.bg_OOV {
	background: #d4effc;
}
.bg_COL {
	background:	#fee6d3;
}

#projectdetails #publications #publicationfooter {
	background: #fff;
}
#projectdetails #publications #publicationfooter a {
	xcolor: #D91882;
	color: #00ACEF;
}


#details .longdescription,
#details .partnersdescription {
	margin-top: 2em;
}


#summaryForm {
	 width: 600px;
	 margin: 0 auto;
	 border-top: none;
}

form {
	border: 2px solid #EC008C;
	padding: 5px;
	xborder-bottom: none;
}

form#frmProjects,
form#frmPublications,
form#frmPartners,
form#frmLogin,
.tools form {
	border: none;
}


#menu ul li#home a {
	color: #4dcbfc;
}

#menu ul li#home a:hover {
	background: #fff2f9;
	color: #00ACEF;
}

.autocomplete {
	background: #fff;
	border: 1px solid #ccc;
	z-index: 10000;
}

.autocomplete ul li {
	padding: 3px 5px;
	margin: 0;
}

.autocomplete ul li,
.autocomplete ul li a {
	color: #666;
	cursor: pointer;
	list-style-type: none;
}
#autocomplete ul li:hover,
#autocomplete ul li.hover 
{
	background: #ccc;
}

#tags_autocomplete ul {
	margin-left: -25px;
}

#tags_autocomplete ul li a.removeTag {
	position: absolute;
	right: 5px;
}

#tags_autocomplete ul li a.removeTag:hover {
	border: 1px solid #ED008B;
}


/* result list */
.result_top {
	xfloat: left;
}

.result_bottom {
	xwidth: 565px;
	xfloat: right;
	xclear: both;
	xmargin-right: 10px;
	xborder: 1px solid red;
}

.result_bottom a {
	float: right;
}

*+html .result_bottom {
	xmargin-right: 0px;
	xposition: relative;
	xright: -7px;
}

* html .result_bottom {
	xmargin-right: 0px;
	xposition: relative;
	xright: -7px;
}

.result_bottom span {
	xfloat: right;
	text-decoration: underline;
	color: #00ADEF;
}

.projectsListResult:hover .result_bottom span {
	xcolor: #EC008C;
}

div.break {
  width:100%;
  height:1px;
  clear:both;
  overflow:hidden;
}

#projectresults__list,
#geodatasetsearch__list {
	height: 317px;
	overflow: auto;
}

.projectsListResult {
	margin: 0px 0px 5px;
	padding: 4px;
	xcursor: pointer;
}

#projectsDetails table th,
.projectsListResult table th {
	vertical-align: top;
	text-align: left;
	width: 30%;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#projectsDetails table td,
.projectsListResult table td {
	vertical-align: top;
}

.projectsListResult .kenmerken {
	xfloat: right;
	xwidth: 35px;
	width: 10%;
}

.result_top .kenmerken img {
	xfloat: right;
	margin-right: 5px;
}

* html .result_top .kenmerken img {
	margin-right: 0;
}

#projectdetails .kenmerken {
	width: 140px;
	float: right;
}
.projectsListResult .kenmerken .icon {
	width: 30px;
	height: 30px;
}

.resultaat .kenmerken img {
	xfloat: right;
}

#projectsDetails {
	xwidth: 80%;
	align: center;
	padding: 5px;
	margin-top: 21px;
	height: 100%;
}

#projectsDetails .kenmerken {
	height: 30px;
	float: right;
}

#projectsDetails input {
	float: left;
}

#projectsDetailsContainer {
	height: 100%;
}

/* results */

.longdescription {
	margin-top: 20px;
}

/* person */

#person_details h2 {
	display: none;
}

#person_details dl {
	border: 2px solid #5F5F5F;
	padding: 15px;
}

#person_details #person_name dt {
	display: none;
}

#person_details #person_name dd {
	font-size: 16px;
	font-weight: bold;
	color:#5F5F5F;
	margin: 0 0 10px 0;
}

#person_details dt {
	margin-left: 10px;
}

.person td {
	font-weight: bold;
	color:#5F5F5F;
}

div.resultaat.persons,
.detail .persons {
	xborder: 2px solid #5F5F5F;
}

.persons .result_bottom {
	text-decoration: underline;
}

.fullpage .partners,
.fullpage .persons,
.fullpage .projects,
.fullpage .publications {
	border: none;
}


/* partner */

#partner_details h2 {
	display: none;
}

#partner_details dl {
	border: 2px solid #5F5F5F;
	padding: 15px;
}

#partner_details #partner_name dt {
	display: none;
}

#partner_details #partner_name dd {
	font-size: 16px;
	font-weight: bold;
	color:#5F5F5F;
	margin: 0 0 10px 0;
}

#partner_details dt {
	margin-left: 10px;
}

.partner td {
	xfont-size: 16px;
	font-weight: bold;
	color:#5F5F5F;
	xtext-decoration: none;
}

.resultaat h3 {
	text-decoration: none;
}

.resultaat .table {
	width: 100%;
}

.table table {
	width: 100%;
}

div.resultaat.partners,
.detail .partners {
	xborder: 2px solid #5F5F5F;
}

.partners .result_bottom {
	text-decoration: underline;
}


.unknown {
	border: 2px solid #5F5F5F;
	padding: 15px;
}

#detailbox div,
div.resultaat {
	padding: 5px;
}

.space {
	margin-bottom: 15px;
}

.publications .type {
	font-size: 13px;
	font-weight: normal;
	color: white;
}

.publications .button {
	position: relative;
	top: 0px;
	margin-top: 10px;
}

*+html .publications .button {
	top: 5px;
	margin-top: 5px;
	width: 140px;
}

* html .publications .button {
	top: 5px;
	width: 140px;
}

.buttonproject {
	width: 135px;
}

.fullpage #projectdetails .button {
	display: none;
}

.scrollablelist {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
}

*+html .scrollablelist {	
	xpadding-right: 17px;
}

#detailbox {
	overflow: auto;
	overflow-x: hidden;
}

* html #detailbox {
	xmin-width: 544px;
	xwidth: 90%;
	xoverflow-x: visible;
	xposition: relative;
	xbackground: white;
}

.result_top table {
	xfloat: left;
	width: 90%;
}

* html .result_top table {
	width: 85%;
}

*+html #link_input {
	margin-left: 75px;
}

* html #link_input {
	margin-left: 75px;
}


.tablepages {
  text-align:left;
}

td.random_result {
	border: none;
}

* html td.random_project {

}

* html td.random_result {
	position: relative;
	left: 20px;
}

table.frontpage {

}

/* new icons */

.kenmerken .NGII,
.kenmerken .ROI,
.kenmerken .OOV,
.kenmerken .COL,
.kenmerken .persons,
.kenmerken .partners  {
	xbackground: #DDD;
	width: 25px;
	height: 25px;
}

.kenmerkicon {height: 30px; width: 30px;}
.kenmerken .organisatie {background: url(graphics/organisatie.gif) no-repeat;}
.kenmerken .project {background: url(graphics/project.gif) no-repeat;}
.kenmerken .projectorganisatie {background: url(graphics/projectorganisatie.gif) no-repeat;}
.kenmerken .persoon {background: url(graphics/persoon.gif) no-repeat;}

#uitgelicht {
	position: relative;
	margin-top: 20px;
	margin-left: 393px;
}

#uitgelicht h2 {
	margin-bottom: 10px;
}
