@charset "utf-8";
/* CSS Document */

/*table*/
.addnewcomment{
 background:url(../images/addnewcomments.png) no-repeat;
 width:150px;
 height:20px;
 border:none;
 cursor:pointer;
 float:left;
 margin:10px 0 0 21px;
 text-indent:30px;
 color:#fff;
 font-weight:bold;
 padding:7px 0 0 0;
}

.addcategories{
 background:url(../images/backtocategory.png) no-repeat;
 width:150px;
 height:20px;
 border:none;
 cursor:pointer;
 float:left;
 margin:10px 0 0 21px;
 text-indent:30px;
 color:#fff;
 font-weight:bold;
 padding:7px 0 0 0;
}

table{
  margin:15px 0 0 22px;
  width:655px;
}
th{
 background:url(../images/FORUM_Topic-Post.jpg) no-repeat;
 height:33px;
 margin:0;
 padding:0;
 
}
th.alt{
  background:url(../images/green2center.jpg) top repeat-x;
  font-size:14px;
  color:#FFFFFF;
  font-weight:bold;
  text-transform:uppercase;
  padding: 0 0 0 20px;
}
tr,td{
  padding:5px;
  margin:0;
  border:1px solid #006600;
}
td.caps{
 font-size:14px;
 color:#ff6600;
 font-weight:bold;
}

td.title{
 font-size:12px;
 color:#006600;
 font-weight:bold;
 text-align:center;
 text-transform:uppercase;
}
.detail tr,.detail td{
  border:none;
}

/*class*/

.topic{
  font-size:18px;
  color:#FFFFFF;
  font-weight:bold;
  text-transform:uppercase;
  margin:4px 0 0 20px;
  float:left;
}
.timendate{
  font-size:10px;
  color:#FFFFFF;
  float:right;
  font-weight:normal;
  margin:12px 2px 0 0;
}

.bdr{
 border:1px solid #006600;
}

.greyleft,.greycenter,.greyright{
  height:52px !important;
}
.greyleft{
  background:url(../images/images/grey_01.jpg) no-repeat;
}
.greycenter{

