/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

a {
  color: #856A4D;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #300707;
  text-decoration: underline;
}

b,strong {
  font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  font-size: 18px;
}

h3,h4 {
  font-size: 16px;
}

h5,h6 {
  font-size: 14px;
}

.Content,td,p,ul,ol,li,input,select,textarea,blockquote {
  font-size: 12px;
}

.Channel a {
  display: block;
  color: #FFF;
  font: bold 12px/20px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 20px;
}

.Channel a:hover {
  background: #A16F65;
  color: #FFF;
  text-decoration: none;
}

.ChannelSelected {
  background: #E3D0BC;
  color: #000;
  font: bold 12px/20px Arial, Helvetica, sans-serif;
}

.Posting a {
  display: block;
  color: #FFF;
  font: bold 10px/20px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 20px;
}

.Posting a:hover {
  background: #A16F65;
  color: #FFF;
  text-decoration: none;
}

.PostingSelected {
  background: #E3D0BC;
  color: #000;
  font: bold 10px/20px Arial, Helvetica, sans-serif;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
  border-bottom: 2px solid #E3D0BC;
}

.Heading,.Heading p,.Heading ul,.Heading ol,.Heading li {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

.TitleBar {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

.Error {
  background: #FF0;
  color: #C00;
  font-size: 10px;
}

.Status {
  color: #C00;
  font-size: 10px;
}

.OddRow {
  background: #F1E8DE;
}

.EvenRow {
  background: #E9D9C9;
}

.WinBorder td.Content {
  background: #FFF;
  color: #000;
}

.WinBorder td.Content,.WinBorder td.Content p,.WinBorder td.Content ul,.WinBorder td.Content ol,.WinBorder td.Content li {
  font-weight: normal;
  font-size: 10px;
}

td.WinBorder {
  background: #856A4D;
  color: #FFF;
}

.WinBorder,.WinBorder p,.WinBorder ul,.WinBorder ol,.WinBorder li {
  font-weight: bold;
  font-size: 14px;
}

#PageContainer {
  margin: 0 auto;
  width: 760px;
  text-align: left;
}

#HeaderContainer {
}

#HeaderContainer th {
  padding: 0 10px;
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #A16F65;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  line-height: 18px;
  height: 18px;
}

#HeaderLogo {
}

#ContentContainer {
}

#NavContainer {
  background: #600F0F;
}

#Nav {
}

#Content {
  background: #E3D0BC;
}

#FooterContainer {
  background: #600F0F;
}

#FooterContainer th {
  background: #300707;
  font-weight: normal;
}

#FooterContainer td,
#FooterContainer th {
  padding: 2px 6px;
  color: #FFF;
  font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

