#gbtable tr td.thread
{
  border-top:3px solid white;
  padding-top:2px;
}

#gbtable a.from { text-decoration:none;color:red; }
#gbtable a.from:hover { text-decoration:none;color:#f8b053; }
#gbtable span.from { color:red; }
#gbtable div.msg span.ondate {visibility:hidden;}

#gbtable div.msg { padding-top:2px;}
#gbtable div.msg:hover { background-color:#133046;}

#gbtable div.msg div.comment
{
  margin:5px 0 0 0;
  padding:0 0 5px 10px;
  color:white;
}

#gbtable div.msg div.replybutton
{
  text-align:center;
  margin:0 30px 0 30px;
  float:right;
  font-size:0.7em;
}

/*#gbtable div.msg:hover div.replybutton a {color:red;}*/
#gbtable div.msg div.replybutton a {padding:0 10px 0 10px;}
#gbtable div.msg:hover div.replybutton a
{  
  color:black;
  background-color:#f8b053;
  border-bottom:2px solid black;
  border-right:2px solid black;
  text-decoration:none;
}
#gbtable div.msg:hover div.replybutton a:hover
{  
  border-bottom:1px solid black;
  border-right:1px solid black;
}
#gbtable div.msg:hover span.ondate {visibility:visible;}

div.title
{
  font-size:1.2em;
  padding:0 10px 0 10px;
  text-align:center;
  border-top:1px solid white;
  background-color:black;
}
div.date {font-size:0.6em;margin:0 10px 0 10px;}

