<!--
/* Feuille de style pour edition de questionnaires */
/* Attention, ne pas utiliser de caracteres accentues */
/* Copyright Evenium, 2003, All rights reserved */

/* Proprietes generales */
body {
 background-color: #FFFFFF; background-repeat: no-repeat;
 font-family: arial, sans-serif; font-size: 10pt; color: #000000;
 margin-top: 0px; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; }

a { color: #0232AD; font-weight: normal; text-decoration: underline; }
a:hover, a:active { color: #0232AD; font-weight: normal; text-decoration: none; }

tr, td { font-family: arial, sans-serif; font-size: 10pt; color: #000000; vertical-align: top; }
th { font-family: arial, sans-serif; font-size: 10pt; color: #000000; text-align:left; font-weight:normal; }

form 	{ margin: 0px; padding: 0px; }
input, select, textarea	{ font-family: arial, sans-serif; font-size: 10pt; color: #0232AD; }

table { margin: 0px; color: #000000; }

.centered, .centered table, .centered tr, .centered td, .centered th 
   { text-align: center; vertical-align: middle }

.reportOrg { font-size:14px; }
table.reportOrgReg { border:1px solid #A0A0A0; }
.reportOrgReg caption { color: #0232AD; font-size:14px; padding-bottom:10px; }
.reportOrgReg thead tr td { color: #0232AD; background-color:#DBDDE5; white-space:nowrap; }
tr.reportOrgReg  { background-color:#EEF0F7; border:1px solid #F5F5F5; }
.reportOrgReg td { background-color:#EEF0F7; border:1px solid #F5F5F5; padding:1px 3px; }
.reportOrgReg_REG_SEATCOUNT { text-align: center; }
.reportOrgReg_EVP_STARTDATE { white-space:nowrap; color:#505050; }
.reportOrgReg_EVP_ENDDATE { white-space:nowrap; color:#505050; }

optgroup.outofquota {
	color: graytext;
	font-weight: normal; /* don't work in IE */
	font-style: normal; /* don't work in IE */
}
-->