a.topLogo {
  display: block;
  margin-bottom:8px;
}

#content table {
  border-collapse: collapse;
}
#content table thead th {
  color:#898989;
  font-weight: bold;
}
#content table thead th {
  background: url(/public/img/public/forum/bg_thead.png) repeat-x top center;
  height: 30px;
  line-height: 30px;
	white-space: nowrap;
	text-align: center; 
}

#content table tbody tr.head th {
  background: url(/public/img/public/forum/bg_t_title.png) repeat-x top center;
  _background: url(/public/img/public/forum/bg_t_title.gif) repeat-x top center;
  
  height: 23px;
  line-height: 23px;
  color:#bebebe;
  text-align: left;
}
  #content table tbody tr.head th.left {
    background-position: top left;
    padding-left:5px;
  }
  #content table tbody tr.head th.right {
    background-position: top right;
    padding-right:5px;
  }
  
  #content table tbody tr {
    background:#181818;
  }
  
  #content table tbody tr td{
    border: 1px solid #242424;
  }
  #content table tbody tr.first td {
    border-top:none;
  }
  #content table tbody tr.last td {
    border-bottom:none;
  }
  
  
  #content table tbody tr td.num {
    color:#939393;
    font-weight: bold;
    text-align: center;
    width: 60px;
  }
  #content table tbody tr td.coment {
    color:#939393;
    font-weight: bold;
    text-align: left;
    padding-left:5px;
    line-height: 17px;
  }
    #content table tbody tr td.coment a:link, #content table tbody tr td.coment a:visited {
      background: url(/public/img/public/forum/bg_coment.gif) no-repeat center right;
      padding-right:20px;
      text-decoration: none;
      color:#bebebe;
    }
    #content table tbody tr td.coment a:hover, #content table tbody tr td.coment a:focus, #content table tbody tr td.coment a:active {
      text-decoration: underline;
    }
  
  #content table tbody tr td.title {
    background: url(/public/img/public/forum/bg_forum_ico.gif) #181818 no-repeat 8px center;
    padding-left: 59px;
    width: 250px;
    height: 45px;
    color:#bebebe;
  }
    #centerPanel #content table tbody tr td.title p {
      font-size: 11px;
      text-indent: 0;
      line-height: 14px;
    }
    #content table tbody tr td.title a:link, #content table tbody tr td.title a:visited{
      font-weight: bold;
      text-decoration: none;
      font-size: 14px;
    }
    #content table tbody tr td.title a:hover, #content table tbody tr td.title a:focus, #content table tbody tr td.title a:active {
      text-decoration: underline;
    }
    #content table tbody tr td.title span.lister a:link, #content table tbody tr td.title span.lister a:visited {
      font-size:12px;
      text-decoration: underline;
    }
    
    
    #content table tbody tr td.title div.modern, 
    #content table tbody tr td.title div.modern a:link, #content table tbody tr td.title div.modern a:visited{
      font-size:11px;
      font-style: italic;
    }
    
  
#content .index .filter {
  background:none;
  height: 23px;
}
#content div.adminbar, #content div.adminbar a:link, #content div.adminbar a:visited  {
  font-size:11px !important;
}


/**
 *Topic
 */
 #content table.topic tbody tr td.title {
  background: url(/public/img/public/forum/bg_forum_ico_small.png) #181818 no-repeat 8px 8px;
  
  padding-left: 35px;
  padding-top:5px;
  
  vertical-align: top;
  color:#bebebe;
}
	#content table.topic tbody tr td.title div.title a:link, #content table.topic tbody tr td.title div.title a:visited, #content table.topic tbody tr td.title div.title a:active {
		font-size: 13px;
		text-align: left;
		line-height: 18px;
	}
	#content table.topic tbody tr td.title div.title div.subtitle {
		font-size:11px;
		line-height: 12px;
	}
	

#content table.topic tbody tr td.author {
  color:#939393;
  text-align: center;
  font-weight: bold;
  width: 120px;
  line-height: 16px;
}
