/* -----------------------------
OcCC Style Sheet

version:  1.0
author:   marc rolli
email:    marc.rolli@ecodev.ch
website:  http://www.rolli.ch/

   Couleurs
   DimGray     = #696969
   Gray        = #808080
   DarkOrange  = #FF8C00
   Orange      = #FF9900
   Dark Blue   = #00248F #000066
   Blue        = #0033CC
   Medium Blue = #809FFF
   Light blue  = #BFCFFF
----------------------------- */

/* --- body --- */

* { padding: 0; margin: 0; }

body {
    background-color: #EEEEEE;
    font-family: Verdana,Arial,Helvetica,Swiss,SunSans-Regular;
    font-size: small; /* settings for good browsers */
    height:100%;
    }

* html body {
    font-size: x-small; /* settings for IE5/Win */
    f\ont-size: small; /* settings for other IE Versions */
    height:100%;
    }

/* --- links --- */
a:link {
    color: #990000;
    text-decoration: none;
    }
a:visited {
    text-decoration: none;
    }
a:hover, a:active {
    text-decoration: underline;
    /* border-bottom-style: solid; */
    }
.external {
    background: url(../images/externalLink.gif) no-repeat right top;
    padding-right: 10px;
    }

/* --- page --- */
#container {
    margin: 0 auto;
    width: 922px;
    }

#header {
    color: #FFFFFF;
    width: 900px;
    float: left;
    padding: 10px;
    height: 80px;
    margin: 10px 0px 0px 0px;
    background: #809FFF url(../images/header-welcome.jpg) no-repeat left top;
    }
    
#header.welcome {
    background: #809FFF url(../images/header-welcome.jpg) no-repeat left top;
    }
    
#header.reports {
    background: #809FFF url(../images/header-reports.jpg) no-repeat left top;
    }

#header h1 {
    font-size: 220%;
    font-family: Helvetica,Arial,Swiss,SunSans-Regular;
    }
    
#header h3 {
    font-family: Helvetica,Arial,Swiss,SunSans-Regular;
    font-size: 85%;
    }

#header h3.line {
    width: 280px;
    border-top: 2px solid #0033CC;
    }
    
#toplinks {
    float: right;
    color: #DDDDDD;
    margin-right:10px;
    margin-top: 0px;
    }
#toplinks a:link {
    color: #DDDDDD;
    text-decoration: none;
    }
#toplinks a:visited {
    color: #DDDDDD;
    text-decoration: none;
    }
#toplinks a:hover, a:active {
    text-decoration: underline;
    }

/* --- navigation --- */
#navigation {
    float: left;
    width: 900px;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px 0px 0px 0px;
    background: #CCCCCC;
    }

#navigation a:link {
    color: #FFFFFF;
    }
    
#navigation a:visited {
    color: #FFFFFF;
    }

#faux {
    clear: both;
    background: url(../images/bg.gif);
    margin-bottom: 5px;
    overflow: auto; /* Fix for IE */
    width: 100%;
    }

/* --- menu --- */
#sidenav { 
    color: #333;
    background: #DDDDDD;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    width: 200px;
    height:100%;
    float: left;
    }
#sidenav ul {
    padding: 0;
    border-top: 1px solid #EAEADA;
    }
#sidenav li {
    list-style: none;
    border-bottom: 1px solid #EAEADA;
    }
#sidenav li a {
    font-size: 1.1em;
    color: #554;
    display: block;
    padding: 8px 0 8px 5%;
    text-decoration: none;
}
#sidenav li a:hover {
    background: #BBB;
    color: #FFFFFF;
}

#sidenav li.selected a {
    background: #A30000;
    color: #FFFFFF;
}

/* --- main content --- */
#main { 
    float: right;
    color: #333333;
    background: #FFFFFF;
    /* border-right: 1px dotted #ccc; */
    margin: 0px 0px 0px 0px;
    padding: 10px;
    width: 678px;
    min-height: 365px;
    height:100%;
    display: inline;
    }
    
#main li{ 
    margin-left: 20px;
    }
    
.intro {
    float: left;
    width: 450px;
    font-size: 110%;
    line-height:1.5em;
    }

.box-orange {
    float: right;
    width: 183px;
    margin: 0 0 2.5em 0px;
    padding: 0 0 10px 0;
    border: solid 1px rgb(232,177,13);
    background-color: rgb(248,224,150);
    }
.box-orange h3 {
    clear: both;
    margin: 0 0 5px 0;
    padding: 4px 10px 3px 10px;
    background-color: rgb(232,177,13);
    font-family: "trebuchet ms",verdana,arial,sans-serif;
    color: rgb(255,255,255);
    font-weight: bold;
    font-size: 120%;
    }

.box-orange p {
    clear:both;
    margin:0 10px 1.0em 10px; 
    color:rgb(80,80,80); 
    line-height:1.3em; 
    font-size:90%;
    }

.box-blue {
    float: right;
    width: 183px;
    margin: 0 0 2.5em 0px;
    padding: 0 0 10px 0;
    border:solid 1px rgb(137,170,214);
    background-color:rgb(213,225,240);
    }
.box-blue h3 {
    clear: both;
    margin: 0 0 5px 0;
    padding: 4px 10px 3px 10px;
    background-color: rgb(137,170,214);
    font-family: "trebuchet ms",verdana,arial,sans-serif;
    color: rgb(255,255,255);
    font-weight: bold;
    font-size: 120%;
    }

.box-blue p {
    clear:both;
    margin:0 10px 1.0em 10px; 
    color:rgb(80,80,80); 
    line-height:1.3em; 
    font-size:90%;
    }
    
.box-green {
    float: right;
    width: 183px;
    margin: 0 0 2.5em 0px;
    padding: 0 0 10px 0;
    border:solid 1px rgb(160,214,81);
    background-color:rgb(217,239,185);
    }

.box-green h3 {
    clear: both;
    margin: 0 0 5px 0;
    padding: 4px 10px 3px 10px;
    background-color: rgb(160,214,81);
    font-family: "trebuchet ms",verdana,arial,sans-serif;
    color: rgb(255,255,255);
    font-weight: bold;
    font-size: 120%;
    }

.box-green p {
    clear:both;
    margin:0 10px 1.0em 10px; 
    color:rgb(80,80,80); 
    line-height:1.3em; 
    font-size:90%;
    }

/* --- footer --- */
#footer { 
    width: 900px;
    clear: both;
    color: #AAA;
    font-size: 75%;
    line-height: 20px;
    text-align: center;
    border-top: 1px dotted #ccc;
    background: #EEEEEE;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    }

/* --- colors --- */
.bleu { color: #0033CC; }
.bleumedium { color: #809FFF; }
.bleuclair { color: #BFCFFF; }
.noir { color: #000000; }
.gris { color: #DDDDDD; }

/* --- tags --- */
h1 { font-size: 160%; }
h2 { font-size: 130%;
    border-bottom: 1px solid #ccc;
    }
h3 { font-size: 120%; }
h4 { font-size: 100%; }

ul li {
    font-size: 90%;
    }
.note {
    font-size: 85%;
    }


/* --- misc --- */
.clearer { clear: both; }
.left { float: left; }
.right { float: right; }
.justify  { text-align: justify }

/* --- images --- */
img {
    border: none;
    }
    
img.left {
    float: left; 
    margin-right: 5px;
    }
    
/* --- links --- */
a:link {
    color: #990000;
    text-decoration: none;
    }
a:visited {
    text-decoration: none;
    }
a:hover, a:active {
    text-decoration: underline;
    /* border-bottom-style: solid; */
    }
.external {
    background: url(../images/externalLink.gif) no-repeat right top;
    padding-right: 10px;
    }

/* --- borders for Firefox on MacOSX --- */
input, textarea, checkbox {
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
}
