
#forumboard {
  list-style: none;
  margin: 0;
  padding: 0;
}

#forumboard UL {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

#forumboard LI {
  clear: both;
  border-top: 1px dotted #DDD;
}

#forumboard LI.unread A {
  font-weight: bold;
}

DIV.collapser {
  width: 15px;
  height: 15px;
  background-color: red;
  position: relative;
  float: left;
  background: url(/media/list_empty.gif) top left no-repeat;
  clear: both;
}

DIV.collapser_minus {
  width: 15px;
  height: 15px;
  background-color: green;
  position: relative;
  float: left;
  background: url(/media/list_minus.gif) top left no-repeat;
  clear: both;
}

DIV.collapser_plus {
  width: 15px;
  height: 15px;
  background-color: green;
  position: relative;
  float: left;
  background: url(/media/list_plus.gif) top left no-repeat;
  clear: both;
}

#forumboard A {
  float: left;
  border: 0px solid blue;

}





#forumboard SPAN.author {
  display: inline;
  border: 0px solid green;
  text-align: right;
  float: right;
}

#forumboard SPAN.date {

  text-align: right;
  border: 0px solid red;
  margin-left: 15px;
  float: right;
}

DIV.forumboard_extro {
  clear: both;
  padding: 10px;
  text-align: center;
}

DIV.forumpager {
  float: right;
  position: relative;
  margin-top: 17px;
}




UL.forumboard {
  border: 1px solid green;
}

DIV.forummsg {
  
}

DIV.forummsg DIV.header {
  background-color: #EEE;
  border: 1px solid #CCC;
  margin-bottom: 2px;
  margin-top: 10px;
  float: none;
  height: 60px;
}

DIV.forummsg LABEL {
  color: #555;
  float: left;
  width: 80px;
  clear: left;
  text-align: right;
  margin-right: 10px;
  display: block;
}

DIV.forummsg DIV.menu {
  float: right;
  top: 8px;
  position: relative;
} 

DIV.forummsg SPAN.field {
  display: block;
  margin-left: 90px;
} 

DIV.forummenu {
  float: right;
  margin-bottom: 10px;
}
