﻿body 
{
    background-image: url(images/background.gif);
    background-repeat:repeat-x;
    background-color:#016201;
    font-family: Tahoma, Arial;
}

#MenuBar
{
    height:28px;
    padding:2px;
    /*border:solid 1px #000;*/
}



#Footer
{
    text-align:center;
    color:Yellow;
    font-size:11px;
    padding-top:10px;
}

#Footer a
{
    color:Yellow;
}

#MainArea
{
    font-size:11px;
    padding-left:3px;
    margin:10px;
}

a
{
    color:Green;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}


.navcontainer { width: 200px;}

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 155px;
color: Yellow;
text-decoration: none;
font-weight:normal;
}

.navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
color: Yellow;
}

.navcontainer a:hover
{
background-color: #881011;
color: Yellow;
}


.button
{
    width:70px;
    height:25px;
     background-color:#e23434;
     border-style:none;
    background-image: url(images/button.gif);
    color:Yellow;
    font-size:11px;
}


.forumWriteCommentBox
{
    font-size:11px;
    color:#777777;
}

.forumWriteCommentBoxActual
{
    font-size:11px;
    color:#000;
    height:40px;
}

.forumInformationText  /* x posts, y comments etc */
{
    font-size:11px;
    color:#808080;
}

.forumCommentBox:hover
{
    background-color:#e0e0e0;
    
}

.forumCommentBox
{
    background-color:White;
    cursor:pointer;
    
}

.forumDiscussionBox:hover
{
    background-color:#e0e0e0;
    
}

.forumDiscussionBox
{
    background-color:White;
    cursor:pointer;
    
}

.forumCommentBoxQuarantined
{
    /*background-color:Red;
    color: White;*/
    border:solid 2px Red;
    
}

.forumDiscussionBoxQuarantined
{
    /*background-color:Red;
    color: White;*/
    border:solid 2px Red;
    
}