/* 
Document   : default-site
Created on : January 12, 2006, 5:47 PM
Author     : llturro
Description:
Site style.
*/

body {
   font-size: 11px;
   font-family: Arial, sans-serif;
   background: #365193;
}

td {
  font-size: 12px;
}
  
h1 {
   color: #9f3636;
}

h2 {
   color: #879f36;
}

h3 {
   color: #365193;
}

h4 {
   color: #6e6f6e;
}

h5 {
   color: #6e6f6e;
}

div.outer_body {
}

div.inner_body {
   background: white;
   width: 900px;
   margin-left: auto;
   margin-right: auto;
}

td.xp_middle {
  padding: 10px;
}

/* 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;
}
