body{background-color:#336633;}
h1,h2,h3,h4,p,ul,ol,li,div,td,th,a,input,textarea,select{font-family:Verdana,Arial,Helvetica;}
h1{font-size:20px; margin-top:6px;margin-bottom:12px;}
h2{font-size:18px; margin-top:6px;margin-bottom:12px;}
h3{font-size:14px; margin-top:6px;margin-bottom:6px;}
h4{font-size:11px; margin-top:3px;margin-bottom:6px;}
p{margin-top:3px;margin-bottom:6px;}
form,table{margin-top:0px;margin-bottom:0px;}

p,ul,ol,li,div,td,th,a{color:#F5FE02;font-size:11px;}
input,textarea,select{color:#666706;font-size:11px;}

a,a:link,a:active,a:visited{color:#FF6600;text-decoration:none;}
a:hover{color:#D04050;text-decoration:underline;}

table.dat{background-color:#FF6600;}
td.dat,li.dat,input.dat{color:#F5FE02;background-color:#336633;}
td.dae{color:#F5FE02;background-color:#993300;}
a.dat,a.dat:link,a.dat:active,a.dat:visited{color:#F5FE02;text-decoration:none;}
a.dat:hover{color:#CC3300;text-decoration:none;}

td.tit{color:#F5FE02;background-color:#022A07;font-weight:bold;}
a.tit,a.tit:link,a.tit:active,a.tit:visited{color:#F5FE02;text-decoration:none;}
a.tit:hover{color:#F5FE02;text-decoration:none;}

td.dru{border-width:1px;border-style:solid;border-color:#999999;background-color:#022A07;color:#000000;}

.ok {color:#008000;font-weight:bold;}
.err{color:#CC0000;font-weight:bold;}
.mel{font-weight:bold;}

/*  admin interface */
/*  classes for news expiry */
.notyet {
    color: #00F;
    font-weight: bold;
}
.waiting {
    color: #CCC;
    font-weight: bold;
}
.never {
    color: #090;
    font-weight: bold;
}
.today {
    color: #C06;
    font-weight: bold;
}
.expired {
    color: #F00;
    font-weight: bold;
}

.newsadminrows {
    border-bottom: #000;
    padding: 6px 0 4px 0;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
}
.newsadminrow2 { font-size: 90%; } 

a.adminlink { color: #003; }

/*  visitor interface   */
.mainnews {
    display: block;
    float: left;
}

.newsitem {
    width: 640px;
    background-color: #336633;
    border: 1px solid #000;
    padding: 0px;
    margin: 1px;
}

.newstitle {
    background-color: #336633;
    float: left;
    text-align: left;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #000;
    text-indent: 15px;
}

.newsbody {
    clear: left;
    background-color: #336633;
    padding: 4px;
}

.newstopic {
    float: right;
    padding-right: 2px;
    text-align: right;
    font-weight: bold;
    font-style: italic;
}
.newstopic a {
    border-bottom: #F5FE02;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
    text-decoration: none;
}

.listsortlink { color: #003; }

.newscommentname, .newswritername
{
    font-weight: bold;
    font-style: italic;
}

.newscommentpreview {
    border-color: #900;
    border-width: 1px;
    border-style: dashed;
    padding: 2px 5px 5px 5px;
    margin-bottom: 10px;
}
h4#preview {
    margin-top: -14px;
    background-color: #336633;
    text-align: center;
    border-color: #900;
    border-width: 1px;
    border-style: dashed;
    width: 100px;
}

.newsfooter {
    background-color: #336633;
    width: 100%;
    border-top: 1px solid #000;
    font-size: 90%;
    line-height: 140%;
    text-indent: 15px;
}
.newsfooter a {
    color: #F5FE02;
    text-decoration: underline;
}

.navlink
{
    padding: 2px 5px 2px 5px;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
    line-height: 140%;
}
a.navlink:hover
{
    background-color: #000;
    color: #FFF;
}
.navlinkactive
{
    padding: 2px 5px 2px 5px;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    background-color: #000;
    color: #CCC;
    font-weight: bold;
}

.newssidebar {
    display: block;
    float: right;
}
.sidebaritem {
    width: 250px;
    background-color: #336633;
    border: 1px solid #000;
    padding: 2px;
    margin: 0px 0px 5px 0px;
}