@charset "utf-8";

/*
-------------------------------------------------------------------------------------
 SID - Main CSS
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------
 $HeadURL$

 $LastChangedDate$
 $Revision$
 $LastChangedBy$
-------------------------------------------------------------------------------------
*/

@import "menus.css";

@import "panel.css";

@import "graph.css";
@import "reports.css";
@import "links.css";
@import "sw-help.css";
@import "vlf-stations-list.css";

/*@import url(http://fonts.googleapis.com/css?family=Lora|Open+Sans);
font-family: 'Lora', serif;
font-family: 'Open Sans', sans-serif;

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
*/

body {
   margin: 0; 
   padding: 3px 10px 10px 3px;
   width: 970px;
   font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; /*Geneva, Arial, Helvetica*/
   font-size: 10pt;
   line-height: 13pt;
   text-align: justify;
   color: #000033;

}



/*---------------------------------------------------------------------------*/
/* Classes pour les liens */

a:link, a:visited {
  color: #0066CC; 
  background-color: inherit;
  text-decoration: underline;
}

a:hover {
  color: #0066CC;
  background-color: #FFFFAA;
  text-decoration: underline;
}


/*---------------------------------------------------------------------------*/
/* Classes pour les quotes */

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}


/*---------------------------------------------------------------------------*/
/* Classes pour le texte principal */

.document {
  margin: 0 0 0 0;
  padding: 3px 0px 10px 0px;
  width: 970px;
  font-size: 10pt;
  line-height: 13pt;
  text-align: justify;
  color: #000033;
  background-color: inherit;
}


.document p {
  width: inherit;
}

/*---------------------------------------------------------------------------*/
/* Classes pour les tables */

.document table {
  width: inherit;
  border-collapse: collapse;
}

.document table.fullwidth {
  width: 100%;
}

.document table.withborder, .document tr.withborder, .document th.withborder, .document td.withborder {
  border: solid 1px;
}

.document table.withbackgroundFFC, .document tr.withbackgroundFFC, .document th.withbackgroundFFC, .document td.withbackgroundFFC {
  background-color: #FFFFCC;
}

.document table.withbackgroundFCF, .document tr.withbackgroundFCF, .document th.withbackgroundFCF, .document td.withbackgroundFCF {
  background-color: #FFCCFF;
}

.document table.withbackgroundCFF, .document tr.withbackgroundCFF, .document th.withbackgroundCFF, .document td.withbackgroundCFF {
  background-color: #CCFFFF;
}

.document table.withbackgroundCCF, .document tr.withbackgroundCCF, .document th.withbackgroundCCF, .document td.withbackgroundCCF {
  background-color: #CCCCFF;
}

.document table.withbackgroundCFC, .document tr.withbackgroundCFC, .document th.withbackgroundCFC, .document td.withbackgroundCFC {
  background-color: #CCFFCC;
}

.document table.withbackgroundFCC, .document tr.withbackgroundFCC, .document th.withbackgroundFCC, .document td.withbackgroundFCC {
  background-color: #FFCCCC;
}

.document td, .document th {
  font-size: 9pt;
  line-height: 13pt;
  text-align: center;
}

.document th {
  font-weight: bold;
}


.document ul {
  margin: 0;
  padding-left: 16px;
}


.document code {
  font-size: 10pt;
}

.document pre {
  font-size: 8pt;
}

.document acronym, .document abbr {
  border-top: dashed 1px #0066CC;
  border-bottom: dashed 1px #0066CC;
}

.document acronym:hover, .document abbr:hover {
  cursor: help;
}


td.download-file-name {
  text-align: left;
}

td.download-file-icon {
  text-align: left;
  padding-left: 6px;
  padding-right: 6px;
  width: 90px;
}

td.download-filetype {
  font-size: 8pt;
  text-align: left;
  color: gray;
  background-color: inherit;
  width: 450px;
}

.changelog {
  font-size: 8pt;
}


/*---------------------------------------------------------------------------*/
/* Classes pour les equations */

.equation {
  position: relative;
  text-align: center;
}

.equation-inline {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

.equation-number {
  position: absolute;
  right: 0;
  top: 9px;
}

/*---------------------------------------------------------------------------*/
/* Classes pour les synth�ses */

.synthesis {
  margin-top: 12px;
  padding: 3px;
  border: solid red 1px;
  background-color: #FFDDDD;
}

.synthesis h1, .synthesis h2, .synthesis h3, .synthesis h4, .synthesis h5, .synthesis h6 {
  padding: 0;
  margin: 0;
}

/*---------------------------------------------------------------------------*/
/* Classes pour les boutons d'aide */

.help {
  position: relative;
  z-index: 0;
  text-decoration: none;
}

.help:hover{
  background-color: transparent;
  z-index: 50;
  text-decoration: none;
}

.help .help-content{ /*CSS for help content*/
  position: absolute;
  font-size: 8pt;
  line-height: 13pt;
  text-align: justify;
  color: #000033;
  background-color: #FFFFE0;
  padding: 5px;
  left: -970px;
  border: 1px dashed gray;
  visibility: hidden;
  text-decoration: none;
  width: 450px;
}

.help .help-content img{ /*CSS for image in the help content */
  border-width: 0;
  padding: 2px;
}

.help:hover .help-content{ /*CSS for enlarged help content on hover*/
  visibility: visible;
  top: 0;
  left: 24px; /*position where help content should offset horizontally */
}

.help-title {
  display: block;
  vertical-align: middle;
  font-weight: bold;
  border-bottom-width: thin;
  border-bottom-color: #4682b4;
  border-bottom-style: solid;
  padding: 0;
  margin: 0 0 3px 0;
}

.help-title img{
  vertical-align: middle;
  padding: 0 2px 0 0;
  margin: 0 0 1px 0;
}

/*---------------------------------------------------------------------------*/
/* Classes pour les feeds */

.feed {  
  width: 100%;
  border: solid 1px gray;
  margin: 3px 0 3px 0;
}


.feed .feed-text {
  padding: 0 6px 0 3px;
  width: 100%;
  text-align: left;
}

.feed  .feed-link {
  margin: 0;
  padding: 0 3px 0 0;
  text-align: center;
}

.feed  .spacer {
  margin: 0;
  padding: 0 0 0 0;
  height:1px;
  width:1px;
  border: none;
  color: inherit;
  background-color: inherit;
  vertical-align: bottom;
}

.document .news {
  margin: 6px 0 0 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid gray;
}

.document .news-date {
  font-size: 8pt;
  color: gray;
  background-color: inherit;
}

.document .news-title {
  font-weight: bold;
  font-size: 9pt;
  color: #000033;
  background-color: inherit;
}

.document .news-content {
  margin: 0;
  padding: 0 0 0 6px;
}

.document .news-link {
  margin: 0;
  padding: 0 0 0 6px;
}

/*---------------------------------------------------------------------------*/
/* Classes pour les images */

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

.img-center {
  text-align: center;
  margin: auto;
}

.image-text-aligned img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.lettrine {
  margin-right: -6px;
}


/*---------------------------------------------------------------------------*/
/* Classes pour les thumbnails */

.thumb-img  {
  width: 212px;
  height: 162px;
  line-height: 162px;
  text-align: center;
  vertical-align: middle;
  border: thin inset;
  margin: auto;
  padding: 6px;
}

.thumb-img:hover{
  background-color: #FFFFAA;
}


/*---------------------------------------------------------------------------*/
/* Classes pour les titres */

h1, h2, h3, h4, h5, h6 {
  width: inherit;
  font-weight: bold;
  color: navy;
  background-color:inherit;
}

h1 {
  padding-left: 3px;
}

h1, h2  {
  margin-top: 12px;
  margin-bottom: 3px;
  padding-top: 3px;
  padding-bottom: 3px; 
}

h3, h4, h5, h6 {
  margin-top: 6px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 0px; 
}

@media handheld {
h1 {
  font-size: 10px;
  border-bottom-width: thin;
  border-bottom-color: #4682b4;
  border-bottom-style: solid;
  background: url('../icones/fdh25.jpg') repeat-x;
}

h2 {
  font-size: 12px;
}


h3 {
  font-size: 11px;
}

h4, h5, h6 {
  font-size: 10px;
}
}

@media screen {
h1 {
  font-size: 14px;
  border-bottom-width: thin;
  border-bottom-color: #4682b4;
  border-bottom-style: solid;
  background: url('../icones/fdh25.jpg') repeat-x;
}

h2 {
  font-size: 12px;
}


h3 {
  font-size: 11px;
}

h4, h5, h6 {
  font-size: 10px;
}
}

/*---------------------------------------------------------------------------*/
/* Download Element Cell Title */

.document.download  tr td{
  font-size: 10pt;
}

.download-item {
  width: 300px;
  font-size: 10pt;
}

/*---------------------------------------------------------------------------*/
/* Footer */
.foot, .foot-icons {
  margin: 3px 0 0 0;
  padding: 0;
  width: 970px;
  color: gray;
  background: inherit;
  font-size: 7.5pt;
  font-style: normal;
  text-align: left;
}

.foot, .foot-icons {
    border-top-width: thin;
    border-top-color: #4682b4;
    border-top-style: solid;
  padding: 0 0 0px 0;
}

.foot  tr td {
}

.foot A:hover  {
  background: #FFFFE0;
  color: inherit;
}
                            
.foot .mail-contact {
  vertical-align: middle;
}

.foot .disclaimer-icon {
  vertical-align: middle;
}

.foot .creative-commons-icon {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

.foot .creative-commons-txt {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}


.foot .spacer, .foot-icons .spacer {
  margin:0;
  padding:0 0 0 0;
  height:1px;
  width:1px;
  border: none;
  float: left;
  color: inherit;
  background-color: inherit;
  vertical-align: bottom;
}
