body {
    width:70%;
    margin-left:100pt;
    text-align:center;
    font-family: Futura, Helvetica, Arial;
    background:#f0f0f0; 
 
}


#header{
	color:#191970;
	font-size:20pt;
	text-align: center;
	padding-top:0em;
	padding-bottom:-1px;
	font-family: Arial Rounded MT Bold;
	background: transparent;	
	-webkit-box-reflect: below -10px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(255, 255, 255, 0.5)));
	
}

#header a {
	text-decoration:none;
	color:#191970;
}


#header a:hover {
	color: red;
}
#subheader{
	color:#002eB8;
	background:transparent;
	font-size:10pt;
	text-align: center;
	padding-top:0em;
	padding-bottom:1em;
	font-family: Futura, Helvetica;
}

#nav{
	color:#191970;
	text-align:center;
	padding-top:0.5em;
	margin-left:-20em;
	padding-bottom:1em;
	margin-right:-20em;
	font-size:14pt;
	font-family: Arial Rounded MT Bold;
	background: transparent;
	
}
#nav a, #nav a:visited {
	color:gray;
	text-decoration:none;
}
#nav a:hover {
	border-bottom:2px solid gray;
}


tr.checked {
	background:#99ff99;
}

tr.unchecked {
	background:#ffccff;
}


tr.past {
	background:#99ccff;
}
tr.present {
	background:#99ff33;
}
tr.future {
	background:#ffff99;
}
tr.unclear {
	background:#cccccc;
}
tr.error {
	background:#ff0000;
}




.legendnav {
	color: #191970;
	background:transparent;
	font-size:12pt;
	font-family: Arial Rounded MT Bold;	
	margin-bottom:4pt;
	
}

.legendnav a, .legendnav a:visited{
	color: #191970;
	text-decoration:none;
}

.legendnav a:hover{
	border-bottom: 2px solid #191970;;
}


.legendnav2 {
	color: gray;
	background:transparent;
	font-size:2pt;
	font-family: Arial Rounded MT Bold;	
}

.legendnav2 a, .legendnav2 a:visited{
	color: gray;
	text-decoration:none;
}

.legendnav2 a:hover{
	border-bottom: 1px solid gray;;
}



#content{
	height:100%;
	background:transparent;
	
}
h1{
	font-size:30pt;
	font-family: Futura, Helvetica;
	color: #000080;
}

#comments{
	font-style:italic;
}

h1:hover {
	color: red;
}

h2{
	font-size:14pt;
	font-family: Arial Rounded MT Bold;
}

/*begin IE hack*/
html fieldset{
	position:relative;
}
html legend {
	position:absolute;
	top:-0.7em;
	left: 1em;
}
html fieldset {
	position: relative;	
	padding-top:1em;
	padding-bottom:1em;
}

/* End*/

fieldset.simple {
	font-size:10pt;
	padding-right:15px;
	padding-bottom:10pt;
	padding-left:10pt;
	padding-top:5pt;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1pt solid gray;
	background:white;
}


fieldset {
	font-family: Futura, Helvetica;
    margin-left: 30pt;
	margin-right: 30pt;
	margin-bottom: 20pt;
	font-size:12pt;
}

fieldset.list {
	font-size:10pt;
	padding-bottom:0pt;
	padding-left:0pt;
	padding-right:0pt;
	padding-top:0pt;
	background: #d1dcff;
	border: 1pt solid gray;
	width:1100pt;
	height:200pt;
	overflow-y:auto;
	overflow-x:auto;
	
	
}


fieldset.list_support {
	font-size:10pt;
	padding-bottom:0pt;
	padding-left:0pt;
	padding-right:0pt;
	padding-top:0pt;
	background: #d1dcff;
	border: 1pt solid gray;	
}




fieldset.article {
	font-size:10pt;
	padding-right:15px;
	padding-bottom:10pt;
	padding-left:10pt;
	padding-top:5pt;
	text-align: justify;
	background: #d1dcff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1pt solid gray;
	-webkit-box-shadow: 10px 10px 50px #888;
	-moz-box-shadow: black 10px 10px 50px;
}


fieldset.contrib {
	font-size:10pt;
	padding-right:15px;
	padding-bottom:10pt;
	padding-left:10pt;
	padding-top:5pt;
	text-align: justify;
	background: #ffd1f3;
	-webkit-border-radius: 6px;
	border: 1pt solid gray;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 10px 10px 50px #888;
	-moz-box-shadow: black 10px 10px 50px;
}


fieldset.display {
	font-size:10pt;
	padding-right:15px;
	padding-bottom:10pt;
	padding-left:10pt;
	padding-top:5pt;
	text-align: justify;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1pt solid gray;
}





fieldset.article :hover{

}

.question {
	font-style:italic;
}

.answer {
	font-weight:bold;
}

.vscroll{
	max-height:50em;
	overflow-y:auto;
	padding-right: 5pt;
}

.vscroll_long{
	max-height:100em;
	overflow-y:auto;
	padding-right: 5pt;
	overflow-x:hidden;
}

.maps {
	width: 50em; 
	height: 22em;
	-webkit-box-shadow: 10px 10px 50px #888;
	-moz-box-shadow: 10px 10px 50px #888;
	
}

fieldset.controls {	
	font-size:12pt;
	padding-right:15px;
	padding-bottom:10pt;
	padding-left:10pt;
	padding-top:5pt;
	background: #d1dcff;
	-webkit-border-radius: 8px;
	border: 1pt solid gray;
	-moz-border-radius: 8px;
}




legend {
	color: white;
	background:black;
	padding-right:5pt;
	padding-left:5pt;
	font-size:12pt;
	font-family: Arial Rounded MT Bold;
	-webkit-border-radius: 6px;	
	
	
}


fieldset.list legend{
	color: white;
	background:black;
	padding-bottom:1pt;
	font-size:12pt;
	padding-top:1pt;
    padding-right:8pt;
    padding-left:5pt;	
}


label {
	/*width:8em;
	float:left;
	text-align: right;*/
	color: gray;
	display: block;
	font-size:8pt;
	line-height: 12px;
	/*padding-bottom:0pt;*/
}


.photo {
	margin:10px;
	border:none;
	padding-left:10px;
	
}

.big_photo {
	margin:10px;
	border:1pt solid gray;
	text-align:center;
}



.buttons {
	
}

.lien {
	width:200px;
}


.form-row {
	white-space:nowrap;
	
}

.submit {
	
}

.center{
	text-align:center;
	font-size:12pt;
	margin-top:5pt;
}

.right{
	text-align:right;
	font-size:12pt;
	margin-top:4pt;
	padding-right: 30pt;
	font-family: Arial Rounded MT Bold;
	color: gray;
}


.right a, .right a:visited {
	color: gray;
	text-decoration: none;
}

.right a:hover {
	border-bottom: 1px solid gray;
}


.foot {
	margin-top: 100pt;
}


.picture_center{
	text-align: center;
	padding-right:3em;

}

.rounded {
	font-size:12pt;
	font-family: Arial Rounded MT Bold;
	color: #191970;
}

.author {
	font-family:Futura, Helvetica;
	color:gray;
	font-style: italic;	
}

.new{
	font-family:Futura, Helvetica;
	color: red;
}

table.normal {
	font-size:10pt;
	border: 0em;
	margin-left:0pt;
    width:76em;
}


table.normal tr.even {
	background: #d1dcff;	
}

table.normal tr.odd {
	background: #e5ecff;
}

table.normal tr.header {
	background: #d1dcff;
}


table.normal td.right {
	text-align: right;
}

table.normal td.left {
	text-align: left;
}

table.normal td.bout {
	color: #e5ecff;
}



#notice {
	
	padding:1em;
	margin:1em;
	margin-bottom:2em;
	font-size:12pt;
	text-align:center;
	color: green;
}

html fieldset {
	position: relative;
}



.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


