/* == Messages Grid == */
.forumsChannelMsgList .messageText{
  background:white;
  border:none;
}
.forumsChannelMsgList .msgAuthorName, 
.forumsChannelMsgList .msgTitle{
  background-color: #E8E8E8;
}
.forumsChannelMsgList tbody td.asiGridTD0{
  border-right:solid 1px #d4d4d4;
}
.forumsChannelMsgList thead tr{
  background: #bcd0d7;
}
.forumsChannelMsgList tbody td{
  font-size:11px;
}
.forumsChannelMsgList tbody div.messageText h6{
  font-size:11px;
  font-weight:bold;
}
.discussionErrorMessage {
  font-size:12px;
  border:1px solid #ccc;
}
