@import url(reset.css);
@import url(extras/facebox.css);
body {
  background-color: #222222;
  font-size: 12px;
  font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif; }

p {
  font-size: 12px;
  line-height: 1.5em;
  color: #333333; }
  p strong {
    font-weight: bold; }
  p em {
    font-style: normal;
    color: #333; }

a {
  color: inherit;
  text-decoration: none; }

h1 {
  font-size: 12px;
  font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif; }

h2 {
  font-size: 36px;
  font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
  color: #333333;
  margin: 4px 0;
  line-height: 1.1em;
  font-weight: bold; }

h3 {
  font-size: 24px;
  font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
  color: #333333;
  margin: 6px 0;
  line-height: 1.1em;
  font-weight: bold; }

h4 {
  font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  margin: 6px 0; }

h5 {
  font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  margin: 12px 0; }

ul li {
  line-height: 1.5em; }

#online_true_buddy {
  background: transparent url(/images/online_buddy.gif) no-repeat;
  height: 15px;
  margin-left: 30px;
  margin-top: 30px;
  position: absolute;
  width: 15px; }

#online_true_small {
  background: transparent url(/images/online_small.gif) no-repeat;
  height: 7px;
  margin-left: 20px;
  margin-top: 20px;
  position: absolute;
  width: 7px; }

.hidden {
  position: absolute;
  left: -99999px; }

.with_layout_padding {
  padding: 10px 0; }

.action_link {
  color: #21bf3b;
  text-decoration: underline; }

.blue_link {
  color: #46AEEB; }

.green_link {
  color: #21BF3B; }

.orange_link {
  color: #ff8721; }

li:hover .green_link {
  background: #21BF3B url(/images/patterns/bg_green.png) repeat-x;
  color: #fff; }
li:hover .orange_link {
  background: #ff8721 url(/images/patterns/bg_orange.png) repeat-x;
  color: #fff; }
li:hover .blue_link {
  background: #5DC8FB url(/images/patterns/bg_blue.png) repeat-x;
  color: #fff; }

input.ghostied, textarea.ghostied {
  color: #bbb!important; }

.flash_error {
  background-color: #222;
  color: #FF0400;
  font-weight: bold;
  margin: -5px auto 0;
  padding: 10px;
  padding-bottom: 12px;
  font-size: 1.1em;
  padding-left: 220px;
  width: 730px; }

.flash_notice, .flash_ok {
  background-color: #222;
  color: #B2FF3D;
  font-weight: bold;
  margin: -5px auto 0;
  padding: 10px;
  padding-bottom: 12px;
  font-size: 1.1em;
  padding-left: 220px;
  width: 730px; }

.pagination {
  margin-top: 19px;
  text-align: right;
  color: #333; }
  .pagination span {
    margin: 0 3px; }
  .pagination a {
    margin: 0 3px;
    color: #21BF3B;
    text-decoration: underline; }

.buttons {
  margin-top: 10px; }
  .buttons a {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
    font-size: 16.8px;
    line-height: 1.5em;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 3px 8px 5px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
    .buttons a:hover {
      background-color: #dff4ff;
      border: 1px solid #c2e1ef;
      color: #336699; }
    .buttons a:active {
      background-color: #6299c5;
      border: 1px solid #6299c5;
      color: #fff; }
    .buttons a.positive {
      color: #529214; }
      .buttons a.positive:hover {
        background-color: #E6EFC2;
        border: 1px solid #C6D880;
        color: #529214; }
      .buttons a.positive:active {
        background-color: #529214;
        border: 1px solid #529214;
        color: #fff; }
    .buttons a.negative {
      color: #d12f19; }
      .buttons a.negative:hover {
        background: #fbe3e4;
        border: 1px solid #fbc2c4;
        color: #d12f19; }
      .buttons a.negative:active {
        background-color: #d12f19;
        border: 1px solid #d12f19;
        color: #fff; }
    .buttons a img, .buttons a a img {
      margin: 0 3px -2px 0 !important;
      padding: 0;
      border: none;
      width: 16px;
      height: 16px; }
  .buttons button {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
    font-size: 16.8px;
    line-height: 1.5em;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: auto;
    overflow: visible;
    padding: 3px 8px 5px 10px; }
    .buttons button:hover {
      background-color: #dff4ff;
      border: 1px solid #c2e1ef;
      color: #336699; }
    .buttons button.positive {
      color: #529214; }
      .buttons button.positive:hover {
        background-color: #E6EFC2;
        border: 1px solid #C6D880;
        color: #529214; }
    .buttons button.negative {
      color: #d12f19; }
      .buttons button.negative:hover {
        background: #fbe3e4;
        border: 1px solid #fbc2c4;
        color: #d12f19; }
    .buttons button img, .buttons button a img {
      margin: 0 3px -3px 0 !important;
      padding: 0;
      border: none;
      width: 16px;
      height: 16px; }

*:first-child+html button[type] {
  padding: 4px 10px 3px 7px; }

#spinner {
  height: 18px;
  width: 100px;
  position: fixed;
  background: #ffc;
  left: 50%;
  margin-left: -58px;
  padding: 5px 8px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px; }
  #spinner img {
    float: left; }
  #spinner span {
    float: left;
    margin-left: 8px;
    margin-top: 3px;
    color: #333; }

#header_wrapper {
  background-color: #222222;
  border-bottom: 1px solid #111111; }
  #header_wrapper #header {
    margin: 0 auto;
    display: block;
    width: 960px;
    font-size: 86%; }
    #header_wrapper #header:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    #header_wrapper #header h1 {
      float: left;
      width: 220px;
      color: #eee;
      font-weight: bold; }
      #header_wrapper #header h1 img {
        height: 40px; }
    #header_wrapper #header p {
      margin-left: 20px;
      padding-top: 13px;
      color: #eee;
      font-weight: bold; }
      #header_wrapper #header p a {
        color: #fff;
        font-size: 12px; }
    #header_wrapper #header ul {
      float: left;
      padding-top: 14px; }
      #header_wrapper #header ul li {
        display: inline;
        margin-right: 20px;
        color: #eee;
        font-weight: bold; }
        #header_wrapper #header ul li a {
          color: #fff;
          font-size: 12px; }
    #header_wrapper #header #id {
      background: #222222;
      color: #fff;
      border: none;
      font-weight: bold; }

#after_header_wrapper {
  border-top: 1px solid #444444;
  background-color: #222222;
  height: 5px; }

#content_wrapper {
  background: #ECECEC; }
  #content_wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

#content {
  margin: 0 auto;
  display: block;
  width: 960px;
  margin-bottom: 40px;
  min-height: 300px; }
  #content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  #content .one {
    float: left;
    width: 200px;
    padding-top: 20px; }
  #content .two {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 19px;
    margin-right: -21px;
    float: left;
    width: 740px; }
  #content .three {
    background: #fff;
    width: 960px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-left: -21px;
    margin-right: -21px;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 19px; }
    #content .three:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  #content #users_new .one,
  #content #sessions_new .one {
    width: 440px; }
  #content #users_new .two,
  #content #sessions_new .two {
    width: 500px; }

#before_footer_wrapper {
  border-bottom: 1px solid #111111;
  background-color: #222222;
  height: 5px; }

#footer_wrapper {
  background-color: #222222;
  border-top: 1px solid #444444; }
  #footer_wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  #footer_wrapper #footer {
    font-size: 90%;
    padding: 10px 0;
    margin: 0 auto;
    display: block;
    width: 960px; }
    #footer_wrapper #footer .footer_row:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    #footer_wrapper #footer .footer_row .footer_span_one,
    #footer_wrapper #footer .footer_row .footer_span_two {
      float: left;
      width: 200px;
      margin-right: 20px;
      margin-bottom: 5px; }
      #footer_wrapper #footer .footer_row .footer_span_one h4,
      #footer_wrapper #footer .footer_row .footer_span_two h4 {
        padding-bottom: 3px;
        margin-bottom: 6px;
        color: #666;
        font-size: 14.4px; }
      #footer_wrapper #footer .footer_row .footer_span_one p,
      #footer_wrapper #footer .footer_row .footer_span_two p {
        color: #777;
        font-size: 10.8px; }
      #footer_wrapper #footer .footer_row .footer_span_one a,
      #footer_wrapper #footer .footer_row .footer_span_two a {
        text-decoration: none;
        color: #666; }
        #footer_wrapper #footer .footer_row .footer_span_one a:hover,
        #footer_wrapper #footer .footer_row .footer_span_two a:hover {
          color: #fff; }
      #footer_wrapper #footer .footer_row .footer_span_one ul li,
      #footer_wrapper #footer .footer_row .footer_span_two ul li {
        font-size: 10.8px; }
    #footer_wrapper #footer .footer_row .footer_span_two {
      width: 740px;
      margin-right: 0; }

#live_search {
  position: fixed;
  width: 240px;
  top: 50px;
  left: 50%;
  margin-left: -110px;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  #live_search #live_query {
    margin: 0 10px;
    margin-bottom: 5px;
    width: 220px;
    border: 0;
    background: none;
    border-bottom: 1px solid #999;
    color: #fff;
    font-size: 24px;
    padding: 6px 0;
    font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif; }
  #live_search #live_channels li a {
    padding-left: 26px; }
  #live_search #live_channels li.visible {
    color: #eee;
    font-size: 13.2px;
    padding: 6px 10px; }
  #live_search #live_channels li.selected {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
  #live_search #live_channels li.company a {
    background: url(/images/famfamfam_silk_icons/building.png) no-repeat left center; }
  #live_search #live_channels li.channel a {
    background: url(/images/famfamfam_silk_icons/bricks.png) no-repeat left center; }

#page_header {
  background: #60C300 url(/images/patterns/bg_green.png) repeat-x;
  padding: 10px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px; }
  #page_header.green_one {
    background: #60C300 url(/images/patterns/bg_green.png) repeat-x; }
    #page_header.green_one h2 {
      color: #fff; }
  #page_header.black_one {
    background: #333 url(/images/patterns/bg_black.png) repeat-x; }
    #page_header.black_one h2 {
      color: #fff; }
  #page_header.white_one {
    background: #fff url(/images/patterns/bg_white.png) repeat-x; }
    #page_header.white_one h2 {
      color: #000; }
  #page_header.brown_one {
    background: #643C23 url(/images/patterns/bg_brown.png) repeat-x; }
    #page_header.brown_one h2 {
      color: #fff; }
  #page_header.blue_one {
    background: #5DC8FB url(/images/patterns/bg_blue.png) repeat-x; }
    #page_header.blue_one h2 {
      color: #fff; }
  #page_header.orange_one {
    background: #ff8721 url(/images/patterns/bg_orange.png) repeat-x; }
    #page_header.orange_one h2 {
      color: #fff; }

input.text_field,
textarea.text_field {
  padding: 5px;
  font-size: 150%;
  color: #333;
  font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
  width: 334px;
  margin: 0;
  border: 1px solid #ccc; }
input.inline_field,
textarea.inline_field {
  padding: 5px;
  font-size: inherit;
  color: #333;
  font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
  margin: 0;
  border: 1px solid #ccc;
  margin-bottom: -1px; }
input.fixed_width,
textarea.fixed_width {
  width: 220px;
  font-size: 120%; }

textarea {
  height: 60px;
  padding: 5px;
  font-size: 150%;
  color: #333;
  font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
  width: 334px;
  margin: 0;
  border: 1px solid #ccc; }

label.form_label {
  font-size: 14.4px;
  line-height: 1.4em;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
  color: #333; }
label.hint_label {
  color: #666;
  font-weight: normal;
  line-height: 1.6em;
  font-size: 12px;
  display: block;
  margin-bottom: 15px; }

.submit_area {
  padding: 10px 0; }

legend {
  display: none; }

.any_form {
  padding-left: 10px;
  padding-bottom: 10px; }
  .any_form:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

#sessions_new .one div,
#users_new .one div {
  float: left;
  width: 180px;
  margin-right: 40px;
  height: 300px; }
  #sessions_new .one div h3,
  #users_new .one div h3 {
    width: 180px; }
  #sessions_new .one div p,
  #users_new .one div p {
    width: 180px; }
    #sessions_new .one div p a,
    #users_new .one div p a {
      text-decoration: underline; }
#sessions_new .two p.intro_text,
#users_new .two p.intro_text {
  margin: 10px 0;
  line-height: 1.4em; }
#sessions_new .two #login_form input.fields,
#sessions_new .two #signup_form input.fields,
#users_new .two #login_form input.fields,
#users_new .two #signup_form input.fields {
  font-size: 240%;
  width: 478px;
  border: 1px solid #ccc;
  padding: 10px; }
#sessions_new .two #login_form p#remember,
#sessions_new .two #signup_form p#remember,
#users_new .two #login_form p#remember,
#users_new .two #signup_form p#remember {
  margin: 15px 0;
  line-height: 20px; }
  #sessions_new .two #login_form p#remember input,
  #sessions_new .two #signup_form p#remember input,
  #users_new .two #login_form p#remember input,
  #users_new .two #signup_form p#remember input {
    margin: 0;
    margin-right: 5px;
    display: inline; }
  #sessions_new .two #login_form p#remember label,
  #sessions_new .two #signup_form p#remember label,
  #users_new .two #login_form p#remember label,
  #users_new .two #signup_form p#remember label {
    display: inline; }
  #sessions_new .two #login_form p#remember span#remember_hint,
  #sessions_new .two #signup_form p#remember span#remember_hint,
  #users_new .two #login_form p#remember span#remember_hint,
  #users_new .two #signup_form p#remember span#remember_hint {
    background: #ffc;
    padding: 2px 4px; }

#sites_show p.intro_text {
  margin: 20px 0;
  font: 130% "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #666;
  line-height: 1.4em;
  padding: 0 10px; }
  #sites_show p.intro_text a {
    text-decoration: underline;
    color: #333; }
#sites_show .imprint .vcard {
  width: 300px;
  background-color: #fff;
  border: 1px solid #999;
  padding: 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }
  #sites_show .imprint .vcard #hcard_icon {
    float: right; }
  #sites_show .imprint .vcard a.fn {
    color: #000;
    text-decoration: none;
    font-size: 130%;
    margin-bottom: 10px;
    display: block; }
  #sites_show .imprint .vcard .adr,
  #sites_show .imprint .vcard .tel {
    margin-bottom: 10px; }
  #sites_show .imprint .vcard .street-address,
  #sites_show .imprint .vcard .country-name,
  #sites_show .imprint .vcard .email {
    display: block;
    margin: 0.3em 0; }
  #sites_show .imprint .vcard .locality,
  #sites_show .imprint .vcard .postal-code {
    display: inline; }

#dashboards_show #page_header span.explanation {
  float: right;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  display: none; }
#dashboards_show #page_header:hover span.explanation {
  display: block; }
#dashboards_show p.intro_text {
  margin: 20px 0;
  font: 130% "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #666;
  line-height: 1.4em;
  padding: 0 10px; }
#dashboards_show #companies_and_channels #stop_floating:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
#dashboards_show #companies_and_channels .companies {
  float: left;
  width: 220px; }
#dashboards_show #companies_and_channels .channels {
  float: left;
  width: 740px; }
#dashboards_show #companies_and_channels .companies h3,
#dashboards_show #companies_and_channels .channels h3 {
  font: normal bold 20px/1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #333;
  margin-bottom: 20px;
  padding-left: 13px; }
#dashboards_show #companies_and_channels .company {
  width: 960px;
  border-top: 1px solid #ccc;
  margin-bottom: 32.4px; }
  #dashboards_show #companies_and_channels .company:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  #dashboards_show #companies_and_channels .company ul.companies_listing li a,
  #dashboards_show #companies_and_channels .company ul.companies_listing li .a {
    display: block;
    line-height: 32.4px; }
    #dashboards_show #companies_and_channels .company ul.companies_listing li a:hover,
    #dashboards_show #companies_and_channels .company ul.companies_listing li .a:hover {
      background: #eee; }
      #dashboards_show #companies_and_channels .company ul.companies_listing li a:hover span.number,
      #dashboards_show #companies_and_channels .company ul.companies_listing li .a:hover span.number {
        background: #fff !important; }
      #dashboards_show #companies_and_channels .company ul.companies_listing li a:hover.number_0 span.number,
      #dashboards_show #companies_and_channels .company ul.companies_listing li .a:hover.number_0 span.number {
        color: #eee !important;
        background: #eee !important; }
    #dashboards_show #companies_and_channels .company ul.companies_listing li a span.name,
    #dashboards_show #companies_and_channels .company ul.companies_listing li .a span.name {
      padding-left: 15px;
      font-size: 15.6px;
      display: inline;
      font-weight: bold;
      color: #333; }
    #dashboards_show #companies_and_channels .company ul.companies_listing li a span.description,
    #dashboards_show #companies_and_channels .company ul.companies_listing li .a span.description {
      padding-left: 15px;
      display: block;
      font-style: italic;
      width: 180px;
      line-height: 1.5em;
      padding-bottom: 10px; }
  #dashboards_show #companies_and_channels .company ul.companies_listing li .a:hover {
    background: #fff; }
  #dashboards_show #companies_and_channels .company ul.companies_listing li .a span.description {
    padding-left: 15px; }
  #dashboards_show #companies_and_channels .company ul.channels_listing {
    width: 740px; }
    #dashboards_show #companies_and_channels .company ul.channels_listing li {
      display: block;
      width: 370px;
      float: left; }
      #dashboards_show #companies_and_channels .company ul.channels_listing li:hover {
        background: #eee; }
        #dashboards_show #companies_and_channels .company ul.channels_listing li:hover a span.number {
          background: #fff !important; }
        #dashboards_show #companies_and_channels .company ul.channels_listing li:hover a.number_0 span.number {
          color: #eee !important;
          background: #eee !important; }
      #dashboards_show #companies_and_channels .company ul.channels_listing li a {
        display: block;
        line-height: 32.4px; }
        #dashboards_show #companies_and_channels .company ul.channels_listing li a:after {
          content: ".";
          display: block;
          clear: both;
          visibility: hidden;
          line-height: 0;
          height: 0; }
        #dashboards_show #companies_and_channels .company ul.channels_listing li a span.name {
          margin-left: 15px;
          float: left;
          display: block;
          overflow: hidden;
          font-size: 15.6px;
          color: #333;
          font-weight: normal;
          margin-right: 10px; }
  #dashboards_show #companies_and_channels .company ul.channels_listing li a span.unread_messages,
  #dashboards_show #companies_and_channels .company ul.companies_listing li a span.unread_messages {
    float: right;
    display: block;
    text-align: right;
    font-size: 12px;
    width: 40px;
    margin-right: 15px; }
    #dashboards_show #companies_and_channels .company ul.channels_listing li a span.unread_messages span.number,
    #dashboards_show #companies_and_channels .company ul.companies_listing li a span.unread_messages span.number {
      color: #3caaf2;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      background: #eee;
      padding: 3px 8px;
      font-weight: bold; }
  #dashboards_show #companies_and_channels .company ul.channels_listing li a.number_0 span.name,
  #dashboards_show #companies_and_channels .company ul.companies_listing li a.number_0 span.name {
    color: #333; }
  #dashboards_show #companies_and_channels .company ul.channels_listing li a.number_0 span.unread_messages span.number,
  #dashboards_show #companies_and_channels .company ul.companies_listing li a.number_0 span.unread_messages span.number {
    background: #fff;
    color: #fff; }

.postable:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
.postable .one #company_information {
  width: 180px;
  margin-bottom: 20px; }
  .postable .one #company_information p {
    font-style: italic; }
    .postable .one #company_information p span a {
      text-decoration: underline; }
.postable .one #link_to_lounge {
  margin-bottom: 20px; }
  .postable .one #link_to_lounge ul.list_of_things li.active a {
    color: #ff8721 !important; }
    .postable .one #link_to_lounge ul.list_of_things li.active a:hover {
      color: #ff8721 !important; }
  .postable .one #link_to_lounge ul.list_of_things li a:hover {
    color: #ff8721 !important; }
.postable .one #list_of_channels {
  margin-bottom: 20px; }
  .postable .one #list_of_channels h4 {
    background: url(/images/famfamfam_silk_icons/bricks.png) no-repeat left center;
    padding-left: 20px; }
.postable .one ul.list_of_things {
  margin-left: -10px; }
  .postable .one ul.list_of_things li {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #f8f8f8; }
    .postable .one ul.list_of_things li.bordered {
      border-bottom: 1px solid #ccc; }
    .postable .one ul.list_of_things li a {
      display: block;
      font-size: 13.2px;
      padding: 0.5em 0;
      padding-left: 10px; }
      .postable .one ul.list_of_things li a:hover,
      .postable .one ul.list_of_things li a:active {
        position: relative;
        left: 1px;
        padding-left: 9px;
        background: #fff;
        color: #21bf3b; }
        .postable .one ul.list_of_things li a:hover span,
        .postable .one ul.list_of_things li a:active span {
          color: #21bf3b; }
      .postable .one ul.list_of_things li a:hover {
        border-right: 1px solid #eee; }
      .postable .one ul.list_of_things li a span {
        float: right;
        margin-right: 10px;
        color: #3caaf2 !important; }
        .postable .one ul.list_of_things li a span.number_0 {
          display: none; }
    .postable .one ul.list_of_things li.active {
      background: #fff;
      position: relative;
      left: 1px;
      margin-left: -1px; }
      .postable .one ul.list_of_things li.active a {
        color: #21bf3b; }
    .postable .one ul.list_of_things li.new_something_at_the_end_of_a_listing_form {
      padding-left: 10px;
      background-color: #fff; }
      .postable .one ul.list_of_things li.new_something_at_the_end_of_a_listing_form input {
        background: #fff;
        border: none;
        font-size: 13.2px;
        padding: 0.5em 0;
        font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif; }
    .postable .one ul.list_of_things li.new_something_at_the_end_of_a_listing_link {
      background: none;
      border: none;
      border-top: 1px solid #ccc; }
      .postable .one ul.list_of_things li.new_something_at_the_end_of_a_listing_link span.actions {
        display: block;
        padding: 5px 10px; }
        .postable .one ul.list_of_things li.new_something_at_the_end_of_a_listing_link span.actions a {
          display: inline;
          padding-left: 0; }
          .postable .one ul.list_of_things li.new_something_at_the_end_of_a_listing_link span.actions a:hover {
            left: 0;
            margin: 0;
            padding: 0;
            border: 0; }
      .postable .one ul.list_of_things li.new_something_at_the_end_of_a_listing_link a {
        text-decoration: underline; }
        .postable .one ul.list_of_things li.new_something_at_the_end_of_a_listing_link a:hover {
          background: none;
          color: #333;
          border-right: 1px solid #ccc; }
.postable .one #list_of_coworkers {
  margin-bottom: 20px; }
  .postable .one #list_of_coworkers h4 {
    background: url(/images/famfamfam_silk_icons/user_suit.png) no-repeat left center;
    padding-left: 20px; }
  .postable .one #list_of_coworkers ul.list_of_icons:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .postable .one #list_of_coworkers ul.list_of_icons li {
    float: left;
    margin-right: 5px; }
  .postable .one #list_of_coworkers p.invitation_actions {
    background: none;
    border: none;
    border-top: 1px solid #ccc; }
    .postable .one #list_of_coworkers p.invitation_actions a {
      display: block;
      font-size: 13.2px;
      padding: 0.5em 0;
      text-decoration: underline; }
      .postable .one #list_of_coworkers p.invitation_actions a:hover {
        background: none;
        color: #333; }
.postable #page #page_header h2 {
  color: #fff;
  line-height: normal; }
  .postable #page #page_header h2 a.button {
    display: inline;
    font-size: 50%;
    background: url(/images/famfamfam_silk_icons/cog.png) no-repeat left center;
    padding-left: 20px;
    display: inline; }
  .postable #page #page_header h2:hover a {
    display: inline; }
.postable #page #page_content_wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
.postable #page #page_content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
.postable #page #page_content p.intro {
  color: #666;
  line-height: 1.2em;
  font-size: 150%;
  margin: 10px 0;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 0px; }
  .postable #page #page_content p.intro a {
    text-decoration: underline; }
.postable #page #page_content #new_post_box,
.postable #page #page_content #edit_post_box {
  border-bottom: none;
  padding: 20px 0; }
  .postable #page #page_content #new_post_box:after,
  .postable #page #page_content #edit_post_box:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .postable #page #page_content #new_post_box .asset,
  .postable #page #page_content #edit_post_box .asset {
    width: 40px;
    float: left; }
  .postable #page #page_content #new_post_box #rows,
  .postable #page #page_content #new_post_box .rows,
  .postable #page #page_content #new_post_box #edit_rows,
  .postable #page #page_content #edit_post_box #rows,
  .postable #page #page_content #edit_post_box .rows,
  .postable #page #page_content #edit_post_box #edit_rows {
    margin-left: 10px;
    float: left; }
    .postable #page #page_content #new_post_box #rows #first_row:after,
    .postable #page #page_content #new_post_box #rows .first_row:after,
    .postable #page #page_content #new_post_box #rows #edit_first_row:after,
    .postable #page #page_content #new_post_box .rows #first_row:after,
    .postable #page #page_content #new_post_box .rows .first_row:after,
    .postable #page #page_content #new_post_box .rows #edit_first_row:after,
    .postable #page #page_content #new_post_box #edit_rows #first_row:after,
    .postable #page #page_content #new_post_box #edit_rows .first_row:after,
    .postable #page #page_content #new_post_box #edit_rows #edit_first_row:after,
    .postable #page #page_content #edit_post_box #rows #first_row:after,
    .postable #page #page_content #edit_post_box #rows .first_row:after,
    .postable #page #page_content #edit_post_box #rows #edit_first_row:after,
    .postable #page #page_content #edit_post_box .rows #first_row:after,
    .postable #page #page_content #edit_post_box .rows .first_row:after,
    .postable #page #page_content #edit_post_box .rows #edit_first_row:after,
    .postable #page #page_content #edit_post_box #edit_rows #first_row:after,
    .postable #page #page_content #edit_post_box #edit_rows .first_row:after,
    .postable #page #page_content #edit_post_box #edit_rows #edit_first_row:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .postable #page #page_content #new_post_box #rows #first_row .post_box_left_column,
    .postable #page #page_content #new_post_box #rows .first_row .post_box_left_column,
    .postable #page #page_content #new_post_box #rows #edit_first_row .post_box_left_column,
    .postable #page #page_content #new_post_box .rows #first_row .post_box_left_column,
    .postable #page #page_content #new_post_box .rows .first_row .post_box_left_column,
    .postable #page #page_content #new_post_box .rows #edit_first_row .post_box_left_column,
    .postable #page #page_content #new_post_box #edit_rows #first_row .post_box_left_column,
    .postable #page #page_content #new_post_box #edit_rows .first_row .post_box_left_column,
    .postable #page #page_content #new_post_box #edit_rows #edit_first_row .post_box_left_column,
    .postable #page #page_content #edit_post_box #rows #first_row .post_box_left_column,
    .postable #page #page_content #edit_post_box #rows .first_row .post_box_left_column,
    .postable #page #page_content #edit_post_box #rows #edit_first_row .post_box_left_column,
    .postable #page #page_content #edit_post_box .rows #first_row .post_box_left_column,
    .postable #page #page_content #edit_post_box .rows .first_row .post_box_left_column,
    .postable #page #page_content #edit_post_box .rows #edit_first_row .post_box_left_column,
    .postable #page #page_content #edit_post_box #edit_rows #first_row .post_box_left_column,
    .postable #page #page_content #edit_post_box #edit_rows .first_row .post_box_left_column,
    .postable #page #page_content #edit_post_box #edit_rows #edit_first_row .post_box_left_column {
      float: left;
      width: 530px; }
      .postable #page #page_content #new_post_box #rows #first_row .post_box_left_column #post_title,
      .postable #page #page_content #new_post_box #rows .first_row .post_box_left_column #post_title,
      .postable #page #page_content #new_post_box #rows #edit_first_row .post_box_left_column #post_title,
      .postable #page #page_content #new_post_box .rows #first_row .post_box_left_column #post_title,
      .postable #page #page_content #new_post_box .rows .first_row .post_box_left_column #post_title,
      .postable #page #page_content #new_post_box .rows #edit_first_row .post_box_left_column #post_title,
      .postable #page #page_content #new_post_box #edit_rows #first_row .post_box_left_column #post_title,
      .postable #page #page_content #new_post_box #edit_rows .first_row .post_box_left_column #post_title,
      .postable #page #page_content #new_post_box #edit_rows #edit_first_row .post_box_left_column #post_title,
      .postable #page #page_content #edit_post_box #rows #first_row .post_box_left_column #post_title,
      .postable #page #page_content #edit_post_box #rows .first_row .post_box_left_column #post_title,
      .postable #page #page_content #edit_post_box #rows #edit_first_row .post_box_left_column #post_title,
      .postable #page #page_content #edit_post_box .rows #first_row .post_box_left_column #post_title,
      .postable #page #page_content #edit_post_box .rows .first_row .post_box_left_column #post_title,
      .postable #page #page_content #edit_post_box .rows #edit_first_row .post_box_left_column #post_title,
      .postable #page #page_content #edit_post_box #edit_rows #first_row .post_box_left_column #post_title,
      .postable #page #page_content #edit_post_box #edit_rows .first_row .post_box_left_column #post_title,
      .postable #page #page_content #edit_post_box #edit_rows #edit_first_row .post_box_left_column #post_title {
        width: 512px;
        padding: 8px;
        height: 22px;
        border: 1px solid #aaa;
        border-bottom: 1px solid #ccc; }
    .postable #page #page_content #new_post_box #rows #first_row .post_box_right_column,
    .postable #page #page_content #new_post_box #rows .first_row .post_box_right_column,
    .postable #page #page_content #new_post_box #rows #edit_first_row .post_box_right_column,
    .postable #page #page_content #new_post_box .rows #first_row .post_box_right_column,
    .postable #page #page_content #new_post_box .rows .first_row .post_box_right_column,
    .postable #page #page_content #new_post_box .rows #edit_first_row .post_box_right_column,
    .postable #page #page_content #new_post_box #edit_rows #first_row .post_box_right_column,
    .postable #page #page_content #new_post_box #edit_rows .first_row .post_box_right_column,
    .postable #page #page_content #new_post_box #edit_rows #edit_first_row .post_box_right_column,
    .postable #page #page_content #edit_post_box #rows #first_row .post_box_right_column,
    .postable #page #page_content #edit_post_box #rows .first_row .post_box_right_column,
    .postable #page #page_content #edit_post_box #rows #edit_first_row .post_box_right_column,
    .postable #page #page_content #edit_post_box .rows #first_row .post_box_right_column,
    .postable #page #page_content #edit_post_box .rows .first_row .post_box_right_column,
    .postable #page #page_content #edit_post_box .rows #edit_first_row .post_box_right_column,
    .postable #page #page_content #edit_post_box #edit_rows #first_row .post_box_right_column,
    .postable #page #page_content #edit_post_box #edit_rows .first_row .post_box_right_column,
    .postable #page #page_content #edit_post_box #edit_rows #edit_first_row .post_box_right_column {
      float: left;
      border-left: 1px solid #fff; }
      .postable #page #page_content #new_post_box #rows #first_row .post_box_right_column .buttons,
      .postable #page #page_content #new_post_box #rows .first_row .post_box_right_column .buttons,
      .postable #page #page_content #new_post_box #rows #edit_first_row .post_box_right_column .buttons,
      .postable #page #page_content #new_post_box .rows #first_row .post_box_right_column .buttons,
      .postable #page #page_content #new_post_box .rows .first_row .post_box_right_column .buttons,
      .postable #page #page_content #new_post_box .rows #edit_first_row .post_box_right_column .buttons,
      .postable #page #page_content #new_post_box #edit_rows #first_row .post_box_right_column .buttons,
      .postable #page #page_content #new_post_box #edit_rows .first_row .post_box_right_column .buttons,
      .postable #page #page_content #new_post_box #edit_rows #edit_first_row .post_box_right_column .buttons,
      .postable #page #page_content #edit_post_box #rows #first_row .post_box_right_column .buttons,
      .postable #page #page_content #edit_post_box #rows .first_row .post_box_right_column .buttons,
      .postable #page #page_content #edit_post_box #rows #edit_first_row .post_box_right_column .buttons,
      .postable #page #page_content #edit_post_box .rows #first_row .post_box_right_column .buttons,
      .postable #page #page_content #edit_post_box .rows .first_row .post_box_right_column .buttons,
      .postable #page #page_content #edit_post_box .rows #edit_first_row .post_box_right_column .buttons,
      .postable #page #page_content #edit_post_box #edit_rows #first_row .post_box_right_column .buttons,
      .postable #page #page_content #edit_post_box #edit_rows .first_row .post_box_right_column .buttons,
      .postable #page #page_content #edit_post_box #edit_rows #edit_first_row .post_box_right_column .buttons {
        margin-top: 0px;
        margin-left: 10px; }
        .postable #page #page_content #new_post_box #rows #first_row .post_box_right_column .buttons button,
        .postable #page #page_content #new_post_box #rows .first_row .post_box_right_column .buttons button,
        .postable #page #page_content #new_post_box #rows #edit_first_row .post_box_right_column .buttons button,
        .postable #page #page_content #new_post_box .rows #first_row .post_box_right_column .buttons button,
        .postable #page #page_content #new_post_box .rows .first_row .post_box_right_column .buttons button,
        .postable #page #page_content #new_post_box .rows #edit_first_row .post_box_right_column .buttons button,
        .postable #page #page_content #new_post_box #edit_rows #first_row .post_box_right_column .buttons button,
        .postable #page #page_content #new_post_box #edit_rows .first_row .post_box_right_column .buttons button,
        .postable #page #page_content #new_post_box #edit_rows #edit_first_row .post_box_right_column .buttons button,
        .postable #page #page_content #edit_post_box #rows #first_row .post_box_right_column .buttons button,
        .postable #page #page_content #edit_post_box #rows .first_row .post_box_right_column .buttons button,
        .postable #page #page_content #edit_post_box #rows #edit_first_row .post_box_right_column .buttons button,
        .postable #page #page_content #edit_post_box .rows #first_row .post_box_right_column .buttons button,
        .postable #page #page_content #edit_post_box .rows .first_row .post_box_right_column .buttons button,
        .postable #page #page_content #edit_post_box .rows #edit_first_row .post_box_right_column .buttons button,
        .postable #page #page_content #edit_post_box #edit_rows #first_row .post_box_right_column .buttons button,
        .postable #page #page_content #edit_post_box #edit_rows .first_row .post_box_right_column .buttons button,
        .postable #page #page_content #edit_post_box #edit_rows #edit_first_row .post_box_right_column .buttons button {
          height: 40px;
          width: 148px;
          margin-right: 0px; }
    .postable #page #page_content #new_post_box #rows #second_row .post_box_left_column,
    .postable #page #page_content #new_post_box #rows .second_row .post_box_left_column,
    .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_left_column,
    .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_left_column,
    .postable #page #page_content #new_post_box .rows #second_row .post_box_left_column,
    .postable #page #page_content #new_post_box .rows .second_row .post_box_left_column,
    .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_left_column,
    .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_left_column,
    .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_left_column,
    .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_left_column,
    .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_left_column,
    .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_left_column,
    .postable #page #page_content #edit_post_box #rows #second_row .post_box_left_column,
    .postable #page #page_content #edit_post_box #rows .second_row .post_box_left_column,
    .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_left_column,
    .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_left_column,
    .postable #page #page_content #edit_post_box .rows #second_row .post_box_left_column,
    .postable #page #page_content #edit_post_box .rows .second_row .post_box_left_column,
    .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_left_column,
    .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_left_column,
    .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_left_column,
    .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_left_column,
    .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_left_column,
    .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_left_column {
      float: left;
      width: 530px; }
      .postable #page #page_content #new_post_box #rows #second_row .post_box_left_column #post_body,
      .postable #page #page_content #new_post_box #rows #second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #new_post_box #rows #second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #new_post_box #rows .second_row .post_box_left_column #post_body,
      .postable #page #page_content #new_post_box #rows .second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #new_post_box #rows .second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_left_column #post_body,
      .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_left_column #post_body,
      .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_left_column #post_body_source,
      .postable #page #page_content #new_post_box .rows #second_row .post_box_left_column #post_body,
      .postable #page #page_content #new_post_box .rows #second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #new_post_box .rows #second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #new_post_box .rows .second_row .post_box_left_column #post_body,
      .postable #page #page_content #new_post_box .rows .second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #new_post_box .rows .second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_left_column #post_body,
      .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_left_column #post_body,
      .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_left_column #post_body_source,
      .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_left_column #post_body,
      .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_left_column #post_body,
      .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_left_column #post_body,
      .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_left_column #post_body,
      .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_left_column #post_body_source,
      .postable #page #page_content #edit_post_box #rows #second_row .post_box_left_column #post_body,
      .postable #page #page_content #edit_post_box #rows #second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #edit_post_box #rows #second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #edit_post_box #rows .second_row .post_box_left_column #post_body,
      .postable #page #page_content #edit_post_box #rows .second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #edit_post_box #rows .second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_left_column #post_body,
      .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_left_column #post_body,
      .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_left_column #post_body_source,
      .postable #page #page_content #edit_post_box .rows #second_row .post_box_left_column #post_body,
      .postable #page #page_content #edit_post_box .rows #second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #edit_post_box .rows #second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #edit_post_box .rows .second_row .post_box_left_column #post_body,
      .postable #page #page_content #edit_post_box .rows .second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #edit_post_box .rows .second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_left_column #post_body,
      .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_left_column #post_body,
      .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_left_column #post_body_source,
      .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_left_column #post_body,
      .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_left_column #post_body,
      .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_left_column #post_body,
      .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_left_column #post_body_source,
      .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_left_column #post_body,
      .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_left_column #post_body_plain,
      .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_left_column #post_body_source {
        width: 512px;
        height: 86px;
        border: 1px solid #aaa;
        border-top: 0;
        padding: 8px;
        font-size: 14.4px;
        line-height: 1.5em; }
      .postable #page #page_content #new_post_box #rows #second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #new_post_box #rows .second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #new_post_box .rows #second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #new_post_box .rows .second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #edit_post_box #rows #second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #edit_post_box #rows .second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #edit_post_box .rows #second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #edit_post_box .rows .second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_left_column #post_tag_list,
      .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_left_column #post_tag_list {
        width: 511px;
        font-size: 14.4px;
        border: 0;
        height: 22px;
        padding: 8px;
        padding-left: 9px;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc; }
    .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column,
    .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column,
    .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column,
    .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column,
    .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column,
    .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column,
    .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column,
    .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column,
    .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column,
    .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column,
    .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column,
    .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column,
    .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column,
    .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column,
    .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column,
    .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column,
    .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column,
    .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column,
    .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column,
    .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column,
    .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column,
    .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column,
    .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column,
    .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column {
      float: left;
      border-left: 1px solid #fff; }
      .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #attach_form,
      .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #attach_form,
      .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #attach_form,
      .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #attach_form,
      .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #attach_form,
      .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #attach_form,
      .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #attach_form,
      .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #attach_form,
      .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #attach_form,
      .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #attach_form,
      .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #attach_form,
      .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #attach_form,
      .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #attach_form,
      .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #attach_form,
      .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #attach_form,
      .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #attach_form,
      .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #attach_form,
      .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #attach_form,
      .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #attach_form,
      .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #attach_form,
      .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #attach_form,
      .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #attach_form,
      .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #attach_form,
      .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #edit_attach_form,
      .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #attach_form,
      .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #edit_attach_form {
        margin-left: 9px;
        margin-top: 10px; }
        .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #edit_attach_form:after,
        .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #attach_form:after,
        .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #edit_attach_form:after {
          content: ".";
          display: block;
          clear: both;
          visibility: hidden;
          line-height: 0;
          height: 0; }
        .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #edit_attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #attach_form #attach_file,
        .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #attach_form #edit_attach_file,
        .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #edit_attach_form #attach_file,
        .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #edit_attach_form #edit_attach_file {
          position: absolute;
          z-index: 2;
          width: 148px;
          height: 39px; }
        .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #edit_attach_form a.button,
        .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #attach_form a.button,
        .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #edit_attach_form a.button {
          display: block;
          margin-top: 5px;
          margin-right: 0px;
          width: 127px; }
      .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #upload_files,
      .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #upload_files,
      .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #upload_files,
      .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #upload_files,
      .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #upload_files,
      .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #upload_files,
      .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #upload_files,
      .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #upload_files,
      .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #upload_files,
      .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #upload_files,
      .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #upload_files,
      .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #upload_files,
      .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #upload_files,
      .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #upload_files,
      .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #upload_files,
      .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #upload_files,
      .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #upload_files,
      .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #upload_files,
      .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #upload_files,
      .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #upload_files,
      .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #upload_files,
      .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #upload_files,
      .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #upload_files,
      .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #edit_upload_files,
      .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #upload_files,
      .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #edit_upload_files {
        color: #333;
        font-size: 90%;
        margin-left: 9px;
        margin-top: 20px; }
        .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #upload_files table,
        .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #upload_files table,
        .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #upload_files table,
        .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #upload_files table,
        .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #upload_files table,
        .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #upload_files table,
        .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #edit_upload_files table,
        .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #upload_files table,
        .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #edit_upload_files table {
          width: 146px; }
        .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #edit_upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #upload_files tbody tr td.filename,
        .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #edit_upload_files tbody tr td.filename {
          width: 138px;
          padding: 3px 5px;
          background: url(/images/progress.gif) repeat-y -138px 0;
          color: #333;
          -moz-border-radius: 8px;
          -webkit-border-radius: 8px; }
        .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box #rows #second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box #rows .second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box #rows #edit_second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box #rows #edit_third_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box .rows #second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box .rows .second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box .rows #edit_second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box .rows #edit_third_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box #edit_rows #second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box #edit_rows .second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box #edit_rows #edit_second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #new_post_box #edit_rows #edit_third_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box #rows #second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box #rows .second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box #rows #edit_second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box #rows #edit_third_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box .rows #second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box .rows .second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box .rows #edit_second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box .rows #edit_third_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box #edit_rows #second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box #edit_rows .second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box #edit_rows #edit_second_row .post_box_right_column #edit_upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #upload_files tbody tr td.options,
        .postable #page #page_content #edit_post_box #edit_rows #edit_third_row .post_box_right_column #edit_upload_files tbody tr td.options {
          width: 15px; }
  .postable #page #page_content #new_post_box.reply .asset,
  .postable #page #page_content #edit_post_box.reply .asset {
    padding-left: 50px !important;
    float: left; }
  .postable #page #page_content #new_post_box.reply #rows #first_row .post_box_left_column,
  .postable #page #page_content #new_post_box.reply #rows #edit_first_row .post_box_left_column,
  .postable #page #page_content #edit_post_box.reply #rows #first_row .post_box_left_column,
  .postable #page #page_content #edit_post_box.reply #rows #edit_first_row .post_box_left_column {
    width: 480px; }
    .postable #page #page_content #new_post_box.reply #rows #first_row .post_box_left_column #post_title,
    .postable #page #page_content #new_post_box.reply #rows #edit_first_row .post_box_left_column #post_title,
    .postable #page #page_content #edit_post_box.reply #rows #first_row .post_box_left_column #post_title,
    .postable #page #page_content #edit_post_box.reply #rows #edit_first_row .post_box_left_column #post_title {
      width: 462px; }
  .postable #page #page_content #new_post_box.reply #rows #second_row .post_box_left_column,
  .postable #page #page_content #new_post_box.reply #rows #edit_second_row .post_box_left_column,
  .postable #page #page_content #new_post_box.reply #rows #edit_third_row .post_box_left_column,
  .postable #page #page_content #edit_post_box.reply #rows #second_row .post_box_left_column,
  .postable #page #page_content #edit_post_box.reply #rows #edit_second_row .post_box_left_column,
  .postable #page #page_content #edit_post_box.reply #rows #edit_third_row .post_box_left_column {
    width: 480px; }
    .postable #page #page_content #new_post_box.reply #rows #second_row .post_box_left_column #post_body,
    .postable #page #page_content #new_post_box.reply #rows #second_row .post_box_left_column #post_body_source,
    .postable #page #page_content #new_post_box.reply #rows #edit_second_row .post_box_left_column #post_body,
    .postable #page #page_content #new_post_box.reply #rows #edit_second_row .post_box_left_column #post_body_source,
    .postable #page #page_content #new_post_box.reply #rows #edit_third_row .post_box_left_column #post_body,
    .postable #page #page_content #new_post_box.reply #rows #edit_third_row .post_box_left_column #post_body_source,
    .postable #page #page_content #edit_post_box.reply #rows #second_row .post_box_left_column #post_body,
    .postable #page #page_content #edit_post_box.reply #rows #second_row .post_box_left_column #post_body_source,
    .postable #page #page_content #edit_post_box.reply #rows #edit_second_row .post_box_left_column #post_body,
    .postable #page #page_content #edit_post_box.reply #rows #edit_second_row .post_box_left_column #post_body_source,
    .postable #page #page_content #edit_post_box.reply #rows #edit_third_row .post_box_left_column #post_body,
    .postable #page #page_content #edit_post_box.reply #rows #edit_third_row .post_box_left_column #post_body_source {
      width: 462px; }
    .postable #page #page_content #new_post_box.reply #rows #second_row .post_box_left_column #post_tag_list,
    .postable #page #page_content #new_post_box.reply #rows #edit_second_row .post_box_left_column #post_tag_list,
    .postable #page #page_content #new_post_box.reply #rows #edit_third_row .post_box_left_column #post_tag_list,
    .postable #page #page_content #edit_post_box.reply #rows #second_row .post_box_left_column #post_tag_list,
    .postable #page #page_content #edit_post_box.reply #rows #edit_second_row .post_box_left_column #post_tag_list,
    .postable #page #page_content #edit_post_box.reply #rows #edit_third_row .post_box_left_column #post_tag_list {
      width: 462px; }
.postable #page #page_content #filter_bar {
  width: 740px;
  background-color: #f8f8f8;
  padding: 8px 0;
  font-size: 90%;
  border-top: 1px solid #ccc; }
  .postable #page #page_content #filter_bar .filter {
    text-align: left;
    padding-left: 50px;
    color: #666; }
    .postable #page #page_content #filter_bar .filter select {
      background: #f8f8f8;
      border: 1px solid #ccc; }
    .postable #page #page_content #filter_bar .filter a {
      color: #666;
      margin-left: 5px; }
      .postable #page #page_content #filter_bar .filter a:hover {
        background-color: #5DC8FB;
        color: #fff; }
    .postable #page #page_content #filter_bar .filter input#search_query {
      width: 245px; }
  .postable #page #page_content #filter_bar .search {
    width: 205px;
    padding: 3px!important;
    font-size: 100%!important;
    background: #fff;
    border: 1px solid #ccc;
    margin-right: 8px; }
.postable #page #page_content #unread_message {
  padding-top: 20px;
  margin-bottom: 20px;
  padding-left: 50px;
  border-bottom: 1px solid #eee;
  text-align: left; }
  .postable #page #page_content #unread_message p {
    line-height: 1.95em; }
    .postable #page #page_content #unread_message p:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .postable #page #page_content #unread_message p a {
      display: block;
      float: left;
      margin-top: -1px;
      padding: 0px 10px;
      margin-right: 5px;
      color: #bbb;
      line-height: 22px; }
      .postable #page #page_content #unread_message p a.mark_all_as_read {
        background: #f8f8f8 url(/images/famfamfam_silk_icons/bullet_blue.png) no-repeat 5px center;
        padding-left: 23px;
        color: #3caaf2 !important; }
        .postable #page #page_content #unread_message p a.mark_all_as_read:hover {
          background: #fff url(/images/famfamfam_silk_icons/bullet_blue.png) no-repeat 5px center;
          color: #3caaf2; }

.simple_new p.intro_text {
  margin: 20px 0;
  font: 130% "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #666;
  line-height: 1.4em;
  padding: 0 10px; }


.companies_edit .logo {
  margin-top: 10px; }
.companies_edit #uploaderContainer #logo_uploader,
.companies_edit #uploaderContainer .image_uploader {
  position: absolute;
  z-index: 2;
  width: 200px;
  height: 26px; }
.companies_edit #uploaderContainer span a {
  background: #f8f8f8 url(/images/famfamfam_silk_icons/picture_edit.png) no-repeat 10px center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: bold;
  padding: 6px;
  padding-left: 30px;
  border: 1px solid #ccc;
  display: block;
  width: 164px;
  color: #444;
  margin-top: 10px; }

.facebox {
  width: 480px; }
  .facebox .fb_header {
    background: #ff8721 url(/images/patterns/bg_orange.png) repeat-x;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px; }
    .facebox .fb_header.green_one {
      background: #21BF3B url(/images/patterns/bg_green.png) repeat-x; }
      .facebox .fb_header.green_one h4 {
        color: #fff; }
    .facebox .fb_header.black_one {
      background: #333 url(/images/patterns/bg_black.png) repeat-x; }
      .facebox .fb_header.black_one h4 {
        color: #fff; }
    .facebox .fb_header.white_one {
      background: #fff url(/images/patterns/bg_white.png) repeat-x; }
      .facebox .fb_header.white_one h4 {
        color: #fff; }
    .facebox .fb_header.brown_one {
      background: #643C23 url(/images/patterns/bg_brown.png) repeat-x; }
      .facebox .fb_header.brown_one h4 {
        color: #fff; }
    .facebox .fb_header.blue_one {
      background: #5DC8FB url(/images/patterns/bg_blue.png) repeat-x; }
      .facebox .fb_header.blue_one h4 {
        color: #fff; }
    .facebox .fb_header.orange_one {
      background: #ff8721 url(/images/patterns/bg_orange.png) repeat-x; }
      .facebox .fb_header.orange_one h4 {
        color: #fff; }
  .facebox .fb_content p {
    margin-bottom: 10px; }
  .facebox .fb_content textarea {
    height: 100px; }

#channels_new #new_channel_form, #channels_new #new_invite_form {
  padding: 3px 5px; }
#channels_new #new_channel_form #channel_name, #channels_new #new_invite_form #emails {
  width: 138px;
  padding: 3px 5px;
  border: 1px solid #aaa; }

#channels_show #page #page_content #channel_messages #no_coworkers_message {
  padding: 10px;
  border-bottom: 2px solid #ccc; }
  #channels_show #page #page_content #channel_messages #no_coworkers_message p {
    color: #666;
    line-height: 2em;
    font-size: 150%;
    font-family: Georgia, "Lucida Grande", "Times New Roman";
    font-style: italic; }

.channel_facebox_header,
.company_facebox_header {
  background: #21BF3B url(/images/patterns/bg_green.png) repeat-x left bottom;
  font-size: 20px;
  margin-left: -10px;
  margin-top: -10px;
  margin-right: -10px;
  padding: 10px;
  color: #fff;
  font-weight: bold; }

.company_facebox_header {
  background: #ff8721 url(/images/patterns/bg_orange.png) repeat-x; }

#posts_show #parent_post .post_partial {
  padding-bottom: 20px; }
  #posts_show #parent_post .post_partial .post_actions {
    display: none; }
#posts_show .show_comments_link,
#posts_show .quick_reply {
  display: none; }

#all_posts {
  min-height: 150px; }
  #all_posts .empty_lounge_message,
  #all_posts .no_messages_yet {
    background: #ffc;
    border-bottom: 1px solid yellow;
    border-top: 1px solid yellow;
    padding: 45px 35px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    color: #333; }
    #all_posts .empty_lounge_message strong,
    #all_posts .no_messages_yet strong {
      font-size: 24px; }
    #all_posts .empty_lounge_message a,
    #all_posts .no_messages_yet a {
      text-decoration: underline; }
  #all_posts .post_partial {
    width: 740px;
    padding-top: 20px;
    border-bottom: 1px solid #eee; }
    #all_posts .post_partial.reply_true {
      padding-bottom: 20px; }
    #all_posts .post_partial:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    #all_posts .post_partial .post_semantics:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    #all_posts .post_partial .post_semantics .user_picture {
      float: left;
      width: 40px;
      height: 40px; }
      #all_posts .post_partial .post_semantics .user_picture .asset {
        padding: 0px!important;
        width: 40px;
        height: 40px;
        padding: 0;
        margin: 0;
        float: none; }
    #all_posts .post_partial .post_semantics .post_content {
      float: left;
      width: 530px;
      margin-left: 10px; }
      #all_posts .post_partial .post_semantics .post_content .do_edit_delete {
        float: right;
        display: none; }
      #all_posts .post_partial .post_semantics .post_content p.meta_line,
      #all_posts .post_partial .post_semantics .post_content p.meta_line_after_body {
        font-size: 90%;
        text-align: left;
        color: #444;
        margin-bottom: 5px;
        line-height: 1.3em; }
        #all_posts .post_partial .post_semantics .post_content p.meta_line a,
        #all_posts .post_partial .post_semantics .post_content p.meta_line_after_body a {
          color: #444; }
          #all_posts .post_partial .post_semantics .post_content p.meta_line a:hover,
          #all_posts .post_partial .post_semantics .post_content p.meta_line_after_body a:hover {
            color: #333; }
      #all_posts .post_partial .post_semantics .post_content p.meta_line_after_body {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #eee; }
        #all_posts .post_partial .post_semantics .post_content p.meta_line_after_body span {
          margin-right: 5px;
          font-family: Monaco, "Courier New", "Courier";
          font-size: 9px;
          color: #21bf3b;
          text-transform: uppercase;
          margin-bottom: 0; }
      #all_posts .post_partial .post_semantics .post_content h4.link a {
        text-decoration: underline; }
        #all_posts .post_partial .post_semantics .post_content h4.link a.external_link {
          color: #333; }
          #all_posts .post_partial .post_semantics .post_content h4.link a.external_link span {
            position: absolute;
            left: -5000px;
            width: 4000px; }
      #all_posts .post_partial .post_semantics .post_content .post_body p.processing {
        line-height: 2em;
        background: url(/images/ajax-loader-2.gif) no-repeat left center;
        padding-left: 25px;
        font-style: italic; }
      #all_posts .post_partial .post_semantics .post_content .post_body h1 {
        font-size: 26px;
        font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
        color: #333333;
        margin: 12px 0;
        margin-top: 0;
        line-height: 1.1em;
        font-weight: bold; }
      #all_posts .post_partial .post_semantics .post_content .post_body h2 {
        font-size: 22px;
        font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
        color: #333333;
        margin: 12px 0;
        line-height: 1.1em;
        font-weight: bold; }
      #all_posts .post_partial .post_semantics .post_content .post_body h3 {
        font-size: 17px;
        font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
        color: #333333;
        margin: 12px 0;
        line-height: 1.1em;
        font-weight: bold; }
      #all_posts .post_partial .post_semantics .post_content .post_body h4, #all_posts .post_partial .post_semantics .post_content .post_body h5, #all_posts .post_partial .post_semantics .post_content .post_body h6 {
        font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
        color: #333333;
        font-weight: bold;
        font-size: 12px;
        margin: 12px 0; }
      #all_posts .post_partial .post_semantics .post_content .post_body h5 {
        font-weight: normal; }
      #all_posts .post_partial .post_semantics .post_content .post_body h6 {
        font-weight: normal;
        font-style: italic; }
      #all_posts .post_partial .post_semantics .post_content .post_body p {
        color: #333;
        margin-bottom: 0.5em; }
        #all_posts .post_partial .post_semantics .post_content .post_body p em {
          font-style: italic; }
        #all_posts .post_partial .post_semantics .post_content .post_body p strong {
          font-weight: bold; }
        #all_posts .post_partial .post_semantics .post_content .post_body p a {
          text-decoration: underline;
          color: #222; }
      #all_posts .post_partial .post_semantics .post_content .post_body blockquote {
        padding-left: 24px; }
      #all_posts .post_partial .post_semantics .post_content .post_body ul {
        margin: 1em 0;
        margin-left: 25px;
        list-style-type: disc; }
        #all_posts .post_partial .post_semantics .post_content .post_body ul li {
          line-height: 1.5em;
          color: #333; }
      #all_posts .post_partial .post_semantics .post_content .post_body ol {
        margin: 1em 0;
        margin-left: 25px;
        list-style-type: decimal; }
        #all_posts .post_partial .post_semantics .post_content .post_body ol li {
          line-height: 1.5em;
          color: #333; }
      #all_posts .post_partial .post_semantics .post_content .post_body hr {
        border-width: 0px;
        height: 1px;
        background: #ccc; }
      #all_posts .post_partial .post_semantics .post_content .show_comments_link {
        margin-top: 0.5em; }
      #all_posts .post_partial .post_semantics .post_content .post_attachments {
        margin-top: 10px;
        display: table-cell; }
        #all_posts .post_partial .post_semantics .post_content .post_attachments:after {
          content: ".";
          display: block;
          clear: both;
          visibility: hidden;
          line-height: 0;
          height: 0; }
        #all_posts .post_partial .post_semantics .post_content .post_attachments h5 {
          font-size: 12px;
          margin: 10px 0 5px 0;
          color: #888;
          border-bottom: 1px solid #eee; }
          #all_posts .post_partial .post_semantics .post_content .post_attachments h5:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0; }
        #all_posts .post_partial .post_semantics .post_content .post_attachments .audios:after,
        #all_posts .post_partial .post_semantics .post_content .post_attachments .images:after,
        #all_posts .post_partial .post_semantics .post_content .post_attachments .documents:after {
          content: ".";
          display: block;
          clear: both;
          visibility: hidden;
          line-height: 0;
          height: 0; }
        #all_posts .post_partial .post_semantics .post_content .post_attachments .asset,
        #all_posts .post_partial .post_semantics .post_content .post_attachments .image_asset {
          vertical-align: middle;
          overflow: hidden;
          display: inline-block;
          margin-right: 10px;
          margin-bottom: 10px; }
        #all_posts .post_partial .post_semantics .post_content .post_attachments .default_asset {
          background: url(/images/famfamfam_silk_icons/page_white.png) no-repeat left center;
          overflow: hidden;
          width: 250px;
          margin-bottom: 0; }
          #all_posts .post_partial .post_semantics .post_content .post_attachments .default_asset a {
            font-size: 100%;
            display: block;
            text-decoration: none;
            color: #333;
            padding: 5px 0;
            padding-left: 25px;
            line-height: 1.5em; }
            #all_posts .post_partial .post_semantics .post_content .post_attachments .default_asset a:hover {
              text-decoration: underline; }
        #all_posts .post_partial .post_semantics .post_content .post_attachments .asset_plain {
          background: url(/images/famfamfam_silk_icons/page_white_text.png) no-repeat left center; }
        #all_posts .post_partial .post_semantics .post_content .post_attachments .asset_x-psd {
          background: url(/images/famfamfam_silk_icons/page_white_picture.png) no-repeat left center; }
        #all_posts .post_partial .post_semantics .post_content .post_attachments .asset_pdf {
          background: url(/images/famfamfam_silk_icons/page_white_acrobat.png) no-repeat left center; }
        #all_posts .post_partial .post_semantics .post_content .post_attachments .asset_msword {
          background: url(/images/famfamfam_silk_icons/page_white_word.png) no-repeat left center; }
        #all_posts .post_partial .post_semantics .post_content .post_attachments .asset_vnd\.ms\-excel {
          background: url(/images/famfamfam_silk_icons/page_white_excel.png) no-repeat left center; }
        #all_posts .post_partial .post_semantics .post_content .post_attachments .asset_vnd\.ms\-powerpoint {
          background: url(/images/famfamfam_silk_icons/page_white_powerpoint.png) no-repeat left center; }
      #all_posts .post_partial .post_semantics .post_content .replies {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #eee;
        margin-bottom: -5px; }
        #all_posts .post_partial .post_semantics .post_content .replies .reply {
          padding-left: 0;
          margin-bottom: 5px; }
          #all_posts .post_partial .post_semantics .post_content .replies .reply:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0; }
          #all_posts .post_partial .post_semantics .post_content .replies .reply.reply_read_false {
            background: url(/images/famfamfam_silk_icons/bullet_blue.png) no-repeat right top;
            padding-right: 25px; }
          #all_posts .post_partial .post_semantics .post_content .replies .reply p.title_and_body {
            display: inline;
            line-height: 1.3em; }
            #all_posts .post_partial .post_semantics .post_content .replies .reply p.title_and_body a {
              color: #333;
              text-decoration: none; }
          #all_posts .post_partial .post_semantics .post_content .replies .reply p.user_and_time {
            font-size: 90%;
            color: #666;
            display: inline;
            line-height: 1em; }
          #all_posts .post_partial .post_semantics .post_content .replies .reply .asset {
            float: left;
            margin-right: 10px; }
        #all_posts .post_partial .post_semantics .post_content .replies .quick_reply {
          display: none;
          border-bottom: 1px solid #fff; }
          #all_posts .post_partial .post_semantics .post_content .replies .quick_reply:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0; }
          #all_posts .post_partial .post_semantics .post_content .replies .quick_reply .asset {
            float: left; }
          #all_posts .post_partial .post_semantics .post_content .replies .quick_reply textarea {
            font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
            display: block;
            margin-top: 0;
            margin-left: 30px;
            font-size: 12px;
            height: 18px;
            border-style: solid;
            border-color: #ccc;
            border-width: 1px;
            margin-bottom: 5px; }
          #all_posts .post_partial .post_semantics .post_content .replies .quick_reply input.comment_submit {
            display: block;
            margin-left: 30px; }
    #all_posts .post_partial .post_semantics .post_metadata {
      width: 149px;
      float: left;
      border-left: 1px solid #fff;
      padding-left: 10px; }
      #all_posts .post_partial .post_semantics .post_metadata a.post_delete_link {
        float: right;
        margin-right: 10px;
        display: none; }
      #all_posts .post_partial .post_semantics .post_metadata a.post_edit_link {
        float: right;
        margin-right: 20px;
        display: none; }
      #all_posts .post_partial .post_semantics .post_metadata p.meta_line {
        font-size: 90%;
        text-align: left;
        color: #444;
        margin-bottom: 5px;
        line-height: 1.3em; }
        #all_posts .post_partial .post_semantics .post_metadata p.meta_line span {
          display: inline;
          margin-right: 5px;
          font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
          font-size: 11px;
          color: #21bf3b;
          text-transform: uppercase;
          margin-bottom: 0; }
          #all_posts .post_partial .post_semantics .post_metadata p.meta_line span a {
            color: #333;
            text-transform: lowercase; }
        #all_posts .post_partial .post_semantics .post_metadata p.meta_line a,
        #all_posts .post_partial .post_semantics .post_metadata p.meta_line a.datetime {
          color: #444; }
          #all_posts .post_partial .post_semantics .post_metadata p.meta_line a:hover,
          #all_posts .post_partial .post_semantics .post_metadata p.meta_line a.datetime:hover {
            color: #333; }
          #all_posts .post_partial .post_semantics .post_metadata p.meta_line a span,
          #all_posts .post_partial .post_semantics .post_metadata p.meta_line a.datetime span {
            color: #444;
            text-transform: lowercase; }
            #all_posts .post_partial .post_semantics .post_metadata p.meta_line a span:hover,
            #all_posts .post_partial .post_semantics .post_metadata p.meta_line a.datetime span:hover {
              color: #333; }
      #all_posts .post_partial .post_semantics .post_metadata .meta_attachments p {
        margin: 10px 0 0 0; }
      #all_posts .post_partial .post_semantics .post_metadata .meta_attachments ul li {
        font-size: 90%;
        color: #888;
        padding: 5px 0;
        border-bottom: 1px solid #eee;
        overflow: hidden;
        line-height: 1.1em; }
    #all_posts .post_partial .post_actions {
      margin-top: 20px;
      margin-left: 40px;
      width: 540px; }
      #all_posts .post_partial .post_actions p {
        background-color: #f8f8f8;
        line-height: 1.95em; }
        #all_posts .post_partial .post_actions p:after {
          content: ".";
          display: block;
          clear: both;
          visibility: hidden;
          line-height: 0;
          height: 0; }
        #all_posts .post_partial .post_actions p a {
          display: block;
          float: left;
          margin-top: -1px;
          padding: 0px 10px;
          margin-right: 5px;
          color: #bbb;
          line-height: 22px; }
          #all_posts .post_partial .post_actions p a:hover,
          #all_posts .post_partial .post_actions p a.selected {
            margin-top: -1px;
            margin-right: 5px;
            background-color: #fff; }
          #all_posts .post_partial .post_actions p a.selected {
            border-top: 1px solid #eee;
            border-left: 1px solid #eee;
            border-right: 1px solid #eee;
            border-bottom: 1px solid #eee;
            margin-top: -2px;
            margin-left: -1px;
            margin-right: 4px;
            margin-bottom: -1px;
            background-color: #fff;
            border-bottom: 1px solid #fff;
            color: #21bf3b !important; }
          #all_posts .post_partial .post_actions p a.mark_as_read {
            background: url(/images/famfamfam_silk_icons/bullet_blue.png) no-repeat 5px center;
            padding-left: 23px;
            color: #3caaf2 !important; }
            #all_posts .post_partial .post_actions p a.mark_as_read:hover {
              background: #fff url(/images/famfamfam_silk_icons/bullet_blue.png) no-repeat 5px center;
              color: #3caaf2; }
          #all_posts .post_partial .post_actions p a.mark_as_unread {
            background: url(/images/famfamfam_silk_icons/bullet_white.png) no-repeat 5px center;
            padding-left: 23px; }
            #all_posts .post_partial .post_actions p a.mark_as_unread:hover {
              background: #fff url(/images/famfamfam_silk_icons/bullet_white.png) no-repeat 5px center; }
    #all_posts .post_partial .quick_answer_form {
      border: 1px solid #eee;
      margin-left: 39px;
      width: 539px;
      background: #fff; }
      #all_posts .post_partial .quick_answer_form #post_title,
      #all_posts .post_partial .quick_answer_form .post_title_quick_answer {
        width: 519px;
        border: 0;
        font-size: 14.4px; }
    #all_posts .post_partial:hover {
      width: 738px;
      border: 1px solid #eee;
      margin-top: -1px;
      background: #f8f8f8;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px; }
      #all_posts .post_partial:hover .post_content .do_edit_delete {
        display: block;
        margin-right: 10px; }
      #all_posts .post_partial:hover .post_semantics .user_picture {
        margin-left: -1px; }
      #all_posts .post_partial:hover .post_semantics .post_metadata {
        width: 148px;
        border-left: 1px solid #eee; }
      #all_posts .post_partial:hover .post_actions {
        margin-left: 39px; }
        #all_posts .post_partial:hover .post_actions p {
          background: #eee; }
          #all_posts .post_partial:hover .post_actions p a {
            color: #333;
            border-color: #ccc; }
            #all_posts .post_partial:hover .post_actions p a.selected {
              border-bottom: 1px solid #fff; }
      #all_posts .post_partial:hover .quick_answer_form {
        margin-left: 38px;
        border-color: #ccc; }
    #all_posts .post_partial.read_false:hover {
      border-color: #c2e1ef; }
  #all_posts #replies .post_partial {
    padding-left: 50px;
    width: 690px; }
    #all_posts #replies .post_partial .post_content {
      float: left;
      width: 480px;
      margin-left: 10px; }
  #all_posts .date_separator {
    width: 610px;
    text-align: left;
    color: #21bf3b;
    border-bottom: 5px solid #fff;
    display: block;
    padding: 10px 50px;
    font-size: 90%; }

.facebox table.invited_users {
  width: 100%; }
  .facebox table.invited_users thead th {
    font-size: 14.4px;
    line-height: 2.1em; }
  .facebox table.invited_users tbody {
    border-bottom: 1px solid #ccc; }
    .facebox table.invited_users tbody tr td {
      border-top: 1px solid #ccc;
      line-height: 2.1em; }
      .facebox table.invited_users tbody tr td a.reinvite {
        color: #21bf3b; }
      .facebox table.invited_users tbody tr td a.delete {
        color: #a6412b; }

.two p.intro {
  color: #666;
  line-height: 1em;
  font-size: 150%;
  margin: 10px 0;
  padding-left: 10px; }
  .two p.intro a {
    text-decoration: underline; }
.two p.subline {
  color: #666;
  line-height: 1em;
  font-size: 120%;
  margin: 10px 0;
  padding-left: 10px; }

#users_show .one a.rounded_sidebar_link {
  display: block;
  background: #f8f8f8 url(/images/famfamfam_silk_icons/pencil.png) no-repeat 10px center;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding-left: 30px;
  border: 1px solid #ccc;
  width: 170px;
  color: #444;
  margin-top: 10px;
  margin-left: -10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
#users_show .one #profile_picture_uploader {
  border: 0;
  height: 25px;
  position: absolute;
  width: 160px;
  z-index: 2; }
#users_show .two p.intro {
  color: #666;
  line-height: 2em;
  font-size: 150%;
  margin: 10px 0;
  padding-left: 10px; }
  #users_show .two p.intro a {
    text-decoration: underline; }
#users_show .two #user_profile:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
#users_show .two #user_profile h3 {
  font-size: 21.6px;
  margin-bottom: 15px; }
  #users_show .two #user_profile h3 a:hover {
    text-decoration: underline; }
#users_show .two #user_profile .vcard_wrapper {
  float: left;
  width: 358px;
  margin-right: 10px; }
  #users_show .two #user_profile .vcard_wrapper .vcard {
    background-color: #fff;
    border: 1px solid #999;
    padding: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; }
    #users_show .two #user_profile .vcard_wrapper .vcard #hcard_icon {
      float: right; }
    #users_show .two #user_profile .vcard_wrapper .vcard a.fn {
      color: #000;
      text-decoration: none;
      font-size: 130%;
      margin-bottom: 10px;
      display: block; }
    #users_show .two #user_profile .vcard_wrapper .vcard .adr,
    #users_show .two #user_profile .vcard_wrapper .vcard .tel {
      margin-bottom: 10px; }
    #users_show .two #user_profile .vcard_wrapper .vcard .street-address,
    #users_show .two #user_profile .vcard_wrapper .vcard .country-name,
    #users_show .two #user_profile .vcard_wrapper .vcard .email {
      display: block;
      margin: 0.3em 0; }
    #users_show .two #user_profile .vcard_wrapper .vcard .locality,
    #users_show .two #user_profile .vcard_wrapper .vcard .postal-code {
      display: inline; }
#users_show .two #user_profile .im_wrapper,
#users_show .two #user_profile .password_wrapper,
#users_show .two #user_profile .global_settings_wrapper {
  float: left;
  width: 358px;
  margin-left: 10px; }
  #users_show .two #user_profile .im_wrapper .im,
  #users_show .two #user_profile .im_wrapper .pw,
  #users_show .two #user_profile .im_wrapper .notify,
  #users_show .two #user_profile .password_wrapper .im,
  #users_show .two #user_profile .password_wrapper .pw,
  #users_show .two #user_profile .password_wrapper .notify,
  #users_show .two #user_profile .global_settings_wrapper .im,
  #users_show .two #user_profile .global_settings_wrapper .pw,
  #users_show .two #user_profile .global_settings_wrapper .notify {
    background-color: #fff;
    border-top: 1px solid #999;
    padding: 15px 0; }
    #users_show .two #user_profile .im_wrapper .im dt,
    #users_show .two #user_profile .im_wrapper .pw dt,
    #users_show .two #user_profile .im_wrapper .notify dt,
    #users_show .two #user_profile .password_wrapper .im dt,
    #users_show .two #user_profile .password_wrapper .pw dt,
    #users_show .two #user_profile .password_wrapper .notify dt,
    #users_show .two #user_profile .global_settings_wrapper .im dt,
    #users_show .two #user_profile .global_settings_wrapper .pw dt,
    #users_show .two #user_profile .global_settings_wrapper .notify dt {
      float: left;
      margin-right: 5px;
      display: block;
      width: 60px; }
    #users_show .two #user_profile .im_wrapper .im dd,
    #users_show .two #user_profile .im_wrapper .pw dd,
    #users_show .two #user_profile .im_wrapper .notify dd,
    #users_show .two #user_profile .password_wrapper .im dd,
    #users_show .two #user_profile .password_wrapper .pw dd,
    #users_show .two #user_profile .password_wrapper .notify dd,
    #users_show .two #user_profile .global_settings_wrapper .im dd,
    #users_show .two #user_profile .global_settings_wrapper .pw dd,
    #users_show .two #user_profile .global_settings_wrapper .notify dd {
      display: block;
      margin-bottom: 0.5em; }
#users_show.edit dl dt {
  line-height: 2.4em; }
#users_show.edit dl dd {
  line-height: 2.4em; }
