td.sc_sel {
  vertical-align: top;
  margin: 2px;
  padding: 2px;
  width: 150px;
  }

select.sc_sel {
  width: 135px;
  height: 219px;
  }

td.sc_group {
  vertical-align: top;
  margin: 2px;
  padding: 2px;
  }

td.sc_cm { text-align: center; vertical-align: middle; }

td.sc_lm { text-align: left; vertical-align: middle; }

td.sc_rm { text-align: right; vertical-align: middle; }

td.sc_ct { text-align: center; vertical-align: top; }

td.sc_lt { text-align: left; vertical-align: top; }

td.sc_rt { text-align: right; vertical-align: top; }

td.sc_cb { text-align: center; vertical-align: bottom; }

td.sc_lb { text-align: left; vertical-align: bottom; }

td.sc_rb { text-align: right; vertical-align: bottom; }

td.sc_btn {
  text-align: right;
  vertical-align: bottom;
  padding: 4px;
  }

td.sc_rem {
  text-align: left;
  vertical-align: bottom;
  padding: 4px;
  }

td.sc_hr { background: url(/images/hrs.gif) repeat-x center; }

div.hid { display: none; }

div.vis { display: block; }

td.sc_tabs {
  vertical-align: bottom;
  }

td.sc_tba, td.sc_tbp, td.sc_tbs, td.sc_tbe {
  font: 11px Tahoma;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  }

td.sc_tba {
  font-weight: bold;
  color: black;
  border-top: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px none;
  border-left: 1px solid #C0C0C0;
  cursor: default;
  }

td.sc_tbp, td.sc_tbs, td.sc_tbe {
  border-top: 1px none;
  border-right: 1px none;
  border-bottom: 1px solid #C0C0C0;
  border-left: 1px none;
  text-transform: lowercase;
  }

td.sc_tbp, td.sc_tbs { color: #666666; }

td.sc_tbe { color: white; }

td.sc_tbp { cursor: pointer; }

td.sc_tbs, td.sc_tbe {
  width: 5px;
  cursor: default;
  }

td.sc_aut {
  text-align: center;
  vertical-align: middle;
  color: black;
  border: 1px solid #C0C0C0;
  cursor: default;
  font-weight: bold;
  }
