@charset "utf-8";

body {
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, verdana, sans-serif;
	font-size:12px;
	line-height:1.5em;
	margin: 0;
	padding: 0px;
	text-align: center; 
	color: #000000;
	background: #fff url('/images/layout/bodyBackground.jpg') no-repeat top center;
}

body.popup{
	background: #fff;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {margin: 1em 0 .5em 0;line-height: 1.2;font-weight: bold;font-style: normal;}
h1 { font-size: 1.3em;}
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: 1.0em; }
ul, ol { margin: .75em 0 .75em 32px; padding: 0; }
p { margin: .75em 0; }
address { margin: .75em 0; font-style: normal; }
a { text-decoration: none; outline: none; }
a:link { color: #369; }
a:visited { }
a:hover, a:focus, a:active { }
a img { border: none; }
em { font-style: italic; }
strong { font-weight: bold; }
form, fieldset { margin: 0; padding: 0; border: none; }
input, button, select { vertical-align: middle; }

.pcontentmsg {
    color:#009900;
    font-weight:bold;
    border:2px solid #009900;
    background:#f8fff8;
    padding:10px;
}

.userbox{
    position:absolute;
    right:5px;
    top:5px;
    width:250px;
    height:50px;
    line-height:125%;
    font-size:11px;
    color:#000;
    text-align:right;
}

.loginBox{
    margin:20px auto;
}

.loginError{
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, verdana, sans-serif;
    background: #fff0f0;
    color: #ce0000;
    border:2px solid #ce0000;
    font-weight: bold;
    width:250px;
}

.memberDisclaimer {
    color:#666;
    padding:10px 10px 10px 250px;
    font-size: 0.9em;
    font-style:italic;
    
}

.msgTitle{
    cursor:pointer;
}

.selectInvestor{font-size:11px;color:#666;}
select#investorid {font-size:10px;width:200px;}



.login{
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, verdana, sans-serif;
    background: #f0f0f0;
    color: #000;
    font-weight: normal;
    width:254px;
}

#sections {
    margin: 0 0 10px 0px;
    padding: 0;
    list-style-type: none;
    width: 233px;
    float: left;
    font-size:13px;
}

#sections ul {
    margin: 0;
    padding: 0;
    font-size: 1em;
    list-style-type: none;
}

#sections ul li
{
    padding: 10px 10px 10px 15px;
    list-style-type: none;
    border-bottom:1px solid #e8e8e8;
}

#sections ul li a {
    font-size: 1em;
    line-height: 1.3em;
}

#sections li a:link,
#sections li a:visited {color: #505050;}

#sections li.active {background:#fafafa;padding-left:15px;}
#sections li.active > a /* ATTENTION IE 6 */
{
    color: #000000; font-weight:bold;
}

#sections li a:hover,
#sections li a:focus,
#sections li a:active {
    color: #000000;    
}


/* hover sur les menus pour IE6 */
* html #sections li.active a:visited
{
    color: #000000; font-weight:bold;
}

* html #sections li.active li a:visited
{
    color: #000000;
}

* html #sections li li.active a:visited
{
    color: #ccc;
}


/* third level */
#sections ul ul
{
    margin: 4px 0px 0px 0px;
    padding: 0;
    font-size: 1em;
    list-style-type: none;
}

#sections ul ul li
{
    padding:4px 0px 4px 2px;
    margin:0px;
    border:0;
    color:#777;
}


#sections ul ul li a {
    font-size: 1em;
    line-height: 1.3em;
}

#sections ul ul li a:link,
#sections ul ul li a:visited {color: #777;}

#sections ul ul li.active {background:#fafafa;padding-left:2px;}
#sections ul ul li.active > a /* ATTENTION IE 6 */
{
    color: #000; font-weight: normal;
}

#sections ul ul li a:hover,
#sections ul ul li a:focus,
#sections ul ul li a:active {
    color: #000;    
}




#page {
	width: 950px;
	background: #fff;
	margin: 0 auto; 
	border:0;
	text-align: left; 
}


#header {
	position:relative;
	z-index:10;
	background: #fff url('/images/layout/headerBackground.gif') repeat-x top left;
	height:111px;
	width:950px;
	top:0px;
	left:0px;
}

#content{
	position:relative;
    z-index:1;
	width:950px;
	overflow:hidden;
	background:#fff;
	min-height: 300px;
}

* HTML #content{}



#bar{
    width:100%;
    height:26px;
    overflow:hidden;
    border-bottom:1px solid #eaeaea;
    border-top:2px solid #8e8a87;
}

#bar h2 {
    /*font-family:arial;*/
    display:block;
    height:26px;
    width:225px;
    font-size:13px;
    padding:4px 0px 0px 8px;
    margin:0px;
    font-weight:bold;
    color:#606060;
    border-right:1px solid #f0f0f0;
    float:left;
}


#bar .bar-next{
    width:500px;
    float:left;
    border:0px solid #000000;
    height:26px;
    overflow:hidden;
    margin-left:10px;
    background:transparent;
}


.homeleft {
    width:30%;
    float:left;
    margin:10px;
}
.homecenter {
    width:30%;
    float:left;
    margin:10px;
}
.homeright {
    width:30%;
    float:left;
    margin:10px 0px 0px 40px;
}


/*
#tab1 {top:77px;left:270px;}
#tab2 {top:77px;left:400px;}
#tab3 {top:77px;left:530px;}
#tab4 {top:77px;left:660px;}
*/

#mainmenu {
    position:absolute;
    top:70px;
    left:260px;
    display:inline;
    list-style-type:none;
    padding:0px;
    margin:0px;
    height:30px;
    width:650px;
    
}

.tabOn{ font: 100% Georgia, Times;float:left;height:23px;padding: 0 20px 5px 0;overflow:hidden;color:#000;font-size:15px;font-weight:normal;cursor:pointer;}
.tabOff{ font: 100% Georgia, Times;float:left;height:23px;padding: 0 20px 5px 0;overflow:hidden;color:#000;font-size:15px;font-weight:normal;cursor:pointer;}
.tabOn a {color:#000;text-decoration:none;border-bottom:2px solid #7a2f2c;}
.tabOn a:hover{color:#000;text-decoration:none;border-bottom:2px solid #000;}
.tabOff a {color:#666;text-decoration:none;padding:0;border-bottom:2px solid #ddd;}
.tabOff a:hover {color:#000;text-decoration:none;border-bottom:2px solid #333;}



/* Pied de page */

#footer {
    position:relative;
	background: #5b5652 url('/images/layout/footerBackground.gif') top left;
	min-height: 350px;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	color:#cccccc;
	margin:0px;
	padding:15px 0px 0px 0px;
	line-height:155%;
}

* HTML #footer{height:350px;}

#footer div.quarter {width: 204px;float:left;padding-right:15px;padding-left:15px;}
#fotter div.bright {border-right:1px solid #808080;}
#footer a {color:#cccccc;text-decoration:none;}
#footer a:hover {color:#ffffff;text-decoration:underline;}
#footer div.double-quarter {width: 480px;float:left;padding:0px;}






.addressMenu h2 {
    
    font-size:0.8em;
    font-weight:normal;
    text-transform:uppercase;
    color:#808080;
    margin:5px 0px 15px 0px;

}

.addressMenu {
    padding:13px;
    font-size:0.9em;
    color:#404040;
}

.contactWin {
    font-size:1em;
    color:#404040;
    line-height:130%;
    width:450px;
}

.first {
    width:210px;
    height:100px;
    float:left;
}

.second {
    width:210px;
    height:100px;
    float:right;
}



/* WYSIWYG */

.wysiwygContent,
.contactWin {
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, verdana, sans-serif;
	font-size:13px;
	line-height:1.5em;
	margin: 0;
	padding: 0px;
    color:#555;

}

.wysiwygContent h1,
.contactWin h1 {
    font: 100% Georgia, Times;
    color:#7b2f2c;
    padding:0;
    font-size:1.6em;
    margin:5px 0 15px 0;
}

.wysiwygContent h1 strong,
.contactWin h1 strong {
    font: 100% Georgia, Times;  
    display:inline;
    color:#333;
    padding:0;
    margin:0;
    border-left: 2px solid #7b2f2c;
    font-weight:normal;
    margin:0 0 0 10px;
    padding:0 0 0 10px;
    clear:right;
}

.wysiwygContent h2 {
    font: 100% Georgia, Times;  
    display:inline;
    color:#333;
    padding:0;
    margin:0;
    font-size:1.6em;
    /*text-transform:uppercase;*/
    font-weight:normal;
    clear:right;
}

.wysiwygContent h3 {
    color:#333;
    margin:20px 25px 5px 0px;
    border-bottom:1px solid #eee;
    font-size:1.1em;

}

.wysiwygContent p {
    margin:10px 25px 30px 0px;
}

.wysiwygContent P, 
.wysiwygContent TABLE, 
.wysiwygContent TR, 
.wysiwygContent TD {
    font-size : 13px;
    border:0px;
    padding:0px;
    margin:0px;
    line-height:150%;
}

.wysiwygContent p {
    margin: 7px 0px 7px 0px;
}

.wysiwygContent table {
    margin: 7px 0px 7px 0px;
}

.wysiwygContent ul {
    padding:0px;
    margin:10px 25px 10px 20px;
    list-style-type:square;
    list-style-image: url('/images/bullets/simple.gif');
}

.wysiwygContent ul.docs {
    padding:0px;
    margin:3px 0px 10px 20px;
    list-style-type:none;
}

.wysiwygContent ul li {
    padding: 1px 0 0 0px;
    margin: 1px 0 3px 0;
}


.wysiwygContent table.financialKeys{
    width:600px;

}

.wysiwygContent table.financialKeys tr.theader{
    text-align:center;
    font-weight:bold;
    border-bottom:1px solid #909090;
    margin:0;
    padding:3px;
}

.wysiwygContent table.financialKeys tr.theader td{
    text-align:center;
    font-weight:bold;
    border-bottom:1px solid #909090;
    margin:0;
    padding:3px;
}

.wysiwygContent table.financialKeys td{
   border-bottom:1px solid #e0e0e0;
   margin:0;
   padding:3px;
   text-align:right;
}

.wysiwygContent table.financialKeys td.rtitle{
    color: #666;
    text-align:left;
    font-size:0.9em;
}
.wysiwygContent table.financialKeys tr.theader td.rtitle{
    color: #000;
    text-align:left;
    font-size:0.9em;
}

.wysiwygContent small {
    line-height:1.3em;
}



.vniTable {
    color:#333;
    font-size:11px;
    margin: 10px 0;
}

.vniTable th {
    font-size:11px;
    line-height:100%;
    border-bottom:2px solid #000;
    border-top:2px solid #000;
    text-align:left;
    vertical-align:bottom;
    padding: 5px;
}


.vniTable td {
    font-size:12px;
    padding:2px 5px;
    border-bottom:1px solid #ddd;
    border-right:1px solid #eee;
}
.vniTable .number {text-align:right;}

.vniTable tr.boucl {
    background:#d0d0d0;
    font-weight: bold;
    font-size:1.1em;
}

.vniTable tr.boucl td {
    color:#000;
    border-bottom:2px solid #666;
}



#messages{
    padding:0px;
    margin:3px 0px 10px 0px;
    list-style-type:none;
    list-style-image:none;
    width:450px;
}

#messages li {
    padding: 1px 0 0 0px;
    margin: 1px 0 3px 0;
    border-bottom:1px solid #ddd;
}

#messages span.date {}
#messages span.title {padding-left:10px;font-weight:bold;}
#messages span.content * {line-height:120%;font-size:0.9em;color:#333;}
#messages div.msgContent {
    padding:0 0 5px 0px;
    display:none;
}

#messages div.msgContent * {
    font-size:0.9em;
    color:#666;
    text-align:justify;
    line-height:1.3em;
}

