/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
  margin: 0;
  padding: 0;
  background: #FFF;
  color: #6B6C85;
  font: 12px Arial, Helvetica, sans-serif;
}

a {
  color: #2A83BD;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #235AA4;
  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: normal 12px/20px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 20px;
}

.Channel a:hover {
  background: #3F6FAF;
  color: #FFF;
  text-decoration: none;
}

.ChannelSelected {
  color: #FFF;
  font: bold 12px/20px Arial, Helvetica, sans-serif;
}

.Posting a {
  display: block;
  color: #FFF;
  font: normal 10px/20px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 20px;
}

.Posting a:hover {
  background: #3F6FAF;
  color: #FFF;
  text-decoration: none;
}

.PostingSelected {
  color: #FFF;
  font: bold 10px/20px Arial, Helvetica, sans-serif;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
}

.Heading,.Heading p,.Heading ul,.Heading ol,.Heading li {
  color: #235AA4;
  font: bold 14px Arial, Helvetica, sans-serif;
  text-align: left;
}

.TitleBar {
  color: #235AA4;
  font: bold 14px Arial, Helvetica, sans-serif;
  text-align: left;
}

.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: #6B6C85;
}

.WinBorder td.Content,.WinBorder td.Content p,.WinBorder td.Content ul,.WinBorder td.Content ol,.WinBorder td.Content li {
  font: normal 10px Arial, Helvetica, sans-serif;
}

td.WinBorder {
  background: #6CB4D6;
  color: #FFF;
}

.WinBorder,.WinBorder p,.WinBorder ul,.WinBorder ol,.WinBorder li {
  font: bold 14px Arial, Helvetica, sans-serif;
}

#PageContainer {
  width: 760px;
}

#HeaderContainer {
}

#HeaderLogo {
}

#ContentContainer {
}

#NavContainer {
  background: #235AA4;
}

#Nav {
}

#Content {
}

#ContentSec {
  background: #6BB4D5;
  color: #FFF;
  font-size: 10px;
}

#ContentSec .Content {
  padding: 0 6px;
}

#ContentSec p,
#ContentSec td,
#ContentSec li,
#ContentSec ul,
#ContentSec ol {
  font-size: 10px;
}

#FooterContainer {
  border-top: 10px solid #266EB0;
  background: #2A83BD;
}

#FooterContainer,#FooterContainer td {
  color: #FFF;
  font: 10px Arial, Helvetica, sans-serif;
}

#FooterContainer a,#FooterContainer a:hover {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

