/***** Global Settings *****/

html, body {
  border: 0;
  margin: 0;
  padding: 0;
}

html {
  font-family: arial, verdana, sans-serif;
  font-size: 13px;
}

body {
  color: #606060;
  margin: 0;
}

body.loading {
  cursor: wait;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  letter-spacing: -1px;
  padding: 1em 0;
}

h2 {
  font-size: 1.5em;
  letter-spacing: -1px;
  padding: 1em 0;
}

h3 {
  font-size: 1.3em;
}

p, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 1em 2em;
  padding: 0;
}

small, .small {
  font-size: .9em;
}

img {
  border: 0;
}

sup {
  bottom: 0.3em;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.2em;
  position: relative;
  vertical-align: baseline;
}

acronym, abbr {
  border-bottom: 1px dashed;
  cursor: help;
  letter-spacing: 1px;
}

div.success_text p {
  margin-bottom: .8em;
}

/***** Links *****/

a, a:visited, .link {
  color: #4787c7;
  cursor: pointer;
  -moz-outline: 0;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

.help, a.help {
  color: #16a002;
}

/***** Landing Pages *****/
div.landing_page h3 {
  border-bottom: 1px dotted;
  float: left;
  margin-left: 1em;
  min-width: 20em;
  padding: .5em 0 .2em;
}

div.landing_page ul {
  clear: both;
  padding: 1em 0 0 3em;
}

div.landing_page ul li {
  background: url(/static/images/theme/default/form_section_toggle.png) no-repeat 0 -16px;
  margin-left: 1em;
  padding: 0 0 1em 2em;
}

/***** Forms *****/

.error_message {
  color: #920000;
}

.success_message {
  color: #019d03;
}

.text_greyout {
  color: #aaa;
}

form {
  border: 0;
  margin: 0;
  padding: 0;
}

  form div.edit {
    background: #fbfbfd;
    padding-top: 1em;
  }

  form div.form_section_container {
    margin: 0 0 0 3em;
  }

  form div.table_container {
    margin: 0 0 0 1.3em;
  }

    form div.table_container + div.table_container {
      border-top: 2px solid #fbfbfd;
      margin-top: .5em;
      padding-top: .5em;
    }

    form table tbody tr {
      height: 1.4em;
    }

      form table tbody tr td.label {
        font-weight: bold;
        padding: 0.4em 0.5em 0.4em 1.5em;
        vertical-align: top;
      }

        form table tbody tr td.label div.value {
          font-weight: normal;
        }

        form.view table tbody tr td.label {
          padding: 0.1em 1.5em 0;
        }

        form table tbody tr td.label.error {
          background: url(/static/images/theme/default/error_sign_small.png) 0 .4em no-repeat;
          color: #920000;
        }

        form table tbody tr td.label em {
          font-size: 1.1em;
          color: #4787c7;
        }

      form table tbody tr td.value {
        padding-right: 2em;
      }

        form table tbody tr td.value select.select_with_other + div {
          margin-top: .3em;
        }

/* For some unknown reason we have to duplicate this. It doesn't
   parse correctly on the live system */
      form table tfoot tr td.label {
        font-weight: bold;
        padding: 0.4em 0.5em 0.4em 1.5em;
        vertical-align: top;
      }

      form table tfoot tr td.value {
        padding-right: 2em;
      }

          form table tbody tr td.value div.lov select {
            width: 16em;
          }

        form.view table tbody tr td.value {
          padding-right: 3em;
        }

    form table tbody.buttons tr td {
      padding: 1em;
    }

    form table tbody.sub_form_actions {
      display: none;
    }

      form table tbody.sub_form_actions tr td {
        padding: 0 1.5em;
      }

    form table tbody.hidden_fields {
      display: none;
    }

    form table.many_many_relationship {
      width: 46em;
    }

      form table.many_many_relationship tr.titles td {
        font-size: 1.2em;
        font-weight: bold;
        padding: 0 .5em;
      }

      form table.many_many_relationship tr td.buttons div {
        border: 1px solid red;
        height: 4em;
      }

      form table.many_many_relationship select {
        width: 19em;
      }

  form div.buttons, div.tab_buttons {
    padding: 1em 3.1em;
  }

div.form_errors {
  background: #fff url(/static/images/theme/default/error_sign.png) 1em center no-repeat;
  border: 1px solid #d5e0f1;
  color: #920000;
  font-weight: bold;
  margin-bottom: 1em;
  min-height: 5em;
  padding: 1em 1em 1em 8em;
}

  div.form_errors div {
    margin: .4em 0;
  }

div.form_success {
  background: #fff url(/static/images/theme/default/success_sign.png) 1em center no-repeat;
  border: 1px solid #019d03;
  color: #019d03;
  font-weight: bold;
  margin-bottom: 1em;
  min-height: 5em;
  padding: 1em 1em 1em 8em;
}

  div.form_success div {
    margin: .4em 0;
  }

div.sub_section_collapsible {
  padding: 1em 0;
}

  div.sub_section_collapsible.closed {
    padding-bottom: 0;
  }

  div.sub_section_collapsible div.sub_collapsible_titlebar {
    background: #ffffcc;
    margin-bottom: 1em;
    padding: .3em 1em .4em .7em;
  }

    div.sub_section_collapsible div.sub_collapsible_titlebar div.toggle {
      cursor: pointer;
      height: 16px;
      margin-right: 1em;
      width: 16px;
    }

      div.sub_section_collapsible.open div.sub_collapsible_titlebar div.toggle {
        background: url(/static/images/theme/default/form_section_toggle.png) no-repeat;
      }

      div.sub_section_collapsible.closed div.sub_collapsible_titlebar div.toggle {
        background: url(/static/images/theme/default/form_section_toggle.png) no-repeat 0 -16px;
      }

div.section_collapsible {
  padding: 1em 0;
}

  div.section_collapsible.closed {
    padding-bottom: 0;
  }

  div.section_collapsible div.collapsible_titlebar {
    background: #ffffcc;
    margin-bottom: 1em;
    padding: .3em 1em .4em .7em;
  }

    div.section_collapsible div.collapsible_titlebar div.toggle {
      cursor: pointer;
      height: 16px;
      margin-right: 1em;
      width: 16px;
    }

      div.section_collapsible.open div.collapsible_titlebar div.toggle {
        background: url(/static/images/theme/default/form_section_toggle.png) no-repeat;
      }

      div.section_collapsible.closed div.collapsible_titlebar div.toggle {
        background: url(/static/images/theme/default/form_section_toggle.png) no-repeat 0 -16px;
      }

    div.section_collapsible div.collapsible_titlebar span.title {
      padding-right: 2em;
    }

    div.section_collapsible div.collapsible_content {
      margin: 0pt 0pt 0pt 1.3em;
    }

div.tab_titlebar {
  background: none repeat scroll 0 0 #F0F4FA;
  border: 1px solid #D7D7D7;
  height: 2em;
  margin-bottom: 1em;
  padding: 1em;
  vertical-align: middle;
}

div.tab_titlebar h3 {
  font-size: 1.9em;
}


input, textarea {
  border: 1px solid #d7d7d7;
  font-family: sans-serif;
}

input {
  margin: 0;
  padding: .2em .3em;
}

input[type=submit] {
  font-family: sans-serif;
  font-size: 1em;
  height: 1.8em;
  left: 0em;
}

input[type=reset] {
  font-size: 1em;
  height: 1.8em;
}

input[type=text], input[type=password] {
  font-size: 1em;
  width: 13em;
}

input[type=text].long_input, input[type=password].long_input {
  width: 24em;
}

input[type=checkbox],
input[type=radio] {
  border: 0;
}

input[type=radio] + span + input[type=radio] {
  margin-left: 1.5em;
}

input[type=radio] + span {
  margin-left: .5em;
/*  position: relative;
  top: -.2em; */
}

input[type=text].color {
  float: left;
  width: 12em;
}

input[type=text].iv_color_picker_text {
  height: 2.5em;
}

input[type=text].iv_color_picker_text ~ .sp-replacer {
  padding: 4px;
}

.sp-container .sp-input {
  width: 100%;
}

input[type=text].size_5 {
  width: 5em;
}

input[type=text].size_10 {
  width: 10em;
}

input[type=text].size_15 {
  width: 15em;
}

div.long_label_checkbox {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  font-weight: normal;
}

div.long_label_checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
}

select { 
  font-size: 1em;
}

textarea {
  font-size: 1em;
  line-height: 1.25;
  height: 7em;
  overflow: auto;
  padding: .2em .3em;
  width: 40em;
}

textarea.head_tag {
  height: 25em;
  width: 50em;
}

textarea.rte {
  height: 30em;
  width: 66em;
}

textarea.narrow {
  width: 28em;
}

textarea.extra_narrow {
  width: 24em;
}

.label_spacer {
  height: 8px;
}

label.check_radio {
  display: block;
  padding: 0 1.5em .5em 0;
  white-space: nowrap;
}

  label.check_radio input {
    vertical-align: middle;
  }

  label.check_radio span {
    padding-left: .2em;
    vertical-align: middle;
  }

/**** The char_* class help to set the width of form fields ****/
input.char_100 { width: 25em; }
input.char_50 { width: 25em; }
input.char_15 { width: 9em; }
input.char_11 { width: 6em; }
input.char_10 { width: 5.8em; }
input.char_9  { width: 5.6em; }
input.char_8  { width: 5.2em; }
input.char_7  { width: 4.6em; }
input.char_6  { width: 3.9em; }
input.char_5  { width: 3.3em; }
input.char_4  { width: 2.7em; }
input.char_3  { width: 2.2em; }
input.char_2  { width: 1.4em; }
input.char_1  { width: 1em;   }

.button {
  background: #ffffea;
  border-width: 1px 0;
  border-style: solid;
  border-color: #f0b034;
  cursor: pointer;
  float: left;
  margin: 0 .3em;
}

  .button span {
    background: #ffffea;
    border-width: 0 1px;
    border-style: solid;
    border-color: #f0b034;
    display: block;
    padding: .2em .4em;
  }

  .button.mousedown,
  .button.mousedown span {
    border-color: #be8b29;
  }

  .button.disabled,
  .button.disabled span {
    background-color: #ddd;
    border-color: #999;
    color: #777;
    cursor: auto;
  }

  .button.loading {
    cursor: wait;
  }

.button_pt9 span {
  font-size: 0.9em;
}

.button.fixed_w_sm {
  margin-bottom: .5em;
  text-align: center;
  width: 6em;
}

span.text_field_and_button span.checking,
span.text_field_and_button div {
  display: none;
}

span.text_field_and_button div {
  padding: .6em 0;
}

iframe#form_submitter {
  left: -1000px;
  position: absolute;
  top: -1000px;
}

#flash_message, #flash_error, #tab_flash_message, #tab_flash_error, .flash_message {
  clear: both;
  text-align: center;
  font-size: 1.3em;
}

  #flash_message span, #flash_error span, #tab_flash_message span, #tab_flash_error span, .flash_message span {
    border: 1px solid #d5e0f1;
    padding: 0.4em;
  }

#tab_flash_message, #tab_flash_error {
  padding: .2em 0 .8em;
}

  #flash_message span, #tab_flash_message span, .flash_message span {
    background-color: #f0f4fa;
    display: block;
  }

  #flash_error span, #tab_flash_error span, .flash_error span {
    background-color: #920000;
    border-color: #920000;
    color: #fff;
  }

/***** Global Classes *****/

.clear         { clear: both; }
.clear_l       { clear: left; }
.clear_r       { clear: right; }
.float_l       { float: left; }
.float_follow  { position: relative; top: 3px; }
.float_r       { float: right; }
.float_n       { float: none; }
.text_left     { text-align: left; }
.text_right    { text-align: right; }
.text_center   { text-align: center; }
.text_justify  { text-align: justify; }
.nowrap        { white-space: nowrap; }
.bold          { font-weight: bold; }
.inline        { display: inline; }
.block         { display: block; }
.italic        { font-style: italic; }
.red           { color: #f00; }
.underline     { border-bottom: 1px solid; }
.hidden        { display: none; }
.pad_l         { padding-left: .6em; }
.pad_r         { padding-right: .6em; }
.pad_t         { padding-top: .6em; }
.pad_b         { padding-bottom: .6em; }
.big_pad_l     { padding-left: 5em; }
.big_pad_r     { padding-right: 5em; }
.margin_l      { margin-left: 1.7em; }
.margin_r      { margin-right: 1.7em; }
.margin-center { margin: auto 0; }
.more-hidden   { display: none; } /* Used by more jquery plugin */
.vert_divider  { padding: 0 .2em; font-size: .9em; vertical-align: top; }
.footnote      { font-style: italic; font-size: .9em }
.no_overflow   { overflow: hidden; }
.progress      { cursor: progress; }
.pre {
  overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.fix_ie_width_outer { zoom: 1; }
.fix_ie_width_inner { zoom: 1; overflow: auto; }

.disable {
  color: #777;
  cursor: default;
  text-decoration: none;
}

.rounded {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

p.basic {
  margin-bottom: 1em;
}

div.footnote p {
  margin-top: 1em;
}

table.basic_table {
  margin-bottom: 1em;
}

  table.basic_table th,
  table.basic_table td {
    padding: 0 2em 0 0;
  }

  table.basic_table td.site_promo_name {
    text-align: right;
    width: 10em;
  }

  table.basic_table caption {
    font-weight: bold;
/*    padding-bottom: .8em; */
    text-align: left;
  }

/******** Global Elements *********/

#main_container {
  margin: 0 auto;
  min-width: 74em;
  padding: 0 1em;
  width: 95%;
}

#breadcrumb, #wizard_crumbs {
  padding: .9em 3em;
}

#breadcrumb.wizard_crumbs {
  float: left;
  padding-right: 0;
}

#wizard_crumbs {
  float: left;
  padding-left: .3em;
}

#breadcrumb span,
#wizard_crumbs span.divider {
  position: relative;
  top: -0.05em;
}

#wizard_crumbs span.future {
  color: #c1c1c1;
}

#footer {
  font-size: 0.9em;
  margin: 3em auto 1em;
  text-align: center;
}

.loading_box {
  background-color: #ffc;
  border: 1px solid #606060;
  color: #606060;
  display: none;
  filter: alpha(opacity=95);
  font-size: 1.5em;
  left: 1em;
  opacity: 0.95;
  padding: 1em 2em;
  position: fixed;
  top: 1em;
  z-index: 989999;
}

#iv_publish {
  border: 1px solid #AFE14C;
  padding: 10px;
}

#iv_publish_box {
  background: #F7F7F7;
  border: 1px solid #E8E8E8;
  padding: 5px;
}

.modal_dialog .__publish_schedule {
  border: 1px solid #d5e0f1;
}

.modal_dialog .__publish_schedule_header {
  background: #ffffcc url(/static/images/theme/default/content_divider_bg_blue.png) repeat-x bottom;
  font-weight: bold;
  padding: 1em 1em 2.5em;
}

.modal_dialog .__publish_schedule_clock {
  float: right;
}

.modal_dialog .__publish_schedule_clock svg {
  fill: #26bf00;
}

.modal_dialog .__publish_schedule_info {
  padding: 0 10px 10px;
}

.modal_dialog #__publish_later_info > p {
  padding: 0 0 15px;
}

.modal_dialog .__publish_error {
  color: #ff0000;
}

.modal_dialog #__publish_later_info > div {
  padding: 0 0 10px;
}

.modal_dialog #__publish_later_info > div .datepicker {
  display: inline;
}

.modal_dialog .__publish_minutes,
.modal_dialog .__publish_seconds {
  font-size: 1.1em;
  font-weight: bold;
}

#loading_bar_border {
  border: #000 1px solid;
  font-size: .85em;
  height: 12px;
  margin: 5px 0 0 0;
  text-align: center;
  width: auto;
}

#loading_bar {
  background: #2E77C0;
  color: #fff;
  float: left;
  height: 100%;
}

.page_loading {
  background-color: #ffc;
  border: 1px solid #606060;
  color: #606060;
  filter: alpha(opacity=95);
  font-size: 1.5em;
  left: 1em;
  opacity: 0.95;
  padding: 1em 2em;
  position: fixed;
  top: 1em;
  z-index: 989999;
}

/********* Login Form **********/

div.narrow_item {
  width: 30em;
}

#browser_unsupported {
  width: 70%;
}

div.forgot_password {
  padding-top: 1em;
  text-align: center;
}

div.login_message {
  color: #16a002;
  padding: .5em 0 1em;
  text-align: center;
}

div.login_message a,
div.login_message a:visited {
  color: #16a002;
}

div.browser_message {
  font-size: 1.3em;
  padding: .5em 0 1em;
}

/* ---------- Framing for pages ---------- */

div.frame {
  background-color: #f0f4fa;
  border: 1px solid #d5e0f1;
  color: #606060;
  margin: 0 auto;
}

  div.frame div.frame_top {
    background: #ffffcc url(/static/images/theme/default/content_divider_bg_blue.png) repeat-x bottom;
    padding: 0.8em 1em 2.3em 4em;
  }

    div.frame div.frame_top div.item_actions,
    div.frame div.frame_top div.section_actions {
      padding-left: 3em;
      position: relative;
      top: 0.1em;
    }

      div.frame div.frame_top div.item_actions span {
        padding: 0 .4em;
      }


  div.frame div.frame_body {
    padding: 0 2em 1em;
  }

    div.frame div.frame_body div.item_pre_text{
      border-bottom: 1px dotted;
      margin: 1em 0 1em 1.3em;
    }

      div.frame div.frame_body div.item_pre_text p {
        padding: 0 0 .6em 0;
      }

    div.frame div.frame_body div.item_post_text{
      border-top: 1px dotted;
      margin: 1em 0 1em 1.3em;
    }

      div.frame div.frame_body div.item_post_text p {
        padding: .6em 0 0 0;
      }

  div.frame div.frame_box {
    padding: 1em 0;
  }

    div.frame div.frame_box div.frame_box_header {
      background: #FFFFCC;
      margin: 1em 0;
      padding: 0.3em 1em 0.4em 2em;
    }

      div.frame div.frame_box div.frame_box_header span.title {
        font-weight: bold;
        padding-right: 2em;
      }

    div.frame div.frame_box div.frame_box_body {
      padding: 0 2em;
    }

  div.frame div.social_frame_body {
    padding: 0 4em 1em;
  }

div.frame.slim {
  margin: 0;
  width: 50em;
}

/* ---------- Framing for modals -----------*/
div.modal_frame {
  border: none;
}
  div.modal_frame div.modal_frame_body {
    padding: 0 2em 1em;
  }
    div.modal_frame div.modal_frame_body div.modal_pre_text {
      border-bottom: 1px dotted;
      margin-bottom: 1em;
    }
      div.modal_frame div.modal_frame_body div.modal_pre_text p {
        padding: 0 0 .6em 0;
      }

/* ---------- Tables ---------- */

div.frame.borders div.frame_body div.table_container table,
div.frame.borders div.frame_body div.table_container td,
div.table_container.borders table,
div.table_container.borders table td {
  border: 1pt solid black;
  border-collapse: collapse;
  padding: 0.8em;
}

div.table_container.full_width table {
  width: 100%;
}

/* ---------- Modals ---------- */

.modal_dialog {
  background-color: #f0f4fa;
  border: 5px solid #2365b0;
  color: #606060;
  display: none;
  left: 300px;
  padding: 0;
  position: fixed;
  top: 200px;
  width: 42em;
}

  .modal_dialog.semiwide {
    width: 50em;
  }

  .modal_dialog.wide {
    width: 74em;
  }

  .modal_dialog.cropper {
    width: 820px;
    height: 800px;
  }

  .modal_dialog div.title_bar_container {
    background: #2365b0 url(/static/images/theme/default/modal_title_bar.png) no-repeat;
    cursor: move;
    height: 1.6em;
  }

    .modal_dialog div.title_bar_container div {
      cursor: pointer;
      height: 15px; /* no em here, we need pixels to make it the exact height/width of the bg image */
      margin-left: 2px;
      width: 16px;
    }

    .modal_dialog div.title_bar_container div.modal_close {
      background: url(/static/images/theme/default/modal_close.png) no-repeat;
    }

    .modal_dialog div.title_bar_container div.modal_shade {
      background: url(/static/images/theme/default/modal_shade.png) no-repeat;
    }

    .modal_dialog div.title_bar_container div.modal_unshade {
      background: url(/static/images/theme/default/modal_unshade.png) no-repeat;
    }

    .modal_dialog div.title_bar_container div.title_bar {
      cursor: move;
      margin-left: 0;
      width: 95%;
    }

  .modal_dialog div.content {
    max-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .modal_dialog.standard div.content {
    max-height: 500px;
  }

  .modal_dialog.tall div.content {
    max-height: 800px;
  }

  .modal_dialog div.content .top {
    background: #ffffcc url(/static/images/theme/default/content_divider_bg_blue.png) repeat-x bottom;
    padding: 1.2em 2em 2.5em;
  }

  .modal_dialog div.content .top h3 {
    font-size: 1.6em;
  }

  .modal_dialog div.content .top p.caption {
    clear: both;
    font-size: 1em;
  }

  .modal_dialog div.content .top .help_for_page {
    margin: 0;
  }

  .modal_dialog div.content div.modal_load {
    background: #FFF url(/static/images/theme/default/spinner.gif) no-repeat top left;
    height: 3em;
    padding: .6em 0 0 30px;
  }

  .modal_dialog div.content .middle {
    padding: 0 1em;
  }

    .modal_dialog div.content .middle > p {
      padding: 0.7em 0;
    }

    .modal_dialog div.content .middle label {
      padding: 0 0 0 5px;
      vertical-align: top;
    }

  .modal_dialog div.content .bottom {
    padding: 0 1em 2em;
  }

    .modal_dialog div.content .bottom table {
      width: 100%;
    }

    .modal_dialog div.content .bottom > div {
      padding: 0.5em 0;
    }

    .modal_dialog div.content .bottom > p {
      padding: 1.5em 0;
    }

      .modal_dialog div.content .bottom td.info_tip {
        padding: 13px 0;
      }

      .modal_dialog div.content .bottom p.info_tip {
        background: url(/static/images/theme/default/icon_help.png) no-repeat scroll 1em 0;
        padding: 0 3em;
      }

      .modal_dialog div.content .bottom > div.confirm {
        padding: 2em 0 0.5em;
      }

    .modal_dialog div.content .bottom > span.item {
      padding: 0.3em 1em;
      display: block;
    }

    .modal_dialog div.content .bottom div.modal_messages {
      background: #fff;
      border: 1px solid #ff0000;
      margin: 0 0 10px 0;
      padding: 10px;
    }

    .modal_dialog div.modal_messages ul li span {
      color: #ff0000;
    }

.overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal_overlay, .thumbnail_overlay, .editor_overlay_top {
  background-color: rgba(0,0,0,0.4);
  /*
  filter: alpha(opacity=40);
  opacity: .4;
  */
}

.dark_overlay {
  background-color: rgba(0,0,0,.8);
}

.overlay_semi_clear {
  filter: alpha(opacity=20);
  opacity: .2;
}

.note_modal ul {
  list-style: disc outside none;
}

.note_modal ul li {
  margin-top: 15px;
}

.note_modal ul li > div {
  display: inline;
  font-weight: bold;
}

.note_modal ul li > p {
  padding-top: 2px;
}

.note_modal_spinner {
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

div.preview_window {
/*  border: 6px solid #000;*/
  display: none;
  position: fixed;
  z-index: 4001;
}

/* ----------- Admin Top ---------- */

#user_sign_in {
  padding: 0.7em 3.5em 0 0;
  text-align: right;
}

#reseller_logo {
  margin: 0 0 1em 0;
  padding: 0 0 0 1.8em;
}

#brand_logo {
  border-right: 1px dotted;
  margin: 0 0 1em 0;
  padding: 0 1.8em 0;
}

#app_text {
  margin: 0 0 0.5em;
  padding: 0.8em 1em;
}

/* ----------- Admin Menu ---------- */

#admin_menu {
/*  background: url(/static/images/theme/default/main_menu_bg_middle.png) repeat-x;*/
  background: #2e77c0;
  height: 2.5em;
}

  #admin_menu_l, #admin_menu_r {
    height: 2.5em;
    width: .5em;
  }

  #admin_menu_l {
    background: url(/static/images/theme/default/admin_menu_corner_bl.png) bottom left no-repeat;
  }
#admin_menu_l div {
      background: url(/static/images/theme/default/admin_menu_corner_tl.png) no-repeat;
    }

  #admin_menu_r {
    background: url(/static/images/theme/default/admin_menu_corner_br.png) bottom right no-repeat;
  }

    #admin_menu_r div {
      background: url(/static/images/theme/default/admin_menu_corner_tr.png) top right no-repeat;
    }

.admin_menu {
  padding-left: 9em;
  padding-top: .5em;
  position: relative;
  z-index: 969000;
}

  .admin_menu li {
    position:relative;
  }

  .admin_menu > li {
    float: left;
  }

  .admin_menu a {
    color: #2e77c0;
    display: block;
    font-weight: bold;
    text-decoration: none;
  }

  .admin_menu li.disabled a {
    color: #aaa;
  }

    .admin_menu li ul {
      background-color: #ffffff;
      border: 1px solid #2e77c0;
      position: absolute;
      visibility: hidden;
      width: 15em;
    }

    .admin_menu > li > ul {
      border-top: none;
    }

    .admin_menu > li.clicked {
      background: #ffffff url(/static/images/theme/default/admin_menu_corner_right.png) top right no-repeat;
    }

      .admin_menu > li div {
        padding-right: .4em;
      }

      .admin_menu > li.clicked div {
        background: url(/static/images/theme/default/admin_menu_corner_left.png) no-repeat;
      }

      .admin_menu > li > div > a {
        color: #fff;
        padding: .3em 1.7em .7em .7em;
      }

        .admin_menu > li:hover > div > a {
          color: #ccc;
        }

        .admin_menu > li.clicked div > a {
          background: url(/static/images/theme/default/admin_menu_item_arrow_d.png) right 40% no-repeat;
          color: #2e77c0;
        }

      .admin_menu > li.clicked > ul {
        visibility: visible;
        left: -1px;
        top: 2em;
      }

      .admin_menu ul.submenu li ul { 
        left: 15em;
        top: -.3em;
      }

      .admin_menu li.clicked ul.submenu li:hover > ul {
        visibility: visible;
      }

      .admin_menu ul.submenu li {
        padding: .1em .5em 0;
      }

        .admin_menu ul.submenu li.last_child {
          padding-bottom: .5em;
        }

        .admin_menu ul.submenu li:first-child {
          padding-top: .5em;
        }

        .admin_menu ul.submenu li a {
          background: #f0f4fa;
          padding: .4em .5em;
          width: 13.1em;
        }

          .admin_menu ul.submenu li a.parent,
          .admin_menu ul.submenu li:hover a.parent {
            background-image: url(/static/images/theme/default/admin_menu_sub_menu_icon.gif);
            background-position: 98% 50%;
            background-repeat: no-repeat;
          }

          .admin_menu ul.submenu li a span {
            padding-left: 1em;
            position: relative;
            top: -.1em;
          }

          /**
           * Submenu's have certain actions, one of them being a 'link' action.
           * This link action specifies its own class 'admin_menu_link'. Its
           * defintion is below.
           */
          .admin_menu ul.submenu li a span.admin_menu_link {
            display: block;
            padding: 0;
            top: 0;
            width: 100%;
          }

      .admin_menu ul.submenu li:hover > a {
        background: #ffc;
      }

/* ---------- Payment Failure ---------- */

div#payment_failure {
  margin-top: 1.5em;
  margin-left: 1em;
  font-weight: bold;
}


/* ---------- User Alerts ---------- */

#user_alerts {
  background: url(/static/images/global/icons/about_32.png) 1em 1em no-repeat;
  border: 1px solid #4787c7;
  margin: 1em 0 2em;
  padding: 1em 1em 0em 5em;
}

  #user_alerts.warning_alert {
    background-image: url(/static/images/global/icons/warning_32.png);
  }

  #user_alerts div {
    background-color: #fff;
    border-top: 1px dashed;
    padding: 1em 0;
  }

    #user_alerts div:first-child {
      border-top: 0;
      padding-top: 0;
    }

    #user_alerts div p {
      padding-top: .3em;
    }

/* ---------- Page Top ---------- */

#page_top {
  padding: 1em 0.7em 0.7em 2.5em;
}

  #page_top > * {
    margin: 0 0.5em;
  }

  #page_icon {
    margin: 0;
  }

  #page_title {
    font-size: 1.9em;
    height: 1.2em;
    margin-top: 0.2em;
    max-width: 28em;
    overflow: hidden;
  }

  .help_for_page, #top_search, #create_new {
    margin-top: 0.8em;
  }

  .help_for_page {
    background: url(/static/images/global/icons/help_sm.png) left center no-repeat;
    padding: .5em 2em;
    white-space: nowrap;
  }

/*  .help_for_page a {
    position: relative;
    top: -0.2em;
  } */

  #page_top .page_title_button {
    margin-top: 0.6em;
  }

  #page_top .button_squeeze {
    margin-left: 0.4em;
    margin-right: 0.4em;
  }

/* ---------- Action Menus ---------- */

.action_menu {
  background-color: #fff;
  border: 2px solid #2e77c0;
  color: #606060;
  display: none;
  padding: 0;
  position: absolute;
  width: 12em;
  z-index: 969000;
}

  .action_menu div.title_bar {
    padding: .3em .3em 1.5em .7em;
  }

    .action_menu div.title_bar div.title {
      font-weight: bold;
    }

    .action_menu div.title_bar div.action_menu_close {
      cursor: pointer;
      font-weight: bold;
    }

  .action_menu div.content {
    border-top: 2px solid #2e77c0;
  }

  .action_menu div.content p {
    padding: .5em .7em;
  }

  .action_menu div.content ul li {
    padding: .5em .7em 0;
  }

  .action_menu div.content ul li:last-child {
    padding-bottom: .5em;
  }

/* ---------- Rich Tables ---------- */

div.rich_table {
/*  font-size: 0.9em; */
}

      div.rich_table div.rich_table_views > *,
      div.rich_table div.rich_table_filters > * {
        padding-right: 0.6em;
      }

      div.rich_table div.rich_table_views h3,
      div.rich_table div.rich_table_filters h3 {
        color: #ffb22c;
      }

      div.rich_table div.rich_table_views span.view_action {
        padding: 0 0 0 1.2em;
        position: relative;
        top: 0.3em;
      }

      div.rich_table div.rich_table_views input {
        margin-right: .4em;
      }

    div.rich_table_views + div.rich_table_filters {
      border-top: 1px solid #d5e0f1;
      margin-top: .5em;
      padding-top: .5em;
    }

  div.rich_table div.actions {
    padding: .8em 0 1.1em 1em;
  }

    div.rich_table div.actions.rich_table_top {
      padding-bottom: .2em;
    }

    div.rich_table div.actions.rich_table_bottom {
      padding-top: .2em;
    }

    div.rich_table div.actions > * {
      margin: 0 0.4em;
    }

    div.rich_table div.actions div.paginate,
    div.rich_table div.actions div.select_rows {
      padding-right: 1em;
      /*position: relative;*/
      top: 0.3em;
    }

    div.rich_table div.actions div.select_all_records,
    div.rich_table div.actions div.select_all_records_selected {
      background: #ffffcc;
      display: none;
      margin-top: .5em;
      text-align: center;
      padding: .2em;
    }

    div.rich_table div.actions div.paginate span[title=first] {
      padding-left: .5em;
    }

  div.rich_table div.table_wrap {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 .5em;
  }

  div.rich_table table.main {
    border-collapse: collapse;
    margin: 1em auto;
    width: 99%;
  }

      div.rich_table table.main thead tr th {
        background: #d5e0f1 url(/static/images/theme/default/table_header_seperator.png) no-repeat 5px 50%;
        font-weight: normal;
        padding: 0.7em 1em 0.7em 1.3em;
        text-align: left;
      }

        div.rich_table table.main thead tr th.sortable {
          cursor: pointer;
        }

        div.rich_table table.main thead tr th:first-child {
          background-image: none;
          padding-left: 1em;
        }

        div.rich_table table.main thead tr th span {
          background: transparent no-repeat right .3em;
          padding-bottom: 0.3em;
          padding-right: 1em;
          text-decoration: underline;
          white-space: nowrap;
        }

          div.rich_table table.main thead tr th.sort_up span {
            background-image: url(/static/images/theme/default/table_sort_up.png);
          }

          div.rich_table table.main thead tr th.sort_down span {
            background-image: url(/static/images/theme/default/table_sort_down.png) ;
          }

      div.rich_table table.main tbody tr td {
        border-top: 2px solid #fbfbfd;
        border-bottom: 2px solid #fbfbfd;
        padding: 0.7em 0.5em 0.7em 1.3em;
      }

        div.rich_table table.main tbody tr td:first-child {
          padding-left: .3em;
          white-space: nowrap;
        }

        div.rich_table table.main tbody tr td.loading,
        div.rich_table table.main tbody tr td.no_records {
          font-size: 1.4em;
          text-align: center;
        }

        div.rich_table input.noleft[type=submit] {
          position: relative;
          left: 0em;
        }

        div.rich_table input.noleft[type=text] {
          position: relative;
          left: 0em;
        }

        div.rich_table input.noleft[type=checkbox] {
          position: relative;
          left: 0em;
        }

        div.rich_table table.main tbody tr td:first-child input {
          margin-right: .5em;
        }

      div.rich_table table.main tbody tr:first-child td {
        border-top-color: #f0f4fa;
      }

      div.rich_table table.main tbody tr.last_child td {
        border-bottom-color: #f0f4fa;
      }

      div.rich_table table.main tbody tr.hover {
        background-color: #d5e0f1;
      }

        div.rich_table table.main tbody tr.hover td {
          border-top-color: #fbfbfd;
          border-bottom-color: #fbfbfd;
        }

      div.rich_table table.main tbody tr.clicked {
        background-color: #ffc;
      }

    div.rich_table table.main tfoot tr {
      background-color: #d5e0f1;
      height: 0.6em;
    }

    div.rich_table table.main td img.rt_thumb {
      vertical-align: middle;
    }

/* ---------- Data Filters ---------- */

div.data_filter span.refresh {
  vertical-align: top;
}

div.data_filter table {
  padding-top: 1em;
}

div.data_filter table tbody tr td.remove,
div.data_filter table tbody tr td.display {
  padding-right: 1em;
}

div.data_filter table tbody tr td {
  white-space: nowrap;
}

div.data_filter table tbody tr td.end {
  width: 22em;
}

  div.data_filter table tbody tr td.end div.date_between {
    padding: .5em 1em .5em 0;
  }

/* ---------- Tooltip Plugin ---------- */

span.tooltip_float_r {
  display: block;
  float: right;
  padding: .2em .5em;
}

span.tooltip img {
  margin-left: .4em;
  vertical-align: middle;
}

span.tooltip div {
  background-color: #fff;
  border: 2px solid #2e77c0;
  color: #606060;
  display: none;
  font-weight: normal;
  padding: .7em;
  position: fixed;
  white-space: normal;
  width: 16em;
  word-wrap: break-word;
  z-index: 970000;
}

  span.tooltip.wide div,
  span.tooltip div.wide {
    width: 20em;
  }

  span.tooltip div p {
    margin: .6em 0;
  }

  span.tooltip.hover {
    cursor: help;
  }

  span.tooltip.hover div {
    cursor: auto;
  }

/* ---------- Terms and Conditions ---------- */

div.terms {
  color: #000;
  margin: 0 auto 50px;
  width: 600px;
}

  div.terms h3 {
    padding: 1em 0;
    text-align: center;
  }

  div.terms h4 {
    font-weight: bold;
    padding: 1.2em 0 .2em;
  }

  div.terms h4 a {
    color: #000;
    cursor: default;
  }

  div.terms p {
    padding: .7em 0 0 0;
  }

  div.terms a {
    color: #000;
  }

  div.terms a.bookmark {
    cursor: default;
    text-decoration: none;
  }

  div.terms ul {
    list-style: disc;
    padding: 10px 30px;
  }

  div.terms ul li {
    padding: 0 0 10px 0;
  }

  div.terms a {
    color: #000;
  }

  div.terms ul.toc ul {
    padding: 0 30px;
  }

  div.terms ul.toc li {
    padding: 0;
  }

  div.terms ol {
    padding: 0 1em;    
  }

  div.terms ol li {
    padding-bottom: 1em;
  }

  div.terms ol.layer2 {
    list-style-type: lower-alpha;
    padding: 1em 0 0 2em;
  }

/* ---------- Field Message --------- */

div.help_box {
  float: right;
  width: 1em;
}

  div.help_box div.help_box_container {
    font-size: 0.9em;
    position: relative;
    top: 0;
    right: 0;
    width: 1em;
  }

    div.help_box div.help_box_container div.help_box_content {
      position: absolute;
      right: 20em;
      width: 1em;
    }


    div.help_box div.help_box_container div.help_box_content .help_box_text {
      left: 1.4em;
      padding: 1em;
      position: absolute;
      top: -2.2em;
      width: 15em;
    }

    div.help_box div.help_box_container div.help_box_content .help_box_left_arrow {
      font-size: 0.1em;
      position: absolute;
      top: -14em;
    }

/* -------- End Field Message -------- */

/* -------- WebCenter Upgrade -------- */

#wc_upgrade_container {
  padding: 0 5em;
}

  #wc_upgrade_container p {
    padding: 1em 0;
  }

#wc_upgrade_error {
  display: none;
}

/* -------- End WebCenter Upgrade -------- */

/* -------- Start SEO Modals ---------*/

ul.seo_modal {
  list-style: disc;
  margin-left: 1.5em;
}

ul.seo_modal li {
  padding-bottom: 5px;
}

ul.seo_modal li ul li:first-child {
  padding-top: 0.8em;
}

ul.seo_modal li ul li:last-child {
  padding-bottom: 0.8em;
}

/* -------- End SEO Modals -----------*/

/* -------- Start Social Status Updater ---------*/

p.social_error {
  color: #FF0000;
  font-weight: bold;
  padding: 0 0 10px 0;
}

div.social_accounts {
  padding: 0 0 5px 0;
}

  div.social_accounts label {
    cursor: pointer;
  }

  div.social_accounts > label {
    padding: 0 0 0 5px;
  }

  div.social_accounts p.all_accounts > * {
    float: left;
  }

  div.social_accounts p.all_accounts > label {
    padding: 0 0 0 5px;
  }

div.social_status {
  float: left;
  width: 40em;
}

div.social_status textarea {
  clear: both;
  float: left;
  width: 100%;
}

div.social_status p {
  clear: both;
}

div.social_status p.char_limit {
  float: right;
}

div.social_buttons {
  clear: both;
  padding: 20px 0;
}

ul.social_accounts {
  clear: both;
  padding: 0 0 0 20px;
}

  ul.social_accounts > li {
    clear: both;
    padding: 7px 0 0 0;
  }

  ul.social_accounts li > * {
    float: left;
  }

  ul.social_accounts li img,
  ul.social_accounts li input {
    margin: 1px 2px;
  }

  ul.social_accounts li > span {
    padding: 0 0 0 5px;
  }

.modal_dialog div.content div.social_modal > p,
.modal_dialog div.content div.social_modal > ul {
  padding: 0 0 1.5em 0;
}

.modal_dialog div.content div.social_modal > ul {
  list-style: disc inside none;
  padding-left: 5px;
}

.disable_recurring_modal {
  clear: both;
  float: left;
  margin: 15px 0 0;
}

.disable_recurring_modal > * {
  float: left;
}

.disable_recurring_modal > label {
  margin: 0 0 0 5px;
}

span#seo_toggle_tooltip > div,
span#google_toggle_tooltip > div,
span#facebook_toggle_tooltip > div,
span#morse_setup_toggle_tooltip > div,
span#morse_hosting_toggle_tooltip > div,
span#morse_addon_toggle_tooltip > div,
span#oasis_ecommerce_setup_toggle_tooltip > div,
span#oasis_ecommerce_hosting_toggle_tooltip> div {
    font: 13px arial, verdana, sans-serif;
    letter-spacing: 0px;
}

/* -------- End Social Status Updater -----------*/

#three0_admin {
  border: 1px solid;
  height: 80vh;
  min-height: 500px;
  width: 100%;
}

#awstatsbis {
  border: 1px solid;
  height: 80vh;
  min-height: 500px;
  width: 100%;
}

#morse_connect_frame_container {
  position: absolute;
  top: 0;
  left: 0;  
  width: 100%;
  height: 100%;
}

#morse_connect_frame_overlay {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;  
  width: 100%;
  height: 100%;
  opacity: .7;
}

#morse_connect_back {
  color: #fff;
  margin: 8px 0 0 40px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 150%;
  text-decoration: none;
}

#morse_connect_frame {
  background: #eee;
  border: 1px solid #666;
  margin: 35px;
  min-height: 500px;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(99vh - 70px);
  width: calc(100vw - 70px);
  z-index: 981000;
}

/* -------- Monthly Service Options Boxes -----------*/

#monthly_options {
/*  width: 1460px; */
  padding: 30px 0;
}

#monthly_options.two_col {
  width: 980px;
}

#monthly_options .option_box {
  float: left;
  margin: 0 8px;
  max-width: 465px;
  min-height: 480px;
  position: relative;
}

#monthly_options.three_col .option_box {
  width: 31%;
}

#monthly_options.two_col .option_box {
  width: 458px;
}

  #monthly_options .option_box1 {
    background: #e87189;
  }

  #monthly_options .option_box2 {
    background: #9dbf5d;
  }

  #monthly_options .option_box3 {
    background: #719fe8;
  }

#monthly_options .option_box_top {
  background: #a34f60;
  color: #ffc;
  font-size: 28px;
  padding: 20px 40px;
}

  #monthly_options .option_box1 .option_box_top {
    background: #a34f60;
  }

  #monthly_options .option_box2 .option_box_top {
    background: #6e8641;
  }

  #monthly_options .option_box3 .option_box_top {
    background: #4f70a3;
  }

#monthly_options .option_box_bottom {
  color: #fff;
  padding: 40px 30px;
}

#monthly_options .option_box_bottom img.option_tag {
  position: absolute;
  top: 0;
  left: 35px;
}

#monthly_options .option_box .price {
  border-bottom: 1px solid #fff;
  font-size: 42px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#monthly_options .option_box .price span {
  font-size: 12px;
}

#monthly_options .option_box ul {
  list-style: disc inside none;
  margin-top: 14px;
}

#monthly_options .option_box ul li {
  padding: 7px 0;
}

/*
#monthly_options .option_box ul li span {
  position: relative;
  left: -1em;
}
*/

#monthly_options .option_box .option_btn {
  background: #fff;
  bottom: 5%;
  cursor: pointer;
  font-size: 18px;
  left: 28%;
  margin: 20px auto;
  padding: 10px;
  position: absolute;
  width: 40%;
}

  #monthly_options .option_box1 .option_btn {
    color: #e87189;
  }

  #monthly_options .option_box2 .option_btn {
    color: #9dbf5d;
  }

  #monthly_options .option_box3 .option_btn {
    color: #719fe8;
  }

@media (min-width: 1620px) {
  #monthly_options #option_icons3_1 {
    border-right: 1px solid #fff;
    padding-right: 8px;
    margin-right: 8px;
  }
}

@media (max-width: 1619px) {
  #monthly_options.three_col .option_box {
    min-height: 520px;
  }

  #monthly_options.three_col #option_icons3_1 {
    display: block;
    margin: 0 auto 10px;
  }

  #monthly_options.two_col #option_icons3_1 {
    border-right: 1px solid #fff;
    padding-right: 8px;
    margin-right: 8px;
  }
}

@media (max-width: 1340px) {
  #monthly_options.three_col .option_box .price {
    font-size: 30px;
  }

  #monthly_options.three_col .option_box {
    min-height: 560px;
  }

  #monthly_options.three_col .option_box ul {
    list-style: disc outside none;
  }

  #monthly_options.three_col .option_box ul li {
    text-align: left;
  }

  #monthly_options.three_col .option_box ul li span {
    left: -.3em;
  }
}

@media (min-width: 1240px) {
  #monthly_options #option_icons2_1 {
    border-right: 1px solid #fff;
    padding-right: 8px;
    margin-right: 8px;
  }
}

@media (max-width: 1239px) {
  #monthly_options.three_col #option_icons2_1 {
    display: block;
    margin: 0 auto 10px;
  }
}
/* -------- End Monthly Service Options Boxes -------*/

