td.forumlist {
 background-image: url('img/bg_forumlist.gif');
 padding-left: 15px;
 font-size: 11px;
 font-weight: bold;
 color: #404040;
 border: 1px solid white;
 background-repeat: repeat-x;
 background-color: #DBDBDB;   /* #49B3E4; */
 padding-bottom:3px;
 padding-top:4px;
 cursor: pointer;
}

#entrytable .entry_head, .entry_text {
  padding: 1px;  
}

#entrytable .entry_head {
  background-color: #D0D0D0;
  color: #404040;
  font-weight: bold;
}

#entrytable .entry_text {
  background-color: #D0D0D0;
  color: #404040;
}

#entrytable .entry_spacebetween {
  height: 5px;
}

#threadlist {
 border-collapse: collapse;
 background-color: #DBDBDB;
 cursor: pointer;
}

font.forumdescription {
  font-weight: normal;
  font-size: 10px;
}

td.threadlist_l {
 background-image: url('img/bg_threadlist.gif');
 padding-left: 15px;
 font-size: 11px;
 color: #404040;
 font-weight: bold;
 height:24px;
 border: 1px solid white;
 border-right-width: 0px;
}

td.threadlist_r {
 background-image: url('img/bg_threadlist.gif');
 padding-left: 15px;
 font-size: 11px;
 color: #404040;
 height:24px;
 border: 1px solid white;
 border-left-width: 0px;
 text-align: right;
}

table.list {
  border-collapse: collapse;
  margin-left:5px;
  width: 560px;
}

.forumheadline {
  font-size: 12px;
  font-weight: bold;
}

.threadheadline {
  font-size: 12px;
  font-weight: bold;
}  