﻿a 
{
    color: #729bc7;
}
body 
{
    font-family: Tahoma, Arial, Verdana;
    font-size: 75%;
    margin: 0px;
}
div.code 
{
    font-family: Courier New, Courier;
}
div#container 
{
    margin: 0px auto 0px auto;
    width: 984px;
}
div#footer 
{
    background-color: #fff;
    border-bottom: solid 1px #bcc5bb;
    border-top: solid 1px #bcc5bb;
    padding: 10px;
    text-align: center;
}
div#footer p.copyright
{
    margin: 10px 0px 0px 0px;
}
div#footer p.links
{
    margin: 0px 0px 10px 0px;
}
div#footer p a
{
    font-weight: bold;
}
div#gutter 
{
    line-height: 140%;
    margin: 0px 0px 0px 150px;
    padding: 20px 0px 40px 20px;
}
div#gutter table tr td.left
{
    padding-right: 20px;
    width: 654px;
}
div#gutter table tr td.right
{
    background-color: #e0e4de;
    font-size: 90%;
    padding: 10px;
    width: 160px;
}
div#header 
{
    position: absolute;
    top: 20px;
    width: 984px;
}
div#header table tr td.search
{
    background-color: #729bc7;
    padding: 2px;
    width: 180px;
}
div#header table tr td.search form input.searchbox
{
    font-size: 100%;
    width: 170px;
}
div#header table tr td.search form input.searchbutton
{
    font-size: 100%;
    width: 100px;
}
div#header table tr td.puff
{
    background-color: #e0e4de;
    padding: 5px;
    width: 360px;
    vertical-align: middle
}
div#header table tr td.puff h4
{
    color: #000;
    font-size: 110%;
    font-weight: bold;
    margin: 5px 5px 10px 5px;
}
div#header table tr.strapline
{
    height: 30px;
    background-color: #bcc5bb
}
div#header table tr td.strapcell h4
{
  font-size: 100%;
  margin: 10px 0px 0px 20px
}
div#main 
{
    background-image: url(background.gif);
    background-repeat: repeat-y;
    margin: 150px 0px 0px 0px;
}
div#navigation 
{
    position: absolute;
    top: 170px;
    width: 150px;
}
div#navigation ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
div#navigation ul li
{
    margin: 0px;
    padding: 0px;
}
div#navigation ul li a
{
    background-color: #bcc5bb;
    color: #fff;
    display: block;
    font-weight: bold;
    border-bottom: solid 1px #fff;
    text-decoration: none;
    padding: 5px;
    width: 140px;
}
div#navigation ul li a:hover
{
    background-color: #729bc7;
}
div.snippet 
{
    border-bottom: dotted 1px #999;
    margin: 0px 0px 10px 0px;
}
div.snippet h3
{
    font-size: 100%;
    margin: 0px 0px 5px 0px;
}
div.snippet p
{
    margin: 5px 0px 5px 0px;
}
div.snippet p.readmore
{
    margin: 5px 0px 20px 0px;
    text-align: right;
}
form 
{
    margin: 0px;
}
h1 
{
    font-size: 140%;
    font-weight: normal;
    margin: 0px 0px 20px 0px;
}
h2 
{
    border-bottom: dotted 1px #ccc;
    font-size: 120%;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
}
h3 
{
    font-size: 100%;
    font-weight: bold;
}
img 
{
    border: none;
    vertical-align: top;
}
img.floatleft 
{ 
  float: left; 
  margin: 10px; 
}
img.floatright 
{ 
  float: right; 
  margin: 10px; 
}
img.floatcentre
{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
span.comment 
{
    color: #090;
}
span.keyword
{
    color: #009;
}
span.menu
{
  color: #38584b ;
}      
span.string
{
  color: #990033 ;
}
table tr td
{
    vertical-align: top;
}
table tr.item td
{
    padding: 5px 5px 5px 0px;
    vertical-align: middle;
}
table.basic
{
    border: none;
    padding: 6px;
}
table.search tr td h2
{
    border: none;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
table.search tr td p
{
    margin: 5px 0px 20px 0px;
}
table.language
{
  border: dotted 1px #ccc;
  color: #000;
  font-family: Courier New, Courier;
  margin: 0px;
  padding: 0px;
  width: 600px;
}
table.language h2
{
  border-bottom: none;
  color: #000000;
  font-family: Tahoma, Arial, Verdana;  
  font-size: 120%;
  font-weight: normal;
  padding: 0px 0px 5px 0px;  
}
table.language td
{
  margin: 0px;
  padding: 0px;
  width: 327px;
}
textarea 
{
    font-family: Arial, Verdana;
}
ul.errorlist 
{
    color: #c00;
    font-weight: bold;
}