﻿/**
 * Stylesheet for <NBB>
 * @media	screen, projection
 * @copyright	NBB <http://www.nbb.be>
 */
/**
 * CSS reset
 * Based on Netlog reset and Eric Meyer's reset
 */
body, form, fieldset, ol, ul, dl, li, dt, dd, td, th, tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	/*margin-bottom: 1.4em;*/
	width: 100%;
}
table.keyfigtable {
	margin-bottom: 0;
	background: #F0F0F0;
	border: 1px solid #CCC;
}
th {
	text-align: left;
}
td {
	vertical-align: top;
	text-align: left;
}
/**
 * General
 */
body {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	background: #F0F0F0 url(../images/mbg.gif) repeat-y top center;
	text-align: center;
}
li ul, li ol {
	margin: 0 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em 3em;
}


ul.newbullet {
	padding: 0;
	margin: 0 0 0 10px;
}
ul.newbullet li {
	list-style-image: url(../images/indexbullet.jpg);
	padding: 0 0 2px 4px;
}
h1 {
	font-size: 1.6em;
	line-height: 1;
	margin-bottom: 0.5em;
}

span.PageTitleho {
	display:none;
}

h2, .ColumnTitle, .PageTitle {
	font-size: 1.8em;
	color: #1f5595;
	display: block;
	padding: 8px 0 0px 0;
	margin-bottom: 0.5em;
	font-weight: 700;
	
}
h2 span {
	padding: 0;
	margin: 0;
	font-size: 0.75em;
}
span.PageTitle h2 {
	padding: 0;
	margin: 0;
	font-size:1.0em;
}
h3, h4, .indexlabeltitle {
	font-size: 1.2em;
	color: #790032;
	text-transform: uppercase;
	padding-bottom: 0;
	line-height: 1;
	margin: 0.5em 0 1em 0;
}
h4 font, h4 a {
	font-weight: 700;
	color: #790032;
	text-transform: uppercase;
}
h4 table {
	display: none;
	visibility: hidden;
	text-transform: none;
	color: black;
	font-size: 10px;
}
h5 {
	font-size: 1.1em;
	background: #FFF;
	line-height: 1;
	margin-bottom: 1em;
	padding: 8px 0 6px 0;
	font-weight: 700;
}

h5 h5,
h5 span {
	
	font-size:1.0em;
}
h6 {
	font-size: 1.0em;
	margin-bottom: 0;
}
p {
	font-size: 1.1em;
	margin: 0 0 1.5em;
}

.white {
	font-weight:bold;
	color:#FFF;
}
.grey {
	background: #F0F0F0;
	padding: 5px;
	margin: 5px auto;
	border: 1px solid #CCC;
	width: 400px;
	text-align: center;
	font-size: 14px;
}
.greybox {
	background: #F0F0F0;
	padding: 5px;
	margin: 5px auto;
	border: 1px solid #CCC;
}

.greybox p {
	margin-bottom:.5em;
}

.grey a {
	font-weight: 700;
}
td.small a {
	font-size: 9px;
}
/**
 * Image styles
 */
img.border {
	padding: 2px;
	border: 1px solid #CCC;
}
div.floatimage, span.PhotoCV {
	float: right;
	margin: 0 0 0 4px;
	font-size:10px;
}
div.floatimage img, span.PhotoCV img, img.floatimage {
	padding: 2px;
	border: 1px solid #CCC;
}
/**
 * Link styles
 */
a:link {
	color: #1F5595;
}
a:visited {
	color: #3C7DCB;
}
a:hover, a:active {
	color: #006FF3;
}
a.external_link {
	display: inline-block;
	white-space: nowrap;
	padding: 0 20px 0px 0;
	background: url('../images/external.png') no-repeat right top;
}
a.doc_link {
	padding: 0 20px 0px 0;
	display: inline-block;
	white-space: nowrap;
	background: transparent url('../images/icon/icon_doc.gif') no-repeat right top;
}
a.pdf_link {
	display: inline-block;
	white-space: nowrap;
	padding: 0 20px 0px 0;
	background: url('../images/icon/icon_pdf.gif') no-repeat right top;
}
a.xls_link {
	display: inline-block;
	white-space: nowrap;
	padding: 0 20px 0px 0;
	background: url('../images/icon/icon_xls.gif') no-repeat right top;
}
a.mdb_link {
	display: inline-block;
	white-space: nowrap;
	padding: 0 20px 0px 0;
	background: url('../images/icon/icon_mdb.gif') no-repeat right top;
}
a.ppt_link {
	display: inline-block;
	white-space: nowrap;
	padding: 0 20px 0px 0;
	background: url('../images/icon/icon_ppt.gif') no-repeat right top;
}
/**
 * Main layout
 */
#wrapper {
	font-size: 1.0em;
	width: 858px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#main {
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: left;
	width: 618px;
	background: transparent;
	font-size: 1.1em;
}
#main ul {
	margin-top: 4px;
}
#main td {
	padding: 2px;
	font-size: 12px;
}
#main td a {
	font-size: 12px;
}
#main li {
	font-size: 12px;
}
#header {
	margin: 0;
	padding: 0;
	width: 858px;
	background: #1f5595;
	/*height: 104px;*/
}
#header table {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#upperlinks {
	color: #FFF;
	width: 100%;
	white-space: nowrap;
	padding-top: 10px;
	margin-left: 0;
}
#upperlinks li {
	display: inline;
	border-right: 1px solid #FFF;
	padding: 0 5px;
}
#upperlinks li.last {
	border: 0;
	padding-right: 0;
}
#upperlinks a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	clear: both;
	display: block;
	margin: 30px auto;
	width: 240px;
	padding-top: 30px;
	text-align: center;
}
#rss {
	float: right;
}
#rss a {
	text-decoration: none;
}
#rss img {
	padding-right: 2px;
	position: relative;
	top: 2px;
}
/**
 * Left navigation
 */
#_ctl0_Languages2_lang {
	margin: 10px auto;
}
#_ctl0_Languages2_lang ul li {
	display: inline;
	padding-right: 3px;
	margin-right: 3px;
	border-right: 1px solid #7ABEE3;
}
#_ctl0_Languages2_lang ul li.last {
	border: 0;
}
#navmenu {
	height: 100%;
}
#nav {
	width: 220px;
	float: left;
	margin: 10px 0;
	padding: 0;
	color: #003366;
}
#nav h1 {
	font-size: x-small;
	text-transform: uppercase;
	color: #FFF;
	background: #004a90;
	width: 210px;
	padding: 2px;
	margin: 0px;
}
#nav li {
	list-style-type: none;
	white-space: nowrap;
}
.navlist {
	margin: 0 0 10px;
	padding: 0;
}
.navlist li {
	width: 214px;
}
.navlist li a:link, .navlist li a:visited {
	padding: 3px 0;
	background: url(../images/dotted.gif) repeat-x bottom left;
	display: block;
	width: 214px;
	text-decoration: none;
	font-size: 13px;
}
.navlist li a:hover, .navlist li a:active {
	background: #CED6E1 url(../images/dotted.gif) repeat-x bottom left;
}
.subnav {
	padding: 0;
	margin: 5px 0 0 0;
}
.subnav ul {
	padding: 0;
	margin: 3px 0 0 6px;
	background: transparent;
}
.subnav li {
	list-style-type: none;
}
.subnav li a:link {
	width: 210px;
	display: block;
	background: transparent;
	border: 0;
	margin: 0;
	text-decoration: none;
	font-size: 12px;
	padding: 3px 0;
}
.subnav li a:visited {
	background: none;
}
li a.active {
	font-weight: 700;
}
.subnav li a:hover, 
.subnav li a:active {
	
	border: 0;
}
#themes li a span {
	background: url(../images/equiv_blue.gif) no-repeat 0 50%;
	padding-left: 13px;
}
#subnav {
	clear: both;
	padding-top: 5px;
}
#targetgroups h1 {
	background: #790032;
	color: #FFF;
}
#targetgroups li a span {
	background: url(../images/equiv_red.gif) no-repeat 0 50%;
	padding-left: 13px;
}

#quicknav h1 {
	background: #007010;
	color: #FFF;
}
#quicknav li a span {
	background: url(../images/equiv_green.gif) no-repeat 0 50%;
	padding-left: 13px;
}

.banner {
	width : 135px;
	padding: 0;
	border: 1px solid #CCC;
	background: #FFCC66;
	text-align: center;
}


/**
 * Homepage 
 */
/* news tab */
#newscontent {
	width: 100%;
	text-align: left;
}
#newscontent img {
	border: 1px solid #c0c0c0;
	padding: 2px;
}
#newscontent td {
	padding: 4px;
}
#newscontent td:hover {
	background: #ced6e1;
}
#newscontent td a {
	text-decoration: none;
}
#newscontent td a:hover {
	background: #ced6e1;
}
.highlights {
	_height: 120px;
	min-height: 120px;
	text-align: center;
	padding: 5px;
	width: 30%;
	float: left;
	background: #f0f0f0;
	border: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin-right: 5px;
}
#homenewsitem {
	
	min-height: 40px;
	margin: 8px 0;
	border-left: 2px solid #497cbb;
	padding-left: 4px;
}
.tabbertab h4 {
	font-size: 11px;
	color: #790032;
	border-bottom: 1px solid #790032;
	text-transform: none;
}
/*key figures tab*/
.keyfigtitle {
	font-weight: bold;
	font-size: 12px;
	color: #004A90;
}
.SI1 {
	font-size: 11px;
}
.SI1 div {
	white-space: nowrap;
}
.SI2 {
	font-size: 10px;
}
.SI12 {
	font-size: 10px;
	font-weight: bold;
}
.SI13 {
	font-size: 11px;
	font-weight: bold;
}
.SI16 {
	font-size: 10px;
	font-style: italic;
}
/* coming soon tab */
table#TblComingSoon {
	margin-top: 4px;
}
div.bgKalender {
	font-size: 10px;
	line-height: 1.2;
	height: 42px;
	width: 29px;
	text-align: center;
	color: #004a90;
	background: url('../images/bgKalender.jpg') no-repeat;
	text-transform: uppercase;
}
div.Kmonth {
	color: #FFF;
}
div.Kday {
	font-size: 17px;
	line-height: 1.7;
}
div.Khour {
	color: #666;
	display: inline;
}
div.Klocation {
	color: #666;
	display: inline;
}
.Ktitle {
	font-weight: 700;
	color: #004a90;
}
/**
 * Standard Page elements
 */
#_ctl0_SiteMapPath1, #breadcrumbs {
	margin: 10px 0;
	padding: 5px 0;
	display: block;
}
.indextable {
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 5px;
}
.indexsummary {
	padding-right: 5px;
	text-align: left;
}
.IndexDate, .indexdate {
	padding: 0;
	margin: 0;
}
td.IndexTitleWithBullets {
	font-size: 11px;
	font-weight: 700;
	vertical-align: top;
	text-align: left;
	padding: 0;
	margin: 0;
}
a.FAQIndex {
	text-align: left;
	font-size: 12px;
}
td.IndexContent {
	font-size: 1.1em;
	font-weight: normal;
}
.outerIndexTableNews {
	border: solid 1px #CCC;
	background: #F0F0F0;
	margin-bottom: 10px;
}
td.IndexRow {
	font-size: 1.2em;
}
td.Category {
	font-weight: bold;
	font-size: 1.1em;
	color: #790032;
}
ul#x, ul#sitemap {
	font-weight: normal;
}
.toptable {
	color: #FFFFFF;
	width: 100%;
}
.tdLeftImage {
	width: 275px;
}
table#toptable {
	color: #FFFFFF;
	width: 100%;
}
#toptable td {
	text-align: right;
	vertical-align: middle;
}
#toptable td#tdLeftImage {
	text-align: left;
}
table.NewsBox {
	background: #F0F0F0;
	padding: 2px;
	border: solid 1px #CCC;
}
td.IndexTitleWithBullets .IndexLink {
	background: transparent;
	margin: 0;
	padding: 0;
}
table.outerIndexTable {
	clear: both;
}
table.outerIndexTable .IndexLink {
	background: transparent;
	margin: 0;
	padding: 0;
}
.IndexLink {
	font-weight: 700;
}
.newsdate {
	font-style: italic;
	font-size: 11px;
}
.innerIndexTable {
	padding: 0;
	margin: 0;
}
td.CategoryItem {
	display: block;
}
input#_ctl0_TopMenu1_lblSubmit {
	font-size: 9px;
	margin-right: 10px;
	cursor: pointer;
	width: auto;
}
/**
 * AZ Index
 */
#azheader ul {
	padding: 0;
	margin: 0;
}
#azheader ul li {
	list-style-type: none;
	margin: 0;
	float: left;
	padding: 0 0 0 9px;
	white-space: nowrap;
	border-bottom: 1px solid #004A90;
}
#azheader {
	font-size: 12px;
}
#azheader a {
	display: block;
	padding: 10px 15px 5px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #004A90;
}
#azheader a:hover {
	color: #EC6800;
}
.invisible {
	display: none;
	visibility: hidden;
}
#azheader #current a {
	background: url('../images/tab_circle.gif') no-repeat 0% 100%;
	display: block;
	color: #EC6800;
}
input#AZindex {
	border: solid 2px #F0F0F0;
	height: 16px;
	width: 150px;
	background: #FFF url('../images/loupe.jpg') no-repeat right bottom;
}
#azbookmarks {
	padding-left: 20px;
	margin-right: 10px;
	clear: both;
	font-size: 11px;
}
#azbookmarks ul {
	clear: both;
	margin: 0;
	padding: 0;
	padding-top: 3px;
}
#azbookmarks li {
	border-left: dotted 0px #D9D4C3;
	color: #000;
	list-style-image: url('../images/orangearrow.gif');
	padding-left: 5px;
	padding-right: 5px;
	clear: both;
	text-align: left;
}
/**
 * CV directors board
 */
span#_ctl0_ContentPlaceHolder2_SingleImagePlaceholderControl1, #_ctl0_ContentPlaceHolder2_SingleImagePlaceholderControl2 {
	float: right;
}


#banners table {	 
  border-collapse:separate;  
}




#_ctl0_tblBanners img, #_ctl0_Banners1_tblBanners img, banners img {
	border: solid 1px #CCC;
	background: #FFF;
	margin-bottom:5px;
}
/**
 * Other publications
 */
table#OtherPublications td {
	font-size: 12px;
}
table#OtherPublications p {
	font-size: 12px;
}
table#OtherPublications h4 {
	margin-bottom: 0;
}
/**
 * Misc
 */
.searchDetailInfo {
	font-size: 9px;
	font-weight: bold;
	color: #008000;
}
table.tbl_jobs th {
	background-color: #CCC;
	text-align: center;
}
table.tbl_jobs td {
	background-color: #F0F0F0;
}
#searchSubmit {
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	cursor: pointer;
}


#tdLeftImage {
	width:275px;
}
#tdRightImage {
	background: #1f5595 url(../images/bkLogo.gif) left top no-repeat;
	padding-right:40px;
}

#_ctl0_ContentPlaceHolder2_NBBHtmlPlaceHolder14, #_ctl0_ContentPlaceHolder2_NBBHtmlPlaceHolder17 {
	clear:both;
	display:block !important;
}

#_ctl0_ContentPlaceHolder2_NBBRadHtmlPlaceHolder3, #_ctl0_ContentPlaceHolder2_NBBRadHtmlPlaceHolder2, #_ctl0_ContentPlaceHolder2_NBBRadHtmlPlaceHolder4, #_ctl0_ContentPlaceHolder2_NBBRadHtmlPlaceHolder1 {	
	display:block !important;
}
#_ctl0_ContentPlaceHolder2_Nbbhtmlplaceholder13 {
	clear:both;	
	display:block !important;
}
#_ctl0_ContentPlaceHolder2_Nbbhtmlplaceholder22,  {
	clear:both;	
	display:block !important;
}

/**
 * DQ Styles
 */

p.dq_tab_h4 { 
	color:#790032;
	font-size:1.2em;
	margin:1.5em 0 0.3em;
	padding-bottom:0;
	text-transform:uppercase;
	font-weight:bold;
	
}



/**
 * PRUDENTIAL SUPERVISION EX-CBFA
 */



.klein {
	font-size: 10px;
	color: black; 
}

table.tableCirc {
	padding: 2px;
	border-width: 1px;
	margin: 1px;
}
td.refCirc {
	color: #9E005D;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	width: 135px;
}

td.dateCirc {
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	width: 60px;
	padding-right: 15px;
}

td.textCirc {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

td.smLevel1 {
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 10px;
	color: #00A0C6;
	font-weight: bold
}
td.smLevel2L {
	text-align: left;
	vertical-align: top;
	padding-left: 45px;
	padding-top: 5px;
	color: #00A0C6;
}
td.smLevel2B {
	text-align: left;
	vertical-align: top;
	padding-left: 45px;
}
td.smLevel3 {
	text-align: left;
	vertical-align: top;
	padding-left: 90px;
}
td.smLevel4 {
	text-align: left;
	vertical-align: top;
	padding-left: 110px;
}

a.smLink1:link {color: #00A0C6; font-weight: bold; text-decoration:none;}
a.smLink1:visited {color: #00A0C6; font-weight: bold; text-decoration:none;}
a.smLink1:hover {color: #9E005D; font-weight: bold; text-decoration:none;}
a.smLink2L:link {color: #00A0C6; text-decoration:none;}
a.smLink2L:visited {color: #00A0C6; text-decoration:none;}
a.smLink2L:hover {color: #9E005D; text-decoration:none;}
a.smLink2B:link {color: black; text-decoration:none;}
a.smLink2B:visited {color: black; text-decoration:none;}
a.smLink2B:hover {color: #9E005D; text-decoration:none;}
a.smLink3:link {color: black; text-decoration:none;}
a.smLink3:visited {color: black; text-decoration:none;}
a.smLink3:hover {color: #9E005D; text-decoration:none;}
a.smLink4:link {color: black; text-decoration:none;}
a.smLink4:visited {color: black; text-decoration:none;}
a.smLink4:hover {color: #9E005D; text-decoration:none;}



/*.dateCirc {
width:50px;

}

.refCirc {
width:75px;

}
*/

.ocalegend {
vertical-align:top;
font-weight:bold;
}



.EFIMmenu {
	color: #336; 
	font-weight: bold; 
}

.EFIMtxt {
	line-height: 11pt;
	margin-left: 10px;
}

.EFIMlist { 
	line-height: 11pt; 
	list-style-type: circle; 
	margin-top: 0px;
	margin-bottom: 0px;
}

.EFIMtxt ul.EFIMtitle1 {
	list-style-type: disc; 
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.EFIMtxt ul.EFIMtitle2 {
	list-style-type: circle; 
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.EFIMtxt ul.EFIMtitle3 {
	list-style-type: square; 
	margin-left: 90px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.EFIMtxt ul.EFIMtitle4 {
	list-style-type: disc; 
	margin-left: 120px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.EFIMtxt ul.EFIMlist1 {
	list-style-type: disc; 
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.EFIMtxt ul.EFIMlist2 {
	list-style-type: circle; 
	margin-left: 90px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.EFIMtxt ul.EFIMlist3 {
	list-style-type: square; 
	margin-left: 140px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.EFIMtxt ul.EFIMlist4 {
	list-style-type: disc; 
	margin-left: 190px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.EFIMModif {
	text-align: right;
	font-size: 10px;
	TEXT-DECORATION: underline;
}

A.EFIMModif 
{
	font-size: 11px;
	TEXT-DECORATION: underline;
}
A.EFIMModif:active
{
	font-size: 11px;
	TEXT-DECORATION: underline;
}
A.EFIMModif:visited
{
	font-size: 11px;
	TEXT-DECORATION: underline;
}
A.EFIMModif:link
{
	font-size: 11px;
	TEXT-DECORATION: underline;
}
A.EFIMModif:hover
{
	font-size: 11px;
	TEXT-DECORATION: underline;
}

.menu { 
	color: #336; 
	font-weight: bold; 
	font-size: 10pt; 
}

.tabletxt { 
	font-size: 9pt; 
}

.tablelist { 
	font-size: 11pt; 
	list-style-type: square;
}

.orgaPerson {
	font-weight: bold;
	color: #9E005D;
}


.mat {

	width:190px;
	height:200px;
	border: #eee 1px solid;
	border-right:none;
	border-bottom:none;
	margin:5px;
	margin-bottom:none;
	display: block;
	background: url(/app/web/images/shadow.gif) no-repeat right bottom;
	float:right;
}

.matheader {
	width:185px;
	height:20px;
	line-height:20px;
	background:#eee;
	color:#000;
	font-weight:bold;
	border-bottom: 1px solid #000;
	text-indent:2px;
}

.matheader a {
	color:#000;
	text-decoration:none;
}

.matbody {
	padding-top:4px;
}

.euro-nl {
	background:url(/app/web/images/notes-nl.jpg) repeat-x left top;
	height:70px;
	margin:0;
}

.euro-fr {
	background:url(/app/web/images/notes-fr.jpg) repeat-x left top;
	height:70px;
	margin:0;
}
.euro-de {
	background:url(/app/web/images/notes-de.jpg) repeat-x left top;
	height:70px;
	margin:0;
}
.euro-en {
	background:url(/app/web/images/notes-en.jpg) repeat-x left top;
	height:70px;
	margin:0;
}



