/* CREDITS
Title:  Improving Governance - CSS Main Stylesheet
Author: chris@inventis.be
Date:   08/03/2007
*/

/* GLOBAL STYLES
---------------------------------------------------------- */
body {
	background: #F3F3F3 none repeat-y 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	margin: 1em 0;
}
small {
	font-size: 10px;
}
div.monospace {
	background-color: #316AAD;
	border: 1px solid #679CD2;
	padding: 10px;
}

/* Images */
a.image {
	display: block;
	border: 2px solid #ffffff;
	margin: 5px 5px 5px 0;
}
a.left {
	float: left;
}

/* Links */
a:link, a:active, a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a.arrow_orange {
	background: transparent url(../images/icons/doublearrow_orange.gif) no-repeat 100% 50%;
	padding-right: 10px;
}
a.arrow_white {
	background: transparent url(../images/icons/doublearrow_white.gif) no-repeat 100% 50%;
	padding-right: 10px;
}
a.arrow_white_left {
	background: transparent url(../images/icons/doublearrow_white.gif) no-repeat 0 50%;
	padding-left: 10px;
}
*::-moz-selection {
	background: #ffffff;
	color: #478ED2;
}
::selection {
	background: #ffffff;
	color: #478ED2;
}
sup a:link,
sup a:active,
sup a:visited {
	text-decoration: none;
}

#gmap {
	border: 2px solid #FFFFFF;
}

.photoContainer a img {
	border: 3px solid #ffffff;
	}
.photoContainer a:hover img {
	border: 3px solid #498FD4;
	}
a.photoLeft {
	border: 3px solid #ffffff;
	float: left;
	margin: 5px 5px 5px 0;
	}
a.photoRight {
	border: 3px solid #ffffff;
	float: right;
	margin: 5px 0 5px 5px;
	}

/* CONTAINER
---------------------------------------------------------- */
#siteContainer {
	background: #ffffff url(../images/layout/sitecontainer_background.jpg) no-repeat 8px 0;
}
#siteContainerExtra {
	background: transparent url(../images/layout/body_background.gif) repeat-y 0 0;
}
#siteHeaderen h1 {
	background: transparent url(../images/layout/header.en.gif) no-repeat 0 0;
	height: 87px;
	width: 600px;
	text-indent: -9000px;
}
#siteHeaderfr h1 {
	background: transparent url(../images/layout/header.fr.gif) no-repeat 0 0;
	height: 87px;
	width: 600px;
	text-indent: -9000px;
}
#siteHeadernl h1 {
	background: transparent url(../images/layout/header.nl.gif) no-repeat 0 0;
	height: 87px;
	width: 600px;
	text-indent: -9000px;
}

/* MAIN
---------------------------------------------------------- */
#siteMain {
	overflow: hidden;
	width: 1000px;
}

/* MENU
---------------------------------------------------------- */
#siteMenu {
	width: 157px;
	margin: 0 15px 0 0;
	padding: 17px 0 40px 0;
	float: left;
	background-color: #FFFFFF;
}
#siteMenu li a {
	font-size: 12px;
	display: block;
	border-bottom: 1px solid #EDEDED;
	background: transparent url(../images/icons/doublearrow_orange.gif) no-repeat 0 66%;
	margin: 0 9px;
	padding: 10px 10px 4px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #39373C;
}
#siteMenu li a:hover {
	color: #FF7C33;
}

#siteMenu ul {
	width: 147px;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	background-color: #FFFFFF;
}
#siteMenu ul li a {
	font-size: 12px;
	display: block;
	border: 0;
	background: transparent url(../images/icons/doublearrow_blue.gif) no-repeat 0 60%;
	margin: 0 9px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #005594;
}


/* CONTENT
---------------------------------------------------------- */
#siteContent {
	width: 523px;
	min-height: 400px;
	padding: 20px 30px;
	float: left;
	background: #163D80 url(../images/layout/content_background.jpg) repeat-x 0 0;
	border: 2px solid #ffffff;
	border-width: 0 2px 0 2px;
	color: #FFFFFF;
}
#siteContent h1 {
	line-height: 24px;
	margin: 5px 0 1em 0;
	color: #FF7C33;
	width: 65%;
}
#siteContent h2 {
	background: #F3F3F3 url(../images/icons/doublearrow_orange.gif) no-repeat 5px 8px;
	margin-bottom: 5px;
	padding: 0 0 0 15px;
	position: relative;
	margin: 1em -30px 1em 0;
}
#siteContent h2 span {
	line-height: 20px;
	display: block;
	color: #235BA3;
}

#siteContent h3{
	background-color: #FF7C33;
	color: #ffffff;
	margin: 1em 0;
	padding: 4px 0 4px 4px;
	position: relative;
	margin-right: -30px;
}

.fullWidth {
	width: 553px;
	position: relative;
	margin-right: -30px;
}

.leftmargin li{
	margin-left:40px;
	}

.pdfLink{
	background:url(../images/icons/pdf.gif) no-repeat 0px 2px; 
	padding-left:20px; 
	}
.wordLink{
	background:url(../images/icons/word.gif) no-repeat 0px 2px; 
	padding-left:20px; 
	}
.extLink{
	background:url(../images/icons/ext.gif) no-repeat 0px 2px; 
	padding-left:20px; 
	}
.mp3{
	background:url(../images/icons/mp3.gif) no-repeat 0px 2px; 
	padding-left:20px; 
	}
.videoLink{
	background:url(../images/icons/vid.gif) no-repeat 0px 2px; 
	padding-left:20px; 
	}
/* NEWSLIST
---------------------------------------------------------- */
.newsList td.date {
	font-size: 10px;
	width: 95px;
}
.newsList td {
	vertical-align: middle;
	height: auto !important;
}
.newsdate {
	background-color: #2E5797;
}
.newsdate span {
	padding: 2px;
}
	
/* SIDEBAR
---------------------------------------------------------- */
#siteSidebar {
	margin: 37px 0 0 30px;
	width: 206px;
	float: left;
}
#siteSidebar ul.eyeCatchers li {
	background: transparent url(../images/layout/eyecatcher/tile.jpg) repeat-y 0 0;
	color: #FFFFFF;
	margin: 0 0 15px 0;
}
#siteSidebar ul.eyeCatchers li div {
	background: transparent url(../images/layout/eyecatcher/top.jpg) no-repeat 0 0;
	padding: 23px 6px 23px 23px;
	min-height: 86px;
}
#siteSidebar ul.eyeCatchers li div.noFooter {
	padding: 23px 6px 0px 23px;
}
#siteSidebar ul.eyeCatchers li div h3 {
	background: #FF7C33 url(../images/icons/doublearrow_white.gif) no-repeat 5px 50%;
	margin-bottom: 5px;
	padding: 0 0 0 15px;
}
#siteSidebar ul.eyeCatchers li div h3 span {
	line-height: 20px;
	display: block;
}
#siteSidebar ul.eyeCatchers li div p {
	margin: 0 17px 0 0;
}
#siteSidebar ul.eyeCatchers li div p.highlight {
	margin: 0 17px 6px 0;
}
#siteSidebar ul.eyeCatchers li div.footer {
	display: block;
	padding: 0 15px 15px 0;
	min-height: 0;
	background: transparent url(../images/layout/eyecatcher/bottom.jpg) no-repeat 0 100%;
	text-align:right;
}
#siteSidebar ul.eyeCatchers li div.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#siteSidebar ul.eyeCatchers li div.footer a:hover {
	text-decoration: underline;
}

/* SIDEBAR TICKER
---------------------------------------------------------- */
#siteSidebar ul.eyeCatchers li #ticker {
	background-image: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
	height: 100px;
	width: 177px;
	overflow: hidden;
	}
#siteSidebar ul.eyeCatchers li #ticker ul {
	margin: 0;
	padding: 0;
	}
#siteSidebar ul.eyeCatchers li #ticker li  {
	background-image: none;
	color: #FFFFFF;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 100px;
	}
#siteSidebar ul.eyeCatchers li #ticker li h3 {
	background-color: transparent;
	background-image: none;
	margin-bottom: 0;
	padding: 2px 5px 2px 5px;
	font-weight: normal;
}
#siteSidebar ul.eyeCatchers li #ticker li p {
	background-color: #2E5797;
	margin: 0 0 0 5px;
	padding-left: 2px;
}
#siteSidebar ul.eyeCatchers li #ticker li p.footerlink {
	background-color: transparent;
	text-align: right;
	padding-right: 10px;
}
#siteSidebar ul.eyeCatchers li #ticker li p.footerlink a {
	font-size: 12px;
	text-decoration: none
}
#siteSidebar ul.eyeCatchers li #ticker li p.footerlink a:hover {
	text-decoration: underline;
}

/* FOOTER
---------------------------------------------------------- */
#siteFooter {
	background: #F3F3F3 url(../images/layout/footer_background.png) no-repeat 0 0;
	height: 38px;
}
#siteFooter p {
	margin: 0;
	width: 750px;
	text-align: right;
	line-height: 38px;
}


/* BREADCRUMBS
---------------------------------------------------------- */
#breadcrumbs {
	position: absolute;
	left: 175px;
	top: 70px;
	color: #A7A7A7;
	width: 600px;
	text-align: left;
}
#breadcrumbs a {
	color: #A7A7A7;
}

/* LANGUAGE SELECT
---------------------------------------------------------- */
#langSelect {
	position: absolute;
	left: 0;
	top: 70px;
	color: #A7A7A7;
	width: 755px;
	text-align: right;
}
#langSelect a {
	color: #163D80;
}

#langPracticalInfo{
	color: #FF7C33;
	text-align: right;
	float:right;
	font-size:11px;
}

#langPracticalInfo a {
	color: #FF7C33;
}

/* ZEBRATABLE
---------------------------------------------------------- */
.zebraTable tr th {
	background-color: #FFFFFF;
}
.zebraTable tr th span {
	display: block;
	line-height: 18px;
}
.zebraTable tr td{
	padding: 2px 5px;
	height:35px;
}
.zebraTable tr th {
	padding: 2px 5px;
	height: auto;
}
.zebraTable tr.odd td {
	background-color: #5591CF;
}
.zebraTable tr td {
	background-color: #679CD2;
	border-bottom: 1px solid #163D80;
	vertical-align: top;
}


/* ZEBRATABLE LIST
---------------------------------------------------------- */
#siteContent  ul.fullWidth{margin:0; padding:0; _margin-right:-30px;}
ul.zebraTable li.odd {
	background-color: #5591CF;
}
ul.zebraTable li{
	background-color: #679CD2;
	border-bottom: 1px solid #163D80;
	vertical-align: top;
	padding:5px;
	margin:0;
	list-style:none;
}

/* HOTEL TABLE
---------------------------------------------------------- */
.hotelPassword {
	color: #FF7C33
}

/* LISTS
---------------------------------------------------------- */
#siteContent ul {
	list-style-type: square;
	margin: 1em 0 1em 15px;
}
#siteContent ul ul {
	list-style-type: disc;
	margin-left: 15px;
}
#siteContent ul ul ul {
	list-style-type: circle;
	margin-left: 15px;
}

ol {
	list-style-type: decimal;
	margin: 1em 0 1em 20px;
}
ol ol {
	list-style-type: upper-alpha;
	margin-left: 15px;
}
ol ol ol {
	list-style-type: upper-latin;
	margin-left: 15px;
}

/* ARROW LINK
---------------------------------------------------------- */
a.arrow {
	background: transparent url(../images/icons/doublearrow_orange.gif) no-repeat 0 50%;
	padding-left: 10px;
}

/* OL
---------------------------------------------------------- */
ol.questions li{
	list-style-type:decimal;
	padding:5px;
	margin-left:20px;
}

/* VIDEO CONFERENCE BANNER
---------------------------------------------------------- */
#videoConferenceBanner {
	position: absolute;
	background: #FF7C34 url(../images/layout/videoconf_banner.png) no-repeat 0 0;
	height: 181px;
	width: 15px;
	text-indent: -9000px;
	left: 174px;
	top: 87px;
}

/* PRACTICAL INFO
---------------------------------------------------------- */
div#piDutch{display:none;}
div#piFrench{display:none;}

/* CONTACTFORM
---------------------------------------------------------- */
.contactForm input,
.contactForm textarea,
.contactForm select {
	display: block;
	width: 500px;
	margin: 2px 0;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contactForm label {
	font-weight: bold;
}
.contactForm div {
	margin: 0.5em 0;
}
.contactForm div.error input,
.contactForm div.error textarea,
.contactForm div.error select {
	color: #ffffff;
	background-color: #FF0000;
}
.contactForm span.errorMsg {
	color: #FFFF00;
	font-weight: bold;
	background: transparent url(../images/icons/alert.gif) no-repeat 0 50%;
	padding-left: 18px;
}

	.contactForm .fCheckbox input {
		display: inline;
		width: auto;
	}
	.contactForm .fSubmit input {
		display: inline;
		width: auto;
	}
	.contactForm .fTextarea textarea {
		height: 150px;
	}