/* channel */
div.portletPlain div.dLinksChan{
  margin: 6px 12px 6px 12px;
}

div.dLinksChan div.dItem{
  height: auto;
  min-height: 20px;
  border: 1px solid white;
}
div.dLinksChan div.dItem img{
  vertical-align: middle;
  margin-left: 3px;

}
div.dLinksChan div.dLinkName{
  float:right;
  width: 85%;
  font-weight: bold;
  margin-top: 3px;
}
div.dLinksChan div.dLinkDesc{
  display: block;
  clear: both;
  width: 85%;
  margin: 3px 20px 3px 0;
}
div.dLinksChan div.dLinkDel{
  float: left;
  height: 17px;
  width: auto;
  cursor: pointer;
  text-align: left;
}
div.dLinksChan div.dLinkDel img{
  margin-left: 0;
}
div.dLinksEdit{
  float: left;
  width: auto;
  height: 17px;
  cursor: pointer;
}
div.dLinksView{
  float: left;
  width: auto;
  height: 17px;
  cursor: pointer;
  display: block;
}
div.noResults{
  float: right;
  font-weight: normal !important;
  cursor: default;
  color: #333;
  padding: 5px 5px;
}