/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #6D3D94;
 color: #6D3D94;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #CD3542;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #000;
 text-decoration: none;
}

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;
}

.Channel a {
 display: block;
 color: #FFF;
 font: normal 12px Arial, sans-serif;
 text-decoration: none;
}

.Channel a:hover {
 color: #FFF;
 text-decoration: none;
}

.ChannelSelected a,
.ChannelSelected a:hover {
 display: block;
 background: #FFF;
 color: #6D3D94;
 font: bold 12px Arial, sans-serif;
 text-decoration: none;
}

.Posting a {
 display: block;
 color: #FFF;
 font: normal 10px Arial, sans-serif;
 text-decoration: none;
}

.Posting a:hover {
 color: #FFF;
 text-decoration: none;
}

.PostingSelected a,
.PostingSelected a:hover {
 display: block;
 background: #FFF;
 color: #6D3D94;
 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-bottom: 2px solid #FFF;
}

.Error {
 background: #FF0;
 color: #C00;
}

.Status {
 color: #C00;
}

.OddRow {
 background: #E2D8EA;
}

.EvenRow {
 background: #F5F1F7;
}

.WinBorder td.Content {
 background: #FFF;
 color: #6D3D94;
}

.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: #B69EC9;
 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 {
 border-right: 2px solid #FFF;
 border-left: 2px solid #FFF;
}

#HeaderLogo {
}

#ContentContainer {
 border: 2px solid #FFF;
 border-bottom: 0 none;
}

#NavContainer {
 background: #FB9735;
}

#Nav {
}

#Content {
 padding: 20px;
 background: #FFF;
}

#Content table {
 margin: 0 0 15px;
}

#Content table table {
 margin: 0;
}

#FooterContainer {
 border-top: 10px solid #B69ECA;
}

#FooterContainer td {
 padding: 10px;
 color: #FFF;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #FFF;
 font-weight: bold;
 text-decoration: underline;
}

