#forums
{
  width:552px;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
  margin:0 0 10px 0;
}

#forums th, 
#forums td
{
  border-bottom:1px solid #ccc;
}

#forums th
{
  text-align:left;
}

#forums td
{
  font-size:11px;
  vertical-align:top;
}

#forums p
{
  margin:0;
}

#forums .odd td
{
  background-color:#eff6e6;
  color:#000;
}

#forums .odd td a
{ 
  background-color:#eff6e6;
  color:#047;
}

#forums .odd td a:hover
{ 
  background-color:#eff6e6;
  color:#3d7300;
}

#forums .subject
{
  width:405px;
  padding:2px 0 2px 5px;
}

#forums .last_comment
{
  width:132px;
  padding:2px 5px;
}

#forums .subject a
{
  font-size:13px;
}

#forums .subject a.new
{
  font-weight:bold;
}

#topics
{
  width:552px;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
  margin:0 0 10px 0;
}

#topics th, 
#topics td
{
  border-bottom:1px solid #ccc;
}

#topics th
{
  text-align:left;
}

#topics td
{
  font-size:12px;
  vertical-align:top;
}

#topics .odd td
{
  background-color:#EDF5E3;;
  color: #000000;
}

#topics td a
{ 
  color:#4C7CA0;
  text-decoration:none;  
}

#topics td a:hover
{ 
  color:#57524E;
  text-decoration:underline;
}

#topics .odd td a
{ 
  background-color:#EDF5E3;;
  color:#4C7CA0;
}

#topics .odd td a:hover
{ 
  background-color:#EDF5E3;
  text-decoration: underline;
  color:#57524E;
}

#topics .comments_header
{
  width:156px;
  padding: 6px 0px 6px 0px;
  /*font-size:11px; 
  color: #ffffff; 
  background-color: #539A00;
  border-bottom:1px solid #539A00;*/
}

#topics .subject_header
{
  width:282px; 					/* <--- */
  padding:6px 0 6px 10px;
  /*color: #ffffff;
  font-size:11px; 
  background-color: #539A00;
  border-bottom:1px solid #539A00;*/
}

#topics .last_comment_header
{
  width: 121px;
  text-align:right;
  padding:6px 10px 6px 0px ;
  /*font-size:11px; 
  color: #ffffff;
  background-color: #539A00;
  border-bottom:1px solid #539A00;*/
}

#topics .subject
{
  width:282px; 					/* <--- */
  padding:10px 0 10px 10px;
}

#topics .comments
{
  width:156px;
  padding:22px 0px 10px 0px;
  font-size:11px; 
  color: #4C7CA0;  
}

#topics .last_comment
{
  width: 121px;
  text-align:right;
  padding:10px 10px 10px 0px ;
  font-size:11px; 
  color: #666666 !important;
}

#topics .subject span 
{
	color:#777777; 
}
#topics .subject a
{
  display: block; 
  margin-bottom:3px; 
  color:#4C7CA0; 
  font-family:Arial, Verdana, Helvetica; 
  font-weight:bold; 
  font-size:13px; 
  text-decoration:none;
}
#topics .subject a:hover
{
  display: block; 
  margin-bottom:3px; 
  color:#57524E;; 
  font-family:Arial, Verdana, Helvetica; 
  font-weight:bold; 
  font-size:13px; 
  line-height: 16px;
  text-decoration:underline;
}

#topics .subject a.new
{
  font-weight:bold;
}

#topic_detail
{
  width:552px;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
  margin:0 0 10px 0;
}

#topic_detail th
{
  text-align:left;
  border-bottom:1px solid #ccc;
  padding:3px 10px;
}

#topic_detail td
{
  vertical-align:top;
  border-bottom:1px solid #ccc;
}

#topic_detail .odd td
{
  background-color:#EDF5E3;
  color:#000;
}

#topic_detail .odd td a
{ 
  background-color:#eff6e6;
  color:#000;
}

#topic_detail .user
{
  width:152px;
  vertical-align:top;
  padding:7px 10px;
}

#topic_detail .user .username
{
  font-weight:bold;
}

#topic_detail .user .avatar
{
  margin:5px 0 0 0;
}

#topic_detail .user .avatar img
{
  display:block;
}

#topic_detail .meta_information
{
  position:relative;
  background-color:#539A00;
  color:#fff;
  font-family:verdana, sans-serif;
  font-style:italic;
  font-size:11px;
  padding:3px 10px;
}

#topic_detail .meta_information .call_moderator
{
  position:absolute;
  top:2px;
  right:10px;
  background-color:#539A00;
  color:#fff;
  text-decoration:none;
}

#topic_detail .meta_information .call_moderator:hover
{
  background-color:#58534f;
  color:#fff;
  text-decoration:underline;
}

#topic_detail .message
{
  padding:15px 0;
}