/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0 0 4px;
 background: #26B4CC;
 color: #505050;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #148091;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 color: #000;
 text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,.Heading {
 color: #000;
 font-weight: bold;
 font-size: 17px;
}

h3,h4 {
 font-size: 15px;
}

h5,h6 {
 font-size: 13px;
}

.Content,th,td,p,ul,ol,li,input,select,textarea,blockquote {
 font-size: 12px;
}

.Channel a {
 display: block;
 color: #FFF;
 font: normal 12px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Channel a:hover {
 background: #8BCB45;
 color: #FFF;
 text-decoration: none;
}

.ChannelSelected a,
.ChannelSelected a:hover {
 display: block;
 background: #FFF;
 color: #148091;
 font: bold 12px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Posting a {
 display: block;
 color: #FFF;
 font: normal 10px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Posting a:hover {
 background: #8BCB45;
 color: #FFF;
 text-decoration: none;
}

.PostingSelected a,
.PostingSelected a:hover {
 display: block;
 background: #FFF;
 color: #148091;
 font: bold 10px/24px Arial, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 24px;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
 border-bottom: 2px solid #FFF;
}

.Error {
 background: #FF0;
 color: #C00;
}

.Status {
 color: #C00;
}

.OddRow {
 background: #BDE8F0;
}

.EvenRow {
 background: #E5F6F9;
}

.WinBorder td.Content {
 background: #FFF;
 color: #505050;
}

.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: #26B4CC;
 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;
 position: relative;
}

#HeaderContainer {
}

#HeaderLogo {
}

#HeaderNav {
 padding: 0 5px 0 0;
 background-repeat: no-repeat;
 background-position: 0 0;
 color: #FFF;
 font-size: 10px;
 font-weight: bold;
 text-align: right;
 line-height: 25px;
 height: 25px;
}

#HeaderNav a {
 margin: 0 5px;
 color: #FFF;
 font-weight: bold;
 text-decoration: none;
}

#HeaderNav a:hover {
 color: #FFF;
 text-decoration: underline;
}

#ContentContainer {
}

#NavContainer {
}

#Nav {
 border-top: 2px solid #FFF;
 background-color: #65BA08;
}

#Content {
 padding: 1px 20px 20px;
 background: #FFF;
}

#FooterContainer th {
 padding: 2px 6px;
 background: #93DAE6;
 color: #2C91A1;
 font-weight: normal;
 font-size: 10px;
}

#FooterContainer td {
 padding: 2px 6px;
 color: #C9ECF2;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #FFF;
 font-weight: bold;
 text-decoration: underline;
}


