/* channel */
div.dGrpMsgChan div.dRow{
	width: 100%;
  clear: both;
  min-height: 25px;
  height: auto;
}
div.dGrpMsgChan .header{
  text-align: left;
  font-weight: bold;
  color:black;
  height: 1em;
  padding: 0 10px;
  background-color: #7badd6;
  position: relative;
}
.dGrpMsgChan .header .controls{
  text-align: right;
  font-weight: normal;
  color: white;
}
.dGrpMsgChan .header .controls a{
  color: white;
}
div.dGrpMsgChan div.dMessage{
  float: left;
  text-align: left;
  width: 70%;
	word-wrap: break-word;
  height: auto;
  padding: 5px 20px;
}
div.dGrpMsgChan div.dLink{
  float: right;
  text-align: left;
  width: 20%;
  margin: 0;
  height: auto;
  padding: 5px;
}