/**
 * Reset some browser defaults
 */
a {
  color: #024b82;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


/**
 * STRUCTURE
 */

body {
  text-align: center;
  font-family: Arial, Helvetica, Verdana, "Nimbus Sans L", sans-serif;
  font-size: 68.75%;
}
h4 {
  font-size: 110%;
  margin-top: 10px;
  float: left;
  clear: left;
}
h3 {
  font-size: 120%;
}
h2 {
  font-size: 150%;
}
h1 {
  font-size: 200%;
}

#page_wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
  height: 1%;
  overflow: hidden;
}
#header, #brand_info, #user_info, #user_navigation, #page_title_breadcrumbs, #page_content, #footer {
  width: 930px;
  float: left;
  clear: left;
  padding-left: 30px;
  margin: 0;
}
#header {
  padding-left: 0;
}
  #brand_info {
    background-color: #000;
    color: #fff;
    float: left;
  }
    #brand_info img {
      float: right;
      margin-right: 40px;
    }
    #brand_info h1 {
      line-height: 40px;
      font-weight: normal;
    }
    #brand_info a {
      color: #fff;
      font-weight: normal;
    }
  #user_info {
    float: left;
    padding: 10px 30px;
    color: #000;
  }
    #user_info a {
      color: #000;
    }
#page_title_breadcrumbs {
  margin-top: 5px;
  background-color: #f05401;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
}
  #page_title_breadcrumbs h2 {
    padding: 5px 0;
  }
  #page_breadcrumbs {
    color: #000;
  }
    #page_breadcrumbs a {
      color: #000;
      font-weight: normal;
      text-decoration: underline;
    }
#page_content {
}    
#footer {
  padding-top: 20px;
  color: #555;
}
  #footer a {
    font-weight: normal;
    color: #555;
    text-decoration: underline;
    margin: 0 10px;
  }
.afta_generic_help_block, .afta_generic_container {
  /*border: 1px dotted #ddd;*/
}
.afta_generic_container {
  padding: 10px;
  background-color: #f8f8f8;
  margin: 10px 0 0 0;
  height: 1%;
  overflow: hidden;
}
.afta_generic_right_side_block, .afta_generic_help_block {
  margin-left: 10px;
  clear: right;
  float: right;
  padding: 20px;
  width: 180px;
  color: #000;
  background-color: #e3e3e3;
  min-height: 150px;
}
  .afta_generic_right_side_block h3, .afta_generic_help_block h3 {
    color: #d34402;
    padding: 0; margin: 0 0 10px 0;
  }

#afta_form_controls_email {
  margin-top: 5px;
  clear: left;
}
  #afta_form_controls_email span{
    margin-right: 10px;
  }

#org_home_help_wrapper {
  width: 49%;
  float: right;
  text-align: left;
}
  #org_home_help_wrapper .generic_block_wrapper {
    margin-top: 0;
  }

/**
 * Common elements
 */
.afta_generic_topics_block {
  margin-bottom: 20px;
}
  .afta_generic_topics_block ul {
    list-style: none;
  }
    .afta_generic_topics_block ul li {
      margin: 10px 0;
    }
.afta_instructional_block {
  padding: 8px 0;
}
  .afta_instructional_block p, dt, dd {
    font-size: 110%;
  }
  .afta_instructional_block p {
    margin: 8px 0;
  }
.afta_generic_help_block, .afta_generic_right_side_block {
}
  .afta_generic_help_block p, .afta_generic_right_side_block p {
    margin: 5px 0;
  }
  .afta_generic_help_block ul {
    list-style: none;
    margin: 5px 0;
  }
    .afta_generic_help_block ul li {
      margin: 8px 0;
    }
    .afta_generic_help_block ul li a.help_topic {
      font-weight: bold;
    }
    .afta_generic_help_block ul li .help_topic_info {
      color: #777;
      font-style: italic;
    }
      .afta_generic_help_block ul li .help_topic_info a {
        color: #777;
        font-style: italic;
        text-decoration: underline;
        font-weight: normal;
      }

.afta_review_row {
  float: left;
  clear: left;
  margin: 3px 0;
  width: 100%;
}
  .afta_review_row strong {
    display: block;
    float: left;
    margin-right: 10px;
    width: 150px;
  }
  .afta_review_row p {
    float: left;
    width: 400px;
  }

.afta_required_fields_notice {
  font-style: italic;
}

.afta_inline_elem {
  display: inline;
}

.afta_vert_margin {
  margin: 10px 0;
}
.afta_small_vert_margin {
  margin: 5px 0;
}
.afta_small_top_margin {
  margin-top: 5px;
}
.afta_top_margin {
  margin-top: 10px;
}
.afta_bottom_margin {
  margin-bottom: 10px;
}
.afta_small_bottom_margin {
  margin-bottom: 5px;
}
.afta_no_margin {
  margin: 0;
}
.afta_margin_right {
  margin-right: 10px;
}
.afta_small_margin_right {
  margin-right: 5px;
}
.afta_margin_left {
  margin-left: 10px;
}

.afta_tiny_padding {
  padding: 3px;
}

.afta_small_padding {
  padding: 5px;
}

.afta_small_top_padding {
  padding-top: 5px;
}
.afta_top_padding {
  padding-top: 10px;
}

.afta_submenu_small_padding {
  padding: 1px 5px 5px 5px;
}

.afta_bordered {
  border: 1px solid #ddd;
}

.afta_float_left {
  float: left;
}
.afta_float_right {
  float: right;
}

.afta_display_inline {
  display: inline;
}

.afta_clear_both {
  clear: both;
}
.afta_clear_left {
  clear: left;
}
.afta_clear_right {
  clear: right;
}

.afta_full_width {
  width: 100%;
}

.afta_cat_container {
  display: inline;
  float: left;
}
  .afta_cat_container label input {
    margin-right: 10px;
    vertical-align: middle;
  }
.afta_cat_container.highlight {
  background-color: #eee;
}
  #afta_form_elements .afta_form_row .afta_cat_container label {
    width: 200px;
    padding: 1px;
  }
  #afta_form_elements .afta_form_row .afta_cat_container label.afta_subcategory {
    clear: left;
  }
  #afta_form_elements .afta_form_row .afta_cat_container .afta_cat_subcategories_container {
    float: left; clear: left;
  }
    #afta_form_elements .afta_form_row .afta_cat_container .afta_cat_subcategories_container label {
      width: 185px;
      padding-left: 10px;
    }

.afta_confirmation_box {
  margin: 10px 0;
  clear: left;
  border: 1px solid #ddd;
  padding: 5px;
}
  .content_sidebar_wrapper .afta_confirmation_box {
    margin-bottom: 0;
  }
  .afta_confirmation_box.error {
    color: #a00;
  }
  .afta_confirmation_box ul {
    list-style: circle;
    padding-left: 20px;
  }
  
hr {
  float: left;
  width: 100%;
  clear: both;
  margin: 5px 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #aaa;
}
.afta_unpublished_field_notice {
  font-size: 90%;
  color: #555;
}
  label .afta_unpublished_field_notice, legend .afta_unpublished_field_notice, h3 .afta_unpublished_field_notice {
    margin-left: 1em;
  }
  legend .afta_unpublished_field_notice, h3 .afta_unpublished_field_notice {
    font-style: normal;
    font-weight: normal;
  }
  h3 .afta_unpublished_field_notice {
    font-size: 80%;
  }
.afta_unpublished_notice_row {
}

/**
 * Navigation bar
 */
#user_navigation {
  padding-left: 0;
  width: 960px;
}
.afta_nav_breadcrumbs {
  font-style: italic;
  font-size: 110%;
}
#user_navigation .afta_nav_sections {
  color: #fff;
  background-color: #01a0c7;
  padding: 3px 0 5px 30px;
}
  #user_navigation .afta_nav_sections a {
    font-size: 120%;
    font-weight: normal;
    color: #fff;
    margin-right: 10px;
  }
    #user_navigation .afta_nav_sections a.selected {
      text-decoration: underline;
    }
ul#nav_main_sections {
  list-style: none;
  float: left;
  clear: left;
  margin: 0; padding: 0 0 0 30px;
}
  ul#nav_main_sections li {
    display: inline;
    float: left;
    margin: 0 5px 0 0; padding: 0;
  }
    ul#nav_main_sections li a {
      display: block;
      padding: 3px 5px;
      font-size: 120%;
      font-weight: normal;
      color: #000;
      text-decoration: none;
    }
    ul#nav_main_sections li a:hover, ul#nav_main_sections li a.selected {
      background-color: #01a0c7;
    }
.nav_sub_sections {
  float: left;
  clear: left;
  color: #fff;
  background-color: #01a0c7;
  padding: 6px 0 8px 30px;
  width: 930px;
  font-size: 110%;
}
  .nav_sub_sections a {
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
    margin-right: 10px;
  }
  .nav_sub_sections a.selected {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
  }

/**
 * Action Links
 */
a.afta_entry_update, a.afta_entry_remove, a.afta_entry_generic_op, span.afta_entry_update, span.afta_entry_remove, span.afta_entry_generic_op {
  display: block;
  margin-bottom: 5px;
  line-height: 1.1em;
  color: #000;
  font-weight: normal;
  text-decoration: underline;
  float: left;
  clear: left;
}
a.afta_entry_update:hover, a.afta_entry_remove:hover, a.afta_entry_generic_op:hover, span.afta_entry_generic_op {
  text-decoration: none;
}

/**
 * Generic Listing
 */
ul.afta_cat_list {
  float: left;
  clear: left;
}
  ul.afta_cat_list li {
    float: left;
    list-style-type: none;
  }

.generic_block_wrapper {
  height: 1%;
  overflow: hidden;
}
.content_sidebar_wrapper {
  width: 695px;
}
  .generic_block_wrapper.afta_white_bgcolor {
    background-color: #fff;
  }
  .generic_block_wrapper.afta_no_margin {
    margin: 0;
  }
table.generic_listing {
  border-collapse: collapse;
  background-color: #fff;
  color: #000;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 99%;
  clear: both;
}
  .generic_listing tr th {
    font-weight: bold;
    padding: 5px;
  }
  .generic_listing tr th a {
    color: #000;
    text-decoration: underline;
  }
  .generic_listing tr th a.order_desc, .generic_listing tr th a.order_asc {
    padding-right: 16px;
    background-position: center right;
    background-repeat: no-repeat;
  }
  .generic_listing tr th a.order_desc{
    background-image: url(/images/icons/arrow_down.gif);
  }
  .generic_listing tr th a.order_asc {
    background-image: url(/images/icons/arrow_up.gif);
  }
  .generic_listing tr td {
    padding: 5px;
    vertical-align: top;
  }
  .generic_listing tr.highlight td {
    background-color: #e2e2e2;
  }
  #queue_listing.generic_listing tr.highlight td {
    background-color: #fff;
  }
  .generic_listing tr.highlighted_row td {
    background-color: #ff9;
  }
  #queue_listing.generic_listing tr.highlight.highlighted_row td {
    background-color: #ff9;
  }
p.generic_listing_actions {
  margin: 10px 0;
  float: left;
  clear: both;
}
.afta_no_results_block {
  clear: both;
  border: 1px solid #ddd;
  padding: 40px 5px;
  background-color: #fff;
}
  .afta_no_results_block p {
    text-align: center;
    font-style: italic;
    font-weight: bold;
  }

/* module listings */
table.afta_module_listing {
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
  float: left;
  clear: both;
}
ul.afta_sortable_list {
  width: 690px;
  height: 1%;
  overflow: hidden;
  display: relative;
  list-style-type: none;
}
  ul.afta_sortable_list li {
    list-style-type: none;
  }
  .afta_module_listing tr {
  }
  .afta_module_listing td {
    padding: 5px;
    vertical-align: top;
    height: auto;
  }
  .afta_module_listing thead tr, ul.afta_sortable_list li.afta_header {
    background-color: #aaa;
  }
  ul.afta_sortable_list li.afta_header {
    height: 1%;
    overflow: hidden;
  }
    .afta_module_listing thead tr th {
      padding: 7px 10px;
    }
    ul.afta_sortable_list li.afta_header div {
      padding: 5px 10px;
      font-weight: bold;
    }
  ul.afta_sortable_list li.sortable {
    width: 100%;
    height: 1%;
    overflow: hidden;
    position: relative;
    cursor: move;
  }
  .afta_module_listing tbody {
    height: 300px;
    overflow: auto;
  }
    ul.afta_sortable_list li.sortable div {
      padding: 5px 10px;
      display: inline;
    }
    .afta_module_listing tbody tr {
      height: auto;
    }
      .afta_module_listing tbody tr.highlight td, ul.afta_sortable_list li.sortable.highlight {
        background-color: #ddd;
      }
    .afta_module_listing tbody tr.sortable {
      cursor: move;
    }
      .afta_module_listing tbody tr.sortable:hover td.first, ul.afta_sortable_list li.sortable:hover {
        background-image: url(/images/cms/draggable_handle_bg.gif);
        background-position: left top;
        background-repeat: repeat-y;
      }
      .afta_module_listing tbody tr.sortable td.first, ul.afta_sortable_list li.sortable div.afta_options {
        padding-left: 25px;
      }
      .afta_module_listing tbody tr.sortable:hover td, .afta_module_listing tbody tr.highlight.sortable:hover td,
      ul.afta_sortable_list li.sortable.highlight:hover, ul.afta_sortable_list li.sortable:hover {
        background-color: #ffff9a;
      }

/* pagination */
ul.afta_generic_pagination {
  list-style: none;
  float: left;
  width: auto;
  clear: both;
  margin: 10px 0;
}
  ul.afta_generic_pagination li {
    list-style: none;
    float: left;
    display: inline;
    margin-right: 10px;
  }
    ul.afta_generic_pagination li a {
      color: #000;
      text-decoration: underline;
      font-weight: normal;
    }
/* list filter */
.generic_listing_filter {
  margin: 10px 0;
  float: left;
}
  .generic_listing_filter p.actions {
    float: right;
  }
    .generic_listing_filter p.actions .filter_term, .filter_term {
      border: 1px solid #555;
      color: #aaa;
      font-style: italic;
      padding: 1px;
    }
    .generic_listing_filter p.actions .filter_term:focus, .filter_term:focus {
      color: #333;
      font-style: normal;
    }

/**
 * Multi-module forms styling
 */
#afta_module_controls {
  margin-top: 10px;
  clear: both;
  float: left;
  width: 100%;
}
  #afta_module_controls .afta_form_buttons_info {
    float: left;
    width: 510px;
  }
  #afta_module_controls input, #afta_module_controls .afta_required_fields_notice, #afta_module_controls .afta_form_nav_explanation {
    float: left; margin-right: 10px;
  }
  #afta_module_controls .afta_form_nav_explanation {
    color: #555;
    clear: left;
    margin-right: 0;
    margin-top: 5px;
  }
#afta_modules_list {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
  #afta_modules_list a.afta_mod_has_errors, #afta_modules_list strong.afta_mod_has_errors {
    color: #a00;
  }

/**
 * Filtering form
 */
#filtering_form {
  margin-bottom: 10px;
}
  #filtering_form .afta_filter_control {
    margin: 0 1px;
    max-width: 150px;
  }
  #filtering_form label {
    margin-right: 5px;
  }
  #filtering_form a {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
  }
  
/**
 * Generic form
 */
#afta_generic_form {
  margin-top: 10px;
}
  #afta_history, #afta_form_elements, #afta_explanation_bar {
    margin: 10px 0;
  }
  #afta_history, #afta_explanation_bar {
    color: #333;
    font-style: italic;
    background-color: #febf00;
    margin-top: 0;
    padding: 5px;
  }
  #afta_history a, #afta_explanation_bar a {
    font-style: normal;
  }
  #afta_form_controls {
    float: left;
    margin-bottom: 10px;
  }
    #afta_form_controls input {
      float: left;
      margin-right: 10px;
    }
      #afta_form_controls input.afta_float_right {
        float: right;
        margin-left: 10px;
        margin-right: 0;
      }
    #afta_form_controls input.afta_no_margin {
      margin-right: 0;
    }
    #afta_form_controls span {
      display: block;
      float: left;
    }
    #afta_form_controls .afta_vert_spacer {
      border-right: 1px solid #aaa;
      margin-right: 10px;
      display: inline;
    }
    #afta_form_controls .afta_vert_spacer.left {
      border-left: 1px solid #aaa;
      margin-left: 10px;
      padding-left: 10px;
      border-right: 0;
      margin-right: 0;
    }
    #afta_form_controls ul {
      float: left;
      display: inline;
      margin: 0 10px;
    }
      #afta_form_controls ul li {
        list-style: none;
        float: left;
        clear: left;
      }
        #afta_form_controls ul li label input {
          display: inline;
        }

  #afta_form_elements {
    margin-bottom: 0;
    height: 1%;
    overflow: hidden;
    clear: both;
  }
    #afta_form_elements .afta_form_row, #afta_form_elements fieldset, .afta_form_row {
      margin: 10px 0;
      float: left;
      clear: left;
      width: 100%;
    }
    #afta_form_elements .afta_location_set .afta_form_row {
      width: 430px;
    }
    #afta_form_elements .afta_location_set .afta_form_row #gi_neighborhood_id_ctrl {
      width: 260px;
    }
    #afta_form_elements .afta_form_row.afta_highlighted_row, .afta_form_row.afta_highlighted_row {
      background-color: #eee;
      border: 1px solid #ddd;
    }
    #afta_form_elements .afta_form_row.afta_spadded_row, .afta_form_row.afta_spadded_row, .afta_spadded_row {
      padding: 3px;
    }
    #afta_form_elements fieldset {
      border: 0;
      padding: 0;
    }
      #afta_form_elements fieldset legend {
        font-weight: bold;
        font-style: italic;
        margin: 0; padding: 0;
      }
        #afta_form_elements fieldset legend a {
          font-style: normal;
        }
    #afta_event_schedules fieldset legend a {
      font-style: normal;
    }
    #afta_form_elements .afta_form_row.afta_no_margin, .afta_form_row.afta_no_margin {
      margin-top: 0;
    }
    #afta_form_elements .afta_form_row.afta_small_left_pad, .afta_form_row.afta_small_left_pad, .afta_small_left_pad {
      padding-left: 20px;
    }
    #afta_form_elements .afta_left_padded_row, .afta_left_padded_row {
      padding-left: 160px;
    }
      #afta_form_elements .afta_form_row .afta_form_row_controls, .afta_form_row .afta_form_row_controls {
        float: left;
      }
      #afta_form_elements .afta_form_row .afta_form_row_controls_mid, .afta_form_row .afta_form_row_controls_mid {
        width: 500px;
      }
      #afta_form_elements .afta_form_row label, .afta_form_row label {
        float: left;
        display: inline;
        width: 150px;
        margin-right: 10px;
      }
      #afta_form_elements .afta_form_row label.afta_auto_width, .afta_form_row label.afta_auto_width {
        width: auto;
      }
      #afta_form_elements .afta_form_row label.afta_float_right, .afta_form_row label.afta_float_right {
        float: right;
      }
      #afta_form_elements .afta_form_row .afta_hor_items_list label, .afta_form_row .afta_hor_items_list label {
        width: auto;
        float: none;
      }
      #afta_form_elements .afta_form_row.afta_form_error_row label, .afta_form_row.afta_form_error_row label, #afta_form_elements .afta_form_row span.afta_form_error_row label {
        color: #a00;
        font-weight: bold;
      }
      #afta_form_elements .afta_form_row.afta_form_error_row .afta_hor_items_list label, .afta_form_row.afta_form_error_row .afta_hor_items_list label {
        color: #000;
        font-weight: normal;
      }
      #afta_form_elements .afta_form_row .afta_form_ctrl, .afta_form_row .afta_form_ctrl {
        float: left;
        display: inline;
        border: 1px solid #ddd;
        padding: 2px;
        margin-right: 10px;
      }
      #afta_form_elements .afta_form_row .afta_form_ctrl.afta_phone_ctrl {
        float: none;
        margin: 0;
        border-top-color: #f1f1f1;
        border-left-color: #f1f1f1;
        border-right-color: #f1f1f1;
        border-bottom-color: #bbb;
        text-align: center;
      }
      #afta_form_elements .afta_form_row .afta_phone_ctrl_wrapper {
        margin-right: 10px;
      }
      #afta_form_elements .afta_form_row .afta_phone_ctrl_text {
        font-size: 120%;
      }
      #afta_form_elements .afta_form_row.afta_form_error_row .afta_form_ctrl, .afta_form_row.afta_form_error_row .afta_form_ctrl {
        background-color: #fee;
        border-color: #aaa;
      }
      #afta_form_elements .afta_form_row .mceEditorContainer {
        float: left;
        display: inline;
        margin-right: 10px;
      }
      #afta_form_elements .afta_form_row .afta_form_ctrl.afta_inline_elem, .afta_form_row .afta_form_ctrl.afta_inline_elem {
        float: none;
      }
      #afta_form_elements .afta_form_row .afta_xtiny_width, .afta_form_row .afta_xtiny_width {
        width: 20px;
      }
      #afta_form_elements .afta_form_row .afta_tiny_width, .afta_form_row .afta_tiny_width {
        width: 40px;
      }
      #afta_form_elements .afta_form_row .afta_time_picker_width, .afta_form_row .afta_time_picker_width {
        width: 68px;
      }
      #afta_form_elements .afta_form_row .afta_small_width, .afta_form_row .afta_small_width {
        width: 100px;
      }
      #afta_form_elements .afta_form_row .afta_mid_width, .afta_form_row .afta_mid_width {
        width: 150px;
      }
      #afta_form_elements .afta_form_row .afta_large_width, .afta_form_row .afta_large_width {
        width: 300px;
      }
      #afta_form_elements .afta_form_row .afta_xlarge_width, .afta_form_row .afta_xlarge_width {
        width: 450px;
      }
      #afta_form_elements .afta_form_row .afta_field_info, #afta_form_elements .afta_form_row .afta_field_error, .afta_form_row .afta_field_info, .afta_form_row .afta_field_error, .afta_field_info {
        color: #777;
        font-style: italic;
      }
      #afta_form_elements .afta_form_row .afta_field_error, .afta_form_row .afta_field_error {
        color: #a00;
        font-weight: bold;
      }
      #afta_form_elements .afta_dynamic_time_picker {
        margin-right: 10px;
        border: 1px solid #999;
      }
      #afta_form_elements .afta_form_row .afta_hor_items_list, .afta_form_row .afta_hor_items_list {
        list-style: none;
        display: inline;
      }
        #afta_form_elements .afta_form_row .afta_hor_items_list li, .afta_form_row .afta_hor_items_list li {
          display: inline;
        }
    #afta_form_elements #afta_grades_container {
    }
      #afta_form_elements #afta_grades_container label {
        width: 60px;
        margin-bottom: 5px;
      }
      #afta_form_elements .afta_form_row.afta_form_error_row #afta_grades_container label {
        color: #000;
      }
        #afta_form_elements #afta_grades_container label input {
          margin-right: 3px;
          vertical-align: middle;
        }
    #afta_form_elements .afta_check_label {
      vertical-align: middle;
      margin-right: 10px;
    }
    
div.afta_error_block {
  margin: 10px 0;
  padding: 5px 10px;
  border: 1px solid #e88;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  background-color: #d99;
  clear: both;
}

textarea.afta_notes_slot_box {
  border: 1px solid #ddd;
  padding: 2px;
  width: 175px;
  height: 230px;
  overflow: scroll;
}

/**
 * Popups styling
 */
.afta_popup_window {
  background-color: #f0f0f0;
  text-align: center;
  padding: 0;
}
  .afta_popup_window #sfWebDebug {
    display: none;
  }
.afta_popup_container {
  width: 500px;
  padding: 10px;
  float: left;
  background-color: #f0f0f0;
  margin: auto 0;
  height: 1%;
  overflow: hidden;
  text-align: left;
}
  .afta_popup_container .afta_form_row {
  }
  .afta_popup_container .afta_left_padded_row {
    padding-left: 110px;
  }
    .afta_popup_container .afta_form_row label {
      width: 100px;
    }
    .afta_popup_container .afta_form_row label.afta_auto_width {
      width: auto;
    }
#afta_history_table {
  height: 350px;
  overflow: auto;
}

/**
 * Time picker styling
 */
.afta_time_picker_list {
  height: 120px;
  overflow: auto;
  border: 1px solid #ccc;
}
  .afta_time_picker_list ul {
    list-style: none;
    margin: 0; padding: 0;
    background-color: #fff;
  }
    .afta_time_picker_list ul li {
      padding: 2px 0 2px 2px;
      font-size: 100%;
    }
    .afta_time_picker_list ul li.selected {
      background-color: #eee;
    }
.afta_roundc_button {
  width: 100px;
  float: left;
  display: inline;
}
  .afta_roundc_button .afta_roundcorners_top {
    float: left;
    width: 100%;
  }
  .afta_roundc_button .afta_submenu_small_padding {
    float: left;
    clear: left;
    width: 90px;
  }
  .afta_roundc_button .afta_submenu_small_padding label {
    line-height: 16px;
  }
.afta_hours_hidden_container {
  float: left;
  display: inline;
  background-color: #ddd;
  padding: 5px;
  height: 1%;
}
  .afta_hours_hidden_container .afta_weekday_container {
    float: left;
    padding: 5px;
    clear: left;
    white-space: nowrap;
  }
  .afta_hours_hidden_container .afta_weekday_container .afta_day_label {
    float: left;
    line-height: 16px;
    width: 60px;
  }
  .afta_hours_hidden_container .afta_weekday_container .afta_day_periods {
    float: left;
  }
    .afta_hours_hidden_container .afta_weekday_container .afta_day_periods .afta_day_periods_list {
      float: left;
    }
      .afta_hours_hidden_container .afta_weekday_container .afta_day_periods .afta_day_periods_list .afta_day_hours {
        float: left;
        clear: left;
        margin-bottom: 5px;
        white-space: nowrap;
      }
  .afta_hours_hidden_container .afta_weekday_container .afta_day_periods a.afta_day_periods_add_action {
    display: block;
    clear: left;
  }
/**
 * Recently updated list
 */
#org_recently_block_wrapper {
  width: 49%;
}

#alliance_recently_block_wrapper {
}
  #alliance_recently_block_wrapper .generic_block_wrapper {
    margin-top: 0;
  }
  
.afta_recently_updated {
}
  .afta_recently_updated ul {
    margin: 10px 0;
    padding: 0;
  }
    .afta_recently_updated ul li {
      margin-bottom: 12px;
    }

/**
 * Org. home quick links
 */
dl.afta_home_quick_links {
}
  dl.afta_home_quick_links dt, dl.afta_home_quick_links dd, dl.afta_home_quick_links dd.last {
    margin: 0; padding: 0;
  }
  dl.afta_home_quick_links dd {
    margin-bottom: 10px;
  }

/**
 * Content queue
 */
.afta_heading_action {
  font-size: 60%;
}
h3 .afta_heading_action {
  font-size: 80%;
}
#content_queue {
  height: 1%;
  overflow: hidden;
} 
  #content_queue table td p em {
    color: #999;
  }
  #content_queue p.comment {
    color: #999;
    font-style: italic;
  }
  #queue_form .actions span {
    font-weight: bold;
  }
  #queue_listing {
  }
    #queue_listing tr td .action_content {
      color: #f05401;
    }
    #queue_listing tr td .content_attribs {
      font-weight: normal;
    }
  #content_queue #filtering_form a, #content_queue #filtering_form span {
    margin-right: 10px;
  }
  
/**
 * New Content Module
 */  
#new_content_module {
  padding: 10px 0;
  height: 1%;
  overflow: hidden;  
} 
  #new_content_module select {
    background-color: #C8E9FF;
  }
  #new_content_module #new_content_options {
    display: inline;
  }
  #new_content_module .afta_home_module_row {
    margin-bottom: 10px;
  }
  
/**
 * Preview tabs
 */
#afta_tabs_container {
  float: left;
  clear: left;
  padding-top: 10px;
  width: 100%;
}
.tabbed_switch {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  width: 90px;
  padding: 5px 10px;
  color: #999;
  border: 1px solid black;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin-right: 10px;
}
  .tabbed_switch.off {
    border-bottom-color: #ddd;
    background-color: #f0f0f0;
  }
  
#publishing_comments {
  float: left;
  clear: both;
  width: 100%;
  margin: 10px 0;
}
  #publishing_comments .afta_generic_help_block {
    float: left;
    clear: none;
    margin: 0 10px 0 0;
    width: 410px;
    height: 110px;
    min-height: 110px;
  }
  #publishing_comments textarea.afta_notes_slot_box {
    width: 99%;
    height: 80px;
  }
  #publishing_comments h3 {
    margin-bottom: 5px;
  }
  
/**
 * Round corners
 */
b.afta_roundcorners_top, b.afta_roundcorners_bottom {
  display:block;
  background: transparent;
}
b.afta_roundcorners_top b, b.afta_roundcorners_bottom b {
  display:block;
  height: 1px;
  overflow: hidden;
}

b.afta_roundcorners_r1 {
  margin: 0 5px;
}
b.afta_roundcorners_r2 {
  margin: 0 3px;
}
b.afta_roundcorners_r3 {
  margin: 0 2px;
}
b.afta_roundcorners_top b.afta_roundcorners_r4, b.afta_roundcorners_bottom b.afta_roundcorners_r4 {
  margin: 0 1px;
  height: 2px;
}

#printable_tos_wrapper {
  text-align: left;
  padding: 10px;
}
  #printable_tos_wrapper h1 {
    margin-bottom: 20px;
  }
  #printable_tos_wrapper pre {
    font-size: 14px;
  }

