/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*
Intent CSS
Copyright (c) 2009, Hogeschool van Arnhem en Nijmegen
Developer: 	S. van den Dungen Gronovius, Hogeschool van Arnhem en Nijmegen
Designer:	D. Parijs, Bureau Ketel
*/
html { overflow-y: scroll; }

body {
	font: 81% arial;
	background: #fff;
	line-height: 150%;
}

strong {
	font-weight: bold;
}
em {
	font-style: em;
}
p {
	margin-bottom: 1em;
}
li {
	list-style: outside disc;
	margin-left: 2em;
}
ol li {
	list-style: outside decimal;
}
ul, ol {
	margin-bottom: 10px;
}
h1, h2, h3 {
	font-weight: bold;
}
h1 {
	color: #e90028;
	font-size: 1.8em;
	margin-bottom: 1em;
}
.intro {
	font-weight: bold;
	margin-bottom: 2em;
}
.access {
	position: absolute;
	left: -2000em;
}
.clear {
  clear: both;
}

/************
	STRUCTURE
	********/
	#container {
		margin: 0 auto;
		background: #fff url(images/container-bg.jpg) no-repeat right top;
		width: 790px;
	}
	#top {
		height: 280px;
		background: url(images/top-bg.png) no-repeat 30px 0;
	}
	#main {
		padding: 2em;
		padding-top: 0;
		position: relative;
		padding-bottom: 50px;
	}
	#content {
		width: 400px;
		margin-left: 260px;
	}
	.breadcrumbs {
		position: absolute;
		left: -2000em;
	}
	
	#navigation {
		position: absolute;
		left: 0;
		top: 41px;	
		text-align: right;
		width: 250px;
		padding-bottom: 50px;
	}
	#navigation li  {
		list-style: none;
	}
	#navigation li a {
		font-weight: bold;
		color: #064089;
		text-decoration: none;
		line-height: 180%;
	}
	#navigation li.selected a,
	#navigation li.selected li.selected a	{
		color: #e90028 ;
	}
	#navigation li.selected li {
		font-size: .9em;
		font-style: italic;
	}
	#navigation li.selected li  a{
		color: #064089;
	}
	
	#navigation .extranav {
		padding-top: 85px;
		background: url(images/navigation-filler.jpg) no-repeat top right;
	}
	#navigation .extranav a {
		text-decoration: underline;
		font-size: 1.1em;
	}
	
	.hanform {
	
	}
	.hanform .input {
		margin-bottom: 10px;
	}
	.hanform label {
		font-weight: bold;
		width: 150px;
		float: left;
	}
	.hanform select, .hanform input, .hanform textarea {
		font: 12px arial;
	}
	.hanform select, .hanform input {
		width: 16em;
		font: 12px arial;
	}
	.hanform ol li {
		list-style: none;
		margin-left: 0;
	}
	.hanform .radio input {
		width: auto;
		margin-right: 10px;
	}
	.hanform .radio label {
		float: none;
	}
	.hanform ol label {
		float: none;
		font-weight: normal;
	}
	.hanform .textfield label{
		width: 300px;
	}
	.hanform .textfield textarea {
		width: 300px;
		height: 100px;
	}
	.hanform input.button {
		width: auto;
	}
	.hanform label.error {
	color: #e90028;
	}
	
img.left {
float: left;
margin: 0 10px 10px 0;
}
img.right {
  float: right;
  margin: 0 0 10px 10px;
}

table {
	width: 100%;
}
table tr {
	vertical-align: top;
}
table td {
	padding: 2px;
	font: 12 arial;
}

.file.component {

}
.file.component .filename {

}

.file.component .filetype {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.file.component .filetype span {
	position: absolute;
	left: -2000em;
}
.file.component .info {
	display: none;
}	
	
	.program-deadlines #container { background-image: url(images/container-bg-huisjes.jpg) }
	.call-for-papers #container { background-image: url(images/container-bg-paper.jpg) }
	.venue-travel-and-accommod #container { background-image: url(images/container-bg-bord.jpg) }
	.advisory-committee-member #container { background-image: url(images/container-bg-klomp2.jpg) }
	.sponsors #container { background-image: url(images/container-bg-huisjes.jpg) }
	.conference-fee #container { background-image: url(images/container-bg-vlag.jpg) }
	

.logo-image {
  margin-bottom: 10px;
}	

.logos {
	text-align: right;
	margin-right: -20px;
}
.logos img {
	margin-bottom: 10px;
}
	
