.custom_dropdown {
  margin: 0;
  padding: 0; }
  .custom_dropdown .custom_select {
    font-size: 11px; }
  .custom_dropdown .custom_option_over {
    background-color: #D3E6BF; }
  .custom_dropdown .custom_option_out {
    background-color: #ffffff; }
  .custom_dropdown table.custom_select.large {
    width: 185px; }
    .custom_dropdown table.custom_select.large td.display {
      width: 165px; }
  .custom_dropdown table.custom_select.small {
    width: 45px; }
    .custom_dropdown table.custom_select.small td.display {
      width: 25px; }
  .custom_dropdown .input_large, .custom_dropdown .input_small {
    margin: 0;
    padding: 3px 0 0 0;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: 0px solid #000000; }
    .custom_dropdown .input_large table.custom_select,     .custom_dropdown .input_small table.custom_select {
      border: :none;
      border-collapse: collapse;
      margin: 0 0 0 7px; }
      .custom_dropdown .input_large table.custom_select td,       .custom_dropdown .input_small table.custom_select td {
        padding: 0; }
      .custom_dropdown .input_large table.custom_select td.display,       .custom_dropdown .input_small table.custom_select td.display {
        border: 1px dotted #ffffff; }
      .custom_dropdown .input_large table.custom_select td.arrow,       .custom_dropdown .input_small table.custom_select td.arrow {
        width: 20px;
        text-align: right; }
        .custom_dropdown .input_large table.custom_select td.arrow img,         .custom_dropdown .input_small table.custom_select td.arrow img {
          display: block; }
  .custom_dropdown .input_large {
    background-image: url(/images/input_bg_large.gif);
    height: 23px;
    width: 200px;
    vertical-align: top; }
  .custom_dropdown .input_small {
    background-image: url(/images/input_bg_small.gif);
    height: 27px;
    width: 60px; }
  .custom_dropdown .options_outer {
    margin: 0; }
    .custom_dropdown .options_outer .options_inner {
      z-index: 100;
      overflow: auto;
      display: none;
      margin-left: 7px;
      position: absolute;
      border: 1px solid #999999;
      background-color: #ffffff; }
      .custom_dropdown .options_outer .options_inner table.custom_select {
        border-collapse: collapse;
        margin-top: 0; }
        .custom_dropdown .options_outer .options_inner table.custom_select td {
          padding: 0; }
        .custom_dropdown .options_outer .options_inner table.custom_select td.custom_option_out, .custom_dropdown .options_outer .options_inner table.custom_select td.custom_option_over {
          padding: 0 5px;
          height: 18px;
          vertical-align: middle;
          white-space: nowrap; }
          .custom_dropdown .options_outer .options_inner table.custom_select td.custom_option_out img,           .custom_dropdown .options_outer .options_inner table.custom_select td.custom_option_over img {
            vertical-align: middle; }
    .custom_dropdown .options_outer .options_inner.tall {
      height: 200px; }
