
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       non-IE specific styles
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.ulist {
  margin-left: -25px;
  margin-top: -13px;
}

.ulnest {
  margin-top: -13px;
}

/* ******************************
 *  Class used by the form inputs
 *  in the page header
 * ******************************/
.si_radio {
  height:12px;
  margin: 1px 2px 2px 0px;
}

/* ******************************
 *  Classes used by the channel
 *  tree DHTML
 * ******************************/
.si_checkbox {
  height:12px;
  width:12px;
  margin-top:1px;
  margin-bottom:0px;
  margin-right:2px;
  margin-left:0px;
}

.subChan_sel_div {
  position: relative;
  left:34px;
  display:none;
}

/* same as .si_checkbox, but with short name */
.scb {
  height:12px;
  width:12px;
  margin-top:1px;
  margin-bottom:0px;
  margin-right:2px;
  margin-left:0px;
}

/* same as .subChan_sel_div, but with short name */
.sCsd {
  position: relative;
  left:34px;
  display:none;
}

/* mypage report tree div class */
.rptsd {
  position: relative;
  left:17px;
  display:none;
}


