﻿
/*------------
  Forum List
------------*/ 
.ForumList{
	  border:1px solid #999999; 
	  width:563px;
	  margin:0 ;
	  float:left;}
	  
/* Links */	  
.ForumList a:link{ color:#0d0d0d; text-decoration:underline;}
.ForumList a:hover{ text-decoration:none; color:#0d0d0d;}
.ForumList a:active{ color:#0d0d0d; }

.ForumList th{
	 background-color:#4d7d4d;
	 font: normal 11px Lucida Sans Unicode, Lucida Sans, Lucida Grande, verdana, arial, helvetica;
	 padding:5px;
	 color:White;
	 text-align:center;}

.ForumList td{
	 font: normal 11px Lucida Sans Unicode, Lucida Sans, Lucida Grande, verdana, arial, helvetica;
	 padding:8px;
	 text-align:center;
	 color:#0d0d0d;
	 }
	 
.ForumList td.ForumCommentBody
{
    text-align:left;
    border-bottom:solid 1px #4d7d4d;
    border-top:dotted 1px #91a291;
}
	 
/* Bottom */	 
.ForumListPageButton
{
    background-color:#4d7d4d;
    text-align:center;
    color:White;
    width:563px;
    margin:0 0 20px 0;
    float:left;
}	 

/*------------
  Forum Input
------------*/ 	 
.ForumInput{
	  width:500px;
	  border:3px solid #4d7d4d;
	  margin:15px 0 0 0;
	  float:left;} 
	  
.ForumInput th{
    background-color:#eff5db;
    text-align:right;
    padding:5px 10px;
    white-space:nowrap;
    border-bottom:2px solid white;
    border-left:5px solid white;
    border-top:3px solid white;
    font: normal 11px Lucida Sans Unicode, Lucida Sans, Lucida Grande, verdana, arial, helvetica;
    color:#0d0d0d;}

.ForumInput td{
	 font: normal 11px Lucida Sans Unicode, Lucida Sans, Lucida Grande, verdana, arial, helvetica;
	 background-color:#fff;
	 padding:5px;
	 color:white;}
	
	
.FormComment{
	  width:400px;
	  float:left;}	 	  
/*---------
  Button
---------*/ 	 
.ButtonBox{
	  width:560px;
	  margin:0 0 5px 5px;
	  float:left;
	  }	 

/* New Topics */	 
.newTopic
{
    float:right;
	background:url(../Images/buttonBg.gif) top left no-repeat;
    margin:-20px 0 0 -120px;
    padding:2px 0;
    width:120px;
    color:Black; 
    text-decoration:none;
    font: normal 11px Lucida Sans Unicode, Lucida Sans, Lucida Grande, verdana, arial, helvetica;
    text-align:center;
} 
	 
.replyBtn{
    background:url(../Images/buttonInBg.gif) top left no-repeat;
    margin:-20px 0 0 0;
    padding:1px  12px 2px 12px;	
    color:Black; 
    text-decoration:none;
    font: normal 11px Lucida Sans Unicode, Lucida Sans, Lucida Grande, verdana, arial, helvetica;
    text-align:center;} 

.ForumListComment{
	  border-right:1px solid #fff; }
	  
.ForumListComment01
{
    border-top:solid 1px #4d7d4d;
}	  
	  
.ForumListComment02
{
    border-top:solid 1px #4d7d4d;
    border-bottom:solid 1px #4d7d4d;
    border-right:1px solid #91a291; 
}	  	

.ForumCommentBox{
	  width:370px;
	  float:left; }	

.ForumCommentBorder
{
    height:0px;
    border-bottom:1px dotted #91a291; }
    
	  
/*-------------
  User Name Box
-------------*/	
.ForumBody{
	 margin:0 0 15px 0;
	 border-left:1px solid #656565;
	 border-right:1px solid #656565;
	 border-bottom:1px solid #656565;
	 width:498px;
	 padding:0; }  	
	 
.ForumBody li{
	 margin:0;
	 list-style-type:none;
	 padding:5px; } 
	 	 
.ForumBody li.ForumBodyText
{
    padding:12px;
}

.ForumBody li.ForumButton
{
    padding:0px;
    margin:0px;
}

.ForumBodyLine{
     border-top:1px dotted #91a291; }  	  	
     
.ForumBodyTitle{
    width:500px;
    background:url(../Images/foramLogMsg.gif) top left no-repeat;
    color:Green;
    padding:3px 0 3px 10px;
    margin:20px 0 0 0;
    font-size:14px;
}
