/*  
  Compiled using CSS Dryer
  Yay nested selectors and variables!
  http://agilewebdevelopment.com/plugins/css_dryer
*/




/* ============================ */
/* = Global Lists = */
/* ============================ */
/* 2 column list */
*.list_2_col {
  background-color: #FFF;
}
*.list_2_col *.row {
  border-bottom: 1px solid #DDD;
  background: transparent url(http://3.static.getsatisfaction.com/images/grid_center.png) repeat-y 50% 0;
}
*.list_2_col *.row *.cell {
  width: 50%;
  float: left;
  position: relative;
}
*.list_2_col *.row *.cell *.pad {
  padding: 8px;
}
*.list_2_col *.row *.cell *.mini_profile_icon {
  margin-right: 15px;
}
*.list_2_col *.row *.cell *.name {
  font-size: 1.1em;
  font-weight: bold;
}
*.list_2_col *.row *.cell *.location {
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 8px
}
*.list_2_col *.row *.cell *.actions {
  float: right;
  font-size: 90%;
  margin-left: 10px;
}


/* ============================ */
/* = Form Elements = */
/* ============================ */

*.live_search {
  position: relative;
  border: 1px solid #CCCCCC;
  border-width: 0px 1px 1px 1px;
  background-color: #EEE;
}
*.live_search *.status {
  clear: both;
  position: relative;
  padding: 2px 8px;
  font-size: 1.1em;
}
*.live_search *.results {
  height: 135px;
  overflow: auto;
  position: relative;
}
*.live_search *.results ol {
  position: relative;
  border: 3px solid #dddddd;
  border-width: 2px 0;
}
*.live_search *.results ol li {
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.1em;
  margin-bottom: 1px;
  padding: 2px 0px 2px 26px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 6px 2px;
}
*.live_search *.results ol li a {
  display: block;
  text-decoration: none;
}
*.live_search *.results ol li a * {
  float: left;
  display: block;
  cursor: pointer;
}
*.live_search *.results ol li a span.popular {
  color: #414142;
  font-size: 80%;
  padding: 1px 6px;
  margin-right: 5px;
  background: #f8ee6b;
  border: 1px solid #e2c363;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
*.live_search *.results ol li a span.status {
  color: #414142;
  font-size: 80%;
  margin-right: 5px;
}
*.live_search *.results ol li.question {
  background-image: url(http://1.static.getsatisfaction.com/images/question_16c.png);
  background-position: 7px 2px;
}
*.live_search *.results ol li.question span.status { background-color: #CCE8F1; }
*.live_search *.results ol li.idea {
  background-image: url(http://3.static.getsatisfaction.com/images/idea_16c.png);
}
*.live_search *.results ol li.idea span.status { background-color: #F0FA8C; }
*.live_search *.results ol li.problem {
  background-image: url(http://3.static.getsatisfaction.com/images/problem_16c.png);
}
*.live_search *.results ol li.problem span.status { background-color: #faa1a1; }
*.live_search *.results ol li.talk {
  background-image: url(http://0.static.getsatisfaction.com/images/talk_16c.png);
}
*.live_search *.results ol li.talk span.status { background-color: #DFEFCE; }
*.live_search *.results ol li.talk {
  background-image: url(http://0.static.getsatisfaction.com/images/praise_16c.png);
}
*.live_search *.results ol li.talk span.status { background-color: #DFEFCE; }
*.live_search *.results ol li.update {
  background-image: url(http://3.static.getsatisfaction.com/images/update_16c.png);
}
*.live_search *.results ol li.update span.status { background-color: #DFEFCE; }
*.live_search *.results ol li:hover {
  text-decoration: underline;
}
*.live_search *.after_results {
  padding: 10px;
  position: relative;
  background-color: #ffffff;
  border-top: 1px solid #CCCCCC;
}
*.live_search *.seemore { float: right; font-size: 90%; margin-top:1px; }


#login_options_new {
  float: right;
  width: 310px;
  padding-top:5px;
}
#login_options_new .inset {
  background-color: #FFF; 
}
#login_options_new h2 {
  color: #111;
  font-size: 1em !important;
  letter-spacing: 0!important;
}
#login_options_new h3 {
  margin-bottom: 8px;
}
#login_options_new .option {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #DDD;
}
#login_options_new .option .submit {
  padding: 3px 6px;
  margin-left: 5px;
}
#openid_url {
  width: 180px;
}
#login_options_new .no_account {
  padding-top: 10px;
}
#login_options_new .no_account h3 {
  margin-bottom: 0;
}
#login_options_new .no_account .btn {
  padding: 8px 10px;
}
#login_options_new .no_account img {
  padding-top: 5px
}

/* ============================================================================== */
/* = Only include self-contained  repeatable  generic widget css into this file = */
/* ============================================================================== */

.warning {
  color: #ff0000; 
  font-weight: bold; 
  padding: 1px; 
  background-color: #FFFFCC;
}



/* Table Data */

/* ==================== */
/* = nice table style = */
/* ==================== */


.data {
  table-layout:auto;
  border-collapse: collapse;
  font-size: inherit;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
.data th {
  border-right: 1px solid #DDD;
  font-weight: bold;
  white-space: nowrap;
  padding: 3px 3px 3px 6px;
  background-color: #EEE;
  border-bottom: 2px solid #888;
}




.data td {
  color: #333;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  padding: 3px 0 3px 6px;
}

.data td div strong {
  font-weight: normal;
  display: block;
  padding-bottom: 3px;
}

.data td.row_label div strong {
  font-size: 90%;
  font-weight: bold;
}
.data td.row_label * {
  vertical-align: middle;
}
.data td.row_label span {
  font-size: 90%;
}
.data td.row_label .toggle {
  color: black;
  background: transparent url(/images/black_arrow.png) no-repeat 100% 50%;
  padding-right: 12px;
}
.data td.row_label .on {
  background: transparent url(/images/black_arrow_on.png) no-repeat 100% 50%;
  padding-right: 12px;
}
.data tr.on td.row_label .toggle {
  color: white;
  background-image: url(/images/white_arrow.png);
}
.data tr.on td.row_label .on {
  color: white;
  background-image: url(/images/white_arrow_on.png);
}



input.text,
textarea,
.select,
select {
  color: #666;
  font-size: 100%;
  padding: 4px 0 4px 3px;
  border: 1px solid #CCC;
  border-top-color: #666;
  border-left-color: #999;
  background: #FFF url(/images/i_b.gif) no-repeat;
  margin: 0px; }
  input.text:focus,
  input.text .focus,
  textarea:focus,
  textarea .focus,
  .select:focus,
  .select .focus,
  select:focus,
  select .focus {
    color: #333;
    background-image: url(/images/input_active.png); }

button,
.submit {
  color: #ffffcc !important;
  font-weight: bold;
  cursor: pointer;
  overflow: visible;
  font-size: 100%;
  padding: 4px 8px;
  background-color: #99cc66;
  border: 1px solid #75a848; }
  button:hover,
  .submit:hover {
    text-decoration: none;
    background-color: #90c55c;
    border-color: #54822c; }

form {
  margin: 0;
  padding: 0;
  /* Global Form Elements */
  /* Layouts */ }
  form .msg {
    width: 450px; }
  form fieldset {
    margin: 0;
    padding: 0;
    border: none; }
  form label {
    color: #444;
    font-size: 1em; }
    form label .required {
      font-weight: bold; }
  form input:disabled {
    background-color: #FFF !important; }
  form input.submit:disabled {
    cursor: default;
    background-color: #CCC !important;
    color: #999;
    border-color: #CCC; }
  form input.submit {
    outline: none; }
  form input.submit:disabled:hover {
    border-color: #CCC; }
  form .spinning {
    background: #CCC url(/images/spinner_ccc.gif) no-repeat 8px 6px !important;
    padding-left: 30px !important; }
  form .or {
    font-weight: bold;
    color: #333;
    font-size: 1.1em;
    padding-right: 2px; }
  form textarea {
    font: 1.1em normal Arial, Helvetica, sans-serif;
    width: 98%;
    height: 160px;
    color: #666;
    margin: 0;
    background-color: #FFF;
    padding: 4px 0 4px 3px;
    border: 1px solid #CCC;
    border-top-color: #666; }
  form .red {
    color: red;
    font-weight: bold; }
  form .legend {
    clear: left;
    padding: 10px 0;
    margin: 10px 0; }
    form .legend strong {
      font-size: 1.1em;
      display: block; }
    form .legend small, form .legend span {
      font-size: 1em;
      color: #666; }
  form .h_row {
    padding: 6px 0; }
    form .h_row label {
      margin-right: 5px; }
  form .radio_row {
    float: left;
    clear: both;
    padding: 8px 0;
    margin-left: 130px; }
    form .radio_row *.radio_pair {
      float: left; }
      form .radio_row *.radio_pair input {
        margin-right: 3px; }
  form .text_row {
    float: left;
    clear: both;
    padding: 8px 0; }
    form .text_row .required label {
      font-weight: bold; }
    form .text_row .highlight {
      background-color: #FFFF99; }
    form .text_row .t_label {
      float: left;
      display: block;
      width: 120px;
      padding-top: 4px;
      text-align: right; }
      form .text_row .t_label label small {
        font-weight: normal; }
    form .text_row .t_input {
      float: right;
      text-align: left;
      width: 340px; }
      form .text_row .t_input input {
        width: 220px; }
      form .text_row .t_input input.checkbox {
        width: auto; }
      form .text_row .t_input input, form .text_row .t_input textarea, form .text_row .t_input select.select, form .text_row .t_input select {
        color: #666;
        padding: 4px 0 4px 3px;
        border: 1px solid #CCC;
        border-top-color: #666;
        border-left-color: #999;
        background: #FFF url(/images/i_b.gif) no-repeat; }
        form .text_row .t_input input:focus, form .text_row .t_input textarea:focus, form .text_row .t_input select.select:focus, form .text_row .t_input select:focus,
        form .text_row .t_input input .focus, form .text_row .t_input textarea .focus, form .text_row .t_input select.select .focus, form .text_row .t_input select .focus {
          color: #333;
          background-image: url(/images/input_active.png); }
    form .text_row .vmiddle {
      padding: 4px 0; }
    form .text_row .r_input {
      float: right;
      text-align: left;
      width: 340px; }
    form .text_row .label_description {
      color: #777;
      font-size: 0.9em;
      line-height: 1;
      padding-top: 2px;
      display: block; }
  form .file_row {
    position: relative; }
  form .check_row {
    clear: both;
    padding: 6px 0; }
    form .check_row * {
      vertical-align: middle !important; }
    form .check_row label {
      display: inline; }
    form .check_row input {
      margin-right: 3px; }
  form .radio_group {
    padding: 5px 0; }
  form .radio_set * {
    float: left; }
  form .radio_set label {
    font-size: 1em;
    padding-left: 4px;
    margin-right: 20px; }
  form .submit_row {
    clear: both;
    padding: 8px 0;
    margin-left: 130px; }
    form .submit_row input,
    form .submit_row button {
      color: #ffffcc !important;
      font-weight: bold;
      cursor: pointer;
      overflow: visible;
      font-size: 100%;
      padding: 4px 8px;
      background-color: #99cc66;
      border: 1px solid #c4e2a7;
      border-right-color: #75a848;
      border-bottom-color: #75a848; }
      form .submit_row input:hover,
      form .submit_row button:hover {
        text-decoration: none;
        border-color: #75a848; }

.form_message {
  color: #000;
  padding: 10px 16px 10px 16px;
  margin-bottom: 12px;
  background-color: #f8f8f8;
  border-bottom: 3px solid #d4d4d4;
  position: relative; }
  .form_message h2 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 6px; }
  .form_message p {
    font-size: 90%;
    margin-bottom: 5px; }
  .form_message .close {
    top: 10px;
    right: 16px;
    font-size: 90%;
    position: absolute; }

/* Form Types */
.user_form {
  width: 470px; }
  .user_form .text_row {
    width: 470px; }
  .user_form .check_row {
    margin-left: 126px; }
  .user_form #avatar_picker {
    width: 240px; }
  .user_form #current_user_avatar {
    width: 55px;
    height: 55px;
    border: 4px solid #9FD7E7; }

.admin_form {
  width: 760px; }
  .admin_form fieldset {
    border-bottom: 1px solid #CCC;
    padding-bottom: 25px;
    margin-bottom: 30px; }
  .admin_form .legend {
    clear: both;
    width: 560px;
    margin: 0 0 20px 0;
    padding: 0; }

.modal_form .text_row {
  width: 550px; }
  .modal_form .text_row .t_label {
    width: 120px; }
  .modal_form .text_row .t_input,
  .modal_form .text_row .r_input {
    width: 420px; }
    .modal_form .text_row .t_input textarea,
    .modal_form .text_row .r_input textarea {
      width: 60%; }

.topic_form {
  width: 882px; }
  .topic_form .fieldset_row {
    padding-top: 14px;
    padding-bottom: 18px;
    border-bottom: 1px dotted #999;
    width: 882px;
    float: left;
    clear: left; }
    .topic_form .fieldset_row .f_label {
      line-height: 1;
      font-size: 1.4em;
      width: 100px;
      padding-right: 20px;
      display: block;
      float: left; }
    .topic_form .fieldset_row .f_details {
      text-align: left;
      float: right;
      width: 760px; }

.new_user_avatar {
  padding: 6px; }
  .new_user_avatar .file_row input {
    font-size: 80%; }
  .new_user_avatar #upload_avatar {
    padding-top: 10px;
    clear: left; }

/* = Avatar Picker = */
#avatar_picker {
  float: left;
  text-align: left;
  padding: 6px;
  background-color: #f8f8f8; }
  #avatar_picker .file_row input {
    font-size: 80%; }
  #avatar_picker #upload_avatar {
    padding-top: 10px;
    clear: left; }

/* Product Form */
#product_image_picker_form {
  position: absolute;
  z-index: 5;
  top: 208px;
  left: 28px;
  width: 170px; }
  #product_image_picker_form .file_row {
    position: relative; }
    #product_image_picker_form .file_row input {
      font-size: 75%;
      position: relative;
      text-align: left;
      border-width: 1px; }

#related_companies_list li {
  margin-bottom: 8px;
  float: left;
  width: 50%; }

#relationship_editor {
  margin-top: 8px; }

.employee_row {
  background-color: #EEE;
  padding: 10px; }

.recaptcha_container,
#recaptcha_container {
  background-color: #FFF; }
  .recaptcha_container #recaptcha_image,
  #recaptcha_container #recaptcha_image {
    padding: 1px;
    border: 1px solid #DDD; }
  .recaptcha_container .instruction,
  #recaptcha_container .instruction {
    margin-top: 1em; }
  .recaptcha_container #recaptcha_response_field,
  #recaptcha_container #recaptcha_response_field {
    margin-top: 6px; }

.recaptcha_isnot_showing_audio .switch_audio {
  display: inline; }
.recaptcha_isnot_showing_audio .switch_image {
  display: none; }

.recaptcha_is_showing_audio .switch_audio {
  display: none; }
.recaptcha_is_showing_audio .switch_image {
  display: audio; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, address, em, font, img, q, s, small, strike, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

ul.styled {
  list-style-type: disc !important; }
  ul.styled li {
    margin-left: 30px;
    margin-bottom: 5px; }

ol.styled {
  list-style-type: decimal !important; }
  ol.styled li {
    margin-left: 30px;
    margin-bottom: 10px; }

.enable_lists ul {
  list-style-type: disc; }
  .enable_lists ul li {
    margin-bottom: 5px; }

.rule {
  height: 1px;
  width: 100%;
  padding: 8px 0;
  clear: both;
  display: block;
  background: transparent url(/images/link_line.png) repeat-x 0 50%; }

.highlight {
  background: #FCFFA2; }

a.more {
  color: #444 !important;
  text-decoration: underline !important;
  background: transparent url(/images/seemore_arrow.png) no-repeat 2px 52%;
  padding-left: 10px;
  font-size: 90%; }
  a.more:hover {
    color: #000 !important; }

h1, .content_header {
  color: #40454F;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: -0.5px;
  margin-bottom: 1em; }

h1 span.sub, .content_header span.sub {
  color: #999;
  font-size: 90%;
  white-space: nowrap; }

h1 .h_tag, .content_header .h_tag {
  font-size: 110%;
  color: #333; }

h2 {
  color: #666;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.8em; }
  h2 small {
    color: #999;
    font-size: 90%;
    font-size: 80%;
    letter-spacing: 0;
    font-weight: normal;
    white-space: nowrap; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 8px; }
  h4 strong {
    font-weight: normal;
    color: #000; }

h5 {
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 10px; }

small {
  font-size: 90%; }

strong {
  font-weight: bold; }

.first {
  margin-left: 0 !important; }

.left {
  float: left; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

ol, ul {
  list-style: none; }

#content p, #sidebar p, #overlay p {
  line-height: 1.3;
  margin-bottom: 20px; }

a {
  color: #195190;
  outline: none;
  text-decoration: none; }
  a:visited {
    color: #195190;
    text-decoration: none; }
  a:hover {
    color: #195190;
    text-decoration: underline; }
  a:focus {
    outline: 0; }

a.rss_link {
  background: transparent url(/images/rss_small.gif) no-repeat;
  padding-left: 18px;
  font-size: 90%;
  font-weight: bold; }

a.topic_url {
  line-height: 1.1em;
  font-weight: bold;
  font-size: 1.2em;
  background: transparent url(/images/link_line.png) repeat-x scroll 0 95%; }

a.topic_urlhover {
  color: #414142;
  text-decoration: none; }

a.more_btn {
  margin-top: 10px;
  display: block;
  text-align: left; }

a.out {
  background: transparent url(/images/out.png) no-repeat 0 2px;
  padding-left: 16px; }

.ltf_link {
  font-weight: bold; }

a.btn {
  float: left;
  display: block;
  font-weight: bold;
  padding: 3px 8px;
  color: #1b6a7b;
  background-color: #aceefc;
  border: 1px solid #87ddef;
  border-top-color: #daf5fd;
  border-left-color: #daf5fd;
  margin-right: 8px; }

a.btnhover {
  border: 1px solid #87ddef; }

a.btn.selected {
  background: #FFF;
  color: #000 !important;
  border-color: transparent;
  cursor: default; }

a.btn_big {
  padding: 3px 8px;
  font-size: 1.2em;
  color: #1b6a7b !important;
  font-weight: bold;
  background-color: #aceefc;
  border: 1px solid #87ddef;
  border-top-color: #daf5fd;
  border-left-color: #daf5fd; }

a.btn_bighover {
  border: 1px solid #87ddef; }

a.btn_big.selected {
  background: #FFF;
  color: #000 !important;
  border-color: transparent;
  cursor: default; }

.clear {
  clear: both;
  font-size: 1px;
  line-height: 0; }

.clear_left {
  clear: left;
  font-size: 1px;
  line-height: 0; }

.clear_right {
  clear: right;
  font-size: 1px;
  line-height: 0; }

.tabs {
  background: transparent url(/images/link_line.png) repeat-x scroll 0 bottom;
  margin: 0 -15px 10px;
  padding: 0 15px;
  display: inline-block; }
  .tabs:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .tabs {
    height: 1px; }
  .tabs {
    display: block; }
  .tabs .btn {
    float: right;
    margin-right: 0; }
  .tabs ul {
    position: relative; }
    .tabs ul li {
      margin-right: 5px;
      float: left;
      font-size: 100%;
      font-weight: bold; }
      .tabs ul li a {
        color: #666;
        text-decoration: none;
        display: block;
        text-align: center;
        padding: 6px 12px;
        border: 1px solid #CCC;
        border-bottom-color: #DEDEDE;
        background-color: #EEE;
        border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px; }
      .tabs ul li a:hover {
        background-color: #f4f4f4; }
      .tabs ul li.on a {
        margin-top: 0;
        background-color: #FFF;
        border-bottom: 1px solid #FFF; }
        .tabs ul li.on a:hover {
          background: #FFF; }

a#inline_login_close {
  display: none;
  position: absolute;
  cursor: pointer;
  outline: none;
  top: -10px;
  left: -10px;
  z-index: 4;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background-image: url(https://s3.amazonaws.com/getsatisfaction.com/images/feedback-close.png);
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://s3.amazonaws.com/getsatisfaction.com/images/feedback-close.png', sizingMethod='crop'); }
  a#inline_login_close:hover {
    background-position: -42px 0; }

#static_login_form.thin .login_flow form fieldset {
  width: 361px; }

#inline_login {
  width: 614px;
  z-index: 1000;
  margin: 0 auto;
  text-align: left;
  position: relative; }
  #inline_login #inline_login_close {
    display: block; }
  #inline_login .msg {
    width: auto; }
  #inline_login .inset {
    width: 588px;
    padding: 0 13px;
    background: transparent url(/images/user_auth_repeat_y.png) repeat-y;
    min-height: 80px; }
  #inline_login .top {
    height: 13px;
    background: transparent url(/images/user_auth_top.png) no-repeat; }
    #inline_login .top a {
      text-align: right; }
  #inline_login .bottom {
    clear: left;
    height: 13px;
    background: transparent url(/images/user_auth_bottom.png) no-repeat; }
  #inline_login.thin {
    width: 401px; }
    #inline_login.thin .inset {
      width: 375px;
      background: transparent url(/images/facebox_thin_inset.png) repeat-y !important; }
    #inline_login.thin .top {
      background: transparent url(/images/facebox_thin_top.png) no-repeat !important; }
    #inline_login.thin .bottom {
      background: transparent url(/images/facebox_thin_bottom.png) no-repeat !important; }

#feedback .login_flow {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #CCC;
  border-color: #777 #CCC #CCC #777;
  background-clip: border-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box; }
#feedback div.alternate {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0; }
#feedback .pane_title {
  display: none; }
#feedback .pane_content h2.pane_title {
  display: block !important; }
#feedback #sign_in_pane #rpx_attribution {
  float: none;
  margin: 2px 5px 0px 13px;
  padding: 0;
  font-size: 10px;
  text-align: right;
  line-height: 16px;
  color: #666; }

.login_flow {
  background-color: white; }
  .login_flow h2 {
    font-size: 1.4em;
    color: #000; }
  .login_flow h3 {
    color: #999;
    margin: 10px 0;
    border-bottom: 1px solid #666;
    padding: 5px 0; }
  .login_flow p {
    margin: 13px 0; }
  .login_flow label {
    font-weight: bold; }
  .login_flow .submit {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    color: #333 !important;
    cursor: pointer;
    font-size: 110%;
    font-family: arial;
    padding: 6px 20px;
    border: 1px solid #AAA;
    border-top-color: #CCC;
    border-left-color: #CCC;
    background: #FFF url(/images/gray_button.png) repeat-x 0 16px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-position: 0px 9px;
    font-size: 90%;
    font-weight: bold;
    vertical-align: baseline !important;
    padding: 5px 8px; }
    .login_flow .submit:hover {
      border-color: #999; }
    .login_flow .submit img {
      vertical-align: middle; }
  .login_flow .big_button {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 110%;
    padding: 6px 20px; }
  .login_flow li.check_row label {
    font-weight: normal; }
  .login_flow div.legend {
    margin: 13px 0;
    padding: 0; }
  .login_flow .pane .pane_title {
    padding: 13px 13px 0 13px;
    margin: 0 0 13px 0; }
  .login_flow .pane .pane_content {
    margin: 0 13px;
    padding-bottom: 13px; }
    .login_flow .pane .pane_content h2.pane_title {
      margin: 0 0 13px 0;
      padding: 13px 0 0 0; }
  .login_flow #sign_in_pane {
    /* RPX attribution link at top-right of inline login flow. */ }
    .login_flow #sign_in_pane .pane_content {
      margin: 0;
      padding: 0; }
    .login_flow #sign_in_pane #rpx_attribution {
      font-size: 0.85em;
      float: right;
      padding: 13px; }
      .login_flow #sign_in_pane #rpx_attribution a {
        font-weight: bold; }
    .login_flow #sign_in_pane #login_providers #provider_tabs {
      /* allows the panel bottom border to extend into the margin */
      margin: 0;
      padding: 0 13px; }
      .login_flow #sign_in_pane #login_providers #provider_tabs li.on a {
        color: black !important; }
      .login_flow #sign_in_pane #login_providers #provider_tabs .provider_tab a {
        line-height: 21px; }
      .login_flow #sign_in_pane #login_providers #provider_tabs .provider_tab img {
        vertical-align: middle; }
      .login_flow #sign_in_pane #login_providers #provider_tabs .mini_tab {
        float: right;
        margin-top: 5px; }
        .login_flow #sign_in_pane #login_providers #provider_tabs .mini_tab span {
          display: none; }
    .login_flow #sign_in_pane #login_providers #provider_login_panels .provider_login_panel .login_panel_content {
      margin: 13px; }
    .login_flow #sign_in_pane #login_providers #provider_login_panels fieldset {
      margin-bottom: 13px; }
    .login_flow #sign_in_pane #login_providers #provider_login_panels .provider_login_panel {
      display: none;
      margin-top: 13px; }
    .login_flow #sign_in_pane #login_providers #provider_login_panels div.selected {
      display: block; }
    .login_flow #sign_in_pane #login_providers #provider_login_panels .centered {
      /* Overrides a style for the widget login */ }
      .login_flow #sign_in_pane #login_providers #provider_login_panels .centered .login_panel_content {
        text-align: center;
        margin-left: 104px;
        margin-right: 104px; }
      .login_flow #sign_in_pane #login_providers #provider_login_panels .centered fieldset {
        width: auto;
        float: none; }
    .login_flow #sign_in_pane #login_providers #provider_login_panels #facebook_login_panel .submit {
      background: none;
      border: none; }
    .login_flow #sign_in_pane #getsatisfaction_login_panel fieldset {
      width: 205px;
      float: left; }
    .login_flow #sign_in_pane #getsatisfaction_login_panel #partner_badge {
      float: right;
      padding: 10px; }
    .login_flow #sign_in_pane #open_id_login_panel input.text {
      display: inline;
      background: url('/images/identity_icons/openid.png');
      background-repeat: no-repeat;
      background-position: 4px 4px;
      padding-left: 24px; }
  .login_flow #receive_identity_pane .avatar {
    font-size: 90%;
    overflow: hidden; }
    .login_flow #receive_identity_pane .avatar .image img {
      border: 3px solid #CCC; }
  .login_flow #receive_identity_pane .profile {
    float: right;
    width: 275px; }
    .login_flow #receive_identity_pane .profile .email,
    .login_flow #receive_identity_pane .profile .real_name {
      margin-top: 0px; }
    .login_flow #receive_identity_pane .profile .existing_account .selector input {
      float: left; }
    .login_flow #receive_identity_pane .profile .existing_account .selector label {
      margin-left: 20px;
      font-weight: normal; }
  .login_flow #recaptcha_image {
    padding: 9px 0px; }
  .login_flow form label, .login_flow form input.text {
    display: block; }
  .login_flow form label {
    color: #111; }
  .login_flow form input.submit {
    vertical-align: middle; }
  .login_flow form .check-row input.checkbox, .login_flow form .check-row input.radio, .login_flow form .check-row label, .login_flow form .check_row input.checkbox, .login_flow form .check_row input.radio, .login_flow form .check_row label {
    float: left; }
  .login_flow form .check-row label, .login_flow form .check_row label {
    display: inline;
    text-align: left !important;
    padding: 2px 0 0 5px !important; }
  .login_flow form .row, .login_flow form .check-row, .login_flow form .check_row {
    display: inline-block;
    padding: 6px 0; }
    .login_flow form .row:after, .login_flow form .check-row:after, .login_flow form .check_row:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    * html .login_flow form .row, * html .login_flow form .check-row, * html .login_flow form .check_row {
      height: 1px; }
    .login_flow form .row, .login_flow form .check-row, .login_flow form .check_row {
      display: block; }
    .login_flow form .row.required label, .login_flow form .check-row.required label, .login_flow form .check_row.required label {
      font-weight: bold; }
  .login_flow form .optional {
    color: #666;
    font-size: 1em; }
  .login_flow form .note {
    clear: both;
    display: block;
    font-size: 0.9em;
    color: #666; }
  .login_flow form.inline .row {
    border-bottom: 1px solid #DDD; }
  .login_flow form.inline h2, .login_flow form.inline_bare h2 {
    color: #333;
    font-size: 1.6em !important;
    font-weight: 500   !important;
    margin-bottom: 30px  !important;
    letter-spacing: 0     !important; }
  .login_flow form.inline fieldset, .login_flow form.inline_bare fieldset {
    margin-bottom: 50px; }
  .login_flow form.inline .row, .login_flow form.inline_bare .row {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0; }
  .login_flow form.inline label, .login_flow form.inline_bare label {
    width: 180px;
    float: left;
    text-align: left;
    padding: 5px 0 0 0; }
  .login_flow form.inline .text, .login_flow form.inline_bare .text {
    float: left;
    width: 200px; }
  .login_flow form.inline .check-row, .login_flow form.inline_bare .check-row {
    clear: none;
    margin-left: 180px; }
    .login_flow form.inline .check-row input, .login_flow form.inline_bare .check-row input {
      float: left; }
    .login_flow form.inline .check-row label, .login_flow form.inline_bare .check-row label {
      width: auto; }
  .login_flow form.inline .note, .login_flow form.inline_bare .note {
    margin-left: 180px; }
  .login_flow form.stacked label {
    margin-bottom: 4px; }
  .login_flow form.stacked-note-right label {
    font-weight: bold;
    padding-bottom: 4px; }
    .login_flow form.stacked-note-right label span {
      font-weight: normal;
      color: #666; }
  .login_flow form.stacked-note-right input.text {
    width: 220px; }
  .login_flow form.stacked-note-right .row {
    padding: 15px 10px;
    border-bottom: 1px solid #EEE; }
    .login_flow form.stacked-note-right .row.last {
      border-bottom: 0; }
  .login_flow form.stacked-note-right .row_note {
    color: #666;
    float: right;
    width: 260px;
    padding: 10px 15px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #EEE; }
  .login_flow form.stacked-note-right .check_row {
    padding: 0 !important; }
    .login_flow form.stacked-note-right .check_row label {
      font-weight: normal;
      padding-bottom: 0; }
  .login_flow form.stacked-note-right .inline_row * {
    display: inline; }
  .login_flow form.stacked-note-right select {
    padding: 1px 1px 1px 2px; }
  .login_flow form.stacked-note-right .important {
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #FFFFCC;
    border-bottom: 0; }
    .login_flow form.stacked-note-right .important label.strong {
      color: #000;
      font-size: 1.2em; }
    .login_flow form.stacked-note-right .important .row_note {
      background-color: #FFF; }
  .login_flow form.stacked-note-right .submit {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 3px solid;
    background: #A5E161;
    color: #3A6C01 !important;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 7px 20px 8px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    _overflow: visible;
    _width: 0; }
    .login_flow form.stacked-note-right .submit:hover, .login_flow form.stacked-note-right .submit:focus {
      text-decoration: underline; }
    .login_flow form.stacked-note-right .submit:focus {
      text-decoration: underline !important; }
    .login_flow form.stacked-note-right .submit.waiting {
      background-image: url(/images/green_spinner.gif);
      background-position: 90% 50%;
      background-repeat: no-repeat;
      padding-right: 40px; }
    .login_flow form.stacked-note-right .submit.disabled {
      color: #999 !important;
      background-color: #DDD !important;
      border-color: #CCC !important;
      cursor: default !important; }
  .login_flow form .required_text {
    font-weight: normal !important;
    color: #FF6600; }
  .login_flow form .row {
    margin: 13px 0;
    padding: 0; }
  .login_flow form.inline .row {
    border-bottom: 0 !important; }
  .login_flow .text {
    width: 200px; }
  .login_flow .submit_row {
    margin: 0; }
  .login_flow .terms {
    margin-bottom: 5px;
    clear: both; }
  .login_flow .signup_bar {
    margin-top: 8px;
    padding: 10px 10px 5px; }
  .login_flow div.alternate {
    /* align it with the botom edges of the box, matching .inset margins */
    clear: both;
    padding: 5px 13px;
    font-size: 1.1em;
    background-color: #EEE;
    text-align: center; }
    .login_flow div.alternate a {
      color: #539fde;
      font-weight: bold; }
  .login_flow div.legend strong {
    display: inline; }
  .login_flow #recaptcha_image {
    width: 300px;
    height: 57px; }
  .login_flow #recaptcha_response_field {
    width: 300px; }
  .login_flow #signover_button {
    margin-right: 6px; }
  .login_flow .green_submit_button {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 3px solid;
    background: #A5E161;
    color: #3A6C01 !important;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 7px 20px 8px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    _overflow: visible;
    _width: 0;
    display: inline;
    _display: inline-block; }
    .login_flow .green_submit_button:hover, .login_flow .green_submit_button:focus {
      text-decoration: underline; }
    .login_flow .green_submit_button:focus {
      text-decoration: underline !important; }
    .login_flow .green_submit_button.waiting {
      background-image: url(/images/green_spinner.gif);
      background-position: 90% 50%;
      background-repeat: no-repeat;
      padding-right: 40px; }
    .login_flow .green_submit_button.disabled {
      color: #999 !important;
      background-color: #DDD !important;
      border-color: #CCC !important;
      cursor: default !important; }

#new_from_fastpass {
  padding-top: 13px; }
  #new_from_fastpass .fastpass_message {
    margin-bottom: 15px;
    font-weight: bold; }
    #new_from_fastpass .fastpass_message .key {
      float: left;
      margin-right: 10px; }
  #new_from_fastpass #fastpass_details {
    display: inline-block;
    border: solid 4px #e2f4f8;
    background-color: #f0f7fa; }
    #new_from_fastpass #fastpass_details:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    * html #new_from_fastpass #fastpass_details {
      height: 1px; }
    #new_from_fastpass #fastpass_details {
      display: block; }
    #new_from_fastpass #fastpass_details .row {
      display: inline-block;
      position: relative;
      height: 25px;
      margin: 0;
      padding: 5px;
      border-top: 1px solid #FFF;
      border-bottom: 1px solid #e2f4f8;
      width: auto; }
      #new_from_fastpass #fastpass_details .row:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      * html #new_from_fastpass #fastpass_details .row {
        height: 1px; }
      #new_from_fastpass #fastpass_details .row {
        display: block; }
      #new_from_fastpass #fastpass_details .row .text {
        width: 220px; }
      #new_from_fastpass #fastpass_details .row label {
        float: left;
        text-align: right;
        font-weight: bold;
        padding-top: 5px;
        padding-right: 10px;
        width: 65px !important; }
      #new_from_fastpass #fastpass_details .row .readonly {
        float: left;
        padding-top: 5px;
        width: 220px;
        overflow: hidden; }
      #new_from_fastpass #fastpass_details .row .edit {
        top: 10px;
        right: 8px;
        font-size: 90%;
        position: absolute; }

.big_grey_button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  color: #333 !important;
  cursor: pointer;
  font-size: 110%;
  font-family: arial;
  padding: 6px 20px;
  border: 1px solid #AAA;
  border-top-color: #CCC;
  border-left-color: #CCC;
  background: #FFF url(/images/gray_button.png) repeat-x 0 16px;
  font-size: 1.25em;
  font-weight: normal; }
  .big_grey_button:hover {
    border-color: #999; }
  .big_grey_button:hover {
    background-color: white; }

.mini_profile_icon {
  z-index: 5;
  float: left;
  padding: 1px;
  display: block;
  position: relative;
  border: 2px solid;
  border-color: #e8e8e8; }
  .mini_profile_icon img {
    overflow: hidden; }
  .mini_profile_icon.employee {
    border-color: #478a16; }
    .mini_profile_icon.employee .label {
      height: 13px;
      overflow: hidden;
      text-indent: -1000px;
      background-color: #75a848;
      background-image: url(/images/badges/employee_label.png); }
  .mini_profile_icon.network_rep {
    border-color: #f8a83c; }
    .mini_profile_icon.network_rep .label {
      text-align: center;
      background-color: #f8a83c;
      padding: 2px 0; }
  .mini_profile_icon.champion {
    border-color: #0099ff; }
    .mini_profile_icon.champion .label {
      height: 13px;
      overflow: hidden;
      text-indent: -1000px;
      background-color: #6699ff;
      background-image: url(/images/badges/champion_label.png); }
    .mini_profile_icon.champion .badge {
      position: absolute;
      bottom: -8px;
      right: -15px;
      width: 33px;
      height: 32px;
      background: transparent url(/images/badges/champion_badge.png) no-repeat; }
      .mini_profile_icon.champion .badge img {
        margin-left: 10px;
        margin-top: 9px; }
  .mini_profile_icon small.label {
    clear: left;
    color: #FFF;
    font-weight: bold;
    font-size: 70%;
    width: 55px;
    display: block !important;
    line-height: 1;
    border-top: 1px solid #FFF;
    background-repeat: no-repeat; }
  .mini_profile_icon:hover {
    text-decoration: none; }

#mini_profile {
  position: absolute;
  z-index: 90000;
  width: 360px;
  background-color: #FFF;
  border: 2px solid;
  border-color: #e8e8e8;
  padding: 2px; }
  #mini_profile.employee {
    border-color: #478a16; }
  #mini_profile.champion {
    border-color: #0099ff; }
  #mini_profile .premium {
    color: green;
    font-weight: bold; }
  #mini_profile #mini_progress_indicator {
    width: 360px; }
    #mini_profile #mini_progress_indicator img {
      vertical-align: middle; }
    #mini_profile #mini_progress_indicator div {
      margin: 0 auto;
      height: 20px;
      padding: 45px 0;
      width: 120px; }
  #mini_profile .mp_inset {
    border: 2px solid #EEE;
    padding: 3px; }
  #mini_profile img.icon {
    float: left;
    width: 100px;
    height: 100px; }
  #mini_profile .details {
    margin-left: 110px; }
  #mini_profile .hide {
    position: absolute;
    top: 6px;
    right: 11px; }
  #mini_profile .details {
    display: inline-block;
    padding-top: 6px;
    font-size: 0.9em; }
    #mini_profile .details:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    * html #mini_profile .details {
      height: 1px; }
    #mini_profile .details {
      display: block; }
    #mini_profile .details .nick {
      line-height: 1em;
      font-size: 1.2em;
      font-weight: bold; }
    #mini_profile .details .name {
      line-height: 1em;
      font-size: 1.2em;
      font-weight: bold; }
    #mini_profile .details .url {
      white-space: nowrap; }
    #mini_profile .details .stats {
      padding-top: 6px; }
    #mini_profile .details span {
      white-space: nowrap; }
    #mini_profile .details .tagline {
      color: #666;
      padding: 6px 10px;
      line-height: 1em; }

#overlay {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300000;
  opacity: 0.999999; }
  #overlay #overlay_screen {
    background: transparent url(/images/overlay_screen.png);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 300001;
    top: 0;
    left: 0; }

#mini_modal {
  text-align: left;
  width: 603px;
  margin: 0 auto;
  z-index: 300003;
  position: relative; }
  #mini_modal h2 {
    font-size: 1.3em;
    color: #333; }
  #mini_modal h3 {
    margin-bottom: 10px; }
  #mini_modal #mini_modal_top {
    text-align: left;
    min-height: 200px;
    background: transparent url(/images/mini_modal_screen.png) repeat top left; }
  #mini_modal #mini_modal_cap {
    height: 28px;
    text-align: left;
    background: transparent url(/images/mini_modal_screen.png) repeat bottom right; }
  #mini_modal .close {
    top: 14px;
    right: 20px;
    color: #000;
    font-weight: bold;
    position: absolute; }
  #mini_modal #mini_modal_loader {
    top: 100px;
    left: 280px;
    position: absolute; }
  #mini_modal #mini_modal_content {
    padding: 30px 33px 0 30px; }

.pager {
  padding: 2px 0px; }
  .pager .alpha_pager li {
    width: 28px; }
  .pager span.prev_link, .pager span.next_link {
    color: #666666;
    float: left;
    margin: 3px; }
  .pager span.next_link {
    float: right; }
  .pager tr td ul {
    clear: both;
    float: left; }
    .pager tr td ul li {
      float: left;
      font-size: 90%;
      text-align: center;
      margin-right: 2px; }
      .pager tr td ul li a {
        color: #58595b;
        display: block;
        padding: 3px 5px;
        border: 1px solid #939598;
        border-top: 1px solid #DDD;
        border-left: 1px solid #DDD; }
        .pager tr td ul li a:hover {
          color: #414142;
          border: 1px solid #DDD;
          border-top: 1px solid #939598;
          border-left: 1px solid #939598;
          text-decoration: none; }
      .pager tr td ul li.elision a {
        border: none; }
      .pager tr td ul li.on {
        background-color: #58595b; }
        .pager tr td ul li.on a {
          color: white;
          font-weight: bold;
          border-color: #58595b; }

.error_messages {
  color: #333;
  background: #FFF;
  margin-bottom: 20px;
  border: 4px solid #333;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  .error_messages .message_title {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 15px;
    background: #ffcccc;
    border: 1px solid #FFF;
    border-bottom-color: #faa4a4;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0; }
  .error_messages h3 {
    font-size: 1.4em;
    padding: 7px 15px;
    margin-bottom: 0 !important; }
  .error_messages ol, .error_messages ul {
    font-size: 1.1em; }
    .error_messages ol li, .error_messages ul li {
      padding: 7px 15px;
      padding-left: 25px;
      border-bottom: 1px dotted #dadada; }
      .error_messages ol li.last, .error_messages ul li.last {
        border-bottom: none; }

.emotitagger {
  padding: 0 0 5px 0;
  position: relative; }
  .emotitagger .feeling_entry {
    clear: left;
    position: relative;
    z-index: 1;
    margin-top: 8px;
    position: relative;
    width: 218px;
    height: 40px;
    padding: 10px;
    background: transparent url(/images/emotion_input.gif) no-repeat; }
    .emotitagger .feeling_entry input {
      width: 160px; }
  .emotitagger .close {
    top: 5px;
    right: 10px;
    position: absolute; }
  .emotitagger .picker_list {
    z-index: 2;
    position: relative; }
    .emotitagger .picker_list.picker_happy .arrow {
      left: 16px; }
    .emotitagger .picker_list.picker_happy .punctuation {
      left: 28px; }
    .emotitagger .picker_list.picker_silly .arrow {
      left: 70px; }
    .emotitagger .picker_list.picker_silly .punctuation {
      left: 80px; }
    .emotitagger .picker_list.picker_indifferent .arrow {
      left: 123px; }
    .emotitagger .picker_list.picker_indifferent .punctuation {
      left: 134px; }
    .emotitagger .picker_list.picker_sad .arrow {
      left: 177px; }
    .emotitagger .picker_list.picker_sad .punctuation {
      left: 188px; }
    .emotitagger .picker_list .arrow {
      position: absolute;
      z-index: 3;
      top: 45px;
      width: 12px;
      height: 9px;
      background: transparent url(/images/emotion_arrow.gif) no-repeat; }
    .emotitagger .picker_list .punctuation {
      color: #000;
      text-align: center;
      font-weight: bold;
      width: 26px;
      height: 18px;
      padding: 2px 0;
      z-index: 4;
      top: -14px;
      left: 30px;
      position: absolute;
      display: block;
      background: transparent url(/images/emotion_intensity.png) no-repeat; }
    .emotitagger .picker_list a {
      float: left;
      display: block;
      margin-right: 5px;
      padding-right: 5px;
      border-right: 1px dotted #CCC;
      width: 43px;
      height: 43px; }
      .emotitagger .picker_list a:hover {
        text-decoration: none; }
      .emotitagger .picker_list a.happy {
        background: transparent url(/images/emoticons/happy.png) no-repeat; }
        .emotitagger .picker_list a.happy:hover, .emotitagger .picker_list a.happy.on {
          background-image: url(/images/emoticons/happy_on.png); }
      .emotitagger .picker_list a.silly {
        background: transparent url(/images/emoticons/silly.png) no-repeat; }
        .emotitagger .picker_list a.silly:hover, .emotitagger .picker_list a.silly.on {
          background-image: url(/images/emoticons/silly_on.png); }
      .emotitagger .picker_list a.indifferent {
        background: transparent url(/images/emoticons/indifferent.png) no-repeat; }
        .emotitagger .picker_list a.indifferent:hover, .emotitagger .picker_list a.indifferent.on {
          background-image: url(/images/emoticons/indifferent_on.png); }
      .emotitagger .picker_list a.sad {
        background: transparent url(/images/emoticons/sad.png) no-repeat;
        border-right: 0;
        margin-right: 0;
        padding-right: 0; }
        .emotitagger .picker_list a.sad:hover, .emotitagger .picker_list a.sad.on {
          background-image: url(/images/emoticons/sad_on.png); }

#page_notification {
  width: 948px;
  margin: 0 auto;
  padding: 20px 15px;
  position: relative;
  background-color: #FFF;
  border: 1px solid #C1C1C1;
  border-top: 0;
  padding: 15px; }
  #page_notification.bad {
    color: #666;
    font-weight: bold;
    background: #FFF url(/images/notification_bad.png) no-repeat 15px 50%; }
  #page_notification.good {
    color: #666;
    font-weight: bold;
    background: #FFF url(/images/notification_good.png) no-repeat 15px 50%; }
  #page_notification .content {
    padding-left: 35px; }
    #page_notification .content h3 {
      font-size: 1.1em;
      font-weight: bold;
      margin-bottom: 8px; }
    #page_notification .content p {
      margin-bottom: 7px; }
    #page_notification .content .products_to_edit {
      margin-top: 16px; }
      #page_notification .content .products_to_edit a {
        float: left;
        display: block;
        padding: 3px 12px 4px;
        margin-right: 5px;
        background-color: #f8f8f8;
        border: 1px solid #d1d1d1; }
    #page_notification .content #new_topic_message {
      float: left;
      width: 450px; }
    #page_notification .content #new_topic_sharing_options {
      text-align: right;
      width: 350px;
      float: right; }
      #page_notification .content #new_topic_sharing_options a {
        color: #666;
        border-top-color: #DDD;
        border-left-color: #DDD;
        border-right-color: #999;
        border-bottom-color: #999; }
        #page_notification .content #new_topic_sharing_options a:hover {
          border-right-color: #EEE;
          border-bottom-color: #EEE; }
      #page_notification .content #new_topic_sharing_options .topic_share_options {
        float: left; }
        #page_notification .content #new_topic_sharing_options .topic_share_options li {
          border: 4px solid #FFF;
          margin-left: 6px;
          float: right !important; }
  #page_notification .cancel_btn {
    position: absolute;
    top: 4px;
    right: 7px;
    color: #000;
    font-size: 90%;
    font-weight: bold;
    padding: 3px 6px;
    line-height: 1.1; }
    #page_notification .cancel_btn:hover {
      text-decoration: none; }

.feature_msg {
  border: 2px solid #dfc04a;
  background-color: #fffcef;
  padding: 3px;
  position: relative; }
  .feature_msg .heading {
    color: #4F2F10;
    font-size: 110%;
    font-weight: bold; }
  .feature_msg .close {
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px 20px 2px 5px;
    right: 7px;
    bottom: 7px;
    position: absolute;
    background: #FFF url(/images/x_close.png) no-repeat 92% 50%; }
  .feature_msg .inset {
    background-color: #fff2c0;
    color: #333;
    padding: 10px; }
    .feature_msg .inset strong {
      color: #4F2F10; }
    .feature_msg .inset p {
      margin-bottom: 4px; }

#followable_dropdown {
  position: absolute;
  z-index: 999;
  padding: 4px;
  font-size: 1.05em;
  background-color: #EEE;
  border: 1px solid #CCC; }
  #followable_dropdown .close {
    top: -6px;
    right: -6px;
    position: absolute;
    display: block!important; }

.nps .pad {
  position: relative;
  width: 225px;
  padding: 6px;
  text-align: center;
  border: 1px solid #DDD;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #FFF; }
.nps p {
  margin-bottom: 10px !important; }
.nps .close {
  display: none; }
.nps .status {
  margin-bottom: 10px; }
  .nps .status strong {
    font-size: 1.1em; }
.nps .makes, .nps .change {
  color: #555;
  font-size: 90%;
  padding-top: 4px; }
.nps .employee_warning {
  padding-top: 10px; }
  .nps .employee_warning strong {
    color: red; }
  .nps .employee_warning small {
    color: #666;
    display: block;
    padding-top: 4px; }
.nps.pos_left .deactivate {
  right: 0; }
.nps.pos_right .deactivate {
  left: 0; }
.nps .first_rate_notification {
  font-size: 90%;
  margin: 4px 0 0; }
  .nps .first_rate_notification .arrow {
    width: 11px;
    height: 7px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: transparent url(/images/top_arrow.png) no-repeat; }
  .nps .first_rate_notification .box {
    margin-top: -1px;
    text-align: left;
    padding: 5px 10px;
    margin-bottom: 0;
    border: 1px solid #DDDDDD;
    background-color: #F5F5F5; }
.nps .net_promoter {
  margin-bottom: 4px; }
  .nps .net_promoter .score_label {
    color: #888;
    line-height: 1.1;
    margin-bottom: 10px; }
  .nps .net_promoter .score_container div {
    margin: 0 auto;
    font-weight: bold;
    font-size: 2.2em;
    text-indent: -11000px;
    display: block;
    width: 37px;
    height: 35px;
    background: transparent url(/images/member_score_large.png) no-repeat 0 0; }
    .nps .net_promoter .score_container div.nps_0 {
      background-position: -38px 0 !important; }
    .nps .net_promoter .score_container div.nps_1 {
      background-position: -76px 0 !important; }
    .nps .net_promoter .score_container div.nps_2 {
      background-position: -114px 0 !important; }
    .nps .net_promoter .score_container div.nps_3 {
      background-position: -152px 0 !important; }
    .nps .net_promoter .score_container div.nps_4 {
      background-position: -190px 0 !important; }
    .nps .net_promoter .score_container div.nps_5 {
      background-position: -228px 0 !important; }
    .nps .net_promoter .score_container div.nps_6 {
      background-position: -266px 0 !important; }
    .nps .net_promoter .score_container div.nps_7 {
      background-position: -304px 0 !important; }
    .nps .net_promoter .score_container div.nps_8 {
      background-position: -342px 0 !important; }
    .nps .net_promoter .score_container div.nps_9 {
      background-position: -380px 0 !important; }
    .nps .net_promoter .score_container div.nps_10 {
      background-position: -418px 0 !important; }
    .nps .net_promoter .score_container div.nps_saving {
      background-position: -456px 0 !important; }
  .nps .net_promoter .score_range {
    width: 220px;
    margin: 5px auto;
    border-bottom: 1px solid #DDD; }
  .nps .net_promoter .score_select {
    width: 220px;
    margin: 0 auto; }
    .nps .net_promoter .score_select a {
      color: #222;
      font-size: 90%;
      font-family: "Lucida Grande";
      font-weight: bold;
      letter-spacing: -1px;
      text-indent: -11000px;
      text-align: center;
      float: left;
      width: 20px;
      height: 16px;
      padding-top: 4px;
      display: block;
      overflow: hidden;
      background: transparent url(/images/member_score_picker.png) no-repeat 0 0; }
    .nps .net_promoter .score_select a.nps_0 {
      background-position: 0 0; }
    .nps .net_promoter .score_select a.nps_1 {
      background-position: -20px 0; }
    .nps .net_promoter .score_select a.nps_2 {
      background-position: -40px 0; }
    .nps .net_promoter .score_select a.nps_3 {
      background-position: -60px 0; }
    .nps .net_promoter .score_select a.nps_4 {
      background-position: -80px 0; }
    .nps .net_promoter .score_select a.nps_5 {
      background-position: -100px 0; }
    .nps .net_promoter .score_select a.nps_6 {
      background-position: -120px 0; }
    .nps .net_promoter .score_select a.nps_7 {
      background-position: -140px 0; }
    .nps .net_promoter .score_select a.nps_8 {
      background-position: -160px 0; }
    .nps .net_promoter .score_select a.nps_9 {
      background-position: -180px 0; }
    .nps .net_promoter .score_select a.nps_10 {
      background-position: -200px 0; }

.followable {
  width: 120px;
  height: 120px;
  text-align: center;
  position: relative;
  background-color: #FFF;
  border: 2px solid #DDD; }
  .followable .nps {
    position: absolute; }
  .followable.empty {
    border-style: dotted;
    background-color: #EEE; }
  .followable img {
    padding: 10px 0; }
  .followable .delete {
    top: 3px;
    right: 3px;
    position: absolute;
    width: 18px;
    height: 18px;
    z-index: 10;
    background: transparent url(/images/remove_following.png);
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60); }
    .followable .delete:hover {
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }
  .followable .activate {
    width: 55px;
    height: 23px;
    left: -4px;
    bottom: -4px;
    z-index: 3;
    position: absolute;
    display: block;
    color: #222;
    text-align: center;
    font: 90% 'Lucida Grande';
    font-weight: bold;
    letter-spacing: -1px;
    text-indent: -10000px;
    line-height: 2.0;
    overflow: hidden;
    background: transparent url(/images/member_score.png) no-repeat 0 0; }
    .followable .activate:hover {
      text-decoration: none; }
  .followable.following .activate {
    width: 24px;
    height: 23px;
    background-position: 0 0; }
  .followable.following .nps_null, .followable.following .nps_rate {
    width: 55px; }
  .followable.following .nps_0 {
    width: 24px;
    background-position: -55px 0; }
  .followable.following .nps_1 {
    width: 24px;
    background-position: -79px 0; }
  .followable.following .nps_2 {
    width: 24px;
    background-position: -101px 0; }
  .followable.following .nps_3 {
    width: 24px;
    background-position: -127px 0; }
  .followable.following .nps_4 {
    width: 24px;
    background-position: -151px 0; }
  .followable.following .nps_5 {
    width: 24px;
    background-position: -175px 0; }
  .followable.following .nps_6 {
    width: 24px;
    background-position: -199px 0; }
  .followable.following .nps_7 {
    width: 24px;
    background-position: -223px 0; }
  .followable.following .nps_8 {
    width: 24px;
    background-position: -247px 0; }
  .followable.following .nps_9 {
    width: 24px;
    background-position: -271px 0; }
  .followable.following .nps_10 {
    width: 24px;
    background-position: -295px 0; }
  .followable a.img_link {
    display: block;
    vertical-align: middle; }
  .followable img {
    vertical-align: middle;
    position: relative;
    width: 100px; }

.combo {
  float: left;
  position: relative;
  background-color: #FFF;
  border: 1px solid #9cbec7; }
  .combo input {
    font-size: 11px;
    display: block;
    width: 80%;
    border: 0;
    padding: 5px 30px 5px 6px;
    cursor: text;
    color: #666;
    height: 13px; }
  .combo .no_select input {
    padding-right: 6px;
    cursor: pointer;
    background-color: #FFF !important;
    font-weight: bold; }
  .combo img.combo_arrow {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 3;
    cursor: pointer;
    vertical-align: middle; }
  .combo .searching {
    z-index: 1;
    position: absolute;
    top: -1px;
    right: 4px; }
  .combo .menu {
    color: #000;
    font-size: 90%;
    font-weight: bold;
    width: 100%;
    top: 23px;
    left: -1px;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #9cbec7; }
    .combo .menu .on {
      display: block !important; }
    .combo .menu dl.top_results {
      border-bottom: 1px solid #ddd; }
    .combo .menu dl {
      padding: 2px 0; }
      .combo .menu dl dt {
        padding: 4px 0 4px 7px; }
      .combo .menu dl dd {
        padding: 2px 0 2px 7px; }
      .combo .menu dl a span {
        line-height: 1.2;
        padding: 2px 0; }
      .combo .menu dl a:hover span {
        background-color: #DFF8FF;
        text-decoration: underline; }
      .combo .menu dl a.on span {
        background-color: #DFF8FF; }

.tooltip {
  position: relative;
  float: right; }
  .tooltip dt {
    width: 15px;
    height: 15px;
    display: block;
    overflow: hidden;
    text-indent: -100000px;
    background: transparent url(/images/tooltip.png) no-repeat; }
  .tooltip dd {
    position: absolute;
    padding: 8px 10px;
    line-height: 1.2;
    width: 170px;
    display: block;
    top: 14px;
    z-index: 100;
    background-color: #FFF;
    border: 1px solid #c2d8ee; }
    .tooltip dd strong {
      color: #333;
      display: block;
      margin-bottom: 2px;
      font-size: 1em !important; }
    .tooltip dd span {
      color: #666;
      font-size: 0.9em !important; }

.combo {
  float: left;
  position: relative;
  background-color: #FFF;
  border: 1px solid #9cbec7; }
  .combo input {
    font-size: 11px;
    display: block;
    width: 80%;
    border: 0;
    padding: 5px 30px 5px 6px;
    cursor: text;
    color: #666;
    height: 13px; }
  .combo .no_select input {
    padding-right: 6px;
    cursor: pointer;
    background-color: #FFF !important;
    font-weight: bold; }
  .combo img.combo_arrow {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 3;
    cursor: pointer;
    vertical-align: middle; }
  .combo .searching {
    z-index: 1;
    position: absolute;
    top: -1px;
    right: 4px; }
  .combo .menu {
    color: #000;
    font-size: 90%;
    font-weight: bold;
    width: 100%;
    top: 23px;
    left: -1px;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #9cbec7; }
    .combo .menu .on {
      display: block !important; }
    .combo .menu dl.top_results {
      border-bottom: 1px solid #ddd; }
    .combo .menu dl {
      padding: 2px 0; }
      .combo .menu dl dt {
        padding: 4px 0 4px 7px; }
      .combo .menu dl dd {
        padding: 2px 0 2px 7px; }
      .combo .menu dl a span {
        line-height: 1.2;
        padding: 2px 0; }
      .combo .menu dl a:hover span {
        background-color: #DFF8FF;
        text-decoration: underline; }
      .combo .menu dl a.on span {
        background-color: #DFF8FF; }

#start_topic_box {
  margin-bottom: 20px; }
  #start_topic_box form#start_topic_form {
    margin-top: -10px; }
    #start_topic_box form#start_topic_form .textbox {
      padding: 5px;
      background: #FFF;
      border: 1px solid #AAA; }
      #start_topic_box form#start_topic_form .textbox #topic_query {
        width: 100%;
        font-size: 1.2em;
        height: 3.2em;
        padding: 0;
        border: 0;
        background: none;
        outline: none; }
    #start_topic_box form#start_topic_form input.submit {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      text-align: center;
      color: #333 !important;
      cursor: pointer;
      font-size: 110%;
      font-family: arial;
      padding: 6px 20px;
      border: 1px solid #AAA;
      border-top-color: #CCC;
      border-left-color: #CCC;
      background: #FFF url(/images/gray_button.png) repeat-x 0 16px;
      float: right;
      margin-top: 5px; }
      #start_topic_box form#start_topic_form input.submit:hover {
        border-color: #999; }
      #start_topic_box form#start_topic_form input.submit:hover {
        color: #000 !important;
        text-decoration: underline; }
  #start_topic_box .results_container {
    clear: left; }
    #start_topic_box .results_container ol {
      padding-top: 10px;
      margin-bottom: 10px; }
      #start_topic_box .results_container ol li {
        background-repeat: no-repeat;
        background-position: 4px 50%;
        padding: 6px 4px 6px 28px;
        border-bottom: 1px solid #e6e6e6; }
        #start_topic_box .results_container ol li.question {
          background-image: url(/images/feedback_tab_question.png); }
        #start_topic_box .results_container ol li.idea {
          background-image: url(/images/feedback_tab_idea.png); }
        #start_topic_box .results_container ol li.problem {
          background-image: url(/images/feedback_tab_problem.png); }
        #start_topic_box .results_container ol li.praise {
          background-image: url(/images/feedback_tab_praise.png); }
        #start_topic_box .results_container ol li.tip {
          background-image: url(/images/feedback_tab_tip.png); }
        #start_topic_box .results_container ol li.update {
          background-image: url(/images/update_mini.png); }
        #start_topic_box .results_container ol li.talk {
          background-image: url(/images/feedback_tab_talk.png); }
        #start_topic_box .results_container ol li a {
          font-weight: bold;
          text-decoration: underline; }
          #start_topic_box .results_container ol li a:hover {
            color: #000; }
  #start_topic_box .prompt {
    color: #777;
    float: left;
    display: block;
    font-size: 1.1em;
    padding-top: 13px; }
    #start_topic_box .prompt strong {
      color: #777; }
    #start_topic_box .prompt em {
      color: white;
      padding: 2px 8px;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      background-color: darkred; }
  #start_topic_box .reset {
    padding: 13px 10px 10px;
    float: right; }
  #start_topic_box ul.style_tabs {
    margin-bottom: 10px; }
    #start_topic_box ul.style_tabs li {
      float: left;
      padding: 0;
      margin: 0;
      margin-right: 1px;
      list-style: none;
      position: relative;
      background: none; }
      #start_topic_box ul.style_tabs li img {
        display: none; }
      #start_topic_box ul.style_tabs li a {
        float: left;
        display: block;
        font-size: 1.05em;
        text-decoration: underline;
        padding: 7px 10px 7px 26px;
        background-repeat: no-repeat;
        background-position: 9px 50%; }
        #start_topic_box ul.style_tabs li a:hover strong {
          text-decoration: underline; }
      #start_topic_box ul.style_tabs li.active {
        background: transparent url(/images/gray_button.png) repeat-x 0 15px; }
        #start_topic_box ul.style_tabs li.active a {
          text-decoration: none;
          color: #333;
          cursor: default;
          border-radius: 5px 5px 0 0;
          -moz-border-radius: 5px 5px 0 0;
          -webkit-border-radius: 5px 5px 0 0;
          padding: 6px 10px 6px 30px;
          background-position: 8px 50%;
          border: 1px solid #AAAAAA;
          border-bottom: 1px solid #DADADA; }
          #start_topic_box ul.style_tabs li.active a strong {
            text-decoration: none!important; }
        #start_topic_box ul.style_tabs li.active img {
          top: 30px;
          width: 13px;
          height: 8px;
          display: block;
          position: absolute; }
      #start_topic_box ul.style_tabs li.question a {
        background-image: url(/images/feedback_tab_question.png); }
      #start_topic_box ul.style_tabs li.question img {
        left: 58px; }
      #start_topic_box ul.style_tabs li.idea a {
        background-image: url(/images/feedback_tab_idea.png); }
      #start_topic_box ul.style_tabs li.idea img {
        left: 56px; }
      #start_topic_box ul.style_tabs li.problem a {
        background-image: url(/images/feedback_tab_problem.png); }
      #start_topic_box ul.style_tabs li.problem img {
        left: 66px; }
      #start_topic_box ul.style_tabs li.tip a {
        background-image: url(/images/feedback_tab_tip.png); }
      #start_topic_box ul.style_tabs li.tip img {
        left: 66px; }
      #start_topic_box ul.style_tabs li.praise a {
        background-image: url(/images/feedback_tab_praise.png); }
      #start_topic_box ul.style_tabs li.praise img {
        left: 48px; }

#conversation .content ul, #conversation .content ol, .additional_detail ul, .additional_detail ol, .activity_detail ul, .activity_detail ol {
  margin-left: 20px; }
  #conversation .content ul br, #conversation .content ol br, .additional_detail ul br, .additional_detail ol br, .activity_detail ul br, .activity_detail ol br {
    display: none;
    line-height: 1px; }
#conversation .content ul, .additional_detail ul, .activity_detail ul {
  list-style-type: disc; }
#conversation .content ol, .additional_detail ol, .activity_detail ol {
  list-style-type: decimal; }
#conversation .content em, #conversation .content i, .additional_detail em, .additional_detail i, .activity_detail em, .activity_detail i {
  font-style: italic !important; }
#conversation .content pre, .additional_detail pre, .activity_detail pre {
  white-space: pre;
  font-family: monospace,'Terminal','Courier New';
  margin: 0!important; }
  #conversation .content pre br, .additional_detail pre br, .activity_detail pre br {
    display: none;
    line-height: 1px; }
#conversation .content blockquote, .additional_detail blockquote, .activity_detail blockquote {
  font-style: italic;
  border-left: 4px solid #CCC;
  padding: 5px 15px;
  margin-left: 10px;
  color: #777;
  background-color: #f9f9f9; }
#conversation .content img, .additional_detail img, .activity_detail img {
  max-width: 100%; }

code {
  white-space: pre;
  font-family: monospace, 'Terminal', 'Courier New';
  border: 1px solid #CCC;
  background-color: #f8f8f8;
  overflow: auto;
  max-height: 800px;
  padding-left: 5px;
  display: block;
  font-size: 12px;
  color: #110000;
  line-height: 1;
  width: 100%; }
  code br {
    display: none;
    line-height: 1px;
    clear: both; }

* html code {
  line-height: 1 !important; }

.reply code, .personal_activity_feed code, .promoted_reply code {
  line-height: 1 !important; }

body {
  margin: 0;
  padding: 0;
  color: #414142;
  font: 76%/1.2 Arial, Helvetica, sans-serif;
  background: #bbf0fa url(/images/body-center.png) repeat-y center top; }

html, body {
  height: 100%; }

#wrapper {
  min-height: 100%;
  _height: 100%;
  position: relative; }
  #wrapper #page {
    padding-bottom: 60px;
    font-size: 1.05em; }
  #wrapper #footer {
    width: 100%;
    position: absolute;
    bottom: 0; }

#page_referrer {
  color: #888;
  background: #222;
  padding: 6px 15px;
  border-bottom: 1px solid #000; }
  #page_referrer a.return_url {
    color: #DAD4BA;
    padding-left: 16px;
    background: transparent url(/images/page_referrer_arrow.png) no-repeat 0 50%; }

.holy-forms label, .holy-forms input.text {
  display: block; }
.holy-forms label {
  color: #111; }
.holy-forms input.submit {
  vertical-align: middle; }
.holy-forms .check-row input.checkbox, .holy-forms .check-row input.radio, .holy-forms .check-row label, .holy-forms .check_row input.checkbox, .holy-forms .check_row input.radio, .holy-forms .check_row label {
  float: left; }
.holy-forms .check-row label, .holy-forms .check_row label {
  display: inline;
  text-align: left !important;
  padding: 2px 0 0 5px !important; }
.holy-forms .row, .holy-forms .check-row, .holy-forms .check_row {
  display: inline-block;
  padding: 6px 0; }
  .holy-forms .row:after, .holy-forms .check-row:after, .holy-forms .check_row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .holy-forms .row, * html .holy-forms .check-row, * html .holy-forms .check_row {
    height: 1px; }
  .holy-forms .row, .holy-forms .check-row, .holy-forms .check_row {
    display: block; }
  .holy-forms .row.required label, .holy-forms .check-row.required label, .holy-forms .check_row.required label {
    font-weight: bold; }
.holy-forms .optional {
  color: #666;
  font-size: 1em; }
.holy-forms .note {
  clear: both;
  display: block;
  font-size: 0.9em;
  color: #666; }
.holy-forms.inline .row {
  border-bottom: 1px solid #DDD; }
.holy-forms.inline h2, .holy-forms.inline_bare h2 {
  color: #333;
  font-size: 1.6em !important;
  font-weight: 500   !important;
  margin-bottom: 30px  !important;
  letter-spacing: 0     !important; }
.holy-forms.inline fieldset, .holy-forms.inline_bare fieldset {
  margin-bottom: 50px; }
.holy-forms.inline .row, .holy-forms.inline_bare .row {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0; }
.holy-forms.inline label, .holy-forms.inline_bare label {
  width: 180px;
  float: left;
  text-align: left;
  padding: 5px 0 0 0; }
.holy-forms.inline .text, .holy-forms.inline_bare .text {
  float: left;
  width: 200px; }
.holy-forms.inline .check-row, .holy-forms.inline_bare .check-row {
  clear: none;
  margin-left: 180px; }
  .holy-forms.inline .check-row input, .holy-forms.inline_bare .check-row input {
    float: left; }
  .holy-forms.inline .check-row label, .holy-forms.inline_bare .check-row label {
    width: auto; }
.holy-forms.inline .note, .holy-forms.inline_bare .note {
  margin-left: 180px; }
.holy-forms.stacked label {
  margin-bottom: 4px; }
.holy-forms.stacked-note-right label {
  font-weight: bold;
  padding-bottom: 4px; }
  .holy-forms.stacked-note-right label span {
    font-weight: normal;
    color: #666; }
.holy-forms.stacked-note-right input.text {
  width: 220px; }
.holy-forms.stacked-note-right .row {
  padding: 15px 10px;
  border-bottom: 1px solid #EEE; }
  .holy-forms.stacked-note-right .row.last {
    border-bottom: 0; }
.holy-forms.stacked-note-right .row_note {
  color: #666;
  float: right;
  width: 260px;
  padding: 10px 15px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #EEE; }
.holy-forms.stacked-note-right .check_row {
  padding: 0 !important; }
  .holy-forms.stacked-note-right .check_row label {
    font-weight: normal;
    padding-bottom: 0; }
.holy-forms.stacked-note-right .inline_row * {
  display: inline; }
.holy-forms.stacked-note-right select {
  padding: 1px 1px 1px 2px; }
.holy-forms.stacked-note-right .important {
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #FFFFCC;
  border-bottom: 0; }
  .holy-forms.stacked-note-right .important label.strong {
    color: #000;
    font-size: 1.2em; }
  .holy-forms.stacked-note-right .important .row_note {
    background-color: #FFF; }
.holy-forms.stacked-note-right .submit {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 3px solid;
  background: #A5E161;
  color: #3A6C01 !important;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  padding: 7px 20px 8px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  _overflow: visible;
  _width: 0; }
  .holy-forms.stacked-note-right .submit:hover, .holy-forms.stacked-note-right .submit:focus {
    text-decoration: underline; }
  .holy-forms.stacked-note-right .submit:focus {
    text-decoration: underline !important; }
  .holy-forms.stacked-note-right .submit.waiting {
    background-image: url(/images/green_spinner.gif);
    background-position: 90% 50%;
    background-repeat: no-repeat;
    padding-right: 40px; }
  .holy-forms.stacked-note-right .submit.disabled {
    color: #999 !important;
    background-color: #DDD !important;
    border-color: #CCC !important;
    cursor: default !important; }
.holy-forms .required_text {
  font-weight: normal !important;
  color: #FF6600; }

.facebox {
  width: 614px;
  z-index: 1000;
  margin: 0 auto;
  text-align: left;
  position: relative; }
  .facebox .fb_close {
    padding: 5px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #EEE;
    border: 1px solid #DDD; }
  .facebox .msg {
    width: 533px; }
  .facebox .inset {
    float: left;
    width: 554px;
    padding: 20px 30px 10px;
    background: transparent url(/images/user_auth_repeat_y.png) repeat-y;
    min-height: 80px; }
  .facebox .top {
    height: 13px;
    background: transparent url(/images/user_auth_top.png) no-repeat; }
    .facebox .top a {
      text-align: right; }
  .facebox .bottom {
    clear: left;
    height: 13px;
    background: transparent url(/images/user_auth_bottom.png) no-repeat; }
  .facebox.thin {
    width: 401px; }
    .facebox.thin .msg {
      width: 320px; }
    .facebox.thin .inset {
      width: 341px;
      background: transparent url(/images/facebox_thin_inset.png) repeat-y !important; }
    .facebox.thin .top {
      background: transparent url(/images/facebox_thin_top.png) no-repeat !important; }
    .facebox.thin .bottom {
      background: transparent url(/images/facebox_thin_bottom.png) no-repeat !important; }
  .facebox p {
    padding: 0 4px;
    margin-bottom: 10px; }

.msg {
  color: #000;
  padding: 5px 10px;
  background-color: #FFFF99;
  margin-bottom: 10px; }
  .msg strong {
    font-size: 1.1em; }
  .msg span {
    font-weight: bold; }

#change_banner, #feature_msg, .warning_banner {
  display: inline-block;
  position: relative;
  background: #FFF;
  border: 1px solid #CCC;
  margin-bottom: 2em; }
  #change_banner:after, #feature_msg:after, .warning_banner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html #change_banner, * html #feature_msg, * html .warning_banner {
    height: 1px; }
  #change_banner, #feature_msg, .warning_banner {
    display: block; }
  #change_banner .inset, #feature_msg .inset, .warning_banner .inset {
    padding: 1em 1.2em; }
  #change_banner h2, #feature_msg h2, .warning_banner h2 {
    margin-bottom: 0.5em;
    color: #6a3501; }
  #change_banner .close, #feature_msg .close, .warning_banner .close {
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px 20px 2px 10px;
    right: 8px;
    bottom: 8px;
    position: absolute;
    background: #FFF url(/images/x_close.png) no-repeat 92% 50%; }
  #change_banner img.icon, #feature_msg img.icon, .warning_banner img.icon {
    float: left; }
  #change_banner .info, #feature_msg .info, .warning_banner .info {
    margin-left: 55px; }

#change_banner {
  border: none;
  margin: -20px -15px 20px;
  border-bottom: 1px solid #CCC; }
  #change_banner .info {
    font-weight: bold;
    margin: 0;
    padding: 18px 15px 18px 65px; }

#email_verification_warning {
  padding: 10px;
  background: #EBC4C4;
  border-left: solid 2px #EB879E;
  border-right: solid 2px #EB879E; }
  #email_verification_warning p {
    margin-bottom: 10px; }
  #email_verification_warning .title {
    color: #EB3333; }

.page_message {
  z-index: 1000;
  width: 980px;
  position: relative;
  margin: 0 auto; }
  .page_message .note_box {
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    margin-top: -3px;
    background: #FFF;
    border: 1px solid #C1C1C1;
    border-top: 0;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    line-height: 1.3; }
    .page_message .note_box .title_bar {
      border-bottom: 1px solid #C1C1C1;
      color: #777; }
      .page_message .note_box .title_bar .actions {
        float: right;
        font-size: 90%;
        padding: 6px 10px;
        background-color: #EEE;
        border-left: 1px solid #C1C1C1; }
        .page_message .note_box .title_bar .actions .divider {
          color: #999;
          padding: 0 5px; }
      .page_message .note_box .title_bar .date {
        float: right;
        padding: 5px 10px; }
      .page_message .note_box .title_bar .from {
        float: left;
        padding: 5px 10px; }
    .page_message .note_box .content {
      padding: 10px;
      height: 110px;
      overflow: auto; }
      .page_message .note_box .content .subject {
        font-weight: bold;
        font-size: 1.1em;
        margin-bottom: 10px; }
      .page_message .note_box .content .body p {
        margin: 10px 0; }
      .page_message .note_box .content .hide {
        width: 67px;
        height: 18px;
        float: right;
        margin-right: -10px;
        margin-top: -10px;
        margin-bottom: -8px;
        overflow: hidden;
        text-indent: -10000px;
        background: transparent url(/images/page-message-close.png) no-repeat; }
        .page_message .note_box .content .hide:hover {
          background-position: 0 -18px; }

#community_toolbar {
  z-index: 4;
  position: relative;
  background: transparent url(/images/moderator_toolbar_bg.png) repeat-x left bottom; }
  #community_toolbar #topic_toolset {
    background-color: #d3d3d3; }
  #community_toolbar .inset {
    height: 36px;
    width: 980px;
    margin: 0 auto; }
    #community_toolbar .inset .expander {
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      cursor: pointer;
      margin-top: 1px;
      padding: 5px 5px 3px 7px;
      line-height: 1.8;
      float: right;
      background: #EEE url(/images/topic_tools/inactive_bg.png);
      border: solid 1px #CCC;
      font-weight: bold;
      font-size: 90%;
      color: #555;
      margin-left: 10px;
      text-transform: uppercase; }
      #community_toolbar .inset .expander img.paper {
        margin-right: 3px; }
      #community_toolbar .inset .expander img.arrow {
        border-left: 1px solid #CCC;
        margin-left: 5px;
        padding-left: 3px;
        width: 16px;
        height: 16px;
        background: transparent url(/images/bullet_arrow_desc.png) no-repeat 3px 0;
        overflow: hidden; }
      #community_toolbar .inset .expander * {
        vertical-align: middle; }
      #community_toolbar .inset .expander:hover {
        border: 1px solid #FFCC66;
        background: #FFF; }
      #community_toolbar .inset .expander.open {
        margin-top: 0;
        border-top: 0;
        padding-top: 7px;
        background: #FFF;
        border-color: #CDCDCD; }
        #community_toolbar .inset .expander.open img.arrow {
          background-position: -13px 0; }
    #community_toolbar .inset .community_notes {
      float: right;
      padding: 3px 0; }
      #community_toolbar .inset .community_notes a {
        float: right;
        display: block;
        color: #333;
        font-weight: bold;
        font-size: 90%;
        text-decoration: underline;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border: 1px solid #CCC;
        padding: 5px 10px 5px 30px;
        background: #FFFFCC url(/images/toolbar_notes_icon.png) no-repeat 8px 50%; }
        #community_toolbar .inset .community_notes a.glow {
          background-color: #FFFF99;
          border-color: #ffd737; }
        #community_toolbar .inset .community_notes a.dim {
          background-color: #FFFFCC;
          border-color: #CCC; }
    #community_toolbar .inset #community_toolbar_switcher {
      float: left;
      padding: 9px 4px;
      display: block;
      margin-right: 15px;
      position: relative; }
      #community_toolbar .inset #community_toolbar_switcher .switcher_title {
        float: left;
        font-size: 1em;
        color: #333;
        font-weight: bold;
        text-transform: uppercase; }
      #community_toolbar .inset #community_toolbar_switcher .menu {
        right: 0;
        top: 38px;
        width: 160px;
        font-size: 90%;
        position: absolute;
        background-color: #202020;
        border: 3px solid #000;
        border-top: none;
        border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        left: 0;
        top: 31px;
        background-color: #ededed;
        border-width: 1px !important;
        border-color: #aeaeae;
        border-top: 1px solid #ededed; }
        #community_toolbar .inset #community_toolbar_switcher .menu a {
          color: #dcdcdc;
          display: block;
          font-weight: normal;
          text-decoration: none; }
          #community_toolbar .inset #community_toolbar_switcher .menu a:hover {
            text-decoration: underline; }
        #community_toolbar .inset #community_toolbar_switcher .menu .user_links a {
          padding: 7px;
          border-bottom: 1px dotted #000; }
          #community_toolbar .inset #community_toolbar_switcher .menu .user_links a:hover {
            background-color: #111; }
        #community_toolbar .inset #community_toolbar_switcher .menu a {
          color: #222;
          border-color: #CCC !important; }
        #community_toolbar .inset #community_toolbar_switcher .menu .on a {
          color: #000;
          background-color: #DDD !important; }
    #community_toolbar .inset dl {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 85%;
      padding: 10px 0; }
      #community_toolbar .inset dl dt {
        float: left;
        color: #888e90;
        margin-right: 25px; }
      #community_toolbar .inset dl dd {
        float: left;
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #777; }
        #community_toolbar .inset dl dd.first {
          border: 0;
          padding: 0;
          margin: 0; }
        #community_toolbar .inset dl dd a {
          text-decoration: underline;
          color: #195190; }
          #community_toolbar .inset dl dd a:hover {
            color: #000; }
      #community_toolbar .inset dl dd.upsell a {
        color: #E00; }

#toolbar {
  z-index: 5;
  background: #606060 url(/images/tb_repeat_x.png) repeat-x bottom left;
  position: relative;
  height: 38px;
  border-bottom: 1px solid #111; }
  #toolbar .tb_inset {
    width: 980px;
    margin: 0 auto; }
  #toolbar a {
    color: #f5e173; }
  #toolbar #gsfn_logo {
    float: left;
    width: 126px;
    height: 34px;
    display: block;
    overflow: hidden;
    text-indent: -10000px;
    margin: 2px 10px 0 0;
    background: transparent url(/images/toolbar-logo.png) no-repeat 0 0; }
  #toolbar .menu {
    right: 0;
    top: 38px;
    width: 160px;
    font-size: 90%;
    position: absolute;
    background-color: #202020;
    border: 3px solid #000;
    border-top: none;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px; }
    #toolbar .menu a {
      color: #dcdcdc;
      display: block;
      font-weight: normal;
      text-decoration: none; }
      #toolbar .menu a:hover {
        text-decoration: underline; }
    #toolbar .menu .user_links a {
      padding: 7px;
      border-bottom: 1px dotted #000; }
      #toolbar .menu .user_links a:hover {
        background-color: #111; }
  #toolbar #header_company_signup_button {
    float: left;
    padding: 12px 0 12px 8px;
    display: block;
    font-size: 1em; }

#find_bar {
  margin: 5px 0;
  float: right;
  padding-top: 1px;
  margin-left: 15px;
  position: relative;
  z-index: 5; }
  #find_bar .search_tips {
    background: #FFFF99;
    padding: 5px 10px;
    margin-top: -1px;
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    font-weight: normal; }
    #find_bar .search_tips strong {
      padding: 0 0 2px 0;
      float: none;
      display: block;
      font-weight: bold; }
    #find_bar .search_tips a {
      color: #195190;
      font-weight: bold; }
  #find_bar .searching {
    top: 4px; }
  #find_bar .combo {
    width: 200px;
    border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border: 1px solid #FFF;
    border-right: 1px solid #CCC;
    padding: 0; }
    #find_bar .combo input {
      overflow: visible;
      line-height: 1.2;
      width: 175px;
      position: relative;
      background-color: #f2f2f2;
      color: inherit !important;
      font-weight: bold !important;
      float: left;
      padding: 5px 20px 5px 5px;
      outline: none; }
      #find_bar .combo input:focus, #find_bar .combo input:active {
        background-color: #FFF; }
    #find_bar .combo .menu {
      top: 25px;
      width: 335px;
      opacity: 0.98;
      margin-left: -135px;
      border-width: 1px;
      border-color: #666;
      border-top-color: #999;
      border-left-color: #999;
      background: #FFF url(/images/find_bar_menu.png) repeat-y;
      border-bottom-left-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      border-top-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -webkit-border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px; }
      #find_bar .combo .menu dl {
        padding: 8px 0;
        border-bottom: 1px dotted #DDD; }
        #find_bar .combo .menu dl dt {
          clear: both;
          float: left;
          width: 38%;
          text-align: right;
          font-weight: normal;
          color: #666;
          padding: 2px 0; }
        #find_bar .combo .menu dl dd {
          padding: 0;
          margin-bottom: 0 !important;
          margin-left: 40% !important; }
          #find_bar .combo .menu dl dd img {
            border: 1px solid #DDD;
            margin-right: 2px;
            vertical-align: middle; }
          #find_bar .combo .menu dl dd a {
            padding: 2px 0 2px 8px;
            display: block !important;
            color: #333!important; }
            #find_bar .combo .menu dl dd a span {
              padding: 0;
              font-weight: bold; }
            #find_bar .combo .menu dl dd a:hover, #find_bar .combo .menu dl dd a.on {
              background-color: #DDD; }
              #find_bar .combo .menu dl dd a:hover span, #find_bar .combo .menu dl dd a.on span {
                background-color: #DDD; }
  #find_bar strong {
    float: left;
    padding: 5px 6px 0 0;
    display: block; }
  #find_bar form {
    float: left; }

#user_console {
  color: #b4b2a7;
  float: right;
  font-size: 1em; }
  #user_console .logged_out {
    padding: 12px 0 12px; }
  #user_console ul.logged_in li {
    float: left;
    padding: 12px 10px 12px;
    position: relative;
    background: transparent url(/images/nav_divider.png) no-repeat 100% 50%; }
    #user_console ul.logged_in li.last {
      background: none;
      padding-right: 0; }
  #user_console #user_nav {
    padding-left: 40px;
    position: relative; }
    #user_console #user_nav span {
      cursor: default; }
    #user_console #user_nav img {
      padding-left: 2px;
      vertical-align: middle;
      cursor: pointer; }

#container {
  z-index: 1;
  min-height: 300px;
  width: 948px;
  margin: 0 auto;
  padding: 20px 15px;
  position: relative;
  background-color: #FFF;
  border: 1px solid #C1C1C1;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-width: 0; }
  #container #content {
    display: inline; }
    #container #content h2 {
      font-size: 1.5em;
      font-weight: bold;
      letter-spacing: -1px; }
    #container #content .headline {
      margin-bottom: 15px; }
      #container #content .headline strong {
        font-size: 120%;
        font-weight: normal; }
      #container #content .headline span {
        color: #666; }
  #container #sidebar {
    display: inline; }
  #container .sidebar_pod, #container .sb_pod {
    margin-bottom: 20px; }
    #container .sidebar_pod h2, #container .sb_pod h2 {
      margin-bottom: 1em; }
  #container .sb_list {
    padding-top: 0.6em;
    border-top: 1px solid #CCC; }

#header {
  z-index: 3;
  position: relative; }

#company_header, #company_tabs, #sub_header {
  width: 948px;
  margin: 0 auto;
  padding: 20px 15px;
  position: relative;
  background-color: #FFF;
  border: 1px solid #C1C1C1; }

#sub_header {
  z-index: 3;
  border-bottom: 0;
  margin-bottom: -1px;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px; }
  #sub_header #tagline {
    font-weight: bold;
    font-size: 1.5em;
    font-weight: 500; }
  #sub_header #community_participation {
    color: #888; }

#company_tabs {
  z-index: 1;
  border-top: none;
  padding-top: 6px;
  padding-bottom: 2px; }
  #company_tabs #company_nav {
    clear: left;
    padding: 8px 0 8px; }
    #company_tabs #company_nav li {
      float: left;
      margin-right: 10px;
      padding-left: 10px;
      border-left: 1px solid #666; }
      #company_tabs #company_nav li a {
        font-weight: bold; }
        #company_tabs #company_nav li a span {
          font-weight: normal;
          color: #888; }
      #company_tabs #company_nav li.first {
        padding-left: 0;
        border-left: 0; }
      #company_tabs #company_nav li.on a {
        color: #000;
        cursor: default; }
        #company_tabs #company_nav li.on a:hover {
          text-decoration: none; }
  #company_tabs #company_topic_search {
    float: right;
    background: #FFF;
    position: relative;
    border: 1px solid #CCC;
    border-top-color: #AAA;
    border-left-color: #AAA;
    border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px; }
    #company_tabs #company_topic_search .text {
      font-size: 90%;
      font-weight: bold;
      float: left;
      width: 143px;
      padding: 4px 0 4px 5px;
      background: #FFF;
      border: #FFF;
      outline: none; }
    #company_tabs #company_topic_search .search_submit_widget {
      float: left;
      background: #FFF url(/images/gray_button.png) repeat-x 0 11px;
      border-left: 1px solid #CCC;
      border-top-right-radius: 2px;
      -moz-border-radius-topright: 2px;
      -webkit-border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      -moz-border-radius-bottomright: 2px;
      -webkit-border-bottom-right-radius: 2px; }
      #company_tabs #company_topic_search .search_submit_widget .search_submit {
        margin: 0;
        float: left;
        padding: 4px 2px 2px 4px; }
      #company_tabs #company_topic_search .search_submit_widget .style_activator {
        background: transparent url(/images/topic_search_arrow.png) no-repeat 4px 52%;
        width: 14px;
        height: 24px;
        display: block;
        float: left; }
        #company_tabs #company_topic_search .search_submit_widget .style_activator:hover {
          background-color: #EEE; }
      #company_tabs #company_topic_search .search_submit_widget #topic_style_select {
        position: absolute;
        bottom: 0;
        right: 121px; }
        #company_tabs #company_topic_search .search_submit_widget #topic_style_select .style_select_box {
          position: absolute;
          width: 120px;
          background-color: #FFF;
          border: 1px solid #CCC; }
          #company_tabs #company_topic_search .search_submit_widget #topic_style_select .style_select_box a {
            display: block;
            padding: 4px 5px;
            color: #666 !important;
            font-size: 90%;
            border-bottom: 1px dotted #DDD; }
            #company_tabs #company_topic_search .search_submit_widget #topic_style_select .style_select_box a:hover {
              text-decoration: none;
              color: #FFF !important;
              background: #AAA; }
  #company_tabs #header_start_topic {
    float: right; }
    #company_tabs #header_start_topic * {
      float: left;
      margin-left: 8px; }
    #company_tabs #header_start_topic span {
      color: #777;
      padding-top: 5px; }
    #company_tabs #header_start_topic a {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      text-align: center;
      color: #333 !important;
      cursor: pointer;
      font-size: 110%;
      font-family: arial;
      padding: 6px 20px;
      border: 1px solid #AAA;
      border-top-color: #CCC;
      border-left-color: #CCC;
      background: #FFF url(/images/gray_button.png) repeat-x 0 16px;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      background-position: 0 9px;
      padding: 5px 8px;
      font-weight: bold;
      font-size: 90%; }
      #company_tabs #header_start_topic a:hover {
        border-color: #999; }

#breadcrumb_trail {
  padding-top: 0;
  float: left; }
  #breadcrumb_trail ul#crumbs li.crumb {
    float: left;
    font-size: 1em;
    margin-right: 4px;
    padding-right: 8px;
    position: relative;
    background: transparent url(/images/breadcrumb_dash.png) no-repeat 100% 8px; }
    #breadcrumb_trail ul#crumbs li.crumb .crumb_link {
      float: left;
      padding: 7px;
      font-weight: bold;
      z-index: 2;
      position: relative; }
      #breadcrumb_trail ul#crumbs li.crumb .crumb_link a:hover {
        text-decoration: none;
        text-decoration: underline; }
      #breadcrumb_trail ul#crumbs li.crumb .crumb_link img {
        cursor: pointer;
        width: 16px;
        height: 11px;
        overflow: hidden;
        background: transparent url(/images/breadcrumb_list_activator.png) no-repeat 0 0; }
    #breadcrumb_trail ul#crumbs li.crumb.hover .crumb_link {
      padding: 6px;
      border: 1px solid #DDD;
      border-right-color: #999;
      border-bottom-color: #999;
      background-color: #FFF;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px; }
    #breadcrumb_trail ul#crumbs li.crumb.hover img {
      background: transparent url(/images/breadcrumb_list_activator.png) no-repeat 0 -11px; }
    #breadcrumb_trail ul#crumbs li.crumb.open div.crumb_select {
      display: block !important; }
    #breadcrumb_trail ul#crumbs li.crumb.open .crumb_link {
      padding: 6px;
      border: 1px solid #DDD;
      border-bottom-color: #999;
      border-right-color: #FFF;
      background-color: #FFF;
      border-radius: 3px 0 0 3px;
      -moz-border-radius: 3px 0 0 3px;
      -webkit-border-radius: 3px 0 0 3px; }
    #breadcrumb_trail ul#crumbs li.crumb.open img {
      background: transparent url(/images/breadcrumb_list_activator.png) no-repeat 0 -11px; }
    #breadcrumb_trail ul#crumbs li.crumb.last {
      background: none; }
    #breadcrumb_trail ul#crumbs li.crumb.first {
      margin-left: -6px !important; }
    #breadcrumb_trail ul#crumbs li.crumb.crumb_0 {
      z-index: 5; }
    #breadcrumb_trail ul#crumbs li.crumb.crumb_1 {
      z-index: 4; }
    #breadcrumb_trail ul#crumbs li.crumb.crumb_2 {
      z-index: 3; }
    #breadcrumb_trail ul#crumbs li.crumb.crumb_3 {
      z-index: 2; }
    #breadcrumb_trail ul#crumbs li.crumb.crumb_4 {
      z-index: 1; }
    #breadcrumb_trail ul#crumbs li.crumb div.crumb_select {
      z-index: 1;
      display: none;
      top: 0;
      right: 8px;
      position: absolute; }
      #breadcrumb_trail ul#crumbs li.crumb div.crumb_select ul {
        border-radius: 0 3px 3px 3px;
        -moz-border-radius: 0 3px 3px 3px;
        -webkit-border-radius: 0 3px 3px 3px;
        min-width: 140px;
        position: absolute;
        margin-left: -1px;
        background: #FFF url(/images/breadcrumb_dash.png) no-repeat 3px 7px;
        padding: 2px 0;
        border: 1px solid #888;
        border-left-color: #DDD;
        border-top-color: #DDD; }
        #breadcrumb_trail ul#crumbs li.crumb div.crumb_select ul li {
          display: block;
          float: left;
          clear: left; }
          #breadcrumb_trail ul#crumbs li.crumb div.crumb_select ul li a {
            font-weight: bold;
            display: block;
            padding: 4px 8px 4px 19px; }

#nav_start_topic {
  float: right;
  font-weight: bold;
  width: 166px;
  height: 16px;
  padding: 6px 0 6px 30px;
  color: #232323;
  display: block;
  margin-top: -5px;
  margin-bottom: -7px;
  background: transparent url(/images/start_topic.png) no-repeat; }

#company_header {
  z-index: 2;
  padding-top: 15px;
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 15px;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px; }
  #company_header #participation {
    float: right;
    margin-top: -20px;
    margin-right: -25px;
    position: relative; }
    #company_header #participation img {
      position: absolute;
      top: 34px;
      right: 0; }
    #company_header #participation span {
      color: #222;
      display: block;
      font-size: 1.1em;
      font-weight: bold;
      font-style: normal;
      padding: 8px 16px;
      border-radius: 2px 2px 0 2px;
      -moz-border-radius: 2px 2px 0 2px;
      -webkit-border-radius: 2px 2px 0 2px;
      border: 1px solid #CCC; }
    #company_header #participation.not_participating span {
      color: #950000;
      background-color: #fffd00;
      border-color: #ffde00; }
    #company_header #participation.active span {
      color: #FFF;
      border-color: #51b306;
      background-color: #7ddd34; }
    #company_header #participation.monitoring span {
      color: #922a02;
      background-color: #feb571;
      border-color: #df8b3e; }
    #company_header #participation.not_specified span {
      color: #666;
      background-color: #EEE; }
  #company_header .company_profile {
    position: relative; }
  #company_header #community_status {
    float: right; }
  #company_header #claim_link, #company_header #network_notification {
    clear: right;
    float: right;
    color: #666;
    padding-top: 10px; }
  #company_header #community_tagline {
    color: #666;
    font-size: 1.1em; }
  #company_header .company_name, #company_header .company_logo {
    color: #111;
    font-size: 3em;
    float: left; }
    #company_header .company_name.valign, #company_header .company_logo.valign {
      padding-top: 12px; }
  #company_header .company_logo {
    padding-right: 10px; }

#header_company_message {
  width: 960px;
  margin: 0 auto;
  padding: 10px 20px;
  background: #FFFFCC url(/images/company_note_repeat_x.png) repeat-x bottom left;
  border: 1px solid #C1C1C1;
  border-top: 0; }
  #header_company_message h2 {
    color: #333;
    font-size: 1em;
    margin-bottom: 5px; }
    #header_company_message h2 small {
      color: #666; }

#email_verification_warning {
  padding: 10px;
  background: #EBC4C4;
  border-left: solid 2px #EB879E;
  border-right: solid 2px #EB879E; }
  #email_verification_warning p {
    margin-bottom: 10px; }
  #email_verification_warning .title {
    color: #EB3333; }

#footer {
  color: #777;
  padding: 15px 0;
  margin-top: 20px;
  background: #FFF;
  width: 100%;
  border-top: 1px solid #CCC; }
  #footer #footer_content {
    width: 980px;
    margin: 0 auto; }
    #footer #footer_content .footer_copy {
      float: left; }
    #footer #footer_content .footer_links {
      float: right; }
      #footer #footer_content .footer_links .divider {
        padding: 0 5px; }

.involve_links li {
  line-height: 1;
  padding: 4px 0px 4px 26px; }
  .involve_links li a {
    display: block; }
  .involve_links li.widget {
    background: transparent url(/images/widget_icon.png) no-repeat 0 50%; }
  .involve_links li.rss {
    background: transparent url(/images/rss_20.png) no-repeat 0 50%; }
  .involve_links li.employee {
    background: transparent url(/images/im_employee.png) no-repeat 0 50%; }

.catalog_list {
  margin-bottom: 10px; }
  .catalog_list ul {
    clear: left;
    margin-bottom: 10px; }
  .catalog_list li {
    float: left;
    width: 25%;
    padding: 10px 0; }
    .catalog_list li.special .thumb_box {
      border: 2px solid #83d160 !important; }
    .catalog_list li .item_details {
      color: #666;
      padding: 10px 30px 0 0; }
      .catalog_list li .item_details p {
        margin-bottom: 0 !important; }
      .catalog_list li .item_details strong {
        color: #555; }
      .catalog_list li .item_details a.name {
        color: #000;
        font-size: 110%;
        font-weight: bold;
        line-height: 1.1;
        margin-bottom: 3px;
        color: #333; }
      .catalog_list li .item_details .company_link {
        font-weight: bold; }
      .catalog_list li .item_details .tags {
        padding-top: 3px;
        font-size: 90%; }

.product_list {
  margin: 0 !important; }
  .product_list li.product_li {
    position: relative;
    padding: 14px !important;
    border-bottom: 1px solid #DDD; }
    .product_list li.product_li .product_profile {
      float: left;
      width: 100px; }
      .product_list li.product_li .product_profile img {
        width: 100px; }
    .product_list li.product_li a.toggle_recent {
      padding: 6px 0 10px 0;
      display: block;
      float: left; }
    .product_list li.product_li .details {
      margin-left: 120px; }
    .product_list li.product_li h3.name {
      margin-bottom: 8px;
      font-size: 1.2em !important; }
      .product_list li.product_li h3.name a {
        font-weight: bold; }
    .product_list li.product_li dl.mentions {
      padding: 8px 0 12px 0; }
      .product_list li.product_li dl.mentions * {
        display: inline; }
    .product_list li.product_li ul.product_topics {
      padding-left: 10px; }
      .product_list li.product_li ul.product_topics li {
        margin-bottom: 5px;
        padding-left: 30px;
        min-height: 30px; }
        .product_list li.product_li ul.product_topics li a.topic_url {
          letter-spacing: -1px;
          line-height: 1.1em;
          font-weight: bold;
          font-size: 1.2em;
          background: transparent url(<%= image_path 'link_line.png' %>) repeat-x scroll 0 95%;
          margin-right: 5px; }
          .product_list li.product_li ul.product_topics li a.topic_url:hover {
            color: #414142;
            text-decoration: none; }
        .product_list li.product_li ul.product_topics li span.company {
          white-space: nowrap; }
    .product_list li.product_li *.participation {
      padding: 10px 0 5px 0; }

.sidebar_nav {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #f6f6f6;
  border: 1px solid #DDD; }
  .sidebar_nav ul {
    padding: 4px 10px; }
    .sidebar_nav ul li {
      font-weight: bold; }
      .sidebar_nav ul li a {
        padding: 5px 0;
        display: block; }
      .sidebar_nav ul li.on a {
        color: inherit; }

/* Move to company */
#add_support_channels_form {
  padding: 10px; }
  #add_support_channels_form label {
    padding-right: 10px; }

#manage_support_channels {
  clear: both;
  margin-bottom: 10px; }
  #manage_support_channels li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #DDD; }
    #manage_support_channels li.empty {
      margin: 0;
      padding: 0;
      border-bottom: none; }
    #manage_support_channels li label {
      float: left;
      width: 50px;
      padding-top: 5px;
      font-size: 0.9em;
      margin-bottom: 2px; }
    #manage_support_channels li input.text {
      width: 400px;
      padding: 2px 0 2px 3px; }
    #manage_support_channels li .submit_row {
      margin-left: 0; }
    #manage_support_channels li .url {
      width: 280px; }
      #manage_support_channels li .url input {
        width: 267px; }
    #manage_support_channels li .link_text {
      width: 240px; }
      #manage_support_channels li .link_text input {
        width: 170px;
        margin-right: 5px; }
    #manage_support_channels li .options {
      top: 2px;
      right: 10px;
      position: absolute; }
    #manage_support_channels li img {
      width: 16px;
      height: 16px;
      margin-right: 4px;
      vertical-align: middle;
      background-repeat: no-repeat;
      background-color: transparent;
      background-image: url(/images/company_home_sprites.png); }
    #manage_support_channels li dl dd {
      margin-bottom: 2px; }
    #manage_support_channels li dl dt {
      font-weight: bold;
      color: #666;
      padding-bottom: 7px; }
      #manage_support_channels li dl dt.last {
        border-bottom: none;
        font-size: 90%;
        text-align: right; }
      #manage_support_channels li dl dt.website img {
        background-position: 0 0; }
      #manage_support_channels li dl dt.phone img {
        background-position: -16px 0; }
      #manage_support_channels li dl dt.facebook img {
        background-position: -32px 0; }
      #manage_support_channels li dl dt.twitter img {
        background-position: -48px 0; }
      #manage_support_channels li dl dt.email img {
        background-position: -64px 0; }
      #manage_support_channels li dl dt.uservoice img {
        background-position: -80px 0; }
      #manage_support_channels li dl dt.zendesk img {
        background-position: -96px 0; }

.identities .data,
.private_fields .data {
  margin-top: 8px;
  border: solid 1px #C0C0C0;
  background: #eee;
  padding: 4px; }
  .identities .data .title,
  .private_fields .data .title {
    margin-bottom: 4px; }
  .identities .data td,
  .private_fields .data td {
    border: none; }
  .identities .data td.key,
  .identities .data th.key,
  .private_fields .data td.key,
  .private_fields .data th.key {
    text-align: right;
    font-weight: bold; }
  .identities .data td.value,
  .private_fields .data td.value {
    padding-left: 8px; }



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE-mac \*/ */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */ */