/* 
    Document   : index
    Created on : 11 mai 2010, 17:55:28
    Author     : moray
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body,html {
  margin:0;
  padding:0;
  height:100%;
}
body {
  font-family:Helvetica, sans-serif;
  font-size:10pt;
  background-color:#FEFEFE;
  color:black;
    border:0;
    background-image: url(../images/patience.png);
    background-position: center center;
    background-repeat: no-repeat;
}

a {
  color:gray;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

div#header {
  padding:5px 15px;
  background-color:#252525;
  font-size:10pt;
}

div#footer {
  padding:5px 15px;
  background-color:#FEFEFE;
  font-size:9pt;
  color:#0C934A;
  margin:0 auto;
}

span.credits, span.credits a {
  font-size:6pt;
}

div#footer a {
  color:#0C934A;
}

div#footer span.text {
  color:#656565;
}

div#main {
  min-height:500px;
  background-color:#FEFEFE;
  font-size:10pt;
  margin:0 auto;
  width:80%;
}

div#main table td {
  padding:10px 10px 10px 0;
}

div#agenda {
  font-size:18pt;
  padding:0px;
  width:400px;
}
div#a {
  float:right;
}
div#b {
  clear:both;
}
div#months {
  border-bottom:dashed 1px #EDEDED;
  width:80%;
}
div#news {
  vertical-align:top;
  padding:15px;
  text-align:left;
}

.title {
  font-family:Georgia, sans-serif;
  font-size:16pt;
  color:#b9e200;
  letter-spacing:0.4px;
}

.date {
  font-size:10pt;
  color:gray;
}

.link {
  font-size:9pt;
}
.description {
  font-family:Georgia, sans-serif;
  font-size:9.5pt;
  color:#656565;
}
.place {
  font-family:Georgia, sans-serif;
  font-size:9.5pt;
  color:#656565;
}
.close {
  font-family:Georgia, sans-serif;
  font-size:9.5pt;
  color:black;
}
.close a {
  color:black;
}
table#news-list {
  
}

table#news-list td {
  padding:15px 5px 5px 0px;
  border-bottom:1px solid #EDEDED;
}

table#news-list td.img {
  text-align:right;
  vertical-align:top;
}

table#news-list td.txt {
}

.scroll {
  height:300px;
}

div.line {
margin-top:10px;
  border-bottom:1px solid #EEEEEE;
}

div.right {
  float:right;
}

input {
  font-size:9pt;
}

div.title img {
  vertical-align:top;
}

.m{font-size:11px;color:#676767;margin:10px auto 10px auto;text-align:center;}

.addthis_button_compact {font-size:9pt;font-family:Georgia, sans-serif;}
