/* 
Document   : default-site
Created on : January 12, 2006, 5:47 PM
Author     : llturro
Description:
Site style.
*/

body {
  background-color: #f4f6f9;
  font-size: 11px;
}

h1 {
   color: #6e6f6e;
   font-size: 160%;
   margin-top: 5px;
}

h2 {
   color: #6e6f6e;
   font-size: 140%;
   margin-top: 5px;
}

h3 {
   color: #6e6f6e;
   font-size: 120%;
   margin-top: 5px;
}

h4 {
   color: #6e6f6e;
   font-size: 110%;
   margin-top: 5px;
}

h5 {
   color: #6e6f6e;
   font-size: 100%;
   margin-top: 5px;
}

div.outer_body {
}

div.inner_body {
   background-color: white;
   width: 900px;
   margin-left: auto;
   margin-right: auto;
   padding: 0;
}

td.xp_middle {
   width: 80%;
}

td.xp_middle div.default-element {
   min-height: 400px;
   padding-top: 0px;
   padding-left: 20px;
   padding-right: 20px;
}

/* 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;
}
