/* Version 1.0 Copyright 2006 HDB-Alkmaar - Author Piotr */


/* Utils */

#error_text {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
}

.important {
	color: #FF0000;
}
 
.center_me {
	text-align: center;
}

#list_me {
	margin: 1.0em 1.0em 1.0em 1.5em;
	padding 0.2em;
}
 
#warning_text {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #FF0000;
	border-top: 1px solid #FF0000;
}


/* Page overall */

#wrapper {
	/* empty wrapper */
}

body,div,p,img,form,h1,h2,h3,h4,h5,h6,ul,li { 
	margin: 0; 
	padding: 0; 
	border: 0;
}
 
body {
	margin: 0.5em 0em 2em 0em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.1em;
	text-align: center;
	background-color: #A5DDF8;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}

#page { 
	width: 84%; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto;  
} 

/* Header */

#header {
	position: relative; 
	width: 100%;
	height: 4.2em;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	line-height: 1.4em;
} 

#header a:link, #header a:visited {
	color: #fff;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.6em;
}

/* Top text */

#top_text {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.6em;
	color: #FFFF80;
	width: 98%;
	float: center;
	position: relative;
	line-height: 1.2em;
	display: block;
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 1.2em;
}

/* Left column: */

#left {
	width: 29%; 
	float: left; 
	position: relative; 
	font-size: 0.8em;
}

div#nav {
	background-color: #fff;
	width: 93%;   
	border-right: 0.18em solid #FFFF80;
	border-bottom: 0.18em solid #FFFF80;
	border-top: 0.18em solid #FFFF80;
	border-left: 0.18em solid #FFFF80;
}
	
#nav ul {
	list-style-type: none;
	padding: 0.5em 0em 0.9em 0em;
}

#nav ul li {
	padding: 0.2em 0em 0.2em 0.9em;
	margin-right: 0.3em;
}

#nav {
	width: 100%;
}		
	
#nav a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	display: block;
	color: #2E668B;
	text-decoration: none;
	border: none;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom:	2px;
	background-color: #FFFECB;
}

#nav a:hover {
	background-color: #228ECC;
	color: #FFFF80;
	font-weight: bold;			
}

#img_valign {
	vertical-align:	middle;
	display: inline;
}

div.left_box {
	background-color: #fff;
	width: 93%;
	margin-top: 1em;
	border-right: 0.18em solid #FFFF80;
	border-bottom: 0.18em solid #FFFF80;
	border-top: 0.18em solid #FFFF80;
	border-left: 0.18em solid #FFFF80;

}

div.left_box h3, div#nav h3 {
	margin: 0em;
	padding: 0em 0em 0.2em 1em;
	font-size: 1.0em;
	color: #4284B5;
	background-color: #FFFF80;
	/*text-transform: uppercase;*/
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

div.left_box p {
	margin: 0em;
	padding: 0.5em 1.0em 0.5em 1.0em;
}

div.left_box a:link {
	color: #2E668B;
}
	
div.left_box a:visited {
	color: #254A65; 
}
 
div.left_box a:hover, div.left_box a:active {
	color: #000;
}

div.inner_box {
	font-size: 1.0em;
	border-right: 0.15em solid #7BA5C6;
	border-bottom: 0.15em solid #7BA5C6;
	border-top: 0.15em solid #7BA5C6;
	border-left: 0.15em solid #7BA5C6;
}

div.inner_box_nav {
	font-size: 1.0em;
	border-right: 0.15em solid #7BA5C6;
	border-bottom: 0.15em solid #7BA5C6;
	border-top: 0.15em solid #7BA5C6;
	border-left: 0.15em solid #7BA5C6;
}

/* Top box content column */

#top_content {
	position: relative;
	background-color: #FFFF80;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin: 0em 0em 0em 0em;
	padding: 0em 0.6em 0.2em 1.0em;
	font-size: 0.9em;
	color: #2F5E80;
	height: 1.6em;
}

#date {
	position: absolute;
	display: inline;
	left: 1.0em;
	text-align: left;
}

#path {
	position: absolute;
	display: inline;
	right: 0.2em;
	text-align: right;
}

/* Main */

#main {
	padding: 0.5em 1.0em 1.5em 1.0em;
	
	/* Use of 'em' here causes a difference between IE and FF
	border-bottom: 0.2em solid #7BA5C6;
	border-right: 0.2em solid #7BA5C6;
	border-left: 0.2em solid #7BA5C6;
	border-top: 0.2em solid #7BA5C6;
	*/
	
	border: 2px solid #7BA5C6;
}

/* Content column: */

#content {
	float: right; 
	display: inline; 
	position: relative; 
	width: 70%; 
	font-size: 0.75em;
	background-color: #fff;
	border-right: 0.2em solid #FFFF80;
	border-bottom: 0.2em solid #FFFF80;
	border-top: 0.2em solid #FFFF80;
	border-left: 0.2em solid #FFFF80;
}

#content h1 {
	clear: both;
	margin: 0em 0em 0.5em 0em;
	padding: 0.5em 0em 0em 0.1em;
	font-size: 1.7em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FF6300;
	border-bottom: 0.05em solid #FF9853;
	line-height: 1.4em;
	
	position: relative; /* Bit silly but this clears the IE bug on disappearing border-bottom line */
}

#content p {
	margin: 0em 0em 0.5em 0em;
	padding: 0.35em;
}

#content a:link {
	color: #2E668B;
}
	
#content a:visited {
	color: #255270; 
}
 
#content a:hover, #content a:active {
	color: #000;
}

#content acronym {
	border-bottom: 1px dotted #4284B5;
	cursor: help;
	margin: 0;
	padding: 0;
}

/* Logo */

div.logo {
	position: absolute;
	right: 3%;
	top: 0px;
}

/* Route information */

#route_choice {
	margin: 1.0em 1.0em 1.0em 1.0em;
	/*text-align: center;*/
}

#route_flash {
	padding: 0.1em;
	background-color: #FFFFCC;
	text-align: center;
}

#route_list {
	  margin: 1.0em 1.0em 1.0em 1.5em;
	  padding 0.2em;
}

#route_box {
	position: relative;
	height: 32em;
}

#route_text_show {
	position: absolute;
	visibility:	visible;
	z-index: 10000;
}

#route_text_hide {
	position: absolute;
	visibility: hidden;
	z-index: 10000;
}

/* News paper layout */

#paper {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	text-align: justify;
}

#paper_table {
	display: table;
	margin-bottom: 1em;
}

#paper_table_row {
	display: table-row;
}

#paper_table_cell_left {
	display: table-cell;
	width: 48%;
	padding-left: 1%;
	text-align: justify;
}

#paper_table_cell_right {
	/* Only works for FF - For IE we use inline*/
	/* This style is used as a dummy space holder */
	display: table-cell;
	padding-right: 1em;
	width: 48%;
	text-align: justify;
}

#paper_table_cell_right_IEFix {
	/* For IE use position absolute - since table-cell does not work */
	/*display: table-cell;*/
	margin-top: 0em;
	position: absolute;
	display: table-cell;
	right: 1em;
	width: 48%;
	text-align: justify;
}

#paper h2 {
	padding-left: 1%;
	font-size: 1.7em;
	margin-bottom: 0.5em;
	line-height: 1.0em;
}

#paper h3 {
  padding-left: 1%;
	font-size: 1.1em;
	margin-bottom: 1em;
	line-height: 1.0em;
}

#paper h4 {
  padding-left: 1%;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	line-height: 1.0em;
}

/* Floating images */

div.img_left, div.img_right {
}

div.img_left {
	float: left; 
	margin: 0.5em 0.8em 0em 0em;
}

div.img_right {
	float: right; 
	margin: 0.5em 0em 0em 0.8em;
}

div.img_left img, div.img_right img {
	display: block;
	border: 0.2em solid #C0C0C0;
	margin: 0;
	padding: 0;
}

/* Clears floating (images) */

br.clear {
	clear: both;
	display: none;
}

/* Centered images */

div.img_show {
	margin: 0;
	padding: 0;
	background-image: url(../images/image_show_bg.png);
	background-repeat: repeat-x;
}

div.img_center {
	margin: 2em;
	padding: 0em;
	text-align: center;
}

div.img_center img {
	border: 0.2em solid #C0C0C0;
	margin: 1em;
	padding: 0;
	text-align: center;
}

/* Footer: */

#footer {
	margin: 0em;
	padding: 0em;
	font-size: 0.6em;
	clear: both;
	color: #027BC1;
	text-align: right;
}

#footer p {
	margin: 0em;
	padding: 0.1em;
}

#footer a:link, #footer a:visited { 
	color: #027BC1;
} 

#footer a:hover, #footer a:active { 
	color: #000000;
}



