/* � Didier Berck 2008 */

/* common elements --> */
@page {
	size: landscape;
}

div.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}
body {
	padding: 0;
	background: white;
}
div.main {
	width: 100%;
	background: white;
}
/* <-- common elements */

/* header --> */
div.header {
	/*display: none;*/
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	background-attachement: fixed;
}
div.menu_lang {
	display: none;
}
div.dexia_world_link,
div.dexia_world_link_welcome {
	display: none;
}
div.menu_contact {
	display: none;
}
div.menu_map {
	display: none;
}
/* <-- header */

/* menu --> */
div.greyrow {
	display: none;
}
div.selectedCountry {
	display: none;
}
/* <-- menu */

/* welcome page --> */
div.content-table_welcome {
	width: auto;
	height: auto;
	float: none;	
}
/* <-- welcome page */

/* right table --> */
div.right-table {
	display: none;
}
div.content-table_welcome + div.right-table {
	display: none;
}
/* <-- right table */

/* content --> */
div.content {
	margin: 0;
	padding: 0;
}
/* <-- content */

/* submenu --> */
div.left-menu-table {
	display: none;
}
/* <-- submenu */

/* page --> */
div.content-table {
	width: auto;
	padding: 0;
	float: none;
	background: white;
}
div.page-title {
	margin: 0 0 12px 0;
	padding: 8px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-image: url(../images/bg-page-h2.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* <-- page */

div.vniPart,
table.vni-table {
	width: 100%;
	overflow: visible;
}
div.table-header, 
div.vni-fund-type {
	/*width: 631px;*/
	width: 100%;
	height: 16px;
	margin: 20px 0 5px 0;
	padding: 1px 8px;
	background-color: #0F58E2; /*#2585e9;*/
	background-image: url(../images/bg-table-title.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
}
tr.list-header td {
	background-color: #ccc;
	color: #000;
	font-weight: bold;
	text-align: center;
}

/* footer --> */
div.footer {
	/*display: none;*/
	background: white;
}
div.copyright {
	color: black;
}
div.legal_notice {
	display: none;
}
/* <-- footer */

.screen {
	display: none;
}