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

body, td {
  color: #333;  
}

body, .webBody {
  background-color: #fff;
}

p {
  line-height: 1.4em;
}

ul {
  line-height: 1.4em;
}

h1 {
   color: #6e6f6e;
}

h2 {
   color: #6e6f6e;
}

h3 {
   color: #6e6f6e;
}

h4 {
   color: #6e6f6e;
}

h5 {
   color: #6e6f6e;
}

div.outer_body {
}

div.inner_body {
}

div.header {
  background: url('background_black.png') repeat-x;
  height: 70px;
}

.header-inside {width:1000px;margin:0 auto;}
.middle-inside {width:900px;margin:0 auto;}
.middle-inside-left {width:750px;margin-left:15;}
.footer-inside {width:1000px;margin:0 auto;}

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

/* wiki */

TABLE.tb_wiki {
  border-spacing: 5px;
}

TD.thd_wiki {
  background-color: #f1efce;
  border: 1px solid #CCC;
  padding: 0px;
  padding-left:10px;
  padding-right:10px;
  -moz-box-shadow: 0px 0px 12px #e4e4e4;
  -khtml-box-shadow: 0px 0px 12px #e4e4e4;
  -webkit-box-shadow: 0px 0px 12px #e4e4e4;
  box-shadow: 0px 0px 12px #e4e4e4;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color : #646753;
  font-weight: bold;
}

TR.thr_wiki {
  background: none;
}

TD.tbd_wiki {
  padding: 8px;
  border-bottom: 1px solid #CCC;
}

DIV.note_wiki {
  margin-left: 3em;
  font-style: italic;
  padding: 0.5em;
  background-color: #f1efce;
  border: 1px solid #CCC;
  padding: 10px;
  -moz-box-shadow: 0px 0px 12px #e4e4e4;
  -khtml-box-shadow: 0px 0px 12px #e4e4e4;
  -webkit-box-shadow: 0px 0px 12px #e4e4e4;
  box-shadow: 0px 0px 12px #e4e4e4;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.banner {
  padding: 0px;
  margin: 0px;
  margin-left: -5px;
  margin-right: -5px;
  background-color:white;
  border-left: solid 1px #ccc;  
  border-right: solid 1px #ccc;  
}

.fuzz {
  background-image:url('fuzz.gif');
  background-repeat:repeat;
}

.noise {
  background-image:url('noise_bg.png');
  background-repeat:repeat;
}

.lightGray {
  background-color: #F8F8F8;
}

.black {
  background-color: #1f1f22;
}

.darkBlue {
  background-color: #336699;
  border-top: solid 3px #000;
}

.orange {
  background-image:url('orange_bg.jpg');
  background-repeat:no-repeat;
  background-position:left center;
}

.green {
  background-image:url('green_bg.jpg');
  background-repeat:no-repeat;
  background-position:left center;
}

.blue {
  background-image:url('blue_bg.jpg');
  background-repeat:no-repeat;
  background-position:left center;
}

.red {
  background-image:url('red_bg.jpg');
  background-repeat:no-repeat;
  background-position:left center;
}

.yellow {
  background-image:url('yellow_bg.jpg');
  background-repeat:no-repeat;
  background-position:left center;
}

.banner .content {
  padding: 10px;  
}

.banner .content h1 {
  font-weight: bold;
}

.fuzz h1 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.noise h1 {
  color: #445;
  font-weight: bold;
}

.lightGray h1 {
  color: #445;
  font-weight: bold;
}

.black h1 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.darkBlue h1 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.orange h1 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.green h1 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.blue h1 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.red h1 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.yellow h1 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.banner .content h2 {
  font-weight: bold;
}

.fuzz h2 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.noise h2 {
  color: #555;
  font-weight: bold;
}

.lightGray h2 {
  color: #555;
  font-weight: bold;
}

.black h2 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.darkBlue h2 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.orange h2 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.green h2 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.blue h2 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.red h2 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.yellow h2 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000;
}

.banner .content p {
 
}

.banner a {
}

.banner .content b {
  font-size: 150%;
  color: #ccff00;
  text-shadow: 0px 0px 10px #333;
}

.banner .content i {
  font-size: 180%;
  color: #66ff00;
  font-style: normal;
  text-shadow: 0px 0px 10px #333;
}

.banner .content code {
  font-size: 200%;
  font-weight: bold;
  color: #ddffff;
  font-style: normal;
  text-shadow: 0px 0px 10px #333;
}

.banner .content ul {
  color: #333;
  text-shadow: 0px 0px 10px #fff;
  list-style-image:url('checker.png');
}

.fuzz .content b,
.fuzz .content i,
.fuzz .content code {
  color: white;
}

.fuzz .content a {
  color: #bdf;
}

.fuzz .content ul {
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}

.noise .content ul {
  color: #333;
}

.lightGray .content ul {
  color: #333;
}

.black .content ul {
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}

.darkBlue .content ul {
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}

.banner .content li {
  margin: 5px;
  vertical-align: top;
}

.fuzz p {
  color: #fff;
  text-shadow: 0px 0px 10px #fff;
}

.noise p {
  color: #444;
}

.lightGray p {
  color: #444;
}

.black p {
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}

.darkBlue p {
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}

.orange p {
  color: #333;
  text-shadow: 0px 0px 10px #fff;
}

.green p {
  color: #333;
  text-shadow: 0px 0px 10px #fff;
}

.blue p {
  color: #333;
  text-shadow: 0px 0px 10px #fff;
}

.red p {
  color: #333;
  text-shadow: 0px 0px 10px #fff;
}

.yellow p {
  color: #333;
  text-shadow: 0px 0px 10px #fff;
}

.foundationText {
  margin: 25px;
  padding: 5px;
  padding-left: 25px;
  padding-right: 20px;
  font-family: 'Telex';
  font-size: 18px;
  color: #555;
  border: solid 3px #bbc;
  background-color: #efefff;
}
