body, div, td, th, h1, h2, h3, h4 { /* redundant rules for bad browsers  */  
  font-family: arial, verdana, helvetica, sans-serif;
  font-size:14px;
}
h1 {
  font-size:18px;  
}
a {
  text-decoration:none;
  color: #666;
  border-bottom:1px dotted #000;
}
hr {
  border: 0;
  color: #000;
  background: #000;
  height: 1px;
  width: 100%;
}

table
{
    border-collapse: collapse;
    border-color: #000;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
}

th
{
    border-color: #000;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
}

td
{
    border-color: #000;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    margin: 1px;
    padding: 1px;
    background-color: #FFC;
}

span.u {text-decoration: underline;}
span.small { font-size:12px;}
span.sitename { position: absolute; left:12px;}
span.sitetitle { position: absolute; right:12px;color:#ccc;}
span.blue {color: #6d87b1;}
div#info { width:300px;margin:1px;padding:1px;font-size:10px; }
div#infohead { font-size:12px; }
span.red {color: #d11;}
div.warn {color: #d11;}
div#formstyle {margin-top:8px;}
div#loading {color: #d11;background:#ccc;}

div#header {
  position: absolute;
  width: 800px;
  top: 0;
  left: 0;
  margin-top:6px;
  margin-bottom:0px;
  margin-left:12px;
  padding:5px;
  padding-top:4px;
  padding-bottom:4px;
  background:#000;
  font-size:20px;
  color:#fff;
  font-weight:bold;
  vertical-align: middle;
}
div#sidebar {
        position: absolute;
        width: auto;
        height: auto;
        top: 50px;
        right: auto;
        bottom: 100px;
        left: 0;
	margin-left:12px;
      }
div#main {
  position: absolute;
  width: 580px;
  height: auto;
  top: 50px;
  left: 220px;
}
div#footer {
  position: absolute;
  width: 800px;
  height: 50px;
  top: 790px;
  right: 0;
  left: 0;
  margin-left:12px;
  font-size:11px;
}

.headercontainer {
  width: 800px
}
.buttonscontainer {
  width: 180px;
}
.legendcontainer {
  width: 180px;
}

.buttons a {color: #FFF;
 border-bottom: 0px solid;
 background-color: #666;
 padding: 2px;
 padding-left: 7px;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
 border-color: #6d87b1;
 display: block;
 margin: 1px;
 width: 100%;
 text-align: left;
}

.buttons a:hover {
 color: #6d87b1;
 text-decoration: none;
}
