@charset "utf-8";
@import url("editinplace.css");

/***********************
	Tags
***********************/

a {
	color: #9c1515;
	text-decoration: none;
}

a:hover {
	color: #be2929;
}

body {
	background: #0074aa url(../images/bg-body.jpg) top center no-repeat;
	color: #002e59;
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

h1 {
	color: #0074aa;
	font-size: 17px;
	font-weight: normal;
}

h2 {
	color: #9c1515;
	font-size: 15px;
	font-weight: normal;
}

h3, h4, h5, h6 {
	color: #002e59;
	font-size: 11px;
	font-weight: normal;
}

hr {
	height: 2px;
	border: 0;
	border-top: 1px solid #9fb8c4;
	border-bottom:  1px solid #FFF;
}


ol li {
	list-style-type: decimal;
}

ol,
ul {
	margin: 0 0 0 16px;
}

li {
	list-style: disc;
}

p {
	margin: 0 0 1em 0;
}

strong {
	font-weight: bold;
}

td {
	vertical-align: top;
}

input,
select,
textarea {
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/***********************
	Layout
***********************/

#siteWrap {
	margin: 0 auto;
	width: 1002px;
}

#headerWrap {
	background: url(../images/bg-header.gif) bottom no-repeat;
	height: 207px;
    position: relative;
    z-index:1;
}

#headerWrap h1 {
	background: url(../images/european-forum-logo.gif) no-repeat;
	height: 100px;
	left: 26px;
	position: absolute;
	top: 9px;
	width: 200px;
}

#headerWrap h1 a {
	display: block;
	height: 100%;
}

#headerWrap h1 span {
	display: none;
}

#headerWrap #labourLogo {
	position: absolute;
	left: 626px;
	top: 0;
}

#headerWrap #pesLogo {
	position: absolute;
	left: 626px;
	top: 53px;
}

#headerWrap #siLogo {
	position: absolute;
	left: 801px;
	top: 53px;
}

#headerWrap #menuWrap {
	background: url(../images/bg-menu.jpg) no-repeat;
	height: 72px;
	left: 0;
	position: absolute;
	top: 109px;
	width: 1002px;
    z-index: 2;
}

#headerWrap #menuWrap ul {
	margin: 11px 0 0 11px;
}

#headerWrap #menuWrap ul li {
	display: inline;
	list-style: none;
}

#headerWrap #menuWrap ul li a {
	background-image: url('../images/menu.gif');
	display: block;
	float: left;
	height: 50px;
}

#headerWrap #menuWrap ul li a span {
	display: none;
}

.btn1 {	background-position: 0 0; width: 55px; }
.btn2 {	background-position: -55px 0; width: 105px; }
.btn3 {	background-position: -160px 0; width: 54px; }
.btn4 {	background-position: -214px 0; width: 78px; }
.btn5 {	background-position: -292px 0; width: 124px; }
.btn6 { background-position: -416px 0; width: 127px; }
.btn7 {	background-position: -543px 0; width: 72px; }

.btn1active, .btn1:hover {	background-position: 0 50px; }
.btn2active, .btn2:hover {	background-position: -55px 50px; }
.btn3active, .btn3:hover {	background-position: -160px 50px; }
.btn4active, .btn4:hover {	background-position: -214px 50px; }
.btn5active, .btn5:hover {	background-position: -292px 50px; }
.btn6active, .btn6:hover {  background-position: -416px 50px; }
.btn7active, .btn7:hover {	background-position: -543px 50px; }

/* Uitklapmenu's */
#headerWrap #menuWrap ul ul {
    background: #002e59 url('../images/dropdown-bg.gif') top no-repeat;
    display: none;
    left: 60px;
    margin: 0;
    padding: 20px 15px 20px 20px;
    position: absolute;
    top: 60px;
    width: 176px;
    z-index: 50;
}

#headerWrap #menuWrap ul ul li a {
    background-image: none;
    color: #a3d3ef;
    display: block;
    float:  none;
    height: auto;
}

#headerWrap #menuWrap ul ul li a:hover {
    color: #fff;
}

#headerWrap #q {
	background: none;
	color: #fff;
	border: none;
	left: 693px;
	padding: 3px;
	position: absolute;
	top: 136px;
	width: 250px;
    z-index: 4;
}

#headerWrap #searchSubmit {
	left: 949px;
	position: absolute;
	top: 133px;
    z-index: 3;
}

#headerWrap #breadCrumb {
	color: #0d4478;
	font-size: 11px;
	left: 22px;
	position: absolute;
	top: 175px;
    z-index: 3;
}

#headerWrap #breadCrumb a {
	color: #0d4478;
	text-decoration: none;
}

#headerWrap #breadCrumb a:hover {
	color: #a5e3ff;
}

#headerWrap #tools {
    left: 581px;
    position: absolute;
    top: 174px;
    width: 420px;/* nodig voor Safari, anders komt het print icoon op een nieuwe regel te staan */
    z-index: 2;
}

#headerWrap #tools img {
	vertical-align: middle;
}

#headerWrap #tools li {
    list-style: none;
    display: inline;
    margin: 0 10px 0 0;
}

#headerWrap #tools li.last {
    margin: 0;
}

#headerWrap #tools li a {
	color: #a5e3ff;
	font-size: 11px;
}

#headerWrap #tools li a:hover {
	color: #fff;
}

#contentWrap {
	background: url(../images/bg-content.png);
	width: 1002px; /* nodig voor ie */
    position: relative;
}

#contentWrap #leftWrap {
	float: left;
	padding: 0 0 0 11px;
	width: 627px;
}

#contentWrap #rightWrap {
	float: left;
	width: 353px;
}

#footerWrap {
	background: url(../images/bg-footer.gif) no-repeat;
	height: 194px;
	position: relative;
}

#footerWrap .copyright {
	color: #6daac6;
	left: 27px;
	position: absolute;
	top: 20px;
}

#footerWrap .copyright a {
	color: #6daac6;
	margin: 0 0 0 24px;
}

#footerWrap .copyright a:hover {
	color: #d7dfe3;
}

#footerWrap ul.menu {
	left: 30px;
	position: absolute;
	top: 60px;
}

#footerWrap ul.menu li {
	list-style: none;
	display: inline;
}

#footerWrap ul.menu li a {
	color: #0073a9;
	display: block;
	float: left;
	font-size: 13px;
	margin: 0 30px 0 0;
}

#footerWrap ul.menu li a:hover {
	color: #d7dfe3;
}

#footerWrap .contact {
	font-size: 11px;
	left: 680px;
	line-height: 16px;
	position: absolute;
	top: 60px;
}

#footerWrap .contact a {
	color: #d7dfe3;
	display: block;
}

#overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

#shareWrap {
    background: #fff;
    display: none;
    padding: 10px;
    position: fixed;
    top: 50px;
    width: 160px;
    z-index: 100;
}

#shareWrap h2 {
    font-size: 11px;
}

#shareCloseBtn {
    display: block;

    text-align: right;
}

#shareEmailRecipient,
#shareEmailSender,
#shareNameSender,
#shareMessage {
    width: 150px;
}

/***********************
	Content
***********************/

/* billboard met nieuws op de homepage */
#billboard,
#countryheader,
#countryupdateswrap {
	margin: -8px 0 0 0;
	/*position: relative; /* zonder position: relative; komt de div onder de headerWrap te liggen */
}

#countryupdateswrap {
    background: url(../images/bg-countryupdateswrap.gif);
    height: 343px;
    padding: 5px 0 0 5px;
    width: 622px;
}

/* de 2 tabs in de rechter kolom */
#tabs {
	height: 54px;
	margin: -8px 0 0 0;
	position: relative;
	width: 353px;
}

#tabs li {
	display: inline;
}

#tabs li a {
	background-image: url(../images/bg-tabs.gif);
	color: #7db7d2;
	display: block;
	float: left;
	font-size: 13px;
	height: 31px;
	padding: 23px 0 0 50px;
}

#tabs li a:hover,
#tabs li .tab1active,
#tabs li .tab2active {
	color: #0074aa;
}

#tabs li .tab1 {
	background-position: 0 54px;
	width: 126px;
}

#tabs li .tab2 {
	background-position: 177px 0;
	width: 127px;
}

#tabs li .tab1active {
	background-position: 0 0;
	width: 126px;
}

#tabs li .tab2active {
	background-position: 177px 54px;
	width: 127px;
}

/* box inschrijven voor de nieuwsbrief (rechtsonderaan homepage) */
#newsletterBox {
	background: url(../images/bg-newsletter.gif) no-repeat;
	color: #fefefe;
	height: 211px;
	margin: 0 0 -10px 0;
	position: relative;
	z-index: 2;
}

#newsletterBox h2 {
	color: #fff;
	padding: 24px 0 0 30px;
	text-transform: uppercase;
}

#newsletterBox div {
	left: 30px;
	position: absolute;
	top: 128px;
	width: 300px;
}

#newsletterBox #newsletterName,
#newsletterBox #newsletterEmail {
	background: none;
	border: none;
	color: #fff;
	font-size: 13px;
	left: 25px;
	padding: 3px 3px 3px 8px;
	position: absolute;
}

#newsletterBox #newsletterName {
	top: 54px;
	width: 275px;
}

#newsletterBox #newsletterEmail {
	top: 87px;
	width: 195px;
}

#newsletterBox #newsletterSubmit {
	left: 250px;
	position: absolute;
	top: 87px;
}

/***********************
	Classes
***********************/

.box-intro {
	color: #0074aa;
	font-size: 13px;
	padding: 12px 12px 12px 17px;
}

.box-content {
	padding: 12px 12px 12px 17px;
}

.box-intro h2,
.box-content h2 {
	margin: 0 0 1em 0;
}

.box-intro h3,
.box-content h3 {
    font-size: 13px;
}

/* Latest country updates (onderaan op de homepage) */
.box-update {
	background: url(../images/bg-update.gif) top no-repeat;
	width: 100%; /* nodig om in ie6 de background weer te geven */
}

.box-update h2 {
	color: #fff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 12px 0 0 17px;
}

.box-update .update {
	color: #fff;
	display: block;
	float: right;
	padding: 12px 17px 0 0;
}

.box-update .update-item {
	float: left;
	margin: 30px 0 0 0;
	padding: 0 12px 17px 17px;
	width: 280px;
}

.update-item h3 {
	font-size: 15px;
}

.update-item h3 img {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.update-item .date,
.headlines .date{
	color: #8b969b;
	display: block;
}

.update-item a.more,
.headlines a.more {
	background: url(../images/icon-arrow.gif)  right 6px no-repeat;
	color: #42acdc;
    display: block;
	padding: 0 10px 0 0;
    text-align: right;
}

.update-item a.more:hover,
.headlines a.more:hover {
	color: #002e59;
}

.headlines .playerWrap {
    margin: 0 auto;
    width: 300px;
}

/* blokjes in de rechter kolom */

.box-right-header {
	background: url(../images/bg-right-header.gif) no-repeat;
	min-height: 12px;
	height: auto !important; /* ie6 hack voor min-height */
	height: 12px;  /* ie6 hack voor min-height */
}

.box-right {
	background: url(../images/bg-right.gif) repeat-y;
}

.box-right .text em,
.calendar em {
	color: #047cb4;
	font-style: normal;
}

#rightWrap .first {
	margin: -8px 0 0 0;
	position: relative;
}

#rightWrap .last {
	margin: 0 0 -6px 0;
	position: relative;
	z-index: 2;
}

.box-right .update-item,
.box-right .headlines,
.box-right .sources,
.box-right .text {
	padding: 10px 25px 10px 25px;
}

.box-right .sources {
	color: #075e86;
	font-size: 10px;
    overflow: hidden;
	word-wrap: break-word; /* ie only */
}

.box-right .text h2,
.box-right .sources h2 {
	color: #002e59;
	font-size: 15px;
	margin: 0 0 5px 0;
}

.box-right .text h2 img,
.box-right .sources h2 img {
	vertical-align: text-bottom;
}

.box-right .sources h2 {
	margin: 0 0 10px 0;
}

.headlines h3 {
	font-size: 13px;
}

.headlines h3 a {
    color: #9C1515;
}

#rightWrap .headlines h3 a {
    color: #002e59;
}

.headlines h3 a:hover,
#rightWrap .headlines h3 a:hover {
    color: #42ACDC;
}

.headlines h3 span {
	color: #be2929;
}

.headlines .date {
	margin: 0 0 1em 0;
}

.headlines .note {
	color: #889da7;
	display: block;
	text-align: right;
}

.headlines .note a {
	color: #889da7;
}

.headlines .img {
    border: #c8c8c8 1px solid;
    float: left;
    margin: 5px 8px 0 0;
}

.box-right-footer {
	background: url(../images/bg-right-footer.gif) no-repeat;
	height: 12px;
}

/* unordered list met vlaggen + landen */
ul.countries {
	float: left;
	width: 180px;
}

ul.countries li {
	list-style: none;
	line-height: 26px;
}

ul.countries li a {
	color: #0074aa;
	font-size: 13px;
}

ul.countries li a:hover {
	color: #002e59;
}

ul.countries li img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

/* unordered list met paragrafen van een country update */
ul.paragraphs {
    margin: 0 0 1em 0;
}

ul.paragraphs li {
    display:  inline;
    list-style: none;
}

ul.paragraphs li a {
    background: url('../images/icon-paragraph.gif') 0 3px no-repeat;
    color: #a70104;
    display: block;
    padding: 0 0 0 20px;
}

/* navigatie bij paginated items */
ul.browse {
    margin: 0;

    font-size: 12px;
    text-align: center;
}

ul.browse li {
    display: inline;
    list-style: none;
}

ul.browse li a {
    color: #0074aa;
}

ul.browse li a:hover {
    color: #002e59;
}

ul.browse li a.selected {
    color: #c60600;
}


/* Bust the float! */
.floatBuster {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/* rss link */
a.rss {
	background: url(../images/icon-rss-small.gif) right no-repeat;
	color: #6a7a82;
	display: block;
	float: right;
	padding: 0 14px 0 0;
	font-size: 10px;
	text-align: right;
	width: 100%;

}

/* Back to top link */
a.top {
	background: url(../images/icon-top.gif) right no-repeat;
	color: #047cb4;
	display: block;
	float: right;
	padding: 0 17px 0 0;
}

/* download link voor pdf file */
a.pdf {
	background: url(../images/icon-pdf.gif) left no-repeat;
	color: #267d00;
	display: block;
	padding: 0 0 0 30px;
}

/* algemene download link */
a.download {
    background: url(../images/icon-download.gif) left no-repeat;
    
    display: block;
    padding: 0 0 0 20px;
}

/* het H1 kopje in de rechterkolom met de naam van het land */
h1.country {
	padding: 14px 0 0 21px;
}

h1.country img {
	vertical-align: middle;
}

/* email alert formuliertje in de rechterkolom */
#emailalert {
	height: 27px;
	position: relative;
}

#emailalert #emailalertEmail {
	left: 0;
	position: absolute;
	top: 3px;
	width: 225px;
}

#emailalert #emailalertSubmit {
	left: 237px;
	position: absolute;
	top: 0;
}

/* opmaak voor tabellen in de #leftWrap. Met behulp van jQuery wordt de class tr.odd automatisch aan oneven tabel rijen toegewezen. */
#leftWrap table {
    width: 100%;
}

#leftWrap table th {
	font-weight: bold;
}

#leftWrap table th,
#leftWrap table td {
	padding: 2px;
	vertical-align: top;
}


tr.odd td {
	background-color: #ebf2f6;
}

.hr {
    margin: 10px 0 20px 0;
}

/* Calendar */
.calendar .date {
    color: #889da7;
}


/* FormHandler formulier */
#FormHandler sup {
    color: #9C1515;
}

#FormHandler table {
    background: url('../images/bg-table-row.gif');
}

#FormHandler table td {
    background-color: transparent;
    padding: 5px 15px 5px 15px;
}

#FormHandler table td span {
    color: #ef3e33;
}

/* foutmelding op formulier */
#FormHandler .error {
    background: url('../images/arrow-error.gif') 4px 4px no-repeat;
    color: #9C1515 !important;
    display: block;
    font-weight: normal;
    padding: 0 0 0 16px;
}

#FormHandler .right {
    text-align: right;
}

#FormHandler .text,
#FormHandler .textarea {
    width: 400px;
}

/* Fitler formulier bij de calendar */
.filter label {
    font-size:  13px;
}

.filter #filterSubmit {
    vertical-align: middle;
}