/*

	Stylesheet for BTV

	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	Author:     Yoni De Beule <yoni@netlash.com>

*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

body {
	font: 300 12px Arial, sans-serif;
	line-height: 1.5;
	color: #5f7387;
}

	body.nl { background: #fff url(../images/background_sub_nl.jpg) no-repeat top center; }
	body.fr { background: #fff url(../images/background_sub_fr.jpg) no-repeat top center; }

body#home {
	background: #fff url(../images/background_home.jpg) no-repeat top center;
}

	#home.nl { background: #fff url(../images/background_home_nl.jpg) no-repeat top center; }
	#home.fr { background: #fff url(../images/background_home_fr.jpg) no-repeat top center; }

/*
	Typography and text styles
*/

p {
	padding: 0 0 12px 0;
}

strong, th, thead td, h1, h2, h3, h4 {
	font-weight: 700;
}

h1, h2, h3 {
	line-height: 1.1;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

h1 {
	font-size: 24px;
	padding: 0 0 12px 0;
	color: #104d95;
}

h2 {
	font-size: 20px;
	padding: 0 0 10px 0;
	color: #104d95;
}

h3 {
	font-size: 18px;
	padding: 0 0 8px 0;
	color: #104d95;
}

h4 {
	font-size: 12px;
	padding: 0;
	color: #104d95;
}

/* Links */

a { color: #104e97; }
a:link { color: #104e97; }
a:visited { color: #5f7387; }
a:hover, a:active { color: #0661cb; }

/* Defaults */

.content ul,
.content ol {
	padding: 0 0 12px 24px;
}

#content ul
{
	padding-bottom: 12px;
}

.content ul {
	list-style-image: url(../images/bullet.png);
}

	.content ul ul {
		list-style-image: url(../images/sub_bullet.png);
	}

.content ol {
	list-style-type: decimal;
}

.content ul ul,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content ol ol {
	list-style: upper-roman;
}

.content ol ol ol {
	list-style: lower-roman;
}

ol.reset,
ul.reset {
	margin: 0;
	padding: 0;
	list-style-image: none;
}

code {
	font-family: Consolas, Monaco, "Courier New", monospace;
	font-size: 12px;
	line-height: 1.15;
}

pre {
	padding: 6px 12px;
	background: #f6f7f9;
	border: 1px solid #d0d7dc;
	margin: 0 0 12px;
}

p.small, .small, small {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.636;
}

blockquote, q {
	font-style: italic;
	font-family: Georgia, serif;
}

blockquote {
	padding: 0 0 0 12px;
}

em {
	font-style: italic;
}

sub, sup {
	line-height: 0;
}

hr {
	border: none;
	border-top: 1px solid #d0d7dc;
	padding: 0;
}

div.hr {
	border-bottom: 1px solid #d0d7dc;
	margin: 0 0 12px 0;
}

	div.hr hr {
		display: none;
	}

table {
	border-top: 1px solid #d0d7dc;
	border-left: 1px solid #d0d7dc;
	border-right: 1px solid #d0d7dc;
	width: 100%;
	margin-bottom: 24px;
	vertical-align: top;
	background: #f6f7f9
}

td, th {
	border-bottom: 1px solid #d0d7dc;
	padding: 4px;
	vertical-align: top
}

th {
	font-weight: 700;
	background: #104e97;
	color: #fff;
}

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}

/*
	Page structure and layout
*/

#container {
	width: 900px;
	margin: 0 auto;
}

/*
	Header
*/

#header {
	position: relative;
	height: 250px;
	padding-bottom: 32px;
}

body#home #header {
	height: 396px;
}

	/* Logo */

	#logo h1, #logo h2 {
		width: 196px;
		height: 46px;
		text-indent: -9999px;
		padding: 0;
		position: absolute;
		top: 43px;
		left: 0;
	}

	#logo h1 a, #logo h2 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
	}

	/* Navigation */

	#navigation {
		width: 677px;
		height: 26px;
		overflow: hidden;
		position: absolute;
		top: 69px;
		left: 223px;
	}

		#navigation ul {
			height: 25px;
			width: 677px;
			border-bottom: 1px solid #d0d7dc;
		}

			#navigation li {
				float: left;
			}

				#navigation a {
					font-size: 14px;
					float: left;
					padding: 5px 10px 2px 10px;
					line-height: 18px;
					color: #5f7387;
					border-bottom: 1px solid #d0d7dc;
					border-right: 2px solid #fff;
					text-decoration: none;
				}

				#navigation a:link,
				#navigation a:visited {
					color: #5f7387;
					border-bottom: 1px solid #d0d7dc;
				}

				#navigation a:hover,
				#navigation a:active {
					color: #124e96;
					border-bottom: 1px solid #124e96;
				}

				#navigation .selected a {
					color: #124e96;
					border-bottom: 1px solid #124e96;
				}

				#navigation .selected a:link,
				#navigation .selected a:visited {
					color: #124e96;
					border-bottom: 1px solid #124e96;
				}

				#navigation .selected a:hover,
				#navigation .selected a:active {
					color: #124e96;
					border-bottom: 1px solid #124e96;
				}

	/* Meta navigation */

	#metaNavigation {
		width: 894px;
		height: 18px;
		overflow: hidden;
		position: absolute;
		top: 24px;
		left: 0;
	}

		#metaNavigation ul {
			float: right;
		}

			#metaNavigation li {
				font-size: 11px;
				line-height: 1.636;
				float: left;
				padding-left: 18px;
				background: url(../images/footer_divider.png) no-repeat 8px 5px;
			}

			#metaNavigation li.firstChild {
				background: none;
			}

	/* Site choice */

	#siteChoice {
		width: 450px;
		height: 25px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../images/top_buttons.png) no-repeat 0 -1px;
	}

		#siteChoice ul {
			padding-left: 24px;
			float: left;
		}

			#siteChoice li {
				font-size: 11px;
				line-height: 1.636;
				float: left;
				padding-right: 20px;
			}

				#siteChoice a {
					color: #fff;
				}

				#siteChoice a:link,
				#siteChoice a:visited {
					color: #fff;
				}

				#siteChoice a:hover,
				#siteChoice a:active {
					color: #fff;
				}

				#siteChoice .selected a {
					color: #e1e6e9;
					text-decoration: none;
				}

				#siteChoice .selected a:link,
				#siteChoice .selected a:visited {
					color: #e1e6e9;
				}

				#siteChoice .selected a:hover,
				#siteChoice .selected a:active {
					color: #e1e6e9;
				}

		/* Language */

		#language {
			width: 450px;
			height: 18px;
			overflow: hidden;
			position: absolute;
			top: 0;
			right: 6px;
		}

			#language ul {
				float: right;
			}

				#language li {
					font-size: 11px;
					line-height: 1.636;
					float: left;
					padding-left: 12px;
				}

					#language a {
						color: #fff;
					}

					#language a:link,
					#language a:visited {
						color: #fff;
					}

					#language a:hover,
					#language a:active {
						color: #fff;
					}

					#language .selected a {
						color: #e1e6e9;
						text-decoration: none;
					}

					#language .selected a:link,
					#language .selected a:visited {
						color: #e1e6e9;
					}

					#language .selected a:hover,
					#language .selected a:active {
						color: #e1e6e9;
					}

	/* Header image */

	#headerImage {
		width: 900px;
		height: 145px;
		overflow: hidden;
		position: absolute;
		top: 105px;
		right: 0;
	}

	body#home #headerImage {
		height: 291px;
	}

		#headerImage h2 {
			font-size: 35px;
			width: 350px;
			height: 80px;
			overflow: hidden;
			position: absolute;
			top: 30px;
			left: 73px;
		 }

		body#home #headerImage h2 {
			top: 93px;
		}

	/* Search */

	#searchForm {
		width: 450px;
		height: 26px;
		overflow: hidden;
		position: absolute;
		top: 44px;
		right: 0;
		z-index: 999;
	}

		#searchForm form {
			float: right;
			margin: 2px 0;
			padding: 0;
		}

			#searchForm fieldset {
				float: left;
			}

				#searchForm .inputHolder {
					float: left;
					padding-right: 2px;
				}

					#searchForm .inputHolder input.inputText {
						width: 128px;
					}

			#searchForm .buttonHolder {
				float: left;
			}

	#searchAgain {
		display: none;
	}

	#searchResults li.internal,
	#searchResults li.external {
		padding: 10px 10px 0 10px;
		margin-bottom: 12px;
		border: 1px solid #d0d7dc;
		background: #fff url(../images/gradient.png) repeat-x;
	}

		#searchResults .title {
			text-decoration: none;
			font-weight: 700;
			padding: 0;
		}

		#searchResults .url {
			text-decoration: none;
			font-size: 11px;
		}

/*
	Content
*/

	/* Special links */

	a.goLink {
		white-space: nowrap;
		padding-right: 18px;
		background: url(../images/a_link.png) no-repeat center right;
	}

	a.goLink:link {
		background: url(../images/a_link.png) no-repeat center right;
	}

	a.goLink:visited {
		background: url(../images/a_visited.png) no-repeat center right;
	}

	a.goLink:hover, a.goLink:active {
		background: url(../images/a_hover.png) no-repeat center right;
	}

	/* Sidecol lists */

	#sideCol .content ul, #sideCol .content ol {
		padding-left: 12px;
	}

	/* Mod */

	.mod {
		margin-bottom: 12px;
	}

	/* Notice box */

	.noticeBox {
		padding: 15px 20px 8px 20px;
		margin-bottom: 12px;
		border: 1px solid #d0d7dc;
		background: #f6f7f9;
	}

	/* Meta box */

	.metaBox {
		padding: 8px 10px 0 10px;
		background: #edeff3;
		margin-bottom: 12px;
	}

	/* Action box */

	.actionBox {
		padding: 10px 10px 0 10px;
		margin-bottom: 12px;
		border: 1px solid #d0d7dc;
		background: #fff url(../images/gradient.png) repeat-x;
	}

	/* Meta link */

	.metaLink a {
		float: right;
	}

	/* Document links */

	a.pdfLink, a.docLink, a.zipLink, a.jpgLink, a.otherLink, a.xlsLink {
		white-space: nowrap;
		padding: 3px 0 3px 24px;
		display: block;
	}

	a.pdfLink {
		background: url(../images/pdf_icon.png) no-repeat 0 2px;
	}

	a.docLink {
		background: url(../images/doc_icon.png) no-repeat 0 2px;
	}

	a.zipLink {
		background: url(../images/zip_icon.png) no-repeat 0 2px;
	}

	a.jpgLink {
		background: url(../images/jpg_icon.png) no-repeat 0 2px;
	}

	a.xlsLink {
		background: url(../images/xls_icon.png) no-repeat 0 2px;
	}

	a.otherLink {
		background: url(../images/blank_icon.png) no-repeat 0 2px;
	}

	/* Lexicon */

	ul.alphabeth {
		padding: 10px;
		margin-bottom: 12px;
		border: 1px solid #d0d7dc;
		background: #f6f7f9;
		text-align: center;
	}

	ul.alphabeth li {
		display: inline;
		padding-right: 10px;
	}

	/* Subnavigation */

	#subNavigation {
		width: 150px;
		overflow: hidden;
	}

		#subNavigation h4 {
			font-size: 18px;
			border-top: 1px solid #d0d7dc;
			padding: 5px 0 6px 10px;
		}

		#subNavigation ul {
			border-top: 1px solid #d0d7dc;
			border-left: 1px solid #d0d7dc;
			border-right: 1px solid #d0d7dc;
		}

			#subNavigation li {
				width: 148px;
			}

				#subNavigation a {
					display: block;
					width: 130px;
					font-size: 14px;
					line-height: 21px;
					padding: 3px 9px;
					color: #5f7387;
					border-bottom: 1px solid #d0d7dc;
					background: #edeff3;
					text-decoration: none;
				}

				#subNavigation a:link,
				#subNavigation a:visited {
					color: #5f7387;
					border-color: #d0d7dc;
				}

				#subNavigation a:hover,
				#subNavigation a:active {
					color: #124e96;
					border-color: #d0d7dc;
				}

				#subNavigation li.selected a {
					color: #5f7387;
					border-bottom: 1px solid #d0d7dc;
					background: #e1e6eb;
				}

				#subNavigation li.selected a:link,
				#subNavigation li.selected a:visited {
					color: #5f7387;
					border-color: #d0d7dc;
				}

				#subNavigation li.selected a:hover,
				#subNavigation li.selected a:active {
					color: #124e96;
					border-color: #d0d7dc;
				}

					#subNavigation ul ul {
						border: 0;
					}

						#subNavigation li.selected li a {
							padding: 3px 9px 3px 21px;
							width: 118px;
							background: #f6f7f9 url(../images/submenu.png) no-repeat 8px 10px;
						}

						#subNavigation li.selected li.selected a {
							background: #fff url(../images/submenu.png) no-repeat 8px 10px;
						}

							#subNavigation ul ul ul {
								display: none;
							}

	/* Sticky photo box */

	.stickyPhotoBox {
		border: 1px solid #d0d7dc;
		border-bottom: 0;
	}

		.stickyPhotoBox p {
			padding: 0;
		}

			#sideCol .stickyPhotoBox {
				width: 223px;
				overflow: hidden;
			}

				#sideCol .stickyPhotoBox img {
					width: 223px;
					height: auto;
					display: block;
					margin-bottom: -1px;
				}

	/* Image action box */

	.imageActionBox {
		padding: 10px 10px 0 10px;
		margin-bottom: 12px;
		border: 1px solid #d0d7dc;
		background: #fff url(../images/action_box_pro.jpg) no-repeat;
	}

	/* Side newsletter */

	#sideNewsletter .inputHolder {
		float: left;
		padding-right: 2px;
	}

		#sideNewsletter .inputHolder input.inputText {
			width: 118px;
		}

	#sideNewsletter .buttonHolder {
		float: left;
	}

	/* Home newsletter */

	#homeNewsletter {
		padding: 16px 20px 0 20px;
		width: 183px;
		float: left;
		margin-right: 10px;
		overflow: hidden;
	}

	#homeNewsletter .inputHolder {
		float: left;
		padding-bottom: 4px;
	}

		#homeNewsletter .inputHolder input.inputText {
			width: 176px;
		}

	/* Home faq */

	#homeFaq {
		padding: 16px 20px 0 20px;
		width: 238px;
		float: left;
	}

		#homeFaq ul {
			padding-bottom: 12px;
		}

	/* Home news */

	#homeNews {
		position: relative;
		padding: 15px 20px 0 20px;
	}

		#homeRssLink {
			width: 16px;
			height: 16px;
			text-indent: -9999px;
			background: url(../images/rss_icon.png) no-repeat;
			padding: 0;
			position: absolute;
			top: 10px;
			right: 10px;
		}

			#homeRssLink a {
				width: 100%;
				height: 100%;
				display: block;
				overflow: hidden;
			}

	/* Offices */

	#offices fieldset {
		border-bottom: 1px solid #124E96;
	}

		#offices .mod {
			float: left;
			width: 242px;
			margin-bottom: 16px;
		}

	/* Controls */

	#controls.browse ul.mod {
		background: #f6f7f9;
		border: 1px solid #d0d7dc;
		padding: 12px;
		color: #124f96;
	}

		#controls.browse ul.mod li a {
			text-decoration: none;
			padding: 2px 0 3px 12px;
			display: block;
			border-bottom: 2px solid #f1f3f5;
			background: url(../images/bullet.png) no-repeat 3px 10px;
		}

		#controls.browse ul.mod li a:hover,
		#controls.browse ul.mod li a:active {
			background: #edeff3 url(../images/bullet.png) no-repeat 3px 10px;
		}

	/* Iframe */

	#iframe {
		width: 690px;
		position: absolute;
		top: 0;
		left: 0;
	}

		#iframe #header {
			height: 65px;
		}

			#iframe #navigation {
				top: 39px;
				left: 118px;
				width: 572px;
			}

			#iframe #logo h1 {
				top: 13px;
				background: url(../images/iframe_logo.png);
				width: 91px;
			}

/*
	Footer
*/

#footer {
	padding: 24px 0;
}

	#footer ul {
		float: left;
	}

		#footer li {
			font-size: 11px;
			line-height: 1.636;
			float: left;
			padding-left: 18px;
			background: url(../images/footer_divider.png) no-repeat 8px 5px;
		}

		#footer li.firstChild {
			background: none;
			padding-left: 0;
		}

/*
	Column system
*/

#navCol {
	float: left;
	width: 150px;
	padding-right: 10px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
}

#mainCol {
	float: left;
	width: 485px;
	padding: 0 10px;
	overflow: hidden;
}

body#home #mainCol {
	width: 515px;
	padding: 0 10px 0 0;
}

#sideCol {
	float: left;
	width: 225px;
	padding-left: 10px;
}

body#home #sideCol {
	width: 375px;
	padding: 0;
}

/* Pagination */

.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	overflow: hidden;
	position: relative;
	left: -50%;
	font-size: 11px;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #ccc;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: #000;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: #000;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: #000;
}

.pagination li a:hover,
.pagination li a:active {
	background: #eee;
	border: 1px solid #bbb;
	color: #000;
}

.nextpage, .previouspage {
	font-size: 11px;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* Forms */

form {
	padding-bottom: 12px;
}

label {
	font-size: 12px;
	font-family: Arial, sans-serif;
	display: block;
	padding: 4px 0;
}

input.input-text, input.inputText, input.text, input.input-password, input.inputPassword, input.password, textarea {
	font: 300 11px Arial, sans-serif;
	background: #fcfcfc;
	color: #999;
	border: 1px solid #788fa4;
	padding: 3px;
	margin: 0;
	width: 192px;
}

textarea {
	line-height: 1.5;
	width: 402px;
}

input:focus, textarea:focus {
	border-color: #999;
	background: #fff;
	color: #000;
}

@-moz-document url-prefix() {
	input[type="text"]:focus,
	textarea:focus {
		outline: 2px solid #b6cbe5;
		-moz-outline-radius: 3px;
		border-color: #104e97;
	}
}

input.input-submit, input.inputSubmit, input.submit, button {
	font: 700 11px Arial, sans-serif;
	color: #fff;
	background: #4f657a url(../images/button.png) repeat-x;
	border: 0;
	padding: 3px;
	cursor: pointer;
	overflow: visible;
}

input.input-submit:hover, input.inputSubmit:hover, input.submit:hover, button:hover, input.input-submit:active, input.inputSubmit:active, input.submit:active, button:active {
	background: #124e96;
}

select, option {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

input.inputCheckbox {
	float: left;
	margin: 3px 6px 3px 0;
}

form .floatLeft {
	padding-right: 10px;
}

form p {
	padding-bottom: 6px;
}

.form-error, .formError {
	padding: 4px;
	margin: 3px 0;
	background: #fbe3e4;
	color: #8a1f11;
	display: block;
}

input.inputTextError, textarea.textareaError {
	border-color: #8a1f11;
}

.form-success, .formSuccess {
	padding: 4px;
	margin: 3px 0;
	background: #e4f0d8;
	color: #2c5301;
	display: block;
}

/* Center anything */

.centerWidthlessWrap {
	width: 100%;
	overflow: hidden;
}

.centerWidthless {
	float: left;
	position: relative;
	left: 50%;
}

.centerWidthlessInner {
	position: relative;
	left: -50%;
}

/* Dialog boxes */

.dialogBox {
 	padding: 10px;
 	margin-bottom: 10px;
 	background: #f4f4f4;
 	color: #666;
 }

.dialogSucces {
	background: #e4f0d8;
	color: #2c5301;
}

.dialogError {
	background: #fbe3e4;
	color: #8a1f11;
}

.dialogNotice {
	background: #fff6bf;
	color: #514721;
}

/* General purpose classes */

.hidden { display: none; }
.block { display: block; }

.floatLeft { float: left; }
.floatRight { float: right; }

.noPadding { padding: 0; }
.paddingBottom { padding-bottom: 12px; }

.noBorder { border: none !important; }
.border { border: 1px solid #C7C7C7; }

.mute { color: #666; }

.clear { clear: both; }

/* Guillotine bug */

.guillotineBugFix {
	display: none;
}

/* Clearfix */

.clearfix:after, #header:after, #content:after, #footer:after, #offices:after, .metaLink:after, .alphabeth:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

/*
	Debug
*/

img {
	-moz-force-broken-image-icon: 1;
}
