/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #3C3C46;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #7BC533;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #333;
  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;
}

form {
  margin: 0;
  padding: 0;
}

.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; /*For IE*/
}

.Channel a:hover {
  background: #999;
  color: #FFF;
  text-decoration: none;
}

.ChannelSelected {
  background: #FFF;
  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: #999;
  color: #FFF;
  text-decoration: none;
}

.PostingSelected {
  background: #FFF;
  color: #000;
  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: #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: #DDD;
}

.EvenRow {
  background: #EEE;
}

.WinBorder td.Content {
  background: #FFF;
  color: #3C3C46;
}

.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: #3C3C46;
  color: #FFF;
}

.WinBorder,.WinBorder p,.WinBorder ul,.WinBorder ol,.WinBorder li {
  font-weight: bold;
  font-size: 14px;
}

.menu a {
  font: bold 10px/21px Arial, Helvetica, sans-serif;
}

#menu1Content.menu a,
#menu2Content.menu a,
#menu3Content.menu a,
#menu4Content.menu a,
#menu5Content.menu a,
#menu6Content.menu a {
  padding: 0 4px;
  color: #297908;
  height: 21px;
}

#menu1Content.menu a:hover,
#menu2Content.menu a:hover,
#menu3Content.menu a:hover,
#menu4Content.menu a:hover,
#menu5Content.menu a:hover,
#menu6Content.menu a:hover {
  color: #000;
  background-position: 0 -21px;
  text-decoration: none;
}

#menu7Content.menu .menuItem,
#menu8Content.menu .menuItem,
#menu9Content.menu .menuItem,
#menu10Content.menu .menuItem,
#menu11Content.menu .menuItem,
#menu12Content.menu .menuItem {
  float: none !important;
  float: left; /*IE 1px gap bug*/
  background: #3A3A4A;
}

#menu7Content.menu a,
#menu8Content.menu a,
#menu9Content.menu a,
#menu10Content.menu a,
#menu11Content.menu a,
#menu12Content.menu a {
  padding-left: 6px;
  display: block;
  color: #FFF;
  line-height: 20px;
  height: auto !important;
  height: 1px; /*For IE*/
}

#menu7Content.menu a:hover,
#menu8Content.menu a:hover,
#menu9Content.menu a:hover,
#menu10Content.menu a:hover,
#menu11Content.menu a:hover,
#menu12Content.menu a:hover {
  background: #000;
  color: #7BC533;
  text-decoration: none;
}

#PageContainer {
  width: 760px;
}

#HeaderContainer {
}

#HeaderLogo {
  width: 57px;
  text-indent: -9999px;
  position: absolute;
  top: 15px;
  left: 351px;
  height: 57px;
}

#HeaderLogo a {
  width: 57px;
  display: block;
  height: 57px;
  overflow: hidden;
}

#HeaderSearch {
  margin: 25px 0 0 0;
  float: right;
}

#HeaderSearch p {
  margin: 0;
  padding: 0;
}

#HeaderSearch .Input {
  border: 0 none;
  background: #FFF;
  color: #333;
  font: normal 11px Arial, Helvetica, sans-serif;
}

#HeaderSearch .InputButton {
  border: 0 none;
  background: transparent;
  color: #FFF;
  font: bold 11px Arial, Helvetica, sans-serif;
  cursor: pointer;
}

#HeaderSearch .InputButton:hover {
  color: #7BC533; /*For good browsers... not IE*/
}

#HeaderSubNav {
  height: 21px;
}

#ContentContainer {
}

#NavContainer {
  background: #FFF;
}

#Nav {
}

#Content {
  background-color: #FFF;
  background-repeat: no-repeat;
}

#FooterContainer {
  border-top: 10px solid #787882;
  background: #3C3C46;
}

#FooterContainer,#FooterContainer td {
  color: #FFF;
  font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

