body
  {
  background: #f63 url("images/background.png") repeat-y;
  color: #fff;
  }  

#masthead
  {
  background: #fff url("images/background.png") repeat-y;
  color: #000;
  }

#content, #content TD, #content TH 
  {
  background: #f63;
  color: #000;
  }
  
#menu LI, #menu A
  {
  background: #333;
  color: #ccc;
  }

#menu LI A
  {
  background: #333;
  color: #fff;  
  }

#menu LI A:hover
  {
  background: #333;
  color: #f63;
  }

#menu LI.current
  {
  background: #f63;
  color: #fff;
  border-right: 5px solid #f63;
  }

#menu LI LI.current
  {
  border-right: 10px solid #f63;
  }

DIV.forum
  {
  padding: .5em;
  margin-right: -60px;
  }
  
.forum, .forum TD, .forum TH 
  {
  background: #ff6633; 
  color: #000000;
  font-size: x-small;
  }

TABLE.forumline
{
  margin-top: .5em;
}

.forumline
{
  background: #ffcc99; 
  color: #000000;
}

.forum TH
{
  height: 30px;
  background: #ff9966 url(/xforum/templates/subOrange/images/cellpic3.gif);
  font-weight: bold;
}

.postbody, .forumlink, .genmed, .topictitle, .gen
{
  font-size: small;
}

.forum HR	
{ 
  height: 0px; 
  border: solid #ff9966 0px; 
  border-top-width: 1px;
}

.forum TD.catLeft, .forum TD.catRight, 
.forum TD.catHead, .forum TD.rowpic  
{
  background: #ffcc99 url(/xforum/templates/subOrange/images/cellpic1.gif);
  color: #000000;
  height: 25px;
}


