﻿body {
    background: #ffffff url(../../images/background.gif) no-repeat left top;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 10pt;
    padding: 0;
    margin: 0;
}
p {
    padding: 0.5em 0;
    margin: 0;
}
div {
    padding: 0;
    margin: 0;
}
img {
    border: none;
}
h1 {
    color: White;
    font-size: 16pt;
    font-weight: bold;
}
h2 {
    font-size: 14pt;
    font-weight: bold;
}
h3 {
    color: #cc9933;
    font-size: 12pt;
    font-weight: bold;
}
a {
    color: #cc9933;
}
div.row {
  clear: both;
  padding-top: 5px;
  }
div.row span.leftside {
  float: left;
  width: 100px;
  text-align: left;
  }
div.row span.rightside {
  float: left;
  width: 200px;
  text-align: right;
  } 
#starlist 
{
    margin-left: 20px;
    padding-left: 0;
    list-style: none;
 }
 #starlist li 
 {
    padding-left: 10px;
    background-image: url("../../images/star.png");
    background-repeat: no-repeat;
    background-position: 0 0em;
 }
#header {
    height: 170px;
    text-align: center;
    width: 800px;
}
#body {
    width: 800px;
}
#menu {
    float: left;
    width: 200px;
}
.menu, .menuOn {
    background: White url(../../images/btn_menu.gif) no-repeat center center;
    color: White;
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight: bold;
    width: 180px;
    height: 27px;
    padding: 13px 0 0 0;
    text-align: center;
}
.menu a, .menuOn a {
    color: Black;
    text-decoration: None;
    margin-left: 10px;
}
.menuOn {
    background: White url(../../images/btn_menu_on.gif) no-repeat center center;
}
#title {
    background-color: Black;
    border-top: solid 3px #eee8cd;
    height: 30px;
    text-align: center;
    width: 800px;
    margin-bottom: 20px;
}
#content {
    float: left;
    width: 400px;
}
#right {
    float: right;
}
#footer {
    background-color: #efefef;
    border-bottom: solid 3px #eee8cd;
    color: Black;
    font-weight: bold;
    font-size: 8pt;
    margin-top: 10px;
    padding: 0.25em;
    width: 800px;
}
#footer a {
    color: Black;
}
.disclaimer {
    color: #999999;
    font-size: 8pt;
    
}
.clear {
    clear: both;
}
.button {
    background-color: #cc9933;
    border: solid 1px Black;
    color: White;
    font-weight: bold;
}
.submit {
    background-color: black;
    color: White;
    font-weight: bold;
}
.alert {
    font-weight: bold;
    color: red;
}
.hidden {
    visibility: hidden;
    display: none;
}
.visible {
    visibility: visible;
    display: block;
}
.popup {
    position: absolute;
}
.wikiHover {
    padding: 0.25em;
    border: solid 1px #cccccc;
    background-color: #efefef;
}
.wikiEdit {
    border: solid 1px #cccccc;
    border-bottom: solid 1px #efefef;
    margin-bottom: -1px;
    background-color: #efefef;
    padding: 0 5px;
}
.topHeader {
    color: Black;
    font-size: 16pt;
    font-weight: bold;
}
