html { overflow: -moz-scrollbars-vertical !important; }

body
{
   line-height: normal;
   font-family: arial,sans-serif;
   color: #000000; /* txt_color */
   font-size: 12px;
   margin: 8px;
   padding: 0px;
   text-align: left;
   background-color: #660000; /* bg_color */
}

html, body { height:100% }

a.goBack
{
  font-size: 8pt;
}

a.readMe
{
  font-size: 10pt;
}

div#bodyContainer
{
  background-color: #DDDDDD;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 12px;
  margin-left: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

div#footerContainer
{
  background-color: #DDDDDD;
  margin-right: 12px;
  margin-left: 12px;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 8pt;
}

div#headerContainer
{
  background-color: #AAAAAA;
  margin-top: 2px;
  margin-right: 12px;
  margin-left: 12px;
  height: 85px;
}

div#headerLogo
{
  margin-right: 140px;
  text-align: right;
  color: white;
}

div#navlist
{
  float: right;
  width: 100px;
  border-right: 1px solid #000;
  font-size: 9pt;
  font-weight: bold;
  background-color: gray;
}

#navlist ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: none;
}

#navlist ul li
{
  display: block;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
}

#navlist ul li a
{
  display: block;
  color: #000;
  margin: 0;
  border-left: 3px solid gray;
  border-right: 3px solid gray;
  color: black;
  text-decoration: none;
}

#navlist ul li a.ACTIVE
{
  background-color: #BBDDCC;  
}

#navlist ul li a:hover
{
  background-color: #CCCCCC;
}

div#sobomegaBody
{
  padding-left: 5px;
  padding-bottom: 15px;
  font-size: 12pt;
  background-color: #AACCAA;
}

div#tabNavList
{
  font-size: 9pt;
  font-weight: bold;
  height: 22px;
  background-color: #AACCAA;
}

#tabNavList ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

#tabNavList ul li { display: inline; }

#tabNavList ul li a
{
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  text-decoration: none;
  padding: .2em 1em;
  color: #000;
  background-color: #BBEEBB;  
}

#tabNavList li a.ACTIVE
{
  background-color: #AACCAA;  
}

#tabNavList li a:hover
{
  background-color: #CCCCCC;
}
