@charset "utf-8";
/* CSS Document */

/* general lay-out */

table {
 	border: 0px;
 	padding: 0px;
 	vertical-align:top;
	font-family: "Trebuchet MS", Arial, sans-serif;

}

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;
	background: #F0F0F0 url('/FinancialForum/APP/img/bgpatroon.gif') repeat;
	text-align: center;
	margin-top: 0;
}

body.wit {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;
	background: #ffffff;
	text-align: center;
	margin-top: 0;
}

img {
	border: 0px;
	padding: 0px;
}






.active {
	font-weight:bold;
}

.DGimage {
	width: 180px;
	float: right;
	padding: 5px 0px 5px 10px;
	text-align: right;
	background: #FFF;
}
.homephoto {
	float: left;
	padding: 0px;
	margin-right: 10px;
	text-align: right;
	background: #FFF;
}
div.DGimage img {
	border: solid 1px #C0C0C0;
	padding: 5px;
}
a.external_link {
	display: inline-block;
	white-space: nowrap;
	padding-right: 15px;
	background: url('/FinancialForum/APP/img/icon/external.png') no-repeat right top;
}
a.doc_link {
	padding: 0 20px 0px 0;
	display: inline-block;
	white-space: nowrap;
	background: transparent url('../FinancialForum/APP/img/icon/icon_doc.gif') no-repeat top right;
}
a.pdf_link {
	display: inline-block;
	white-space: nowrap;
	padding: 0 20px 0px 0;
	background: url('../FinancialForum/APP/img/icon/icon_pdf.gif') no-repeat right top;
}
a.xls_link {
	display: inline-block;
	white-space: nowrap;
	padding: 0 20px 0px 0;
	background: url('../FinancialForum/APP/img/icon/icon_xls.gif') no-repeat right top;
}
a.mdb_link {
	display: inline-block;
	white-space: nowrap;
	padding: 0 20px 0px 0;
	background: url('../FinancialForum/APP/img/icon/icon_mdb.gif') no-repeat right top;
}
a.ppt_link {
	display: inline-block;
	white-space: nowrap;
	padding: 0 20px 0px 0;
	background: url('../FinancialForum/APP/img/icon/icon_ppt.gif') no-repeat right top;
}
h1 {
	margin: 10px 0;
	padding: 0;
	color: #C03318;
	border: 0;
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	color: #C03318;
	margin: 10px 0 10px 0;
	font-size: 1.3em;
	border-bottom: solid 1px #C03318;
	padding: 0;
}
h3 {
	color: #0077b3;
	font-size: 1.2em;
	padding: 0px;
}
h6 {
	color: #0077b3;
	font-size: 1.2em;
	padding: 0px;
}

/* main part */
div#wrapper {
	text-align: left;
	font-size: 1.2em;
	width:100%;
	margin: 0 auto;
}

div#header {
	margin: 0px;
    background-image: url('/FinancialForum/APP/img/header.jpg');
    width:100%;
	height: 90px;
    background-color: #ffffff;
	clear: both;
}

div#header p{
	display:none;
	padding-left: 420px;
	padding-top: 130px;
	font-size: 0.9em;
	color:#FFFFFF;
}
div#logo{
	float:left;
	padding-left: 0px;
	padding-top: 0px;
	border: none;
}
div#logo img{
	width:150px;
}
div#logo a {
	margin: 0px;
	border: none;
	padding: 0px;
}
div#header a {
	color: #ffffff;
	text-decoration: none;
}
div#header a:hover {
	color: #ffffff;
	text-decoration: none;
}
div#header a:visited {
	color: #ffffff;
	text-decoration: none;
}

div#linksboven {
	float: left;
	width: 288px;
	margin: 0px;
}


td.language {
display:none;
	font-size: 10px; 
	background:transparent url(/FinancialForum/APP/img/ff_05.jpg) top left repeat-x;
}

td.language div {
	height:40px; 
	text-align:center; 
	font-size:12px; 
	padding-top:8px;
}

div#breadcrumb {
	float: right;
	height:30px;
	
}
div#breadcrumb p {
	padding: 8px 0 0 8px;
	font-size: 1em;
}
div#main {
	width:100%;
	height: 100px; 
	margin:0px;
    	color:#000000;
}
div#maincontent {

	float: none;
	width:100%;
	font-size: 1em;
	margin:0px;
    color:#000000;
	background-color:#FFFFFF;
}
div#maincontent a {
	color: #0076b3;
	font-weight: bold;
	text-decoration: none;
}
div#maincontent a:hover {
	color: #06afd8;
	font-weight: bold;
	text-decoration: none;
}
div#maincontent a:visited {
	color: #004177;
	font-weight: bold;
	text-decoration: none;
}
#maincontent ul {
	padding-left: 20px;
	margin: 0px;
}
#maincontent ol {
	padding: 0;
	margin: 10px 0 0 60px;
}
#maincontent ol ol {
	padding: 0;
	margin: 10px 0 0 20px;
}
#maincontent ol li {
	margin: 0px;
	padding: 0;
}
#maincontent ul li {
	padding: 0;
	list-style-image: url('/FinancialForum/APP/img/bulletR.gif');
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#maincontent ul ul li {
	background-position: 0px 0px;
	margin: 2px 0 0 0px;
	padding: 0;
	list-style-image: url('/FinancialForum/APP/img/bulletB.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}

.contentbox {
	padding: 1px 10px 0 10px;
	
}

div#kader {
	float: right;
	padding: 10px;
    	color:#000000;
	background-color:#ffffff;
}
table.agenda {
	background-color:#F0F0F0;
	border: solid;
	border-width:thin;
	border-color:#0077b3;
	padding:0px;	
	font-size: 1em;
}
table.agenda td.wit {
	background: #ffffff;
}
table.agenda th {
	text-align:left;
	padding-left: 5px;
	padding-right: 5px;
	background: #0077b3;
	color: #FFF;
}

div#lefttoolbar {
	float: left;
	width: 288px;
	margin: 0px;
	padding: 0px;
	display:none;
}
div#lefttoolbar a {
	text-decoration: none;
	color:#000000;
}
div#lefttoolbar a:hover {
	color:#990000;
}

#lefttoolbar ul {
	margin-left: 100px;
	padding: 0px;
}
#lefttoolbar ul ul {
	margin-left: 0px;
	padding-left: 30px;
}
#lefttoolbar ul li {
	padding: 0px;
	list-style-image: url('/FinancialForum/APP/img/bulletR.gif');
	margin: 5px;
}
#lefttoolbar ul ul li {
	margin: 5px;
	padding: 0;
	list-style-image: url('/FinancialForum/APP/img/bulletB.gif');
}

div#righttoolbar {
    float: right;
	padding: 0px;
	width: 36px;
	margin: 0px;
}

div#footer {
display:none;
	margin-left: 0px;
	padding: 0;
	text-align: left;
	width:100%;
	height: 90px;
	clear:both;
}
div#console {
display:none;
}


div#ctl00_ContentPlaceHolder1_NBBRadHtmlPlaceHolder3 {
display:inline !important ;


}

/* background stretch */
div#column2 {
    margin: 0;
    padding: 0;
    background: transparent url('/FinancialForum/APP/img/ff_11.jpg') top right repeat-y;
    width: 100%;
    _margin:-8px 0 0 0;
}
div#column1 {
    margin: 0;
    padding: 0;
    background: transparent url('/FinancialForum/APP/img/ff_10.jpg') top left repeat-y;
    width: 100%;
    _margin:-8px 0 0 0;

}



.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
/* einde background stretch */

/* tabel */
table.tblWithLayout {
	margin-top: 1.0em;
	width:100%;
}
table.tblWithLayout td {
	background: #F0F0F0;
	font-size: 0.9em;
	padding: 5px;
	text-align:left;
}
table.tblWithLayout th {
	background: #0077b3;
	color: #FFF;
	font-size: 1em;
	text-align:center;
}
table.tblWithLayout td.sub {
	width: 120px;
	background: #899ce9;
	color: #FFF;
	font-style: italic;
}
table.tblWithLayout tr.sub {
	background: #899ce9;
}
table.tblWithLayout ul {
	padding: 0;
	margin-right: 0;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 6px;
}
table.tblWithLayout li {
	padding: 0;
	list-style-image: url('../FinancialForum/APP/img/orangedot.gif');
	margin-right: 0;
	margin-top: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	font-size: 0.8em;
}

