/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
  margin: 0;
  padding: 0;
  background: #FFF;
  color: #492F91;
  font: 12px Arial, Helvetica, sans-serif;
}

a {
  color: #492F91;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000;
  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: #ADA2CE;
  color: #FFF;
  text-decoration: none;
}

.ChannelSelected {
  background: #FFF;
  color: #492F91;
  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: #ADA2CE;
  color: #FFF;
  text-decoration: none;
}

.PostingSelected {
  background: #FFF;
  color: #492F91;
  font: bold 10px/20px Arial, Helvetica, sans-serif;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
  border-bottom: 2px solid #FFF;
}

.Heading,.Heading p,.Heading ul,.Heading ol,.Heading li {
  color: #492F91;
  font: bold 14px Arial, Helvetica, sans-serif;
  text-align: left;
}

.TitleBar {
  color: #492F91;
  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: #B2E1F4;
}

.EvenRow {
  background: #E0F3FB;
}

.WinBorder td.Content {
  background: #FFF;
  color: #492F91;
}

.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: #7FCEED;
  color: #FFF;
}

.WinBorder,.WinBorder p,.WinBorder ul,.WinBorder ol,.WinBorder li {
  font: bold 14px Arial, Helvetica, sans-serif;
}

#PageContainer {
  width: 760px;
}

#HeaderContainer {
}

#HeaderMast {
  background: #492F91;
  color: #FFF;
  text-align: center;
}

#HeaderMast h1 {
  margin: 0;
  padding: 4px;
  color: #FFF;
  font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#HeaderLogo {
}

#ContentContainer {
}

#NavContainer {
  background: #9283BD;
}

#Nav {
}

#Content {
  background: #FFF;
}

#FooterContainer {
  border-top: 10px solid #ABDFF3;
  background: #009DDC;
}

#FooterContainer,#FooterContainer td {
  color: #FFF;
  font: 10px Arial, Helvetica, sans-serif;
}

#FooterContainer a,#FooterContainer a:hover {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

