@charset "utf-8";
/* CSS Document */

a img { border: 0; }

body {
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url('bg.gif') no-repeat;
	position: relative;
}

body.red-page {
	background-image: url('bg_red.gif');
}

body.blue-page {
	background-image: url('bg_blue.gif');
}

body.yellow-page {
	background-image: url('bg_yellow.gif');
}

fieldset {
	margin: 0; 
	padding: 0; 
	border: 0px solid #000000;
}

#page {
	margin: 0; 
	padding: 0 45px; 
	width: inherit; 
}

* html #page {
	height: 1%;
}

#menu {
	list-style-type: none; 
	margin: 0; 
	padding: 225px 0 0 60px;
	width: 302px; 
	color: #000000; 
	font-weight: bold;
	float: right; 
	background: transparent url('logo.gif') 20px 5px no-repeat scroll;
}

* html #menu {
	height: 1%;
}

#menu li {
	margin: 0;
	padding: 0 0 10px 0;
}

#menu li a[href] {
	display: inline-block; 
	margin: 0 0 0 35px; 
	padding: 0;
	height: 25px;
	width: auto;
	background-position: -300px 0; 
	line-height: 1.5; 
	color: #000000; 
	text-decoration: none;
	background-repeat: no-repeat;
}

#menu li a:hover {
	display: block;
	margin: 0;
	padding: 0 0 0 35px;
	width: 235px;
	background-position: 0 0; 
	color: #ffffff;
}

#menu li a.selected,
#menu li a.selected:hover {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 0 0 25px;
	width: auto;
	background-position: -280px 0; 
	color: #000000;
}

#menu li.red-item a {
	background-image: url('item_red.gif');
}

#menu li.blue-item a {
	background-image: url('item_blue.gif');
}

#menu li.yellow-item a {
	background-image: url('item_yellow.gif');
}

#menu ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0 0 0 35px; 
	width: 235px; 
}

#menu ul li {
	padding: 2px 0;
}

#menu ul li a[href] { 
	margin: 0 0 0 20px;
	height: auto; 
	line-height: 1.4;
	overflow: visible; 
}

#menu ul li a[href]:hover {
	display: inline-block;
	padding: 0 0 0 20px;
	width: auto;
	background-position: -300px 0; 
	color: #000000;
	text-decoration: underline;
}

#menu ul li a[href].selected,
#menu ul li a[href].selected:hover {
	margin: 0;
	padding: 0 0 0 20px;
	background-position: -280px -3px;
	text-decoration: none; 
}

#header { 
	margin: 0; 
	padding: 35px 0 0 0; 
	width: inherit;
	/* a little more visual space than the 160px that is the baseline
	   of the text "the dutch e-science grid" */
	min-height: 170px;
	float: none;
}

* html #header {
	height: 1%; 
}

#header ul.topmenu {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 105px; 
	font-size: 75%;
	font-weight: bold; 
	color: #000000;
}

#header ul.topmenu li {
	line-height: 1.9; 
	margin: 0;
	padding: 0 15px 0 0;
	float: left;
}

#header ul.topmenu li a {
	color: #000000;
	text-decoration: none;
}

#header ul.topmenu li a:hover {
	text-decoration: underline;
}

/*#header ul.topmenu li.search { 
	padding: 0;
	line-height: normal;
}*/
#header ul.topmenu li.search ,.tx-macinasearchbox-pi1 { /*mo-adds*/
	padding: 0;
	/*line-height: normal;*/
	display: block;
	float:left;
	margin-left: 5px;
}
#header ul.topmenu li.search label {
	/*vertical-align: middle;*/
	float:left;/*mo-adds*/
}

#header ul.topmenu li.search #searchfield {
	vertical-align: middle;
	width: 150px;
}

#header ul.topmenu li.search #searchbutton {
	vertical-align: middle;
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 98%;
	font-weight: bold;
	background: url(button.gif) transparent center center no-repeat; 
	border: 0px solid #000000;
	cursor: pointer;
	width: 40px;
	height: 22px; 
	overflow: visible; 
}

#header h1.title {
	margin: 0; 
	padding: 0 0 0 25px;
	min-height: 25px;
	font-size: 162.5%;
	/* line-height: 0.9; /* why oh why ... this clips it too on IE! */
	background: url('dot_blue.gif') 2px 7px no-repeat;
}

* html #header h1.title {
	height: 25px;
}

body.red-page #header h1.title {
	background-image: url('dot_red.gif');
}

body.yellow-page #header h1.title {
	background-image: url('dot_yellow.gif');
}

#header .submenu {
	margin: 0;
	padding: 5px 0 0 0;  
	line-height: 1.5; 
	font-weight: bold; 
	font-size: 82%;
	color: #000000;
}

* html #header .submenu {  
	height: 30px;
}

#header .submenu span {
	padding: 0 15px;
}

#header .submenu a[href] {
	color: #999999;
	text-decoration: none;
	display: inline-block;
}

#header .submenu a:hover {
	text-decoration: underline;
}

body.red-page #header .submenu a[href],
body.red-page #content a[href],
#content .red a[href] {
	color: #d92181;
	/*mo adds*/
	text-decoration: none;
	display: inline-block;
    /*end mo adds*/
}

body.blue-page #header .submenu a[href],
body.blue-page #content a[href],
#content .blue a[href] {
	color: #038cd0;
	/*mo adds*/
	text-decoration: none;
	display: inline-block;
    /*end mo adds*/
}

body.yellow-page #header .submenu a,
body.yellow-page #content a,
#content .yellow a{
	color: #d6af00;
	/*mo adds*/
	text-decoration: none;
	display: inline-block;
    /*end mo adds*/
}

#header .submenu a.selected,
#header .submenu a.selected:hover {
	color: #000000 !important;
	text-decoration: none !important;
}

#content, .submenu {
	max-width: 35.5em /*540px*/;
	float: none;
}

* html #content {
	height: 1%;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: 0; 
	font-size: 100%;
	line-height: 1.5;
}

#content p {
	margin: 0 0 20px 0; 
	padding: 0;
	line-height: 1.5; 
}

#content .intro {
	margin: 0 0 30px 0;
	padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 105%;
	font-style: italic; 
	line-height: 1.45;
}

#content .image {
	float: right; 
	margin: 5px 0 15px 0;
}

* html #content .image {
	height: 1%;
}

#content .image img {
	border: 0px solid #000000;
}

#content .image dt {
	margin: 0; 
	padding: 0 0 0 5px;
	background: url(block_top_left.gif) 0 0 no-repeat;
}

#content .image dt span {
	display: block; 
	margin: 0; 
	padding: 5px 5px 0 0; 
	background: url(block_top_right.gif) right 0 no-repeat; 
	text-align: center;
	font-size: 1%; 
	line-height: 0;
}

#content .image dd {
	 margin: 0; 
	 padding: 0 0 0 5px;
	 background: url(block_bottom_left_blue.gif) 0 bottom no-repeat;
}

#content .image dd span {
	display: block;
	margin: 0; 
	padding: 3px 5px 7px 0; 
	background: url(block_bottom_right_blue.gif) right bottom no-repeat;
	text-align: center; 
	color: #FFFFFF; 
	font-weight: bold; 
	line-height: 1.2;
	font-size: 80%;
}

body.red-page #content .image dd {
	background-image: url('block_bottom_left_red.gif');
}

body.red-page #content .image dd span {
	background-image: url('block_bottom_right_red.gif');
}

body.yellow-page #content .image dd {
	background-image: url('block_bottom_left_yellow.gif');
}

body.yellow-page #content .image dd span {
	background-image: url('block_bottom_right_yellow.gif');
}

#content ul.summary {
	list-style-type: none; 
	margin: 0; 
	padding: 0;  
}

#content ul.summary li {
	margin: 0;
	padding: 0 0 30px 10px;
	margin: 0; 
	line-height: 1.5;
	color: #000000;
	font-weight: bold;
}

#content ul.summary li .blue-header,
#content ul.summary li .red-header,
#content ul.summary li .yellow-header {
	position: relative;
	display: block;
	left: -10px;
	margin: 0 0 5px 0;
	padding: 0 10px;
	width: 150px;
	height: 25px;
	line-height: 1.7;
	overflow: hidden;
}
#content ul.summary li .blue-header a[href],
#content ul.summary li .red-header a[href],
#content ul.summary li .yellow-header a[href] {
	display: block;
	text-decoration: none;
	color: black;
}

#content ul.summary li .blue-header {
	background: url(header_blue.gif) no-repeat;
}

#content ul.summary li .red-header {
	background: url(header_red.gif) no-repeat;
}

#content ul.summary li .yellow-header {
	background: url(header_yellow.gif) no-repeat;
}

#page:after,
/*#header:after, -- not header for floating right menu */
#content:after,
#menu:after {
	content: "."; 
	display: block; 
	height: 1px; 
	clear: both; 
	visibility: hidden; 
	font-size: 1px; 
	float: none; 
	margin: 0; 
	padding: 0; 
	overflow: hidden;
}

/* ************************************************************************* */

/* ************************************************************************* */
/*   EXT: POWERMAIL                                                          */
/* ************************************************************************* */
.powermail_mandatory_js {
/* Errormessages */
	color:red;
}
.tx-powermail-pi1_formwrap form {
	margin:0;
	padding:10px;
}
fieldset.tx-powermail-pi1_fieldset {
	margin:0;
	padding:0;
	border:none;
}
fieldset.tx-powermail-pi1_fieldset legend {
	display:none;
}

fieldset.tx-powermail-pi1_fieldset label {
/* Style labels */
	width: 7em;
	margin:0;
	padding:0;
	border:none;
	display: block;
	float: left;
	clear: both;
}
fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset textarea,
fieldset.tx-powermail-pi1_fieldset select {
/* Style input fields */
/*	width (size) must be set in the extension! */
	margin:0;
	padding:2px;
	border:1px solid #BCBCBC;
}
fieldset.tx-powermail-pi1_fieldset textarea {
/*	height (rows) must be set in the extension! */
}
div.tx_powermail_pi1_fieldwrap_html {
/* Increase margin between every field */
	margin: 0px 0px 7px 0px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
/* Buttons */
	margin-top:3px;
	margin-left:100px;
	cursor:pointer;
	/*padding:1px 0 1px 0;*/
}


/*
	Radiobuttons.......!
*/
div.tx_powermail_pi1_fieldwrap_html_radio {
	overflow:auto;
}
p.tx_powermail_pi1_fieldwrap_html_radio_title {
/* Style <P> as <LABEL> ! */
	width: 100px;
	margin:0;
	padding:0;
	border:0;
	float: left;
	display:block;
	clear:both;
}
div.powermail_radio_inner {
	margin:0 0 7px 4px;padding:0;border:0;
	float:left;
	display:inline;
}
div.powermail_radio_inner label {
	margin:0;padding:0;border:0;
	display:inline;
	float:none;
}
div.powermail_radio_inner input.powermail_radio {
	margin:0;padding:0;border:0;
	position:relative;
	float:none;
}
/* ************************************************************************* */

