/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
  margin: 0;
  padding: 0;
  background: #EFEFEF;
  color: #000;
  font: 12px Arial, Helvetica, sans-serif;
  text-align: center;
}

a {
  color: #C00;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #900;
  text-decoration: underline;
}

b,strong {
  font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
  font: bold 18px Arial, Helvetica, sans-serif;
}

h3,h4 {
  font-size: 16px;
}

h5,h6 {
  font-size: 14px;
}

.Content,td,p,ul,ol,li,input,select,textarea,blockquote {
  font: 12px Arial, Helvetica, sans-serif;
}

.Channel a {
  display: block;
  color: #FFF;
  font: bold 10px/20px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 20px;
}

.Channel a:hover {
  color: #7FB9DE;
  text-decoration: none;
}

.ChannelSelected {
  color: #FFF;
  font: normal 10px/20px Verdana, Arial, Helvetica, sans-serif;
}

.Posting a {
  display: block;
  color: #2972A2;
  font: bold 10px/20px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 20px;
}

.Posting a:hover {
  color: #31185A;
  text-decoration: none;
}

.PostingSelected {
  color: #2972A2;
  font: normal 10px/20px Verdana, Arial, Helvetica, sans-serif;
}

.Channel,.ChannelSelected {
  padding-bottom: 1px;
  background-repeat: no-repeat;
  background-position: bottom;
}

.Posting,.PostingSelected {
  padding-bottom: 1px;
  background-color: #7FB9DE;
  background-repeat: no-repeat;
  background-position: bottom;
}

.Heading,.Heading p,.Heading ul,.Heading ol,.Heading li {
  color: #900;
  font: bold 14px Arial, Helvetica, sans-serif;
}

.TitleBar {
  color: #900;
  font: bold 14px Arial, Helvetica, sans-serif;
}

.Error {
  background: #FF0;
  color: #C00;
  font-size: 10px;
}

.Status {
  color: #C00;
  font-size: 10px;
}

.OddRow {
  background: #DDD;
}

.EvenRow {
  background: #EEE;
}

.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: normal 11px Arial, Helvetica, sans-serif;
}

td.WinBorder {
  background: #F0D003;
  color: #000;
}

.WinBorder,.WinBorder p,.WinBorder ul,.WinBorder ol,.WinBorder li {
  font: bold 14px Arial, Helvetica, sans-serif;
}

#PageContainer {
  margin: 0 auto;
  width: 720px;
  text-align: left;
}

#HeaderContainer {
}

#HeaderLogo {
}

#ContentContainer {
}

#NavContainer {
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #2972A2;
}

#Nav {
}

#Content {
  background: #FFF;
}

#FooterContainer {
  background: #2972A2;
}

#FooterContainer,#FooterContainer td {
  color: #FFF;
  font: 10px Arial, Helvetica, sans-serif;
}

#FooterContainer a,#FooterContainer a:hover {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

