/*
www.hermes-europe.org
@author: Bernhard Verkade (bernhard@yes2web.nl)
@version: 20090311-01

Colors:

H2			:	#124b62 (green);
blockquote	:	#cbcbcb (light-grey);
img border	:	#186280 (dark-green);

Contains:

* General settings
* Sidebar

*/

/* General settings */
body, #publerBody {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
}

h1 {
	color: #124b62;
	font-size: 1.1em;
	border-bottom: 1px solid #cbcbcb;
	height: 28px;
}
	h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child { margin-top: 0; }
	* html h1, * html h2 { margin-top: 0; }
	
h2, h3 {
	font-size: 1.1em;
	clear: both;
}

.test h2{
	margin-top: 54px;
}

a{
	color: #124b62;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.afbeelding{
	border: 1px solid #186280;
	padding: 3px;
}

table{
	font-size: 11px;
}

hr {
	background-color: #cbcbcb;
	border: 0 none;
	color: #cbcbcb;
	height: 1px;
	margin: 20px 0;
	padding:0;
}

/* Sidebar */
blockquote {
	background: url(../../images/hermes/background/blockquote-left-bg.jpg) 12px 0 no-repeat;
	color: #124b62;
	display: block;
	margin: 0;
	padding: 20px 0 0 37px;
	}
	blockquote p{
		background: url(../../images/hermes/background/blockquote-right-bg.jpg) 150px bottom no-repeat;
		padding: 0 18px 20px 0;
	}
/**
 *	Clusters added
 */
ul#sub-navigation{
	margin: 0;
	padding: 0;
	}
	ul#sub-navigation li{
		background: url(../../images/hermes/background/bg-button.png) top left no-repeat;
		height: 26px;
		float: left;
		margin-right: 5px;
		list-style: none;
	}
	ul#sub-navigation li a{
		background: url(../../images/hermes/background/bg-button-a.png) top right no-repeat;
		line-height: 1.6em;
		padding: 2px 20px;
		color: #FFF;
		height: 22px;
		display: block;
	}
	div#clusters ul li.selected a, ul#sub-navigation li.selected a{
		text-decoration: underline;
	}
/**
 *	Clusters added
 */
div#members, div#clusters{
	padding: 14px 0 7px 5px;	
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	height: 1%;
	}
div#members h3, div#clusters h3{
	font-size: 1.1em;
	padding-left: 7px;
}
	
div#members ul{
	margin-left: 0;
	}
	div#members ul li{
		list-style: none;
		float: left;
		font-size: 1px;
	}
	div#members ul li a{
		display: block;
		height: 62px;
		width: 79px;
		border: 1px solid #cecece;
		text-indent: -6666px;
		margin-left: 8px;
		margin-bottom: 8px;
		background-position: top left;
		background-repeat: no-repeat;
	}
	div#members ul li.csem a{ background: url(../../images/hermes/content/csem.png); }
	div#members ul li.ctif a{ background: url(../../images/hermes/content/ctif.png); }
	div#members ul li.imec a{ background: url(../../images/hermes/content/imec.png); }
	div#members ul li.leti a{ background: url(../../images/hermes/content/leti.png); }
	div#members ul li.lund a{ background: url(../../images/hermes/content/lund.png); }
	div#members ul li.tudelft a{ background: url(../../images/hermes/content/tudelft.png); }
	div#members ul li.uc a{ background: url(../../images/hermes/content/uc.png); }
	div#members ul li.vtt a{ background: url(../../images/hermes/content/vtt.png); }
	div#members ul li.ibbt a{ background: url(../../images/hermes/content/ibbt.png); }
	/* div#members ul li.tno a{ background: url(../../images/hermes/content/tno.png); } */
	div#members ul li.icl a{ background: url(../../images/hermes/content/icl.png); }
	div#members ul li.telecom a{ background: url(../../images/hermes/content/telecom.png); }
	div#members ul li.unikassel a{ background: url(../../images/hermes/content/unikassel.png); }
	
	div#members ul li a:hover{
		background-position: top right;
	}

p.login{
	margin: 14px 0px 30px 11px;
}

/**
 *	Clusters added
 */
form#nda input{
	float: left;
	margin-top: 7px;
}
form#nda label{
	width: 80px;
	line-height: 2.1em;
}
form#nda button, form#upload button{
	background: url(../../images/hermes/icons/accept.png) top left no-repeat;
	border: none;
	height: 26px;
	text-indent: -6666px;
	width: 78px;
	cursor: pointer;
	outline: none;
	}
	form#upload button{
		background: url(../../images/hermes/icons/send.png) top left no-repeat;
	}
/**
 *	Clusters added
 */
form#login input, form#upload input {
	background: url(../../images/hermes/background/login-bg.jpg) top left no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 15px;
	padding: 5px 10px;
	width: 175px;
	border: none;
	margin-bottom: 5px;
	}
	form#upload input#file{
		height: 26px;
		border: none;
	}
	label#button{
		width: 265px;
	}
	label#button2{
		width: 465px;
	}

form#login button{
	background: url(../../images/hermes/icons/login.png) bottom left no-repeat;
	border: none;
	height: 26px;
	text-indent: -6666px;
	width: 64px;
	cursor: pointer;
	outline: none;
}

dt span{
	font-weight: normal;
	font-style: italic;
}
dd{
	margin: 0;
}

.message{
	margin-bottom: 10px;
	background: #f3f3f3;
}

.message p{
	margin: 0;
	padding: 4px 10px;
	}
	.message p span{
		font-style: italic;
	}
	.message p.mhead{
		border-bottom: 1px solid #999;
		padding-left: 3px;
	}
	form#message textarea{
		width: 535px;
		height: 59px;
		border: none;
		padding: 2px 5px;
		background: url(../../images/hermes/background/bg-textarea.png) no-repeat;
	}
	form#message button{
		background: url(../../images/hermes/icons/sendmessage.png) bottom left no-repeat;
		border: none;
		height: 26px;
		text-indent: -6666px;
		width: 78px;
		cursor: pointer;
		outline: none;
	}