/* 
Document   : default-site
Created on : January 12, 2006, 5:47 PM
Author     : llturro
Description:
Site style.
*/

body {
   font-size: 11px;
   background-color: #7f96d0;
}

h1 {
   color: #6e6f6e;
}

h2 {
   color: #6e6f6e;
}

h3 {
   color: #6e6f6e;
}

h4 {
   color: #6e6f6e;
}

h5 {
   color: #6e6f6e;
}

div.outer_body {
}

div.inner_body {
   background-color: white;
   width: 900px;
   margin-left: auto;
   margin-right: auto;
}

div.container {
  background: none;
}

/* Language selector */

span#lang_selector {
   position: absolute;
   top: 5px;
   right: 5px;
   margin: 0;
}

span#lang_selector form,
span#lang_selector ul,
span#lang_selector li {
   margin: 0;
   padding: 0;
}

span#lang_selector ul {
   width: auto;
   bottom: 0;
   right: 0;
   list-style: none;
}

span#lang_selector li {
   padding: 2px;
   float: right;
   border: none;
   cursor: pointer;
}

TABLE.tb_wiki {
}

TD.thd_wiki {
   margin: 0;
   padding: -3px 6px -3px 6px;
   color : #fff;
}

TR.thr_wiki {
   background: #7f96d0;
}

TD.tbd_wiki {
   margin: 0;
   padding: 0 6px 0 6px;
}

div.llistatfills ul.m_list {
  list-style-type: none;
}

div.llistatfills li {
  font-size:11px;
  font-weight:bold;
  margin-top:10px;
}
