
// barra de porcentagem
.barra {
background-color: #FFCC66;
height: 20px;
width: 99px;
border: 1px solid #666666;
}
.progresso {
background-color: #E0DFE3;
height: 20px;
width: 170px;
}
.contagem {
height: 20px;
width: 170px;
text-align: center;
color: white;
}

body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input:focus { outline: 0;}

input, select, textarea {
  margin: 0;
  font-family: Verdana,helvetica,sans-serif;
  font-size: 1em;
  font-weight: normal; }

option {
  padding-right: 15px; }

input[type=checkbox] {
  margin-right: 10px; }

input[type=text], input[type="password"], input[type="file"], p.fake_text_field {
  width: 96.5%;
  max-width: 400px;
  border: 1px solid #999999;
  padding: 2px 6px 4px 6px;
  line-height: 1.5em; }

input[type=image] {
  outline: none;
  border: none;
  margin-right: 15px;
  vertical-align: middle;
  cursor: pointer; }

input[type="submit"], input[type=button] {
  cursor: pointer;
  border: outset 1px #ccc;
  background: #666 url('/images/submit.gif') left top repeat-x;
  margin: 0;
  padding: 4px 8px;
  font-style: italic;
  color: #fff;
  vertical-align: middle; }

input.search_query {
  padding-left: 25px;
  padding-right: 25px;
  background: #fff url('/images/search_hourglass.gif') 4px center no-repeat; }

#sidebar input.search_query {
  width: 220px; }

.search_bar_container {
  position: relative; }
  .search_bar_container .erase_search {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 19px;
    background: transparent url('/images/erase_search.gif') center left no-repeat;
    cursor: pointer;
    opacity: 0.5; }
    .search_bar_container .erase_search:hover {
      opacity: 1; }

textarea {
  width: 96.5%;
  min-height: 150px;
  height: 12em;
  border: 1px solid #999999;
  padding: 6px 6px; }

.field_container, .reply_field_container {
  margin-bottom: 1em;
  padding: 0.5em 11px;
  background-color: #efefef;
  position: relative; }

.reply_field_container {
  margin-bottom: 30px;
  margin-left: 110px; }
  .reply_field_container p {
    margin: 1em 0 0.5em 0; }
  .reply_field_container p.comment_header {
    margin: 0.5em 0 1em 0; }

.formatting_note {
  float: right; }

.delete_group_link {
  font-weight: bold;
  color: #990001 !important; }

#edit_comment_container {
  margin: 0 !important; }

.submit {
  margin-top: 2em; }

#quick_login {
  margin-left: 5px;
  padding-left: 24px !important; }
  #quick_login input {
    margin: 0; }
  #quick_login input[type=text], #quick_login input[type="password"] {
    width: 120px; }
  #quick_login input[type=submit] {
    padding: 2px 8px;
    vertical-align: baseline;
    position: relative;
    top: 1px;
    left: 1px;
    background: #666; }

input.macfield {
  height: 20px;
  width: 93px;
  padding: 3px 8px 0 27px;
  background: url('/images/short_search.gif') top left no-repeat;
  overflow: hidden;
  border: 0;
  color: !cDark; }

.search_blur {
  color: #666666; }

.fields {
  color: #000000;
  padding-bottom: 1em; }
  .fields li {
    min-height: 1%;
    clear: left; }
    .fields li label, .fields li .mock_label {
      border-top: 1px solid #f1f1f1;
      padding: 0.9em 0;
      float: left;
      width: 115px;
      margin-right: 10px;
      text-align: right;
      font-weight: bold; }
    .fields li .mock_field {
      border-top: 1px solid #999999;
      margin-bottom: 0;
      margin-left: 125px; }
      .fields li .mock_field label {
        border: 0;
        padding: 0;
        float: none;
        display: inline;
        width: auto;
        margin: 0;
        text-align: left;
        font-weight: normal; }
      .fields li .mock_field label.error {
        display: block; }

#selected_resource_container {
  overflow: hidden; }

input[type=text].subdomain {
  width: 200px;
  text-align: right; }

#subdomain_host {
  position: absolute;
  top: 16px;
  left: 230px; }

.loading {
  background: url('/images/loading.gif') center center no-repeat; }

.loading_left {
  background: url('/images/indicator_dark.gif') center left no-repeat; }

.loading_right {
  background: url('/images/indicator.gif') center right no-repeat; }

ul.error {
  margin: 0.5em 0; }
  ul.error li {
    margin-bottom: 1px;
    border: 1px solid #b30000;
    background-color: #ffbfbf;
    padding: 3px 10px; }

.extra_padding {
  padding-bottom: 1em; }

.split_container {
  margin-bottom: 1em;
  overflow: hidden;
  position: relative; }
  .split_container .split_left {
    float: left;
    width: 48%; }
    .split_container .split_left label {
      display: block;
      margin: 0.9em 0; }
    .split_container .split_left p label {
      display: inline; }
  .split_container .split_right {
    float: right;
    width: 48%; }
    .split_container .split_right textarea {
      width: 95%; }

label.error {
  float: none !important;
  display: block;
  line-height: 16px !important;
  margin: 0 !important;
  margin-top: 0.5em !important;
  padding: 0 !important;
  padding-left: 25px !important;
  border: 0 !important;
  background: url('/images/asterisk.png') center left no-repeat !important;
  width: auto !important;
  text-align: left !important;
  color: #800000 !important; }

#sent_invitations {
  margin-top: 2em; }

#grant_invites #amount {
  width: 5em; }

.email_preview {
  border: 1px solid black; }
  .email_preview .header {
    border-bottom: 1px solid black;
    background: #cccccc;
    padding: 8px; }
    .email_preview .header .label {
      font-weight: bold;
      padding-left: 8px;
      width: 67px;
      float: left; }
    .email_preview .header .value {
      margin-left: 75px; }
  .email_preview .body {
    padding: 8px; }

.vote_flags {
  margin-bottom: 0.9em; }
  .vote_flags .vote_flag {
    padding: 3px;
    margin: -3px 10px -3px 0;
    line-height: 2.5em;
    font-weight: bold;
    border-style: solid;
    border-width: 1px; }
    .vote_flags .vote_flag input[type=checkbox] {
      vertical_align: middle; }
    .vote_flags .vote_flag label {
      cursor: pointer; }
    .vote_flags .vote_flag.positive {
      border: 1px solid #76a565;
      color: #568545;
      background-color: #b6e5a5; }
    .vote_flags .vote_flag.positive:hover {
      color: #608f4f;
      background-color: #c0efaf; }
    .vote_flags .vote_flag.negative {
      border: 1px solid #996766;
      color: #794746;
      background-color: #d9a7a6; }
    .vote_flags .vote_flag.negative:hover {
      color: #835150;
      background-color: #e3b1b0; }

.vote_flag_display {
  margin-bottom: 0.5em; }
  .vote_flag_display .vote_flag {
    padding: 0 3px;
    margin-right: 10px; }
    .vote_flag_display .vote_flag.positive {
      color: #608f4f;
      background-color: #d4ffc3; }
    .vote_flag_display .vote_flag.negative {
      color: #835150;
      background-color: #f7c5c4; }

.vote_flag {
  display: inline;
  white-space: nowrap;
  font-size: 0.75em; }

.switch_field {
  background-color: #eee;
  margin: 0;
  margin-top: 12px;
  color: #aaa;
  overflow: hidden; }
  .switch_field .left, .switch_field .right {
    width: 50%;
    float: left; }
    .switch_field .left .container,     .switch_field .right .container {
      padding: 16px;
      position: relative;
      overflow: hidden;
      margin: 0 1px; }
    .switch_field .left.enabled,     .switch_field .right.enabled {
      cursor: pointer;
      color: #000000; }
      .switch_field .left.enabled img, .switch_field .left.enabled a,       .switch_field .right.enabled img, .switch_field .right.enabled a {
        opacity: 1; }
    .switch_field .left.disabled,     .switch_field .right.disabled {
      cursor: default; }
    .switch_field .left.selected .container,     .switch_field .right.selected .container {
      border: 4px solid #996766;
      padding: 12px; }
    .switch_field .left.selected:hover,     .switch_field .right.selected:hover {
      background-color: #eee; }
  .switch_field a {
    opacity: 0.5; }
  .switch_field img {
    float: left;
    opacity: 0.5; }
  .switch_field .title {
    font-weight: bold;
    margin-left: 205px; }
  .switch_field .description {
    font-size: 90%;
    line-height: 1.2em;
    height: 7.2em;
    margin-left: 205px; }
  .switch_field .disabled_note {
    color: #666666;
    line-height: 1.2em;
    position: absolute;
    top: 2px;
    left: 1px;
    border: 1px solid #efefef;
    background-color: #eee;
    padding: 8px;
    display: none;
    text-align: center;
    font-style: italic; }
  .switch_field .disabled:hover .disabled_note {
    display: inline; }

#perms_grid {
  margin: 12px 0; }
  #perms_grid table {
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #eee; }
    #perms_grid table td, #perms_grid table th {
      padding: 5px;
      color: #000000;
      font: 8pt Verdana;
      border-right: 1px solid #aaa;
      border-top: 1px solid #eee;
      border-left: 1px solid #eee;
      border-bottom: 1px solid #aaa;
      width: 24%; }
    #perms_grid table th {
      font-weight: normal;
      text-align: center;
      background-color: #eee; }
      #perms_grid table th .title {
        font-weight: bold;
        font-size: 120%;
        margin-bottom: 6px; }
    #perms_grid table th.admins {
      background-color: #cccccc; }
    #perms_grid table tr.values td {
      cursor: pointer; }
    #perms_grid table tr.values:hover td.enabled.true {
      background-color: #ffffde; }
    #perms_grid table tr.values:hover td.enabled.false {
      background-color: #ffe2e0; }
  #perms_grid .perm, #perms_grid .perm_name {
    width: auto; }
  #perms_grid .perm_name {
    height: 74px;
    border-left: none;
    vertical-align: middle; }
  #perms_grid .description {
    font-size: 90%;
    line-height: 1.3; }
  #perms_grid .true_mark, #perms_grid .false_mark {
    font-size: 200%;
    text-align: center; }
  #perms_grid .true {
    color: #76a565;
    background-color: #ecffca; }
    #perms_grid .true .false_mark, #perms_grid .true .on_false {
      display: none; }
  #perms_grid .false {
    color: #996766;
    background-color: #ffcecc; }
    #perms_grid .false .true_mark, #perms_grid .false .on_true {
      display: none; }
  #perms_grid .disabled {
    cursor: default !important; }
    #perms_grid .disabled .on_hover {
      display: none; }
    #perms_grid .disabled:hover .on_hover {
      display: block; }
  #perms_grid .member_val.disabled {
    background: none; }
    #perms_grid .member_val.disabled .false_mark {
      display: none; }
    #perms_grid .member_val.disabled:hover .false_mark {
      display: block; }
  #perms_grid .on_true, #perms_grid .on_false, #perms_grid .on_hover {
    margin-top: 6px;
    font-size: 80%;
    line-height: 1.1;
    color: #666;
    text-align: center; }

#show_perms_grid, #hide_perms_grid {
  display: block;
  font-size: 1.45em;
  margin: 24px 0; }

#invitation_form input.invitation_link {
  max-width: none !important;
  padding: 6px;
  font-weight: bold;
  font-size: 1.25em;
  display: block;
  width: 600px !important; }
#invitation_form .remaining_uses_container {
  clear: both;
  height: 2.1em; }
  #invitation_form .remaining_uses_container input {
    font-size: 0.8em;
    padding: 1px 3px 2px 3px;
    margin: 1px 3px 2px 3px; }
  #invitation_form .remaining_uses_container .remaining_uses {
    width: 50px;
    margin-right: -6px; }
  #invitation_form .remaining_uses_container img {
    margin-left: 6px;
    vertical-align: text-top; }
#invitation_form .link {
  overflow: hidden;
  margin: 10px 0; }
#invitation_form a.reset-invite {
  margin-left: 15px;
  font-weight: bold;
  float: left;
  line-height: 1.6em;
  padding: 6px 0; }
#invitation_form .header {
  border: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0; }
#invitation_form .footer {
  border-top: 0 !important; }
  #invitation_form .footer a {
    margin-left: 0; }

#feedback_form input[type='text'] {
  max-width: none !important;
  padding: 6px;
  font-weight: bold;
  font-size: 1.25em;
  display: block;
  width: 600px !important;
  margin: 10px 0; }
  #feedback_form input[type='text'].grey {
    color: #cccccc;
    font-style: italic; }
#feedback_form input[disabled] {
  background-image: none;
  background-color: #cccccc;
  font-size: 0.8em; }
#feedback_form .footer {
  border: none !important;
  padding: 0 !important; }
#feedback_form #all_suggestions {
  float: right; }
#feedback_form #lobby_warning {
  background-color: #f9f8e8; }

.edit_feature.hexagon_form .container, .new_feature.hexagon_form .container {
  width: 444px;
  padding-top: 11px; }
.edit_feature.hexagon_form .position, .new_feature.hexagon_form .position {
  width: 20px; }

#remove_feature {
  position: relative;
  top: -20px;
  right: -120px; }

#password_confirmation {
  display: none; }


html {
  height: 100%; }

body {
  height: 100%;
  position: relative;
  min-width: 960px;
  background-color: #ffffff; }

ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

table, tr, td {
  border: 0;
  vertical-align: top; }

#full_main #content {
  width: 894px;
  margin: 0 auto; }

#header {
  height: 45px;
  padding: 0 35px;
  padding-bottom: 4px;
  margin-bottom: 20px;
  background: #333333 url('/images/header_shadow.gif') bottom left repeat-x;
  color: #ffffff; }
  #header img.logo {
    height: 40px;
    width: 359px;
    position: relative;
    z-index: 109; }
  #header #account_links {
    float: right; }
    #header #account_links li {
      float: left;
      padding-left: 15px;
      line-height: 45px; }
  #header a {
    color: #ffffff;
    text-decoration: none; }
  #header a:hover, #header a.sign_up_link {
    text-decoration: underline; }

.rounded_box {
  background: #f1f1f1 url('/images/corners/edge.gif') top left repeat-x; }
  .rounded_box .r {
    background: url('/images/corners/edge.gif') top right repeat-y; }
  .rounded_box .b {
    background: url('/images/corners/edge.gif') bottom left repeat-x; }
  .rounded_box .l {
    background: url('/images/corners/edge.gif') top left repeat-y; }
  .rounded_box .tl {
    background: url('/images/corners/tl.gif') top left no-repeat; }
  .rounded_box .tr {
    background: url('/images/corners/tr.gif') top right no-repeat; }
  .rounded_box .bl {
    background: url('/images/corners/bl.gif') bottom left no-repeat; }
  .rounded_box .br {
    background: url('/images/corners/br.gif') bottom right no-repeat;
    overflow: hidden; }

.current .rounded_box, .current_group .rounded_box {
  background: #e7e7e7 url('/images/corners/edge_b.gif') top left repeat-x; }
  .current .rounded_box .r,   .current_group .rounded_box .r {
    background: url('/images/corners/edge_b.gif') top right repeat-y; }
  .current .rounded_box .b,   .current_group .rounded_box .b {
    background: url('/images/corners/edge_b.gif') bottom left repeat-x; }
  .current .rounded_box .l,   .current_group .rounded_box .l {
    background: url('/images/corners/edge_b.gif') top left repeat-y; }
  .current .rounded_box .tl,   .current_group .rounded_box .tl {
    background: url('/images/corners/tl_b.gif') top left no-repeat; }
  .current .rounded_box .tr,   .current_group .rounded_box .tr {
    background: url('/images/corners/tr_b.gif') top right no-repeat; }
  .current .rounded_box .bl,   .current_group .rounded_box .bl {
    background: url('/images/corners/bl_b.gif') bottom left no-repeat; }
  .current .rounded_box .br,   .current_group .rounded_box .br {
    background: url('/images/corners/br_b.gif') bottom right no-repeat; }

.rounded_page_header {
  background: #e5e5e5 url('/images/corners/message_tl.gif') top left no-repeat;
  line-height: 1em; }
  .rounded_page_header .page_header_interior {
    background: transparent url('/images/corners/message_tr.gif') top right no-repeat;
    padding: 11px; }
  .rounded_page_header h3 {
    font-weight: bold; }

.rounded_page_footer {
  background: #e5e5e5 url('/images/corners/message_bl.gif') bottom left no-repeat;
  line-height: 1.6em; }
  .rounded_page_footer .page_footer_interior {
    background: transparent url('/images/corners/message_br.gif') bottom right no-repeat;
    padding: 11px; }
    .rounded_page_footer .page_footer_interior label {
      font-size: 1.1em;
      color: #efefef;
      margin-right: 5px; }
    .rounded_page_footer .page_footer_interior a {
      font-size: 1.2em;
      text-decoration: underline;
      color: #333333; }
    .rounded_page_footer .page_footer_interior a:hover {
      color: #000000; }
    .rounded_page_footer .page_footer_interior span {
      color: #999999;
      margin: 0 5px; }

#group_notice .rounded_box {
  margin-bottom: 5px; }
#group_notice .box_interior {
  padding: 15px; }
#group_notice a {
  color: #000000; }
#group_notice img.logo {
  float: left;
  height: 45px;
  width: 45px; }
#group_notice .description {
  margin-left: 60px; }
  #group_notice .description p {
    margin: 0 0 0.9em 0; }

#welcome_message {
  margin-bottom: 10px;
  position: relative; }
  #welcome_message .welcome_content {
    position: relative; }
  #welcome_message.invitations_page .rounded_page_footer {
    background: #e5e5e5 url('/images/corners/message_bl.gif') bottom left no-repeat;
    line-height: 1em; }
    #welcome_message.invitations_page .rounded_page_footer .page_footer_interior {
      min-height: 1em; }
  #welcome_message #showhide_welcome {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url('/images/arrow_up.png') bottom left no-repeat;
    height: 24px;
    width: 28px;
    z-index: 2;
    cursor: pointer;
    opacity: 0.15; }
    #welcome_message #showhide_welcome:hover {
      opacity: 0.7 !important; }
  #welcome_message #showhide_welcome.hidden {
    opacity: 0.3;
    background: transparent url('/images/arrow_dn.png') bottom left no-repeat; }
  #welcome_message a:hover {
    text-decoration: none; }
  #welcome_message a.group_title {
    line-height: 30px;
    font-family: helvetica,Verdana,sans-serif;
    font-size: 2.3em;
    font-weight: bold; }
  #welcome_message a.group_title:hover {
    text-decoration: underline; }
  #welcome_message a.cycle_prev, #welcome_message a.cycle_next {
    color: #F1F1F1;
    display: block;
    position: absolute;
    top: 20%;
    opacity: 0.5;
    height: 60%;
    width: 180px;
    z-index: 1; }
    #welcome_message a.cycle_prev:hover,     #welcome_message a.cycle_next:hover {
      opacity: 1; }
  #welcome_message a.cycle_prev {
    left: 0;
    background: transparent url('/images/welcome/cycle_prev.gif') left center no-repeat; }
  #welcome_message a.cycle_next {
    right: 0;
    background: transparent url('/images/welcome/cycle_next.gif') right center no-repeat; }
  #welcome_message .rounded_page_header {
    background-color: #f1f1f1; }
    #welcome_message .rounded_page_header .page_header_interior {
      padding: 15px; }
  #welcome_message .rounded_page_footer {
    background-color: #666666; }
  #welcome_message .welcome_navigation {
    text-align: center;
    margin: 0 200px; }
    #welcome_message .welcome_navigation img {
      cursor: pointer;
      position: relative;
      z-index: 2; }
  #welcome_message .box_interior {
    padding: 15px; }
  #welcome_message .welcome_frames {
    height: 445px; }
    #welcome_message .welcome_frames ul {
      position: relative;
      top: -10px;
      clear: both;
      overflow: hidden;
      width: 700px;
      margin: 0 auto; }
      #welcome_message .welcome_frames ul li {
        float: left;
        width: 50%; }
        #welcome_message .welcome_frames ul li .content {
          width: 330px; }
          #welcome_message .welcome_frames ul li .content img {
            width: 320px;
            height: 380px;
            margin-bottom: -10px; }
          #welcome_message .welcome_frames ul li .content p {
            margin-left: 10px;
            line-height: 1.5em;
            font-size: 96%; }

#group_notice .rounded_box {
  background-color: #e7e7e7; }
#group_notice a {
  font-weight: bold;
  text-decoration: underline; }

#header_tabs, #full_height_tabs {
  position: relative;
  z-index: 2;
  margin-bottom: -5px; }
  #header_tabs ul,   #full_height_tabs ul {
    overflow: hidden;
    background: transparent; }
    #header_tabs ul li,     #full_height_tabs ul li {
      position: relative;
      float: left;
      margin-right: 5px;
      padding-bottom: 10px;
      text-align: center; }
      #header_tabs ul li .down_arrow,       #full_height_tabs ul li .down_arrow {
        position: absolute;
        bottom: 1px;
        left: 50%;
        height: 11px;
        width: 18px;
        background: url('/images/corners/down.gif') top right no-repeat;
        margin-left: -9px;
        display: none; }
      #header_tabs ul li a, #header_tabs ul li span.tab_header,       #full_height_tabs ul li a, #full_height_tabs ul li span.tab_header {
        margin: 0;
        padding: 0 15px;
        color: #666666;
        text-decoration: none;
        display: block; }
      #header_tabs ul li a.tab_header, #header_tabs ul li span.tab_header,       #full_height_tabs ul li a.tab_header, #full_height_tabs ul li span.tab_header {
        padding-top: 12px;
        padding-bottom: 2px; }
      #header_tabs ul li a.tab_header span.title, #header_tabs ul li span.tab_header,       #full_height_tabs ul li a.tab_header span.title, #full_height_tabs ul li span.tab_header {
        color: #990001;
        font-family: helvetica,Verdana,sans-serif;
        font-weight: bold;
        font-size: 1.4em; }
      #header_tabs ul li a.tab_header:hover span.title,       #full_height_tabs ul li a.tab_header:hover span.title {
        text-decoration: underline; }
      #header_tabs ul li .tab_subheader,       #full_height_tabs ul li .tab_subheader {
        font-size: 0.9em;
        padding-top: 0;
        padding-bottom: 12px; }
      #header_tabs ul li a.tab_subheader:hover,       #full_height_tabs ul li a.tab_subheader:hover {
        color: #000000;
        text-decoration: underline; }
    #header_tabs ul li.current .rounded_box,     #full_height_tabs ul li.current .rounded_box {
      background-color: #e7e7e7; }
    #header_tabs ul li.current .down_arrow,     #full_height_tabs ul li.current .down_arrow {
      display: block; }
    #header_tabs ul li:hover .rounded_box,     #full_height_tabs ul li:hover .rounded_box {
      background-color: #fbfbfb; }
    #header_tabs ul li:hover .down_arrow,     #full_height_tabs ul li:hover .down_arrow {
      background: url('/images/corners/down_d.gif') top right no-repeat; }

#full_height_tabs ul li a.tab_header, #full_height_tabs ul li span.tab_header {
  padding-bottom: 12px; }

span.rounded_count {
  position: relative;
  top: -4px;
  color: #ffffff;
  margin-left: 7px;
  font-size: 0.9em;
  font-family: Verdana,helvetica,sans-serif; }
  span.rounded_count span {
    padding: 2px 4px; }
  span.rounded_count span.pill_left {
    padding-left: 7px;
    background: url('/images/circle_left.png') left center no-repeat; }
  span.rounded_count span.pill_right {
    padding-right: 7px;
    background: url('/images/circle_right.png') right center no-repeat; }

#page_options {
  padding: 10px 15px;
  background-color: #efefef;
  position: relative;
  z-index: 1;
  font-size: 0.9em; }
  #page_options a.addthis_button {
    float: left;
    height: 16px;
    width: 125px;
    margin-top: 2px; }
  #page_options a {
    color: #666666;
    text-decoration: underline; }
  #page_options a:hover {
    color: #000000; }
  #page_options span.rightify {
    float: right; }
  #page_options .select_toggle_container {
    float: left;
    width: 20px;
    margin-left: -31px;
    text-align: center; }
    #page_options .select_toggle_container input {
      margin-left: -11px; }
  #page_options .atom_link {
    margin-left: -3px;
    margin-right: 3px; }
    #page_options .atom_link img {
      vertical-align: middle; }

#sidebar {
  position: absolute;
  right: 35px;
  top: 0;
  width: 300px;
  z-index: 1; }
  #sidebar span {
    font-style: normal;
    font-weight: normal; }
    #sidebar span a:hover img {
      opacity: 0.9; }
  #sidebar .tags {
    position: relative;
    margin-top: -17px; }
  #sidebar .prev_next {
    display: block;
    text-align: right;
    position: absolute;
    right: 14px;
    bottom: 17px; }
  #sidebar img, #sidebar .tag_pagination_paceholder {
    vertical-align: middle; }
  #sidebar .ad_space {
    margin-bottom: 10px; }
  #sidebar .group_search {
    height: 60px; }
  #sidebar .block {
    padding: 17px 14px;
    padding-top: 7px;
    background-color: #f1f1f1;
    margin-bottom: 10px; }
    #sidebar .block.search_bar {
      margin-bottom: 0; }
    #sidebar .block.ccfilter {
      color: #999999;
      padding-bottom: 4px;
      padding-top: 4px; }
      #sidebar .block.ccfilter a {
        color: #999999;
        font-size: 87%;
        text-decoration: underline; }
  #sidebar #tags_field {
    width: 112px;
    height: 16px;
    font-size: 90%;
    padding: 2px 4px 0px; }
    #sidebar #tags_field.grey {
      color: #999999; }

.tag_pagination_paceholder {
  display: inline-block;
  width: 19px;
  height: 20px; }

#main, #full_main, #page_footer {
  position: relative;
  padding: 0 35px; }

#main #content {
  margin-right: 335px; }

.table_pad {
  margin-left: 32px; }

#attribution_footer {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #eee;
  color: #666;
  padding: 10px;
  position: relative;
  overflow: hidden;
  top: 10px;
  font-size: 0.9em; }
  #attribution_footer #freebase_attribution {
    float: left;
    width: 45%;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ccc; }
    #attribution_footer #freebase_attribution img {
      position: relative;
      top: 5px; }
    #attribution_footer #freebase_attribution img.freebase_logo {
      float: left;
      margin-right: 10px; }
    #attribution_footer #freebase_attribution .source {
      margin-left: 30px; }
  #attribution_footer #wikipedia_attribution {
    text-align: right; }

#page_footer {
  clear: both;
  margin-top: 4em;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px; }
  #page_footer a, #page_footer span.altlink {
    text-decoration: underline;
    color: #333333; }
  #page_footer .site_nav {
    margin-bottom: 1em;
    color: #666666; }
    #page_footer .site_nav a {
      color: #999999; }

#invitation_confirm {
  position: relative;
  z-index: 1; }

#group_links {
  margin: 15px;
  margin-bottom: 0;
  margin-top: 9px;
  padding-left: 15px;
  float: right;
  position: relative;
  z-index: 2; }
  #group_links li {
    white-space: nowrap;
    text-align: right; }
    #group_links li a, #group_links li span {
      font-size: 0.9em;
      line-height: 1em;
      color: #666666;
      text-decoration: underline; }
    #group_links li a:hover, #group_links li span:hover {
      text-decoration: underline;
      color: #000000; }
    #group_links li a.prominent_link {
      font-weight: bold;
      font-size: 1.1em; }

.sidebar_list_header {
  color: #000000;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px; }
  .sidebar_list_header em {
    font-weight: normal;
    font-style: normal;
    color: #999; }

.active_tags {
  margin-bottom: 1em; }

.bullet_list ul li {
  list-style: inside disc;
  line-height: 1.6em; }

.focal {
  position: relative;
  left: 30px; }
  .focal p {
    margin: 0;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 2em;
    font-weight: bold;
    color: #666666; }
  .focal ul {
    margin-bottom: 2em; }
    .focal ul li {
      padding-left: 46px; }
      .focal ul li div {
        font-size: 3em;
        line-height: 1.3em;
        color: #999999;
        margin-left: -46px; }

.subheader_box a {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  margin: 0; }
.subheader_box a:hover {
  text-decoration: underline; }
.subheader_box .quick_stats, .subheader_box .quick_stats a {
  margin: 0;
  color: #666666;
  font-weight: normal; }
  .subheader_box .quick_stats span.count,   .subheader_box .quick_stats a span.count {
    color: #000000; }

#main_search_bar .search_bar {
  margin-bottom: 10px;
  position: relative;
  height: 48px;
  left: 1px;
  background: url('/images/search_bg.gif') top left repeat-x;
  border-left: 2px solid #ffffff; }
  #main_search_bar .search_bar .search_field {
    width: 350px;
    position: absolute;
    left: 0;
    padding-right: 18px;
    background: url('/images/search_end.gif') top right no-repeat;
    height: 48px; }
  #main_search_bar .search_bar img {
    float: left; }
  #main_search_bar .search_bar input {
    float: left;
    position: relative;
    top: 15px;
    padding: 0;
    padding-left: 4px;
    background: transparent;
    overflow: hidden;
    border: 0;
    color: #000000; }

#main_search_bar .container {
  vertical-align: middle;
  width: 800px;
  background-color: #f1f1f1;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 48px; }
  #main_search_bar .container .message_tl {
    background: transparent url('/images/corners/message_tl.gif') top left no-repeat; }
  #main_search_bar .container .message_bl {
    background: transparent url('/images/corners/message_bl.gif') bottom left no-repeat; }
  #main_search_bar .container h3 {
    line-height: 48px;
    margin-left: 20px;
    font-size: 1.5em;
    color: #999999; }
  #main_search_bar .container .search_bar {
    float: right;
    width: 50%;
    margin-bottom: 0; }
    #main_search_bar .container .search_bar .search_field {
      margin-left: 41px; }
    #main_search_bar .container .search_bar input {
      width: 100%;
      max-width: 100%; }

#merged_updates {
  margin-top: 10px; }

#featured_groups .container, #group .container {
  background-color: #f1f1f1; }
#featured_groups .showhide_description, #group .showhide_description {
  position: absolute;
  top: 8px;
  right: 11px;
  color: #000000;
  z-index: 2; }
#featured_groups .quick_stats, #group .quick_stats {
  position: absolute;
  z-index: 2; }
#featured_groups .featured, #group .featured {
  position: relative;
  padding: 11px;
  background: #efefef; }
#featured_groups a.subheader_group_link, #group a.subheader_group_link {
  display: block;
  position: relative;
  z-index: 1;
  font-family: helvetica,Verdana,sans-serif;
  font-size: 1.3em; }
  #featured_groups a.subheader_group_link img.logo,   #group a.subheader_group_link img.logo {
    border: 2px solid #666666;
    float: left; }
  #featured_groups a.subheader_group_link .group_name,   #group a.subheader_group_link .group_name {
    display: block;
    line-height: 50px;
    margin-left: 60px; }
#featured_groups .description, #group .description {
  line-height: 1.5em;
  overflow: hidden;
  padding: 11px;
  padding-bottom: 0;
  position: relative;
  top: -11px; }
  #featured_groups .description p,   #group .description p {
    margin-top: 0;
    margin-bottom: 1.5em; }

#featured_groups {
  height: 800px;
  margin-top: 2px;
  overflow: hidden; }
  #featured_groups .container {
    margin-bottom: 2px;
    padding-bottom: 4px; }
  #featured_groups .left_half {
    clear: both;
    float: left;
    width: 22%; }
    #featured_groups .left_half .container {
      margin-right: 1px; }
  #featured_groups .right_half {
    float: right;
    width: 20%; }
    #feature2_groups .right_half .container {
      margin-left: 1px; }
  #featured_groups .quick_stats {
    bottom: 8px;
    left: 71px; }
  #featured_groups .description {
    height: 15em;
    margin-bottom: 0.5em; }

#group {
  margin-bottom: 5px; }
  #group .container {
    min-height: 84px;
    padding-bottom: 0; }
  #group .quick_stats {
    z-index: 1; }
  #group .featured {
    padding: 15px; }
  #group .quick_stats {
    bottom: 12px;
    left: 75px; }

.footer {
  border-top: 1px solid #999999;
  padding-top: 1em;
  margin-bottom: 2.5em; }
  .footer a, .footer span.altlink {
    margin-left: 15px;
    text-decoration: underline;
    color: #333333; }

#sidebar .footer {
  border-top: 0;
  padding: 0;
  margin: 0;
  margin-top: 10px; }

#invitation_confirm #invitation_container {
  overflow: hidden; }
  #invitation_confirm #invitation_container .invite_area {
    width: 50%; }
    #invitation_confirm #invitation_container .invite_area.right_side {
      float: right;
      position: relative;
      left: -1px; }
    #invitation_confirm #invitation_container .invite_area.left_side {
      float: left; }
    #invitation_confirm #invitation_container .invite_area .field_container input {
      width: 94%; }
      #invitation_confirm #invitation_container .invite_area .field_container input[type=checkbox] {
        width: auto; }
    #invitation_confirm #invitation_container .invite_area .content {
      margin: 20px 0;
      padding: 20px;
      border: 1px solid #666666;
      width: 405px; }


html {
  font-size: 62.5%; }

body {
  font-family: Verdana,helvetica,sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
  color: #323232; }

a, span.altlink {
  color: #990001;
  text-decoration: none;
  cursor: pointer; }

a:hover, span.altlink:hover {
  text-decoration: underline; }

.small_group_logo {
  height: 13px;
  width: 13px;
  position: relative;
  top: 2px; }

a.group_link, a.group_link:hover {
  text-decoration: none;
  white-space: nowrap; }

a.group_link:hover span {
  text-decoration: underline; }

.filter_text {
  font-family: helvetica,Verdana,sans-serif;
  font-size: 1.2em;
  color: #666666; }

a.userlink {
  color: #666666 !important;
  white-space: nowrap; }

a.cancel {
  text-decoration: underline;
  color: #333333; }

.resource_by {
  margin-right: 15px;
  color: #333333; }

.dark {
  color: #000000; }

.grey {
  color: #666666; }

.lightgrey {
  color: #999999; }

strong, .thick {
  font-weight: bold; }

.italic, em {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.fieldrule {
  margin-left: 20px;
  font-style: italic; }

p {
  margin: 0.9em 0; }

h1, h2, h3, h4 {
  margin: 0.3em 0;
  font-weight: normal;
  font-family: helvetica,Verdana,sans-serif; }

h1 {
  font-size: 1.6em;
  font-weight: bold;
  color: #333333; }

h2 {
  font-size: 1.9em;
  color: #666666; }

h3 {
  font-size: 1.6em;
  color: #666666; }

h4 {
  font-size: 1.1em;
  color: #999999; }


#featured_groups ul {
  margin-bottom: 3px;
  padding: 0;
  border-left: 4px solid #fff9f5;
  border-right: 4px solid #fff9f5; }
  #featured_groups ul li {
    padding: 7px;
    border-bottom: 1px solid #f1f1f1;
    background-color: #ffffff;
    white-space: nowrap;
    height: 34px;
    overflow: hidden;
    position: relative; }
    #featured_groups ul li img.thumbnail {
      position: absolute;
      left: 7px;
      border: 1px solid #999999;
      padding: 1px; }
    #featured_groups ul li div img.thumbnail {
      left: 0; }
    #featured_groups ul li a.download_icon, #featured_groups ul li .type {
      float: left;
      margin-top: 8px;
      margin-left: 35px; }
    #featured_groups ul  .entry_container {
      margin-left: 60px;
      line-height: 17px;
      color: #999999;
      overflow: auto;	 }
      #featured_groups ul  .entry_container div.scroll  {
        height: 200px; 
	overflow: auto;}
    #featured_groups ul span.gradient {
      display: block;
      height: 100%;
      width: 60px;
      position: absolute;
      top: 0;
      right: 0;
      background: url('/images/fade.png') top right repeat-y;
      z-index: 19; }
#featured_groups ul.recent_entries li:hover {
  background-color: #fff9f5;
  cursor: pointer; }
  #featured_groups ul.recent_entries li:hover a.row_link {
    text-decoration: underline !important; }
  #featured_groups ul.recent_entries li:hover span.gradient {
    background: url('/images/fade_h.png') top right repeat-y; }

.table_list {
  border-top: 1px solid #f1f1f1;
  width: 100%; }
  .table_list tr td {
    border-bottom: 1px solid #f1f1f1;
    padding: 8px 0;
    color: #666666; }
    .table_list tr td span.torrent_rating {
      background: url('/images/rating.gif') center left no-repeat;
      padding-left: 16px; }
    .table_list tr td span.convo {
      background: url('/images/speech.gif') center left no-repeat;
      padding-left: 16px; }
    .table_list tr td div.size {
      float: right;
      width: 120px; }
    .table_list tr td div.age, .table_list tr td div.role {
      float: right;
      width: 100px; }
    .table_list tr td img.sticky {
      margin: 0;
      bottom: -8px; }
    .table_list tr td .started_by, .table_list tr td span.group, .table_list tr td span.resource_by {
      margin-right: 15px !important;
      color: #999999; }
    .table_list tr td a.group_link span {
      color: #666666 !important;
      text-decoration: none; }
    .table_list tr td a.group_link:hover span {
      text-decoration: underline; }
  .table_list tr td.type {
    width: 28px;
    position: relative;
    padding-left: 4px;
    text-align: center; }
  .table_list tr td.bulk_op {
    width: 0;
    overflow: visible; }
    .table_list tr td.bulk_op input {
      margin: 0;
      margin-left: -23px;
      margin-right: 0 !important;
      padding: 0; }
  .table_list tr td.group {
    width: 26px;
    padding-right: 6px;
    text-align: right; }
  .table_list tr td.info {
    width: 120px; }
  .table_list tr td.invite {
    width: 135px; }
    .table_list tr td.invite a {
      text-decoration: underline; }
  .table_list tr td.status {
    width: 100px;
    overflow: hidden; }
    .table_list tr td.status span.seedpeers {
      background: url('/images/peers.gif') center left no-repeat;
      padding-left: 16px; }
    .table_list tr td.status span.convonew {
      background: url('/images/speech_o.gif') center left no-repeat;
      padding-left: 16px; }
  .table_list tr.discussion td div.age {
    width: 120px; }
  .table_list tr.updated span.convo {
    background: url('/images/speech_on.gif') center left no-repeat;
    text-decoration: underline; }
  .table_list tr.torrent td.resource, .table_list tr.group td.group_logo, .table_list tr.video td.resource {
    width: 70px;
    padding-bottom: 0; }
    .table_list tr.torrent td.resource img,     .table_list tr.group td.group_logo img,     .table_list tr.video td.resource img {
      border: 1px solid #999999;
      margin: 0;
      margin-left: 2px;
      padding: 1px; }
  .table_list tr.group td.group_logo img {
    border-width: 4px;
    margin: 1px;
    margin-left: 3px; }
  .table_list tr.new td.type {
    background: url('/images/flag_new.gif') top left repeat-y; }
  .table_list tr.updated td.type {
    background: url('/images/flag_updated.gif') top left repeat-y; }
  .table_list tr:hover td {
    background-color: #fff9f5;
    cursor: pointer; }
    .table_list tr:hover td a.row_link {
      text-decoration: underline !important; }
  .table_list tr.new:hover td.type {
    background: #fff9f5 url('/images/flag_new.gif') top left repeat-y; }
  .table_list tr.updated:hover td.type {
    background: #fff9f5 url('/images/flag_updated.gif') top left repeat-y; }

.results h2 {
  margin: 24px 0; }

.updates div.update, .user_list div.user {
  overflow: hidden;
  padding: 8px 0;
  padding-left: 15px;
  border-bottom: 1px solid #f1f1f1;
  color: #666666;
  position: relative; }

#user_activity .pagination {
  border-top: 0 !important; }

.updates {
  border-top: 1px solid #f1f1f1;
  margin-bottom: 4px; }
  .updates div.update {
    color: #333333; }
    .updates div.update .resource {
      float: left;
      width: 70px;
      padding-bottom: 0; }
      .updates div.update .resource img {
        border: 1px solid #999999;
        margin: 0;
        margin-left: 2px;
        padding: 1px; }
    .updates div.update a.group_link span {
      color: #666666; }
    .updates div.update span.time {
      position: relative;
      float: right;
      color: #999999; }
    .updates div.update span.content {
      display: block;
      margin-top: 5px; }
      .updates div.update span.content p {
        margin: 0;
        margin-bottom: 0.9em; }
  .updates div.update:hover {
    background-color: #fff9f5;
    cursor: pointer; }
    .updates div.update:hover a.row_link {
      text-decoration: underline !important; }

.user_list {
  border-top: 1px solid #f1f1f1; }
  .user_list div.user {
    overflow: visible;
    padding-left: 4px;
    padding-right: 4px; }
    .user_list div.user .role, .user_list div.user .alter_roles, .user_list div.user .kick, .user_list div.user .mute {
      float: right;
      margin-left: 16px;
      text-align: right; }
    .user_list div.user .role {
      width: 70px;
      margin-left: 15px; }
    .user_list div.user span.display_name {
      float: left;
      width: 200px; }
  .user_list div.user:hover {
    background-color: #fff9f5;
    cursor: pointer; }
    .user_list div.user:hover a.row_link {
      text-decoration: underline !important; }

span.preview {
  padding-left: 16px;
  color: #999999; }

#group .textilized_description pre {
  margin: 0.9em 0;
  background: #ffffff;
  border: 1px solid #999999;
  padding: 5px; }
#group .textilized_description p {
  margin: 0;
  margin-bottom: 0.9em; }
#group .textilized_description blockquote, #group .textilized_description div.quote {
  margin: -1;
  margin-bottom: 0.9em;
  padding: 8px 12px;
  background-color: #f7f7f7;
  overflow-x: visible !important;
  border: 1px solid #ffffff; }
#group .textilized_description blockquote {
  font-style: italic; }
#group .textilized_description div.quote blockquote {
  padding: 0;
  border: none; }
#group .textilized_description h1, #group .textilized_description h2, #group .textilized_description h3, #group .textilized_description h4 {
  margin: 0.9em 0; }
#group .textilized_description h1 {
  font-size: 2.1em; }
#group .textilized_description code {
  padding: 0 5px;
  background-color: #f7f7f7;
  font-size: 1.4em; }
#group .textilized_description ul, #group .textilized_description ol {
  margin: 0.9em 0;
  list-style-position: inside;
  padding-left: 20px; }
#group .textilized_description ul li {
  list-style: square !important; }
#group .textilized_description ol li {
  list-style: decimal !important; }
#group .textilized_description table {
  margin: 0.9em 0; }
  #group .textilized_description table th {
    font-weight: bold; }
  #group .textilized_description table td, #group .textilized_description table th {
    padding: 3px;
    border: 1px solid #999999; }

div.new {
  background: url('/images/flag_new.gif') top left repeat-y; }

div.updated {
  background: url('/images/flag_updated.gif') top left repeat-y; }

.padleft {
  margin-left: 16px; }

.textilized_page {
  margin: 2em 0 3em 0; }
  .textilized_page pre {
    margin: 0.9em 0;
    background: #ffffff;
    border: 1px solid #999999;
    padding: 5px; }
  .textilized_page p {
    margin: 0;
    margin-bottom: 0.9em; }
  .textilized_page blockquote, .textilized_page div.quote {
    margin: -1;
    margin-bottom: 0.9em;
    padding: 8px 12px;
    background-color: #f7f7f7;
    overflow-x: visible !important;
    border: 1px solid #ffffff; }
  .textilized_page blockquote {
    font-style: italic; }
  .textilized_page div.quote blockquote {
    padding: 0;
    border: none; }
  .textilized_page h1, .textilized_page h2, .textilized_page h3, .textilized_page h4 {
    margin: 0.9em 0; }
  .textilized_page h1 {
    font-size: 2.1em; }
  .textilized_page code {
    padding: 0 5px;
    background-color: #f7f7f7;
    font-size: 1.4em; }
  .textilized_page ul, .textilized_page ol {
    margin: 0.9em 0;
    list-style-position: inside;
    padding-left: 20px; }
  .textilized_page ul li {
    list-style: square !important; }
  .textilized_page ol li {
    list-style: decimal !important; }
  .textilized_page table {
    margin: 0.9em 0; }
    .textilized_page table th {
      font-weight: bold; }
    .textilized_page table td, .textilized_page table th {
      padding: 3px;
      border: 1px solid #999999; }

#comment_list table {
  width: 100%;
  table-layout: fixed; }
  #comment_list table p {
    margin: 0;
    margin-bottom: 0.9em; }
  #comment_list table tr td {
    border-top: 1px solid #f1f1f1;
    padding-top: 3px;
    padding-bottom: 2em;
    color: #000000; }
  #comment_list table tr td.comment_body div {
    overflow-x: auto;
    overflow-y: hidden; }
    #comment_list table tr td.comment_body div pre {
      margin: 0.9em 0;
      background: #ffffff;
      border: 1px solid #999999;
      padding: 5px; }
    #comment_list table tr td.comment_body div p {
      margin: 0;
      margin-bottom: 0.9em; }
    #comment_list table tr td.comment_body div blockquote, #comment_list table tr td.comment_body div div.quote {
      margin: -1;
      margin-bottom: 0.9em;
      padding: 8px 12px;
      background-color: #f7f7f7;
      overflow-x: visible !important;
      border: 1px solid #ffffff; }
    #comment_list table tr td.comment_body div blockquote {
      font-style: italic; }
    #comment_list table tr td.comment_body div div.quote blockquote {
      padding: 0;
      border: none; }
    #comment_list table tr td.comment_body div h1, #comment_list table tr td.comment_body div h2, #comment_list table tr td.comment_body div h3, #comment_list table tr td.comment_body div h4 {
      margin: 0.9em 0; }
    #comment_list table tr td.comment_body div h1 {
      font-size: 2.1em; }
    #comment_list table tr td.comment_body div code {
      padding: 0 5px;
      background-color: #f7f7f7;
      font-size: 1.4em; }
    #comment_list table tr td.comment_body div ul, #comment_list table tr td.comment_body div ol {
      margin: 0.9em 0;
      list-style-position: inside;
      padding-left: 20px; }
    #comment_list table tr td.comment_body div ul li {
      list-style: square !important; }
    #comment_list table tr td.comment_body div ol li {
      list-style: decimal !important; }
    #comment_list table tr td.comment_body div table {
      margin: 0.9em 0; }
      #comment_list table tr td.comment_body div table th {
        font-weight: bold; }
      #comment_list table tr td.comment_body div table td, #comment_list table tr td.comment_body div table th {
        padding: 3px;
        border: 1px solid #999999; }
  #comment_list table tr td.comment_body p.edited {
    color: #666666;
    font-style: italic;
    border-top: 1px solid #666666;
    margin-top: 0.9em; }
  #comment_list table tr td.display_name {
    width: 100px;
    padding-right: 10px;
    text-align: right;
    overflow: hidden; }
    #comment_list table tr td.display_name img.userflag {
      float: left; }
    #comment_list table tr td.display_name img {
      margin-top: 3px; }
  #comment_list table tr td.functions {
    width: 170px; }
    #comment_list table tr td.functions .info {
      padding-left: 55px;
      color: #999999;
      font-size: 0.9em; }
      #comment_list table tr td.functions .info a {
        color: #666666;
        text-decoration: underline; }
      #comment_list table tr td.functions .info a:hover {
        color: #000000; }
      #comment_list table tr td.functions .info a.reply_link {
        margin-left: -16px;
        padding-left: 16px;
        background: url('/images/speech_dark.gif') left center no-repeat; }
  #comment_list table tr.updated td.display_name {
    background: url('/images/flag_updated.gif') top left repeat-y; }
  #comment_list table tr.new td.display_name {
    background: url('/images/flag_new.gif') top left repeat-y; }
  #comment_list table tr.condense td, #comment_list table tr.condense td.functions .info a {
    color: #999999; }
  #comment_list table tr.condense td {
    padding-bottom: 0.5em; }

.history_list {
  margin-bottom: 2em; }
  .history_list table {
    width: 100%; }
    .history_list table tr td, .history_list table tr th {
      padding: 3px 0;
      padding-left: 15px; }
    .history_list table tr th {
      font-weight: bold !important; }
    .history_list table td.type {
      min-width: 105px; }
    .history_list table td.action {
      min-width: 65px; }
    .history_list table td.when {
      min-width: 115px; }
    .history_list table td.address {
      min-width: 105px; }
    .history_list table tr.alt td {
      background-color: #efefef; }
    .history_list table td input.invite-url {
      text-align: right;
      width: 150px; }
    .history_list table .info {
      display: none;
      position: absolute;
      padding-left: 1em;
      color: #cccccc; }
    .history_list table .alt .info {
      color: #aaa; }
    .history_list table tr:hover .info {
      display: inline; }

.detail_list {
  margin-bottom: 45px; }
  .detail_list li {
    margin-bottom: 1em;
    min-height: 1%; }
    .detail_list li:first-child div {
      line-height: 28px;
      height: 28px; }
      .detail_list li:first-child div div div, .detail_list li:first-child div div img {
        float: left; }
    .detail_list li .mock_label {
      float: left;
      width: 100px;
      text-align: right;
      color: #666666; }
    .detail_list li .mock_field {
      margin-left: 110px; }
      .detail_list li .mock_field p {
        margin-top: 0; }
      .detail_list li .mock_field p.tracker_list {
        overflow: hidden;
        height: 1.6em;
        cursor: pointer; }
      .detail_list li .mock_field p.tracker_list:hover {
        text-decoration: underline; }
    .detail_list li .description {
      color: #000000;
      overflow-x: auto !important; }
      .detail_list li .description pre {
        margin: 0.9em 0;
        background: #ffffff;
        border: 1px solid #999999;
        padding: 5px; }
      .detail_list li .description p {
        margin: 0;
        margin-bottom: 0.9em; }
      .detail_list li .description blockquote, .detail_list li .description div.quote {
        margin: -1;
        margin-bottom: 0.9em;
        padding: 8px 12px;
        background-color: #f7f7f7;
        overflow-x: visible !important;
        border: 1px solid #ffffff; }
      .detail_list li .description blockquote {
        font-style: italic; }
      .detail_list li .description div.quote blockquote {
        padding: 0;
        border: none; }
      .detail_list li .description h1, .detail_list li .description h2, .detail_list li .description h3, .detail_list li .description h4 {
        margin: 0.9em 0; }
      .detail_list li .description h1 {
        font-size: 2.1em; }
      .detail_list li .description code {
        padding: 0 5px;
        background-color: #f7f7f7;
        font-size: 1.4em; }
      .detail_list li .description ul, .detail_list li .description ol {
        margin: 0.9em 0;
        list-style-position: inside;
        padding-left: 20px; }
      .detail_list li .description ul li {
        list-style: square !important; }
      .detail_list li .description ol li {
        list-style: decimal !important; }
      .detail_list li .description table {
        margin: 0.9em 0; }
        .detail_list li .description table th {
          font-weight: bold; }
        .detail_list li .description table td, .detail_list li .description table th {
          padding: 3px;
          border: 1px solid #999999; }

.resource_display {
  color: #000000;
  overflow: hidden; }
  .resource_display img {
    float: left;
    margin-right: 10px;
    border: 1px solid #999999;
    padding: 1px; }
  .resource_display p a {
    text-decoration: underline;
    font-weight: bold; }
  .resource_display h3 {
    padding-top: 6px; }

#entry_video {
  margin-bottom: 45px; }
  #entry_video .video_container {
    margin-left: 110px; }
  #entry_video .rounded_box {
    margin-bottom: 1em; }
    #entry_video .rounded_box .box_interior {
      padding: 20px; }
      #entry_video .rounded_box .box_interior img {
        cursor: pointer; }
    #entry_video .rounded_box a {
      display: block;
      padding: 20px;
      margin: -20px;
      text-decoration: underline;
      color: #333333; }
    #entry_video .rounded_box a:hover {
      color: #000000; }
  #entry_video .description pre {
    margin: 0.9em 0;
    background: #ffffff;
    border: 1px solid #999999;
    padding: 5px; }
  #entry_video .description p {
    margin: 0;
    margin-bottom: 0.9em; }
  #entry_video .description blockquote, #entry_video .description div.quote {
    margin: -1;
    margin-bottom: 0.9em;
    padding: 8px 12px;
    background-color: #f7f7f7;
    overflow-x: visible !important;
    border: 1px solid #ffffff; }
  #entry_video .description blockquote {
    font-style: italic; }
  #entry_video .description div.quote blockquote {
    padding: 0;
    border: none; }
  #entry_video .description h1, #entry_video .description h2, #entry_video .description h3, #entry_video .description h4 {
    margin: 0.9em 0; }
  #entry_video .description h1 {
    font-size: 2.1em; }
  #entry_video .description code {
    padding: 0 5px;
    background-color: #f7f7f7;
    font-size: 1.4em; }
  #entry_video .description ul, #entry_video .description ol {
    margin: 0.9em 0;
    list-style-position: inside;
    padding-left: 20px; }
  #entry_video .description ul li {
    list-style: square !important; }
  #entry_video .description ol li {
    list-style: decimal !important; }
  #entry_video .description table {
    margin: 0.9em 0; }
    #entry_video .description table th {
      font-weight: bold; }
    #entry_video .description table td, #entry_video .description table th {
      padding: 3px;
      border: 1px solid #999999; }

.rating_bar {
  position: absolute; }
  .rating_bar .rating {
    float: left;
    font-weight: bold; }
    .rating_bar .rating.positive {
      color: #76a565; }
    .rating_bar .rating.negative {
      width: 50px;
      text-align: right;
      color: #996766; }
  .rating_bar .bar {
    margin-top: 7px;
    float: left;
    height: 7px; }
    .rating_bar .bar.positive {
      background-color: #76a565; }
    .rating_bar .bar.negative {
      background-color: #996766; }

.cconly {
  margin-left: 2em; }

.filter_message {
  background-color: #f9f8e8;
  padding: 5px;
  text-align: center; }


#overlay {
  display: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: fixed;
  left: 0;
  top: 0;
  background-color: black;
  width: 100%;
  z-index: 90; }

#overlay_loading {
  display: none;
  z-index: 100; }

#popup_container {
  display: none;
  position: absolute;
  top: 45px;
  left: 50%;
  width: 890px;
  margin-left: -447px;
  border: 2px solid #f1f1f1;
  background-color: #ffffff;
  z-index: 100;
  padding: 20px 0; }
  #popup_container .fields {
    padding-right: 0;
    color: #323232; }
    #popup_container .fields li label, #popup_container .fields li .mock_label {
      width: 175px;
      font-weight: normal; }
    #popup_container .fields li .mock_field {
      margin-bottom: 0;
      margin-left: 185px; }
  #popup_container .close_button {
    position: absolute;
    top: 15px;
    right: 25px;
    line-height: 19px;
    background: url('/images/popup_close.gif') center right no-repeat;
    padding: 10px;
    padding-right: 27px;
    text-decoration: underline;
    color: #333333; }
  #popup_container .popup_form, #popup_container .popup {
    width: 786px;
    margin: 0 auto; }
    #popup_container .popup_form .header,     #popup_container .popup .header {
      border-top: none; }
  #popup_container .popup_form .header {
    background: url('/images/form_border.gif') 175px bottom repeat-x;
    border-bottom: none;
    margin-bottom: 1em;
    padding: 0;
    padding-bottom: 4px;
    padding-left: 185px; }
  #popup_container .popup_form .footer {
    background: url('/images/form_border.gif') 175px top repeat-x;
    border-top: none;
    margin: 0;
    padding-left: 185px;
    font-size: 1.1em;
    color: #999999; }
    #popup_container .popup_form .footer a {
      color: #333333;
      text-decoration: underline; }
  #popup_container .popup .header {
    border-bottom: 1px solid #999999;
    padding-right: 0;
    padding-left: 0; }
  #popup_container .popup .footer {
    border-top: 1px solid #999999;
    padding-right: 0;
    padding-left: 0;
    margin: 0; }


.votes {
  margin-right: 100px; }
  .votes span {
    float: right; }

.header, .go_back_link {
  margin-bottom: 1em;
  padding: 15px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1; }

.go_back_link a {
  font-size: 1.9em;
  color: #999999; }

div.pagination {
  padding: 15px 0;
  border-top: 1px solid #f1f1f1; }
  div.pagination span, div.pagination a {
    padding: 4px;
    border: 1px solid #efefef;
    text-decoration: none; }
  div.pagination span.current {
    padding: 3px;
    border: 2px solid #999999; }
  div.pagination a:hover {
    border: 1px solid #999999; }

h1.flag_new {
  margin-left: -45px;
  padding-left: 45px;
  background: url('/images/new_sm.gif') left center no-repeat; }

div.seeds_detail {
  margin-left: 10px;
  background: #efefef url('/images/peers_left.gif') left top no-repeat;
  padding-left: 30px; }
  div.seeds_detail div {
    background: url('/images/peers_right.gif') right top no-repeat;
    padding-top: 2px;
    padding-right: 15px; }
  div.seeds_detail strong {
    color: #333333; }

ul.file_list {
  border: 1px solid #f1f1f1;
  padding: 10px 15px;
  padding-bottom: 15px;
  max-height: 15em;
  overflow: auto; }
  ul.file_list li {
    padding-left: 20px;
    background: url('/images/bullet.gif') 11px center no-repeat;
    margin: 0;
    margin-left: -20px; }
    ul.file_list li span {
      float: right;
      margin-left: 15px; }
  ul.file_list li:hover {
    background-color: #fff9f5; }
  ul.file_list li.folder {
    background: url('/images/folder.gif') left 3px no-repeat;
    margin-left: 0; }
  ul.file_list li.folder:hover {
    background-color: transparent; }

img.fb_resource {
  float: left;
  padding: 3px;
  border: 1px solid #999999;
  margin-top: 0.9em;
  margin-right: 15px;
  margin-bottom: 1.2em; }

#comments_header {
  margin-bottom: 10px;
  padding-left: 110px; }

#large_user_avatar {
  position: relative;
  margin-bottom: 1.5em;
  margin-left: 32px;
  line-height: 84px;
  font-size: 1.6em;
  font-weight: bold; }
  #large_user_avatar img {
    vertical-align: middle;
    margin-right: 15px; }
  #large_user_avatar .staff, #large_user_avatar .banned {
    font-size: 0.8em;
    font-weight: normal;
    display: inline;
    position: absolute;
    left: 99px;
    bottom: -1.6em; }
  #large_user_avatar .staff {
    color: #edd1d0; }
  #large_user_avatar .banned {
    color: #ddd; }

#display_list_container {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 4em; }
  #display_list_container .item {
    padding: 10px 8px;
    border-top: 1px solid #f1f1f1; }
    #display_list_container .item a.userlink, #display_list_container .item span {
      color: #666666; }

#list_quick_info {
  margin-bottom: 3em; }
  #list_quick_info .left_column {
    float: left;
    text-align: right;
    width: 187.5px; }
  #list_quick_info .right_column {
    margin-left: 202.5px; }


.no_bottom {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important; }

ul.search_bar_results {
  padding: 1em 0 1.5em 0;
  background-color: #f7f7f7; }
  ul.search_bar_results li a {
    display: block;
    padding: 0 15px;
    color: #333333; }
  ul.search_bar_results li a:hover {
    background-color: #edd1d0;
    text-decoration: none; }

ul.search_bar_selected li {
  padding: 2px 15px; }
  ul.search_bar_selected li a {
    text-decoration: underline;
    float: right; }

li.alt {
  background-color: #f7f7f7; }

.announce_changed {
  border: 1px solid #333333;
  background: #edd1d0;
  padding: 1em;
  margin-left: 110px; }

.ratings_breakdown {
  padding: 6px;
  border: 1px solid #f1f1f1;
  float: left; }
  .ratings_breakdown table td {
    padding: 0 2px; }
  .ratings_breakdown table .number {
    text-align: right;
    font-weight: bold; }
  .ratings_breakdown table th.number {
    font-size: 1.75em;
    text-align: left; }
  .ratings_breakdown table .rating_underline {
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1; }
  .ratings_breakdown table .positive {
    color: #76a565; }
  .ratings_breakdown table .negative {
    color: #996766; }

#login_error_container {
  display: none;
  position: absolute;
  top: 45px;
  right: 33px;
  width: 454px;
  height: 31px;
  z-index: 89;
  font-size: 0.9em;
  line-height: 1.6em;
  background: transparent url('/images/login_error_bg.png') top left no-repeat; }
  #login_error_container .message {
    padding: 4px;
    padding-left: 30px;
    color: #ffffff;
    background: transparent url('/images/stop.png') 11px center no-repeat; }
    #login_error_container .message span.altlink, #login_error_container .message a {
      color: #ffffff;
      text-decoration: underline;
      opacity: 0.8; }
    #login_error_container .message span.altlink:hover, #login_error_container .message a:hover {
      opacity: 1; }

#notices {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  font-size: 0.9em;
  line-height: 1.6em; }
  #notices div.failure .message,   #notices div.success .message {
    padding: 4px;
    color: #ffffff;
    margin-left: 50px; }
  #notices div.failure a,   #notices div.success a {
    color: #ffffff;
    text-decoration: underline;
    opacity: 0.8; }
  #notices div.failure a:hover,   #notices div.success a:hover {
    opacity: 1; }
  #notices div.failure {
    background: #996766 url('/images/stop.png') 35px center no-repeat;
    border-bottom: 1px solid #713f3e; }
  #notices div.success {
    background: #76a565 url('/images/tick.png') 35px center no-repeat;
    border-bottom: 1px solid #4e7d3d; }
  #notices a.close_notice {
    float: right;
    margin-right: 35px;
    color: #ffffff;
    padding-right: 25px;
    height: 25px;
    background: url('/images/notify_close.png') right center no-repeat;
    opacity: 0.8; }
  #notices a.close_notice:hover {
    opacity: 1; }

.backtrace_info {
  position: fixed;
  top: 10%;
  left: 5%;
  width: 85%;
  height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #eee;
  border: 8px solid #ccc;
  color: #222;
  line-height: 1.1 !important;
  font-size: 115%;
  margin: 6px 6px 3px 18px;
  line-height: 1.7em !important; }
  .backtrace_info a {
    text-decoration: none;
    color: #222; }
  .backtrace_info ul {
    margin-top: 2em;
    border-top: 1px solid #cccccc; }
  .backtrace_info li:hover, .backtrace_info a:hover {
    background-color: #cccccc; }
  .backtrace_info li {
    color: #222;
    border-bottom: 1px solid #cccccc;
    padding: 3px; }
  .backtrace_info p {
    margin: 6px; }
  .backtrace_info .request_url {
    color: #666;
    font-family: monospace;
    font-size: 150%; }
    .backtrace_info .request_url .method {
      color: #bbb;
      font-style: normal; }
  .backtrace_info .backtrace {
    font-family: monospace; }
  .backtrace_info .performed {
    color: #bbb; }
    .backtrace_info .performed b {
      color: #222;
      font-family: monospace;
      font-size: 120%; }
  .backtrace_info dl {
    margin: 6px; }
  .backtrace_info dt {
    width: 75px;
    position: absolute;
    color: #bbb; }
  .backtrace_info dd {
    margin-top: 6px;
    margin-bottom: 12px;
    margin-left: 75px;
    color: #333;
    font-family: monospace;
    font-size: 115%; }
  .backtrace_info dd:hover {
    background-color: #fff; }
  .backtrace_info a {
    text-decoration: none;
    color: #222; }
  .backtrace_info li {
    border-bottom: 1px solid #cccccc;
    padding: 3px; }
  .backtrace_info ul {
    border-top: 1px solid #cccccc; }


span.dropdown {
  cursor: default; }

div.dropdown_menu {
  display: none;
  position: absolute;
  z-index: 20;
  background: #999999;
  margin: 5px -4px -4px 5px;
  height: auto !important;
  background: transparent url('/images/dropdown_rb.png') bottom right no-repeat; }
  div.dropdown_menu img.tr {
    position: absolute;
    top: -4px;
    right: 0;
    float: none; }
  div.dropdown_menu img.bl {
    position: absolute;
    bottom: 0;
    left: -4px;
    float: none; }
  div.dropdown_menu ul {
    border: 1px solid #999999;
    line-height: 1.6em;
    background-color: #f7f7f7;
    padding: 4px 0;
    margin: -5px 4px 4px -5px; }
    div.dropdown_menu ul li {
      float: none !important;
      padding: 0 !important;
      line-height: 19px !important;
      text-align: left; }
      div.dropdown_menu ul li a, div.dropdown_menu ul li span {
        display: block;
        margin: 0;
        padding-top: 1px;
        padding-right: 30px;
        padding-bottom: 1px;
        padding-left: 10px;
        color: #666666 !important;
        text-decoration: none !important;
        cursor: pointer !important; }
      div.dropdown_menu ul li a:hover, div.dropdown_menu ul li span:hover {
        background-color: #efefef !important;
        color: #333333 !important; }
      div.dropdown_menu ul li span a, div.dropdown_menu ul li a span {
        display: inline;
        padding: 0; }
      div.dropdown_menu ul li span:hover a, div.dropdown_menu ul li a:hover span {
        background-color: transparent;
        color: #333333 !important; }
    div.dropdown_menu ul li.indent a, div.dropdown_menu ul li.indent span {
      padding-left: 20px; }
    div.dropdown_menu ul li.divider {
      border-top: 1px solid #999999;
      margin: 4px 0; }

#page_options span.dropdown {
  margin: 0;
  margin-left: 10px;
  color: #ffffff;
  background: #878787 url('/images/sm_dropdown.gif') right center no-repeat;
  padding: 0 5px;
  padding-right: 22px; }
#page_options div.dropdown_menu {
  margin-top: 6px;
  margin-left: 15px; }
#page_options span.dropdown:hover {
  background-color: #999999; }

.search_bar span.browse {
  float: left;
  height: 48px;
  width: 41px;
  background: url('/images/search_label2.gif') top left no-repeat; }
.search_bar span.dropdown {
  background: url('/images/search_label.gif') top left no-repeat; }
.search_bar span.dropdown:hover {
  background: url('/images/search_label_h.gif') top left no-repeat; }
.search_bar div.dropdown_menu {
  margin-top: -7px;
  margin-left: 19px; }

#header span.dropdown {
  padding-left: 4px;
  padding-right: 16px;
  background: url('/images/sort_down.gif') center right no-repeat;
  display: block; }
#header div.dropdown_menu {
  top: 35px !important;
  margin-left: 7px; }
  #header div.dropdown_menu ul {
    max-height: 397px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 0; }
    #header div.dropdown_menu ul li {
      white-space: nowrap; }
      #header div.dropdown_menu ul li a, #header div.dropdown_menu ul li span {
        padding-right: 40px; }
      #header div.dropdown_menu ul li a span {
        padding: 0; }
    #header div.dropdown_menu ul li.last {
      border-bottom: 4px solid #f7f7f7; }

#send_new_invitations {
  margin: 0.9em 0; }
  #send_new_invitations span.dropdown {
    padding-left: 4px;
    padding-right: 16px;
    background: url('/images/sort_down.gif') center right no-repeat;
    border: 1px solid #666666;
    margin: -1px 0; }
  #send_new_invitations div.dropdown_menu {
    margin-top: 6px;
    margin-left: 5px;
    z-index: 120 !important; }
    #send_new_invitations div.dropdown_menu ul li a, #send_new_invitations div.dropdown_menu ul li span {
      padding-right: 40px; }
    #send_new_invitations div.dropdown_menu ul li a span {
      padding: 0; }

.user_list span.dropdown {
  padding-left: 4px;
  padding-right: 16px;
  background: url('/images/sort_down.gif') center right no-repeat;
  margin: 0 1px;
  margin-left: 15px; }
.user_list span.dropdown:hover {
  border: 1px solid #999999;
  margin: -1px 0;
  margin-left: 14px; }
.user_list div.dropdown_menu {
  margin-left: 19px;
  margin-top: 7px; }
  .user_list div.dropdown_menu ul {
    width: 90px; }


ul.tag_list {
  margin-bottom: 10px; }

ul.tag_list li.tag_selected span.name, ul.tag_list li.tag_selected a, span.tag_selected, a.tag_remove {
  padding: 0 3px;
  margin: 0 1px;
  white-space: nowrap;
  background-color: #990001;
  color: #ffffff; }

span.ref_count {
  color: #666666; }

a.tag, ul.tag_list li a, a.faux_tag {
  padding: 0 3px;
  margin: 0 1px;
  white-space: nowrap;
  background-color: #dfdfdf;
  color: #666666; }
  a.tag:hover,   ul.tag_list li a:hover,   a.faux_tag:hover {
    text-decoration: none;
    background-color: #990001;
    color: #ffffff; }

span.tag {
  padding: 0 3px;
  margin: 0 1px;
  white-space: nowrap;
  background-color: #dfdfdf;
  color: #666666; }

a.faux_tag:hover {
  text-decoration: none;
  background-color: #999999;
  color: #ffffff; }

span.tag_selected, ul.tag_list li.tag_selected span.name {
  margin-right: 0; }

a.tag_remove:hover, ul.tag_list li.tag_selected a:hover {
  background-color: #800000; }

ul.tag_list li.tag a:hover {
  margin-left: -10px;
  padding-left: 14px;
  text-decoration: none;
  background: #990001  url('/images/tag_plus.gif') 3px center no-repeat;
  color: #ffffff; }

#popular_tags {
  overflow: hidden; }
  #popular_tags ul {
    height: 190px;
    width: 129px;
    overflow: hidden; }
  #popular_tags ul.left {
    float: left; }
  #popular_tags ul.right {
    float: right; }

#popular_tags.no_result ul {
  height: 19px; }

ul.tag_list li {
  height: 19px; }


/* See suggest.css for license. */
.fbs-reset,.fbs-reset h1,.fbs-reset h2,.fbs-reset h3,.fbs-reset h4,.fbs-reset h5,.fbs-reset h6,.fbs-reset p,.fbs-reset img,.fbs-reset dl,.fbs-reset dt,.fbs-reset dd,.fbs-reset ol,.fbs-reset ul,.fbs-reset li{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
.fbs-pane,.fbs-flyout-pane,li.nomatch,a.fbs-more-link,li.fbs-selected,.fbs-flyout-images,#fbs-topic-image{background:#fff;}
.fbs-suggestnew{color:#fff;}
.fbs-pane,.fbs-flyout-pane,.fbs-flyout-subtitle,.fbs-topic-properties strong{color:#666;}
h3.fbs-topic-properties,.fbs-flyout-pane p{color:#444;}
.fbs-item-name,li.fbs-help-on-focus,li.nomatch,.fbs-nomatch-text,.fbs-flyout-pane h3,.fbs-properties-header{color:#333;}
.fbs-pane,.fbs-flyout-pane{border:1px solid #bbb;}
.fbs-flyout-pane{border-color:#ccc;}
.fbs-list,.fbs-list-icons,.fbs-flyout-content,.fbs-attribution,.fbs-header{background-color:#f5f5f5;}
.fbs-header{background:#fefefe;}
li.fbs-help-on-focus,li.nomatch{border-bottom:1px solid #e5e5e5;}
.fbs-item-name{border:1px solid #f5f5f5;}
h1#fbs-flyout-title,li.fbs-selected .fbs-item-name{color:#f60;}
li.fbs-selected .fbs-item-name{border-color:#f60;}
.fbs-nomatch-text{border-bottom:1px solid #e5e5e5;background:#f8f8f8;}
.fbs-suggestnew{background:#999;}
#fbs-flyout-title .fbs-flyout-label{color:#aaa;}
#fbs-topic-image,.fbs-flyout-images{border:1px solid #a9a9a9;}
.fbs-suggestnew-button,.fbs-flyout-pane{border:1px solid #9a9a9a;}
ul.fbs-list,.fbs-flyout-content,.fbs-attribution,li.fbs-item,.fbs-header{border:1px solid #e5e5e5;}
.fbs-header{border-bottom:0;}
li.fbs-item{border-top:0;border-right:0;border-left:0;}
.fbs-attribution{border-top:0;}
.fbs-pane,.fbs-flyout-pane{font-size:16px;font-family:Helvetica Neue, Arial, Helvetica, sans-serif;}
ul.fbs-list,.fbs-flyout-content,.fbs-attribution,div.fbs-header{font-size:62.5%;}
.fbs-pane strong,.fbs-flyout-pane strong{font-weight:bold;}
ul.fbs-list,.fbs-flyout-content,.fbs-attribution{margin:2px;}
.fbs-flyout-content{margin-bottom:0;}
.fbs-attribution{margin-top:0;}
.fbs-pane{width:325px;}
.fbs-flyout-pane{width:319px;margin-left:3px;}
ul.fbs-list{max-height:320px;overflow:auto;overflow-x:hidden;border-bottom:0;}
.fbs-flyout-content,.fbs-attribution{padding:5px;}
.fbs-flyout-content:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
li.fbs-help-on-focus,li.nomatch{padding:6px 8px 7px 6px;font-size:1.4em;line-height:1;}
li.fbs-more{padding:0;background:transparent;}
a.fbs-more-link{display:block;padding:4px;font-weight:bold;font-size:12px;}
.fbs-more .fbs-help{display:none;}
.fbs-header{font-weight:bold;padding:4px 6px;margin:2px 2px -2px 2px;}
.fbs-item-type,.fbs-item-name label{display:block;overflow:hidden;white-space:nowrap;}
.fbs-item-name{padding:5px 8px 4px 6px;font-size:1.4em;line-height:1;}
.fbs-item-name strong{font-weight:bold;}
.fbs-item-type{color:#777;float:right;font-size:0.8em;max-width:40%;padding-left:.25em;}
li.fbs-selected{cursor:pointer;}
li.nomatch{padding:0;}
.fbs-nomatch-text{display:block;font-weight:bold;line-height:1;}
.fbs-nomatch-text,.nomatch h3,ul.fbs-search-tips{padding:6px 8px 7px 6px;}
.nomatch h3{font-weight:bold;}
ul.fbs-search-tips li{list-style:disc;margin-left:1.6em;margin-bottom:0.3em;}
.fbs-suggestnew{padding:.4em .3em .5em 8px;}
.fbs-suggestnew-button{cursor:pointer;padding:0.2em 0.3em;margin-left:0px !important;max-width:17em;}
.fbs-suggestnew-description{margin-bottom:0.6em;}
.fbs-more-shortcut,.fbs-suggestnew-shortcut{margin-left:0.4em;font-size:90%;}
h1#fbs-flyout-title{font-size:1.4em;font-weight:bold;margin-bottom:0.5em;margin-top:0.3em;}
h1#fbs-flyout-title .template-label{color:#999999;font-size:0.8em;}
#fbs-flyout-title .fbs-flyout-label{font-weight:normal;}
#fbs-topic-image{float:left;padding:1px;margin-right:5px;margin-bottom:5px;}
.fbs-flyout-images{float:left;margin:0 10px 0 0;padding:1px 0 1px 1px;}
.fbs-flyout-images img{float:left;margin-right:1px;}
.fbs-flyout-subtitle{font-size:1.1em;margin-bottom:0.5em;}
.fbs-flyout-pane h3{font-size:1em;line-height:1.4;margin-bottom:0.25em;}
.fbs-properties-header{font-size:1em;font-weight:bold;margin:0.5em 0;}
h3.fbs-topic-properties{font-size:1.2em;font-weight:bold;}
.fbs-topic-properties strong{display:block;font-size:0.8em;}
.fbs-flyout-pane p{font-size:1.2em;line-height:1.4;}
p.image-true,h3.image-true,h1.image-true{margin-left:85px;}
.fbs-meta-info{margin-left:110px;}
.fbs-flyout-list li{font-size:1em;margin-left:15px;}
#fbs-domain-flyout #fbs-flyout-title{margin-bottom:0.5em;}
.fbs-attribution{padding-right:72px;background-image:url(http://www.freebase.com/resources/images/fbs-attribution.png);background-repeat:no-repeat;background-position:center right;min-height:15px;}
.fbs-flyout-types{font-style:italic;line-height:1;font-size:1.2em;}
------------------------------------------------------- Freebase SuggestIE Hacks ------------------------------------------------------- We can't use conditional comments so we have to resort to inline Internet Explor fixes */ * html .fbs-list,* html .fbs-list-icons{height:expression( this.scrollHeight > 410 ? "410" : "auto" );}
* html .fbs-item-name{width:253px !important;}
* html .fbs-item-name{width:100%;}
* html .fbs-flyout-content:after{height:1px;}
.unicode{display:none;}
/* Version:r78838 Built:Wed Aug 05 2009 by daepark */


.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('/images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 400px;
    border: 1px solid #999;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

ul.token-input-list li {
    list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    width: 350px;
    padding: 3px 8px;
    background-color: white;
}

li.token-input-token {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    margin: 3px;
    padding: 3px 5px;
    background-color: #d0efa0;
    color: #000;
    font-weight: bold;
    cursor: default;
    display: block;
}

li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-token span {
    float: right;
    color: #777;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #08844e;
    color: #fff;
}

li.token-input-selected-token span {
    color: #bbb;
}

div.token-input-dropdown {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 12px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #d0efa0;
}


