﻿
#content {
	margin: 10px 0px 5px 0px;
	text-align: left;
	/*padding-left: 160px;*/
}

#toolbar {
	background: #8aa4cd;
	padding: 10px 5px 0 5px;
	height: 45px;
}

/*
stuff below is to trick browsers that don't get the box model right
*/
#toolbar { 
	height: 55px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 45px;
} 

html>body #toolbar {
  height: 45px;
}

#navpath {
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #334998;
}
/* last non clickable portion of the navpath */
#navpath #active {

}

#qs {
	display: inline;
	float: right;
}
#qsbutton {
	background: #334998;
	color: white;
	border-color: white;
}

table {
	border-collapse: collapse;
	margin-bottom: 1em;
}
th {
	padding: 1px 1px 2px 3px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
}
td {
	text-align: left;
	vertical-align: top;
	padding: 5px 1px 5px 2px;
}

#metadata { 
	font-size: 10px; 
	color: #334998; 
	line-height: 20px;
	padding: 4px;
	text-align: center;
}
#metadata a {
	color: #334998; 
}

h1 {
	margin-top: 0px;
	text-indent: 3px;
	font-size: 15px;
	color: #334998;
	background: #f1af00;
}

h2 { 
	font-size: 14px;
	color: #334998;;
}
h3, h4, h5 {
	font-size: 13px;
	color: #334998;;
	margin-bottom: 0;
}

#content p {
	text-align: left;
	line-height: 1.4em;
	width: 400px;
	margin-top: 0;
	margin-bottom: 1em
}

address {
	/*
	text-indent: -1em;
	padding-left: 1em;
	*/
	margin-bottom: 1em;
	display: block;
	font-style: normal;
}
address first-line {
	font-weight: bold;
}
blockquote {
	width: 350px;
	margin-left: 0;
	padding-left: 1em;
	border-left: 1px dotted #334998;
	font-style: italic;
}
blockquote p {
	width: inherit;
	line-height: 1.7em;
}
#content ul {
	list-style-type: square;
	list-style-position: outside;
	width: 400px;
	margin-left: 20px;
	padding-left: 20px;
}
#content ul.nobull {
	list-style-type: none;
	margin-left: 25px;
	padding-left: 0;
}
#content li {
	line-height: 1.4em;
	margin-bottom: 1em;
}

a link {
	color: #334998;
	text-decoration: underline;
}
a link.pdf {
	background: url(/gfx/pdf_small.gif) right no-repeat;
	padding-right: 20px;
}
a link.zip {
	background: url(/gfx/zip_small.gif) right no-repeat;
	padding-right: 20px;
}
a link.ppt {
	background: url(/gfx/ppt_small.gif) right no-repeat;
	padding-right: 20px;
}

#navpath a link, #navpath a visited {
	color: black;
}
#navpath a hover {
	color: #e5e5e5;
}
.pathseperator {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	padding: 0 3px 0 3px;
	color: #e5e5e5;
}

a visited  { color: #334998; }
a.pdf visited {
	background: url(/gfx/pdf_small.gif) right no-repeat;
	padding-right: 20px;
}
a.zip visited {
	background: url(/gfx/zip_small.gif) right no-repeat;
	padding-right: 20px;
}
a.ppt visited {
	background: url(/gfx/ppt_small.gif) right no-repeat;
	padding-right: 20px;
}
a hover {color: #f1af00;}


table.overview {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
}
tr.row1 {
	background: #fff8e6;
}
tr.row0 {
	background: #fff;
}
table.overview tr hover, table.grid tr hover {
	background: #ffe7ce;
}
table.overview th {
	color: #fff;
	background: #334998; 
	text-align: left;
}
table.overview td {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	padding: 5px 1px 5px 2px;
}
table.left td {
	text-align: left;
}

td.event {}
td.dates {	white-space: nowrap;}
td.location { width: 50%}
td.email {	text-transform: lowercase;}
#partnerstable .partnr {
	font-weight: bold;
	padding-right: 4px;
}
#partnerstable .country {

}
#partnerstable tr.row1 {
	background: #e6f2ff;
}
#partnerstable tr:hover.row1, #partnerstable tr:hover.row0 {
	background: #fff7f2;
}
#intro {
	width: 400px;
}
#news {
	width: 400px;
}
.newsitem {}
.newsdate {
	font-size: 0.9em;
	margin: 0.2em 0 0.5em 0;
	color: #cc6633;
	border-bottom: 1px dotted #cc6633;
	font-style: italic;
	font-weight: bold;
}
.newstime {
	font-weight: normal;
}

#news p img {
	float: right; 
	padding: 1em 0 5px 1em;
}

#news p img.block {
	float: none;
	display: block;
	padding: 0;
}

/* Programme using horizontal table */
.horzprog {
	border-top: 1px dotted gray;
	background: #e6f2ff;	
}
.horzprog .time {
	width: 100px;
	white-space: nowrap;
}
.horzprog td {
	border-bottom: 1px dotted gray;
}

.grid {
	border:1px solid gray;
}
.grid tr  {
	border:1px solid gray;
	border-collapse:collapse;
}
.grid th {
	color: #fff;
	background: #334998; 
	border:1px solid gray;
	border-collapse:collapse;
}
.grid td {
	border:1px solid gray;
	border-collapse:collapse;
	text-align: center;
}

p.warning {
	border: 2px solid red;
	font-weight: bold;
	padding: 0.5em;
}

acronym, abbr {
	text-decoration: none;
	border-bottom: 1px dotted orange;
	color: #334998;
}
acronym:hover, abbr:hover {cursor: help}