
/* Global */

html {
	margin: 0;
	padding: 0;
	height: 100%
}

body {
	background: #ffffff url(/img/lareb2006/bg.png) repeat-y top center;
	padding: 0;
	margin: 0;
	height: 100%;
	text-align: center;
}

* {
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size: 13px;
}

img {
	border: 0 none;
}

label {
	cursor: pointer;
	cursor: hand;
}

blockquote, blockquote p {
	margin: 0;
	padding: 0;
}

/* Headers, forms & inputs [see controls.css] */

form, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

div.header_info, div.header_info_plain {
	width: 100%;
	text-align: right;
	font-size: 9px ! important;
	font-weight: normal;
	color: #000000 ! important;
	line-height: 1.2em;
	margin-top: -21px;
	padding-top: 4px;
	height: 25px;
	overflow: hidden;
	border-bottom: 1px dashed #989898;
}
	
div.search_result {
	width: 550px ! important;
	float: left;
}

input, textarea {
	color: #000000 ! important;
	font-weight: normal;
}

	/* Workaround for a bug where IE always renders a margin of 1px above and below any input element */
	
	.framework .main .content input, .framework .main .content textarea {
		_margin-top: -1px ! important;
	}

input.btn {
	height: 2em;
}

/* Div forms */

.form {
	margin-bottom: 7px;
	padding: 7px;
	border-top: 0px dashed #989898;
	background-color: #ffffff;
	clear: both;
}

	.form .row {
		width: 100%;
		line-height: 19px;
	}
	
		.form .row .lbl {
			width: 200px;
			float: left;
			clear: left;
			font-weight: bold;
		}
		
		.form .row .inp {
			float: left;
		}

		.form .row .hlp {
			float: left;
			clear: right;
		}

/* List items */

dl {
	width: 100%;
	margin-bottom: 14px;
}

dt {
	width: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
}

dd {
	padding-top: 3px;
	padding-bottom: 4px;
}

/* Scrollbars */

/*div, textarea, body, html {
	scrollbar-shadow-color:#99CC00;
	scrollbar-3dlight-color:#99CC00;
	scrollbar-arrow-color:#669900;
	scrollbar-base-color:#99CC00;
	scrollbar-darkshadow-color:#99CC00;
	scrollbar-face-color:#99CC00;
	scrollbar-highlight-color:#99CC00;
	scrollbar-track-color: #FFFFFF;
}

body, html {
	scrollbar-track-color: #E1E0C7;
}*/

/* CSS buttons */

div.css_btn {
	height: 19px;
	display: inline;
}

	div.css_btn * {
		float: left;
		height: 19px;
		line-height: 17px;
		font-weight: normal ! important;
		font-size: 11px ! important;
	}
	
	div.css_btn img {
		width: auto  ! important;
		height: 16px ! important;
		margin: 0 ! important;
		margin-top: 1px ! important;
		margin-right: 3px ! important;
	}
	
	div.css_btn a, 
	div.css_btn a:active, 
	div.css_btn a:visited,
	div.css_btn a:hover {
		color: #000000 ! important;
		margin: 0 ! important;
		text-decoration: none ! important;
	}

	div.css_btn a * {
		color: #000000 ! important;
	}

	/* work-around for a bug in IE6 where the hover state gets stuck */

	div.css_btn a:hover {
		-font-size: 1px ! important;
	}
	
	div.css_btn .l {
		background-repeat: no-repeat;
		background-position: right;
		width: 7px;
	}

	div.css_btn .m {
		background-repeat: repeat-x;
		padding-left: 3px;
		padding-right: 3px;
		cursor: pointer;
		cursor: hand;
	}

	div.css_btn .r {
		background-repeat: no-repeat;
		width: 7px;
	}

	div.btn_gray a:hover * {
		color: #666666 ! important;
	}
	
	div.btn_gray .l {
		background-image: url(/img/btn/gray_l.png);
	}
	
	div.btn_gray .m {
		background-image: url(/img/btn/gray_m.png);
	}
	
	div.btn_gray .r {
		background-image: url(/img/btn/gray_r.png);
	}

/* Anchors */

a, a:active, a:visited, a:hover {
	color: #FF9900 ! important;
	text-decoration: none ! important;
}

a:hover {
	/*text-decoration: underline ! important;*/
	color: #666666 ! important;
}

/* Pagenumbers (forum, search, etc). Uses different look when put inside a header tag */

.framework .main .pagenumbers {
	float: right;
	margin-top: 7px;
	margin-right: 14px;
	color: #000000 ! important;
	height: 19px;
}

	.framework .main .pagenumbers, .framework .main .pagenumbers a, .framework .main .pagenumbers span {
		font-size: 9px ! important;
		line-height: 19px;
		margin-right: 4px;
		margin-left: 4px;
	}
	
	.framework .main .pagenumbers span {
		color: #000000 ! important;
		font-weight: bold;
	}

.framework .main .alfabet {
	float: left;
	text-transform: uppercase;
}

	.framework .main .alfabet span {
		font-size: 21px ! important;
	}
	
/* When using only floating div's within another div, the outer div won't get properly resized in Mozilla. */
/* Printing an element at the bottom of the outer div that has clear: both set fixes the problem */

p.moz-spacer {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px ! important;
	height: 1px;
	line-height: 1px;
	width: 1px;
	visibility: hidden;
}

/* 24 bit PNG support for IE */

img.png24 {
	behavior: url('/style/png24.htc');
}

/* Notices and errors */

div.notice, div.warning, div.error {
	padding: 5px;
	margin-top: 14px;
	margin-bottom: 14px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

div.notice {
	background-image: url(/img/ico_info.png);
	border: 1px solid #003399;
	background-color: #E5EEFF;
	color: #003399 ! important;
}

div.warning {
	background-image: url(/img/ico_warning.png);
	border: 1px solid #FF9900;
	background-color: #FCEFD3;
	color: #FF9900 ! important;
}

div.error {
	background-image: url(/img/ico_error.png);
	border: 1px solid #CC0000;
	background-color: #FFE3E3;
	color: #CC0000 ! important;
}

/* Main framework */

.framework {
	width: 1004px;
	padding: 0px;
	/*height: 100%;*/
	margin:0 auto;
	text-align:left;	

}

.logo {
	position: relative;
}

	/* Top [main navigation, logo, search] */

	.framework .top {
		margin-bottom: 0px;
		border-top: 1px solid #FFFFFF;
		background: #00467E url(/img/lareb2006/bg-top.gif) repeat-x top;
		height: 138px;	


	}

		/* Navigation + search */

		.framework .top .content {
			height: 18px;
			padding-left: 14px;
			padding-right: 14px;
			margin-top: -1px;
		}

			/* Navigation */

			.framework .top .content ul {
				height: 20px;
				width: 680px;
				overflow: hidden;
				margin: 0;
				padding: 0;
				padding-top: 7px;
				float: left;
			}

				.framework .top .content ul li {
					margin: 0;
					padding: 0;
					list-style-type: none;
					float: left;
					margin-right: 23px;
					font-weight: bold;
				}

				.framework .top .content ul li.sel {
					background-color: #EEEEEE;
				}

					.framework .top .content ul li a:hover,
					.framework .top .content ul li.sel a:hover {
						text-decoration: underline ! important;
					}

			/* Search */

			.framework .top .content .search {
				float: right;
				margin-top: 29px;
			}
				
				.framework .top .content .search #global_searchbox {
					width: 100px;
					margin-right: 7px;
					float: left;
				}
				
				.framework .top .content .search #global_searchbutton {
					display: none;
				}
	
			/* Navigation path */
			
			.framework .top .path {
				margin-left: 161px;
				margin-top: 14px;
			}
				
				.framework .top .path, .framework .top .path * {
					color: #9DA3AA ! important;
				}
				
	/* Left blocks */

	.framework .right {
		width: 189px;
		height: 100%;
		float: left;
	}

	.framework .left {
		width: 184px;
		height: 100%;
		float: left;
	}


	.framework .left {
		margin-right: 0px;
	}

	.framework .right {
		margin-left: 0px;
	}
	

		.framework .left .block, 
		.framework .right .block {
			margin: 2px 2px 14px 2px;
		}
		
		.framework .left .block h2,
		.framework .right .block h2 {
			margin: 0;
			padding: 0;
			padding-left: 7px;
			padding-right: 7px;
			height: 2em;
			line-height: 2em;
			color: #000000;
			background-color: #EEEEEE;
			overflow: hidden;
		}

		.framework .left .block blockquote,
			width: 181px;
			padding: 0px;
			padding-bottom: 0px;
			overflow: auto;
		}

		.framework .right .block blockquote {
			width: 188px;
			padding: 0px;
			padding-bottom: 0px;
			overflow: auto;
		}


		.framework .left .block iframe,
		.framework .right .block iframe {
			width: 100%;
		}
		
		.framework .left .ctrl_txt,
		.framework .right .ctrl_txt {
			width: 126px;
			margin-bottom: 4px;
		}

		/* width: 99% is a workaround for a FireFox bug where it displays the block's scrollbars 
		   even though the content doesn't exceed the block margins */
		.framework .left .block h3,
		.framework .right .block h3 {
			width: 99%;
			margin-bottom: 3px;
		}

		.framework .left .block ul,
		.framework .right .block ul {
			margin: 0;
			padding: 0;
			width: 181px;
			margin-left: 0px;
		}
		
			.framework .left .block ul li,
			.framework .right .block ul li {
				/*margin: 0;
				padding: 0;
				list-style-type: none;
				list-style-type: square ! important;
				margin-bottom: 3px;
				padding-left: 7px;
				background-image: url(/mod_bin/general/arrow.php?w=3&h=6&fc=999999);
				background-repeat: no-repeat;
				background-position: 0 5px;*/
			}
			
	/* Main part */
	
	.framework .main {
	}

		/* Content part */

		.framework .main .content {
			float: left;
			width: 586px;
         padding: 0px 20px 0px 20px;			
		}

			.framework .main .content h1, 
			.framework .main .content h2 {
				font-size: 17px ! important;
				padding-left: 0px;
				padding-right: 7px;
				line-height: 35px;
			}

			.framework .main .content h1 {
				background-image: url(/img/deco/ribbon_header.png);
				background-repeat: no-repeat;
				background-position: bottom left;
				margin-bottom: 2px;
			}
			
			.framework .main .content h2 {
				height: 35px;
				margin-bottom: 21px;
			}

			.framework .main .content h3 {
				color: #000000;
				font-weight: bold;
			}

			.framework .main .content h4 {
				color: #000000;
				margin-bottom: 4px;
				font-weight: normal;
			}
			
			.framework .main .content h5 {
				margin-bottom: 7px;
			}

			.framework .main .content h6 {
				margin-bottom: 7px;
				font-weight: normal;
			}

			.framework .main .content h3.bar, 
			.framework .main .content h4.bar {
				height: 2em;
				line-height: 2em;
				margin-top: 14px;
				margin-bottom: 14px;
				padding-left: 7px;
				padding-right: 7px;
				background-color: #999999;
				color: #FFFFFF ! important;
				clear: both;
				font-weight: bold;
			}

			.framework .main .content a,
			.framework .main .content a:active,
			.framework .main .content a:visited,
			.framework .main .content a:hover {
				font-weight: bold ! important;
			}

			.framework .main .content blockquote {
				border-bottom: 1px dashed #989898;
				padding: 7px;
			}
			
			/* List types */
			
			.framework .main .content ul.summaries, 
			.framework .main .content ul.small,
			.framework .main .content ul.articles {
				margin: 0;
				padding: 0;
			}

				.framework .main .content ul.small {
					border-bottom: 1px dashed #989898;
					margin-bottom: 14px;
				}

				.framework .main .content ul.summaries li,
				.framework .main .content ul.small li {
					margin: 0;
					padding: 0;
					height: 1%; /* fix for IE peekaboo bug */
					list-style-type: none;
					border-top: 1px dashed #989898;
					margin-bottom: 14px;
					padding-left: 7px;
					padding-top: 3px;
					overflow: hidden;
				}

					.framework .main .content ul.summaries li img {
						float: left;
						margin-right: 7px;
						margin-top: 7px;
					}

					.framework .main .content ul.summaries li sub,
					.framework .main .content ul.small     li sub {
						color: #000000 ! important;
					}

				.framework .main .content ul.small li {
					padding-bottom: 5px;
					margin-bottom: 0;
				}

					.framework .main .content ul.small li img {
						height: 16px;
						float: right;
					}

					.framework .main .content ul.small li img.l {
						height: auto;
						float: left;
						margin-right: 4px;
					}

			.framework .main .content dl {
				margin: 0 ! important;
				padding: 0 ! important;
				margin-bottom: 7px;
			}
			
				.framework .main .content dl dt {
					margin: 0 ! important;
					padding: 0 ! important;
					padding-left: 7px ! important;
					padding-top: 7px ! important;
					margin-top: 7px ! important;
					color: #000000;
					border-top: 1px dashed #989898;
					line-height: 1em;
					height: 1em;
				}

					.framework .main .content dl dt sup {
						margin-top: 0 ! important;
						margin-right: 7px ! important;
					}

				.framework .main .content dl dd {
					margin: 0 ! important;
					padding: 0 ! important;
					padding-top: 4px ! important;
					padding-left: 7px ! important;
				}

					.framework .main .content dl dd ul {
						margin: 0;
						padding: 0;
					}

						.framework .main .content dl dd ul li {
							margin: 0;
							padding: 0;
							list-style-type: none;
							line-height: 21px;
						}

							.framework .main .content dl dd ul li img {
								margin-bottom: -7px;
							}

			/* Content sections */
			
			.framework .main .content img.float_left {
				float: left;
				margin-right: 4px;
				margin-bottom: 4px;
			}
		
			.framework .main .content img.float_right {
				float: right;
				margin-left: 4px;
				margin-bottom: 4px;
			}

			/* Tables */
			
			.framework .main .content table.list {
				width: 100%;
			}
			
				.framework .main .content table.list td {
					vertical-align: top;
					padding: 3px;
					padding-left: 7px;
					padding-right: 7px;
				}
				
				.framework .main .content table.list thead td {
					border-bottom: 1px dashed #989898;
					font-weight: bold;
					
				}

				.framework .main .content table.list tbody td {
					border-bottom: 1px dashed #989898;
					color: #000000;
				}

/* TSUR0403 */

div.tsur_option {
	margin-top: 2px;
	margin-bottom: 4px;
}

	div.tsur_option div {
		line-height: 14px;
		text-align: right;
		color: #FFFFFF ! important;
		background-repeat: repeat-x;
	}

.framework .main .content div.tsur_option {
	width: 200px;
}

/* TFOR0208 */	

table.tfor0208_definitions col.a {
	width: 400px;
}

table.tfor0208_definition col.a {
	/*width: 300px;*/
}

table.tfor0208_definition col.b {
	width: 150px;
}

table.tfor0208_definition col.c {
	width: 50px;
	text-align: center;
}

table.tfor0208_definition col.d {
	width: 50px;
	text-align: center;
}

table.tfor0208_definition col.e {
	width: 150px;
}

.tfor0208_avatar {
	float: left;
	width: 50px;
	margin: 4px;
	margin-left: 0px;
}

	.tfor0208_avatar img {
		width: 50px;
		margin: 0 ! important;
		float: none ! important;
		clear: both ! important;
	}

	.tfor0208_avatar div {
		background-color: #FFFFFF;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		margin-top: -16px;
		float: left;
		width: 100%;
		height: 16px;
		overflow: hidden;
	}
	
		.tfor0208_avatar div img {
			width: auto;
			clear: none;
			margin-left: 3px ! important;
			margin-right: 2px ! important;
		}

.tfo_form_container {
	clear: both;
}

img.tfo_emoticon {
	margin: 0 ! important;
	margin-bottom: -3px ! important;
	display: inline;
	float: none ! important;
}

/* TECC0300 + TI3A0365 */

.tecc0300_avatar {
}
	
	.tecc0300_avatar img {
		width: 50%;
	}
	
/* commissie specific */


.lareb {
   position: absolute;
   top: 0px;
   left: 240px;
}

.navlist {
   padding: 1px 1px 1px 1px;
   margin: 1px 2px 2px 2px;
   font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
 	font-weight: bold;
}

.nav {
   background: #F3F7FA;
	list-style-type: none;
	padding: 2px 0px 2px 0px ! important;
	width: 178px;		
	border-bottom: 1px solid #B2CAE1;
	margin-bottom: 1px;
}

.navsel {
   background: #F3F7FA;
	list-style-type: none;
	padding: 2px 0px 2px 0px;
	width: 178px;		
	border-bottom: 1px solid #B2CAE1;
	margin-bottom: 1px;
}

.framework .left .block ul li a, .framework .left .block ul li .nolink,
.framework .right .block ul li a, .framework .right .block ul li .nolink {
   margin-left: 20px ! important;
}

.framework .left .block ul li a:link, .framework .left .block ul li a:visited,
.framework .right .block ul li a:link, .framework .right .block ul li a:visited {
	color: #000000 ! important;
	text-decoration: none ! important;
	font-weight: bold ! important;
}	
	
.framework .left .block ul li a:active,
.framework .right .block ul li a:active {
	color: #000000 ! important;
	text-decoration: none ! important;
}
	
.framework .left .block ul li a:hover,
.framework .right .block ul li a:hover {
	color: #000000 ! important;
	text-decoration: none ! important;
}		

.contentfield {
   padding: 0px;
   margin: 0px;   
}

.topnavigation {
   margin: 0px 0px 0px 200px;   
}

a.toplink, a.toplink:visited,
.topnolink {
   color: #AEC7DB ! important;
   font-weight: bold ! important;
   margin: 0px 5px 0px 3px;   
}

a.toplink:active, a.toplink:hover {
   color: #FFFFFF ! important;
}
	
