/* CSS stylesheet voor de GIS Conferentie website */
/* Auteur: Sabine Put, sput@esri.nl */

/* Algemene layout */
body { 
	background-position: top left; 
	background-image: url('./siteimages/bg.png'); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #D8E9AB;
	margin-left: 245px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-right: 11px;
	text-align: left;
	font-family: "Verdana", "Arial", "Bitstream Vera Sans";
	font-size: 9.5pt;
	line-height: 1.3em;
	color: #111111;
}

div.content {
	padding-top: 5px;
	padding-left: 150px;
	padding-right: 15px;
}

/* Menu layout */
.menu {
	float: left;
	position: fixed;
	padding-left: 11px;
	padding-top: 91px;
	font-size: 10pt;
	width: 150px;
	line-height: 1.7em;
}	

.menuitem {
	color: #024910;
	padding: 5px;
}	

/* Links */
a {
	border: 0px;
	text-decoration: none;
	color: #2277B3;
	font-weight: bold;
}

a:hover {
    color: #4297D3; 
}

/* Headings */
h1 {
	color: #024910;
	font-size: 16pt;
	line-height: 1.7em;
	font-weight: bold;
}

h2{
	color: #024910;
	font-size: 11pt;
	line-height: 1.1em;
	font-weight: bold;
}

h3{
	color: #024910;
	font-size: 10pt;
	font-weight: bold;
}

/* Plaatjes */
.noborder {
	border: 0px;
}

.imgborder {
	border: 1px solid #024910;
}

div.imgright {
	float: right;
	margin-left: 15px;
	margin-top: 5px; 
	margin-bottom: 5px;
}

div.imgleft {
	float: left;
	margin-right: 15px;
	margin-top: 5px; 
	margin-bottom: 5px;
}


/* Overige styles */
.center {
	text-align: center;
}

.hline {
	border-top: 1px solid #024910;
}

/* Layout kaart routepagina */
.routebeschrijving {
	font-size: 8pt;
	line-height: 1em;
}

input {
	background:#DDDDDD;
	opacity:.7; 
	filter:alpha(opacity=70);
	color: #000000;
	font-family: "Verdana", "Arial", "Bitstream Vera Sans";
	font-size: 9pt;
	width: 355px;
}

.routeheader {
	font-weight: bold;
}

.routebutton {
	text-align: right;
}

button {
	font-size: 10pt;
}

.segment { 
	cursor: pointer; 
	padding-top: 3px; 
	padding-bottom: 3px; 
}


/* Layout slideshow impressie */
#slideshow {
	list-style:none;
	color:#FFFFFF;
}

#slideshow span {
	display:none;
}

#wrapper {
	width: 506px; 
	margin: 50px auto; 
	display: none;
}

#wrapper * {
	margin: 0px; 
	padding: 0px;
}

#fullsize {
	position: relative; 
	width: 500px; 
	height: 332px; 
	padding: 2px; 
	border: 0px solid #252525; 
	background: #252525;
}

#information {
	position: absolute; 
	bottom: 0px; 
	width: 500px; 
	height: 0px; 
	background: #252525; 
	color: #FFFFFF; 
	overflow: hidden; 
	z-index: 200; 
	opacity:.7; 
	filter:alpha(opacity=70);
}

#information h3 {
	color: #FFFFFF;
	padding: 4px 8px 3px; 
	font-size: 14px;
}

#information p {
	padding: 0 8px 8px;
}

#image {
	width: 500px;
}

#image img {
	position: absolute; 
	z-index: 25; 
	width: auto;
}

.imgnav {
	position: absolute; 
	width: 25%; 
	height: 306px; 
	cursor: pointer; 
	z-index: 150;
}

#imgprev {
	left: 0; 
	background:url(images/left.gif) left center no-repeat;
}

#imgnext {
	right: 0; 
	background:url(images/right.gif) right center no-repeat;
}

#imglink {
	position: absolute; 
	height: 306px; 
	width: 100%; 
	z-index: 100; 
	opacity:.4; 
	filter:alpha(opacity=40);
}

.linkhover {
	background: url(images/link.gif) center center no-repeat;
}

#thumbnails {
	margin-top: 15px;
}

#slideleft {
	float: left; 
	width: 20px; 
	height: 83px; 
	background: url(images/scroll-left.gif) center center no-repeat; 
	background-color: #222222;
}

#slideleft:hover {
	background-color: #333333;
}

#slideright {
	float: right; 
	width: 20px; 
	height: 83px; 
	background: #222222 url(images/scroll-right.gif) center center no-repeat;
}

#slideright:hover {
	background-color: #333333;
}

#slidearea {
	float: left; 
	position: relative; 
	width: 456px; 
	margin-left: 5px; 
	height: 83px; 
	overflow: hidden;
}

#slider {
	position: absolute; 
	left: 0px;
	height: 83px;
}

#slider img {
	cursor: pointer; 
	border: 0px solid #666666; 
	padding: 0px;
}

/* Programma */
.programmadelen {
	padding-left: 50px;
	line-height: 1.5em;
}

.programmadagen {
	line-height: 2em;
	font-weight: bold;
}

.programmatabel {
	font-size: 9pt;
	border: 0px solid #8CC63F;
	display: inline;
	
}

.programmatabelmiddag {
	font-size: 8pt;
	border: 0px solid #8CC63F;
	display: inline;
	text-align: left;
}

.theme {
	background-color: #024910;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;	
	line-height: 1.2em;
	color: #FFFFFF;
}	


.tpwidth {
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
}

.speakercell {
	vertical-align: top;
	padding-right: 10px;
}

.summarycell {
	vertical-align: top;
}

.terugnaarprogramma {
	border: 0px solid #FFFFFF;
	float: right;
}