/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #FFF;
 color: #736A21;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 text-align: center;
}

a {
 color: #60639C;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 color: #8C8DA4;
 text-decoration: underline;
}

b,strong {
 font-weight: bold;
}

h1,h2,h3,h4,h5,h6,.Heading {
 color: #60639C;
 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: 11px;
}

.Channel a {
 display: block;
 color: #797024;
 font: bold 11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 20px;
}

.Channel a:hover {
 background: #797024;
 color: #FFF;
 text-decoration: none;
}

.ChannelSelected a,
.ChannelSelected a:hover {
 display: block;
 background: #ECE9B4;
 color: #60639C;
 font: bold 11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 20px;
}

.Posting a {
 display: block;
 color: #797024;
 font: bold 10px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 20px;
}

.Posting a:hover {
 background: #797024;
 color: #FFF;
 text-decoration: none;
}

.PostingSelected a,
.PostingSelected a:hover {
 display: block;
 background: #ECE9B4;
 color: #60639C;
 font: bold 10px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
 text-decoration: none;
 height: auto !important;
 height: 20px;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
 border-bottom: 2px solid #ECE9B4;
}

.Error {
 background: #FF0;
 color: #C00;
 font-size: 10px;
}

.Status {
 color: #C00;
 font-size: 10px;
}

.OddRow {
 background: #DAD57F;
}

.EvenRow {
 background: #F0F6D2;
}

.WinBorder td.Content {
 background: #FFF;
 color: #736A21;
}

.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: #DAD57F;
 color: #60639C;
}

.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 {
 border-bottom: 6px solid #DAD57F;
}

#HeaderLogo {
}

#ContentContainer {
}

#NavContainer {
 background: #DAD57F;
}

#Nav {
}

#Content {
 padding: 20px;
 background: #ECE9B4;
}

#FooterContainer {
 border-top: 10px solid #F0F6D2;
 background: #FFF;
}

#FooterContainer td {
 padding: 10px;
 color: #847D3A;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #847D3A;
 font-weight: bold;
 text-decoration: underline;
}

