
.link_gen TBODY TR TD:first-child {
  width: 30%;
}

.link_gen TBODY TR.odd TD {
  background-color: #EFEFEF;
}

.link_gen TBODY TR.even TD {
  background-color: #FFFFFF;
}

.link_gen .help_icon {
  position: relative;
  top: 4px;
}

.link_gen DIV.help_content {
  display: none;
}

.link_gen input[type=text] {
  width: 200px;
}

.link_gen input#link {
  width: 95%;
}

.hint {
  color: #CC0000;
}


#preview_links THEAD TD {
  line-height: 18px;
}

#preview_links input.url {
  width: 95%;
}

#preview_links TFOOT TD {
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
}

#preview_links TBODY TR.section TD {
  font-weight: bold;
  font-size: 14px;
}




