/* channel */
div.dGrpMsgChan div.dRow{
  clear: both;
  min-height: 25px;
  height: auto;
}
div.dGrpMsgChan div.dDate{
  clear: both;
  text-align: left;
  font-weight: bold;
  color:black;
  height: auto;
  padding: 0 10px;
  background-color: #7badd6;
  position: relative;
}
div.dGrpMsgChan div.dMessage{
  float: left;
  text-align: left;
  width: 70%;
  height: auto;
  padding: 5px 20px;
}
div.dGrpMsgChan div.dLink{
  float: right;
  text-align: left;
  width: 20%;
  margin: 0;
  height: auto;
  padding: 5px;
}

.MyThreadList .asiGridTD0, .MyThreadList .asiGridTH0{
  display: none;
}