html, body
{
  margin: 0px;
  color: #dfdfdf;
  height: 100%;
  background-color: #3E1F00;
}

font,th,td,p,a,div
{
  font-family: Verdana, Bitstream Vera Sans, Arial, Helvetica;
}

td
{
  padding: 1px;
}

.mainbanner
{
  background-image: url(../img/mainbanner.jpg);
  background-repeat: no-repeat;
  background-position: top;
  border-bottom: 1px solid #B8AC6B;
  height: 150px;
}

.main-table
{
  width: 920px;
  height: 100%;

  border-left: 1px solid #B8AC6B;
  border-right: 1px solid #B8AC6B;
  border-top: 0px solid #B8AC6B;
  border-bottom: 0px solid #B8AC6B;
  border-collapse: separate;
  border-spacing: 0px;
  
  background-color: #201000;
}

.navigation
{
  background: #201000;
  border-top: 0px solid #B8AC6B;
  border-bottom: 0px solid #B8AC6B;
  border-collapse: separate;
  border-spacing: 0px;
  
  font-size: 12px;
  font-weight: bold;
}

.subtable
{
  font-size: 10px;

  width: 100%;
  border-spacing: 0px;

  margin-left: 5px;
  margin-right: 5px;
}

.menu-caption
{
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  margin-left: 5px;
}

.menu-wrapper
{
  margin-top: 5px;
  margin-bottom: 5px;
}

.menu-item
{
  font-weight: bold;
  margin-left: 15px;
}

input, button, select
{
  font-size: 9px;
}

.hrule
{
  height: 6px;
  background: #203040;
  border-bottom: 1px #203040 solid;
  border-right: 1px #203040 solid;
  font-size: 4px;
}

.hrule-red
{
  height: 8px;
  background: #330000;
  border-bottom: 1px #220000 solid;
  border-right: 1px #220000 solid;
}

.box-title
{
  background: #333333;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
}

.box-content
{
  margin: 10px;
  margin-bottom: 20px;
  width: 150px;
}

#page-title
{
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 15px;

  height: 25px;
  color: #cccccc;
  border-bottom: 1px solid #B8AC6B;

  font-size: 16px;
  font-weight: bold;
}

#content
{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  width: 560px;

  background: #201000;

  font-size: 11px;
}

.content-header
{
  height: 20px;
  
  font-size: 10px;
  font-weight: bold;
  
  background-image: url(../img/contentheader.jpg);
}

#context
{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  width: 145px;
}

.context-header
{
  height: 15px;
  background: #7E753D;
  font-size: 10px;
  font-weight: bold;
  padding: 4px;
  background-image: url(../img/contextheader.jpg);
}

.context-table
{
  font-size: 10px;

  width: 100%;
  border-spacing: 0px;
  
  border-left: 0px solid #B8AC6B;
  border-right: 0px solid #B8AC6B;
  border-top: 0px solid #B8AC6B;
  border-bottom: 0px solid #B8AC6B;
}

.context-body
{
  background: #201000;
}

.table-header
{
  height: 15px;
  background: #7E753D;
  font-size: 10px;
  font-weight: bold;
  margin: 4px;
}

.table-header-red
{
  height: 15px;
  background: #604030;
  font-size: 10px;
  font-weight: bold;
  margin: 4px;
}

.block-header
{
  margin-top: 10px;
  margin-bottom: 10px;

  color: #cccccc;

  font-size: 12px;
  font-weight: bold;
}

.table-row-odd
{
  background: #251500;
}

.table-row-even
{
  background: #291900;
}

.table-row-hover
{
  color: #dfdfdf;
  background: #39341C;
  cursor: pointer;
}

.link
{
  margin-right: 5px;
}

a:link {
  color: #B8AC6B;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #B8AC6B;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

a:active {
  color: #B8AC6B;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #ECE9D8;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}
