* { margin:0; padding:0; }
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:2px solid transparent; 
border-right: 2px solid transparent;
border-left:2px solid transparent;
text-align: left;
}



.container {
  overflow-y: auto;
  height: 700px;
}

.centeralign{
    text-align: center;
}
.rightalign{
    text-align: right;
}
textArea {
    text-align: left;}

#noside {
    border-right-color: transparent;
        border-left-color: transparent;
}

body { 
  padding: 0; 
  font: 0.8em/1.5 "arial",sans-serif; 
  color: #303030; 
  text-align: center; 
}

a {color: #93b21a;}
a:link {color:#93b21a;}
a:hover {color:#93b21a; text-decoration: none;}

h1, h2, h3, h4, h5, h6 { margin:15px 0 7px 0; }
h1 { font-size:200%; }
h2 { font-size:160%; font-weight: normal; color: #93b21a; }
h3 { font-size:105%; border-bottom: 1px solid #ddd; padding-bottom: 5px; margin-top: 25px; margin-bottom: 14px;}
h4 { font-size:120%; }
h5 { font-size:100%; }

#layout { 
  width:100%px; 
  margin:0 auto; 
  text-align:left; 
}


.thisspan { float:right;}

table { 

  text-align: center; 
}


#importe {
      text-align:right; 
}
#weekchange {
      text-align:center; 
}

.blueline {
height:5px;
background-color:#A9D0F5;
color: #A9D0F5;
}
.greenbackgound{

background-color: green;
}
.four_pixel_hight{
        height:6px;
}


.alignright{
    
    text-align: right;
}


.whiteline {
height:20px;
}

.bluelinebig {
height:25px;
background-color:#A9D0F5;
font-weight: bold;
    padding: 0px;

}

.inputyo {
    font-size: 12px;
    height: 12px;
    padding: 0px;
    margin: 0px;
    outline: none;
    border: 0px;
    vertical-align: baseline;
}

textarea {

    margin: 0px;
}

.noborder { border:2px solid transparent; 
}



.boldtext{
    font-weight:bold;
    
    
}

table {
    border:1px solid transparent;
    border-collapse:collapse;
}
#letexte{
            font-size:40%;
            color: black;
            
}


.backtoblack input{
    
    color: black !important;
}





input { text-align: center; 
} 

#cellss { text-align: right; 
} 
  	#header { padding:1px 0 0 0; position:relative; }
  
      #logo {
        position: relative; 
        overflow: hidden; 
        width: 700px; height: 35px;
        font-size:250%;
        margin: 0;
        line-height: 35px;
        text-align: left;
        margin-left: 40px;
      }
      #logo a{
        text-decoration: none;
        font-weight: normal; 
        padding: 0px 10px 7px 10px;  
      }
      
      #logo span {

      }
      
      #navigation{
float:right;
padding-right: 12px;
        line-height: 35px;
        display: block;
        height: 35px;
        width: 600px;
        top: 10px;
        text-align: right;
        font-size: 95%;
      }
      
      #navigation ul li{
        display: inline;
      }
      
      #navigation li a {
        font-size:120%;
        color: #1b1b1b;
        padding: 15px 12px;
        text-decoration: none; border-left: 1px solid #eeebcd;
      }
      
      #first a {
        border: none !important;
      }
      
      #navigation a:hover {
        text-decoration: underline;
      }
  
      #main-box {
      color: #fff;
      font-size: 24px;
      background: #93b21a url('../img/main-top.jpg') repeat-x;;  
      }
      
      #quote {
      padding: 15px;
      background: url('../img/main-corner.jpg') no-repeat right bottom;
      }
      
      #main {
      padding: 0 20px 0 37px
      }
      
      #content {
      padding: 0px 0px;
      }
      
      #footer {
      padding: 10px 0 10px 0px; margin-left: 15px;
      color: #aaaaaa;
      border-top: 1px solid #dadada;
      }
      
      #footer p {
      margin-top: 0;
      margin-bottom: 0;
      }
      
      #copyright {
      float: left; 
      width: 300px;
      }
      
      #dont-delete-this{
      margin: 0 0 0 323px;
      text-align: right;
      }
      
      .thumbnail
{
float: left;
margin: 0 13px 20px 0px;
}

a img {
  border: 1px solid #dadada;
}

a:hover img {
  border: 1px solid #bbbbbb;
}

p { margin:10px 0 15px 0; line-height: 24px; font-size: 95%}

.content p {color: #fff; margin-top: 10px;}

table { margin:0px 0; border: 1px solid #cdcdcd; border-collapse:collapse; border-spacing:0; font-size:100%; width: 100%;}
th { text-align:center; font-weight:bold; border: 1px solid #cdcdcd;}
th, td { padding:0px 1px; border: 1px solid #cdcdcd;}
tr.table-top {background: #e5e5e5; font-weight: bold;}

ul, ol { display:block; margin:0px; }
ul ul, ul ul ul, ol ol, ol ol ol { margin:0; margin-left:20px; }
ol { list-style-type:decimal; }
ol ol { list-style-type:upper-alpha; }
ol ol ol {list-style-type:lower-alpha; }
li { display:list-item; }
ul li a { text-decoration:underline; }

dl { margin:15px 0; }
dt { font-weight:bold; }
dd { margin-left:30px; }

fieldset { margin:15px 0; padding:10px; border:1px solid #CCC; }
legend { margin-left:10px; font-size:100%; font-weight:bold; color:#000; }
abbr, acronym, .help { border-bottom:1px dotted #CCC; cursor:help; }
blockquote { margin:15px 20px; font-style:italic; }
del, .del { text-decoration:line-through; }
strong, .strong { font-weight:bold; }
cite, em, q, var { font-style:italic; }
code, kbd, samp  {font-family:monospace; font-size:110%; }
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;} 
.light {padding: 4px 5px; background: #ac0001; text-decoration: none;} .light:hover {color: #fff;}
.noscreen { display:none; }
.clear {clear: both;}
