/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #0040FA;
 color: #505050;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #0040FA;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #000;
 text-decoration: underline;
}

a:focus,a:active { overflow: hidden; }

h1,h2,h3,h4,h5,h6 {
 margin: 0 0 15px;
 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;
}

p,li { line-height: 1.5em; }

.Channel a {
 display: block;
 color: #0040FA;
 font: bold 12px Arial, sans-serif;
 text-decoration: none;
}

.Channel a:hover {
 background: #CFDBFE;
 color: #0040FA;
 text-decoration: none;
}

.ChannelSelected a,
.ChannelSelected a:hover {
 display: block;
 background: #FFF;
 color: #0040FA;
 font: bold 12px Arial, sans-serif;
 text-decoration: none;
}

.Posting a {
 display: block;
 color: #0040FA;
 font: bold 10px Arial, sans-serif;
 text-decoration: none;
}

.Posting a:hover {
 background: #CFDBFE;
 color: #0040FA;
 text-decoration: none;
}

.PostingSelected a,
.PostingSelected a:hover {
 display: block;
 background: #FFF;
 color: #0040FA;
 font: bold 10px Arial, sans-serif;
 text-decoration: none;
}

.Channel a,.Posting a,.ChannelSelected a,.PostingSelected a {
 padding-top: 5px;
 padding-bottom: 5px;
}

.Channel,.Posting,.ChannelSelected,.PostingSelected {
 border-top: 2px solid #FFF;
}

.Error {
 background: #FF0;
 color: #C00;
}

.Status {
 color: #C00;
}

.OddRow {
 background: #99B3FD;
}

.EvenRow {
 background: #CCD9FE;
}

.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: #7F9FFC;
 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 {
}

#ContentContainer {
}

#NavContainer {
 background: #7F9FFC;
}

#Nav {
 background: #BFCFFE;
 border-bottom: 2px solid #FFF;
}

#Content {
 padding: 0 20px 20px;
 background: #FFF;
}

#Content table {
 margin: 0 0 15px;
}

#Content table table {
 margin: 0;
}

#FooterContainer {
 border-top: 10px solid #80A0FD;
}

#FooterContainer td {
 padding: 10px;
 color: #FFF;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #FFF;
 font-weight: bold;
 text-decoration: underline;
}

