/* CSS Document */
@import url(extra_styles.css);

body {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	text-align: center;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 1020px;
}

/* Header + top navigation */

#header {
	float: left;
	width: 930px;
	height: 80px;
	margin: 10px 40px 10px 50px;
	background-repeat:no-repeat;
}

#header.EN {
	background-image:url(../images/tls_toptext.gif);
	}
	
#header.FR {
	background-image:url(../images/tls_toptext.gif);
	}
	
#header.NL {
	background-image:url(../images/tls_toptext.gif);
	}

#header.uk {
	background-image:url(../images/tls_toptext_uk.gif);
	}
	
#header.tlsnl {
	background-image:url(../images/tls_toptext_nl.gif);
	}

#header.FR_EN {
	background-image:url(../images/tls_toptext_fr_en.gif);
	}
	
#header.FR_FR {
	background-image:url(../images/tls_toptext_fr_fr.gif);
	}

#headertext {
	padding-top: 68px;
	font-size: 11px;
	float: left;
	color: #B20019;
}

#headertext a {
	color: #000000;
	text-decoration: none;
}

#headertext a:hover {
	color: #000000;
	text-decoration: underline;
}

#logo {
	float: right;
	width: 120px;
	height: 80px;
	background-image:url(../images/tls_logo.jpg);
	background-repeat:no-repeat;
}

#logo_nl {
	float: right;
	width: 232px;
	height: 80px;
	background-image:url(../images/tls_logo_nl.jpg);
	background-repeat:no-repeat;
}

#topnav {
	float: left;
	width: 940px;
	margin: 0 40px;
	height: 30px;
	background-color: #FFFFFF;
	background-image:url(../images/tls_topnav_background.gif);
	background-repeat:no-repeat;
	font-size: 14px;
}

#topnavleft {
	float: left;
	height: 30px;
	margin-left: 10px;
}

#topnavright {
	float: right;
	height: 30px;
	margin-right: 10px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 30px;
}

#topnavright a {
	text-decoration: none;
	color: #FFFFFF;
}

#topnavright a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


#nav {
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
    border-right: #FFFFFF 2px dotted;
}

/* main level link */
#nav a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding:  8px 10px;
	margin: 0;
	line-height: 14px;
}

#nav a:hover {
	color: #fff;
}

/* main level link hover */
#nav .l2selected a, #nav li:hover > a {
	background-color: #880000;
}

/* sub levels link */
#nav ul li {
    border-right: none;
	}

#nav ul a {
	margin: 0;
	padding: 5px 10px;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #000;
}

#nav ul a:hover {
	background: #B20019 !important;
	color: #fff !important;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 30px;
	left: 0;
	background: #FCFCFC;
	border: solid 1px #B20019;
	border-top:none;

	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;

	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;

}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */

#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;

	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

.langselected {
	color: #999999;
}

#hppagetop {
	float: left;
	width: 940px;
	margin: 0 40px;
}

#pagetop {
	float: left;
	width: 940px;
	margin: 0 40px;
}

#breadcrumbs {
	float: left;
	margin-left:10px;
	margin-top: 10px;
	font-size:12px;
	color: #666666;
}

#breadcrumbs a {
	text-decoration: none;
	color: #666666;
}

#breadcrumbs a:hover{
	text-decoration: underline;
	color: #666666;
}

#search {
	float: right;
	margin-top: 10px;
	height: 30px;
}

#search img {
	float:left;
}


#inputleft {
	float: left;
	background: url(../images/input_background_left.gif) no-repeat top left;
	width: 10px;
	height: 20px;
}

#inputright {
	float: left;
	background: url(../images/input_background_right.gif) no-repeat top right;
	padding-right: 10px;
	margin-right: 2px;
	height: 20px;
}

.SearchBox {
 	border-style: hidden;
	border-width: 0px;
	background:none;
	color: #666666;
	padding: 4px 0;
	width: 138px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
}

.InputBox {
 	border-style: hidden;
	border-width: 0px;
	background:none;
	color: #666666;
	padding: 4px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
}

#countrymenu {
	float:left;
}

#countrymenu ul {
	padding: 0;
	margin: 0;
	margin-left: -180px;
	margin-top: 20px;
	list-style: none;
	position: absolute;
}

#countrymenu li a {
	text-decoration:none;
	display: block;
	width: 130px;
	padding: 3px;
	border: #000000 1px solid;
	border-top:none;
	margin-left: 10px;
	float: none;
	background-color:#FFFFFF;
	color:#000000;
}

#countrymenu li a:hover {
	background-color:#FF0000;
	color:#FFFFFF;
}

/* Content Area */

#content {
	float: left;
	width: 940px;
	margin: 0 40px 10px 40px;
}

#hpcontent {
	float: left;
	width: 940px;
}

#colwrapper {
	width: 760px;
	float: left;
}


/* Left navigation (L3 + L4) */

#navcolwrapper {
	float: left;
	width: 180px;
	margin: 0 10px 0 0;
}

#navcol {
	width: 160px;
	padding: 10px 10px 0;
    background: #EEEEEE url(../images/180_vlightgrey_top.gif) no-repeat top left;
}

#navcolbottom {
	background: url(../images/180_vlightgrey_bottom.gif) no-repeat top left;
	width: 180px;
	height: 10px;
	margin-bottom: 10px;
}

#navcol img {
	float:right;
	_visibility:hidden;
}

#navcol ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#navcol li {
  padding: 4px 0 4px 0;
  margin: 0;
  list-style: none;
  color: #000000;
  border-top: #000000 2px dotted;
}

#navcol li.l3first, #navcol ul li ul li {
	border-top: none;
}

#navcol ul li ul li {
	padding-left: 10px;
	list-style: none;
	color: #333333;
}

#navcol ul li ul li.l4selected {
  color: #B20019;
}

#navcol ul li.l3selected {
  color: #B20019;
}

#navcol a {
	text-decoration: none;
	color: #000000;
}

#navcol a:hover {
	text-decoration: underline;
	color: #FF0000;
}

#maincolwrapper {
	float: left;
	width: 560px;
}

#maincolvisual img {

}

#maincolcontent {
	padding: 0 10px 0 10px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #00538A;
}

h2 {
	font-size: 17px;
	font-weight: normal;
	color: #B20019;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #00538A;
}


h6 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}

#rightcolwrapper {
	float:right;
	width:180px;
}

#contextcolwrapper {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	overflow:hidden;
}

#contextcol {
	float: left;
	width: 160px;
	padding: 10px 10px 0 10px;
	background: #DDDDDD url(../images/180_lightgrey_top.gif) no-repeat top left;
}

#contextcolbottom {
	float: left;
	background: url(../images/180_lightgrey_bottom.gif) no-repeat top left;
	width: 180px;
	height: 10px;
}


#footer {
	float: left;
	width: 930px;
	height: 80px;
	margin: 20px 40px 10px 50px;
	font-size: 9px;
}

#cobranding {
	float:left;
	width: 120px;
	height: 42px;
	background-image:url(../images/cobranding_bgc.jpg);
	background-repeat:no-repeat;
}

#cobranding_lu {
	float:left;
	width: 120px;
	height: 42px;
	background-image:url(../images/cobranding_bgc_tango.jpg);
	background-repeat:no-repeat;
}

#footertxt {
	float:left;
	margin: 0 0 0 10px;
}

#footertxt a {
	text-decoration: underline;
	color: #000000;
}

#footertxt a:hover {
	text-decoration: underline;
	color: #B20019;
}

#hpvisual {
	padding-bottom: 10px;
	float: left;
	overflow:hidden;
}

#col180wrapper {
	float: left;
	width: 180px;
	margin-right: 10px;
}

#col180wrapperml {
	float: left;
	width: 180px;
	margin-left: 10px;
}

#col180wrappernm {
	float: left;
	width: 180px;
	overflow: hidden;
}

#col180 {
	float: left;
	width: 160px;
	min-height: 240px;
	height:auto !important;
	height:240px;
	padding: 10px 10px 0 10px;
	background: #DDDDDD url(../images/180_lightgrey_top.gif) no-repeat top left;
}

#col180bottom {
	float: left;
	background: url(../images/180_lightgrey_bottom.gif) no-repeat top left;
	width: 180px;
	height: 10px;
}

#col180lblue {
	float: left;
	width: 160px;
	height: 250px;
	padding: 10px 10px 0 10px;
	background: #ABD8F2 url(../images/180_lightblue_top.gif) no-repeat top left;
}

#col180lbluebottom {
	float: left;
	background: url(../images/180_lightblue_bottom.gif) no-repeat top left;
	width: 180px;
	height: 10px;
}

#col180w {
	float: left;
	width: 160px;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}

#col180wbottom {
	float: left;
	width: 180px;
	height: 10px;
}


#col370wrapper {
	float: left;
	width: 370px;
	margin-right: 10px;
}

#col370 {
	float: left;
	width: 350px;
	min-height:240px;
	padding: 10px 10px 0 10px;
	background: #FFFFFF url(../images/370_lightgrey_top.gif) no-repeat top left;
}

#col370bottom {
	float: left;
	background: url(../images/370_lightgrey_bottom.gif) no-repeat top left;
	width: 370px;
	height: 10px;
}

#col370b {
	float: left;
	width: 350px;
	min-height:240px;
	padding: 10px 10px 0 10px;
	color: #ffffff;
	background: #000000 url(../images/370_black_top.gif) no-repeat top left;
}

#col370b h1 {
	color:#ff0000;
}

#col370bbottom {
	float: left;
	background: url(../images/370_black_bottom.gif) no-repeat top left;
	width: 370px;
	height: 10px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}
	
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}

#col370one {
	float: left;
	width: 350px;
	padding: 10px 10px 0 10px;
	min-height: 240px;
	height:auto !important;
	height:240px;
	background: #4E525E url(../images/370_one_top.gif);
	color:#FFFFFF;
}

#col370onebottom {
	float: left;
	background: url(../images/370_one_bottom.gif) no-repeat top left;
	width: 370px;
	height: 10px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}
	
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}
	
.clear {
	clear:both;
	}
	
#leftcol {
	width: 250px;
	float: left;
	}
	
#rightcol {
	width: 250px;
	float: right;
	padding-left: 20px;
	border-left: dotted 2px  #ccc;
	margin-left: 18px;
	}
	
#maincolcontent strong {
	color: #B20019;	
	}
	
#maincolcontent li {
	list-style-image: url(../images/list-bullet_dark_blue.gif);
	}	
	
#maincolcontent a, #hpcontent a, #contextcolwrapper a {
	color: #000000;
	text-decoration: underline;
	}
	
#maincolcontent a:hover, #hpcontent a:hover, #contextcolwrapper a:hover {
	color: #000000;	
	text-decoration: underline;
	}
	
#maincolcontent strong a, #hpcontent strong a {
	color: #B20019;
	text-decoration: none;
	}
	
#maincolcontent strong a:hover, #hpcontent strong a:hover {
	color: #B20019;
	text-decoration: underline;
	}
	
.smalltext {
	font-size:11px;
	}
	
#col370one a, #col370one a:hover {
	color:#FFFFFF;
	}
	
/* Tabs */

#tabwrapper {
	float: left;
	width: 540px;	
	}

#tabheader {
	float: left;
	width: 540px;
	}
	
#tabheaderleft {
	float: left;
	width: 10px;
	height: 32px;
	_height: 35px;
	background: url(../images/tab_left.gif) top left no-repeat;
	}
	
#tabheaderright {
	float: left;
	width: 10px;
	height: 32px;
	_height: 35px;
	background: url(../images/tab_right.gif) top left no-repeat;
	}
	
#tablinks {
	float: left;
	color:#FFF;
	background-color: #0A94D6;
	height: 12px;
	padding: 10px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	}

#tablinks a {
	color:#FFF;
	text-decoration: none;
	background: url(../images/tab_arrow.gif) top left no-repeat;
	background-position: 0 1px;
	padding-left: 16px;
	}
	
#tablinks a.selected, #tablinks a.selected:hover {
	background: url(../images/tab_arrow_selected.gif) top left no-repeat;
	background-position: 0 1px;
	color:#003267;
	text-decoration:none;
	}
	
#tablinks a:hover {
	color:#FFF;
	text-decoration: underline;
	}

#tabtop {
	float: left;
	background: url(../images/tab_top.gif) top left no-repeat;
	width: 540px;
	height: 10px;
	}

#tab {
	float:left;
	width: 520px;
	padding: 0 9px 0 9px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	}
	
#tab1 {
	float:left;
	width: 520px;
	}

#tab2 {
	float:left;
	width: 520px;
	}
	
#tab3 {
	float:left;
	width: 520px;
	}
	
#tab4 {
	float:left;
	width: 520px;
	}
	
#tab5 {
	float:left;
	width: 520px;
	}

#tabbottom {
	float: left;
	background: url(../images/tab_bottom.gif) top left no-repeat;
	width: 540px;
	height: 10px;	
	}
	
/* Movies */

#fade {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	}

#movie {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-270px;
	margin-top: -170px;
	width: 540px;
	height: 340px;
	z-index:1002;
	overflow: auto;
	}

div.thumbnail {
	float: left;
	margin-right:10px;
	width: 160px;
	}
  
div.thumbnail p {
	text-align: left;
	padding: 0 10px 0 10px;
	margin: 0;
	font-size:11px;
	color: #666666;
	}
	
div.clear {
	clear:both;
	}
	
table.bigtablesepar {
	border: 0px;
	width: 100%;
	}
	
table.bigtablesepar td {
	border-bottom: 2px #999999 dotted;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
	}

tr.bigtabletitle {
	color: #0a94d6;
	font-style: italic;
	font-size: 12px;
	}
	
table.prtable {
	border: 0px;
	width: 100%;
	}
	
table.prtable td {
	border-bottom: 1px #CCCCCC solid;
	padding: 7px 5px 7px 5px;
}

/* Site Map */

#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;
}

#sitemap li {
	font-weight: bold;
	font-size: 16px;
	list-style-image:url(/images/blue_circle_arrow_10x10.gif);
	margin-left: 20px;
	margin-bottom: 20px;
}


#sitemap ul li {
		list-style-image:url(/images/spacer.gif);
		margin-left:50px;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 0;
	}
	
/* Survey popup */

#surveypopup {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -255px;
	margin-top: -213px;
	width: 430px;
	height: 356px;
	padding: 30px 40px 40px 40px;
	z-index:1002;
	overflow: hidden;
	background:url(../images/survey_popup_background.png) top left;
	text-align: left;
}
a.button {
	padding: 5px 20px;
	background-color: #0a94d6;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
a.button:hover {
	padding: 5px 20px;
	background-color: #880000;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}
#closebutton {
	width: 30px;
	height: 30px;
	margin-left: 380px;
	cursor: pointer;
}

