/* --------- /stylesheets/scss/application.css --------- */ 
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }
  blockquote:before,
  blockquote:after,   q:before,
  q:after {
    content: ""; }

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

a img {
  border: none; }

body.blueprint {
  line-height: 1.5;
  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
  color: #333333;
  font-size: 75%; }
  body.blueprint h1 {
    font-weight: normal;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em; }
    body.blueprint h1 img {
      margin: 0; }
  body.blueprint h2 {
    font-weight: normal;
    font-size: 2em;
    margin-bottom: 0.75em; }
  body.blueprint h3 {
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 1em; }
  body.blueprint h4 {
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
    min-height: 1.25em; }
  body.blueprint h5 {
    font-weight: normal;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em; }
  body.blueprint h6 {
    font-weight: normal;
    font-size: 1em;
    font-weight: bold; }
  body.blueprint h2 img, body.blueprint h3 img, body.blueprint h4 img, body.blueprint h5 img, body.blueprint h6 img {
    margin: 0; }
  body.blueprint p {
    margin: 0 0 1.5em; }
    body.blueprint p img {
      float: left;
      margin: 1.5em 1.5em 1.5em 0;
      padding: 0; }
      body.blueprint p img.right {
        float: right;
        margin: 1.5em 0 1.5em 1.5em; }
  body.blueprint blockquote {
    margin: 1.5em; }
  body.blueprint strong {
    font-weight: bold; }
  body.blueprint em {
    font-style: italic; }
  body.blueprint dfn {
    font-style: italic;
    font-weight: bold; }
  body.blueprint sup, body.blueprint sub {
    line-height: 0; }
  body.blueprint address {
    margin: 0 0 1.5em;
    font-style: italic; }
  body.blueprint del {
    color: #666; }
  body.blueprint pre, body.blueprint code {
    margin: 1.5em 0;
    white-space: pre;
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5; }
  body.blueprint tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5; }
  body.blueprint li ul, body.blueprint li ol {
    margin: 0 1.5em; }
  body.blueprint ul {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: disc; }
  body.blueprint ol {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: decimal; }
  body.blueprint dl {
    margin: 0 0 1.5em 0;
    list-style-type: none; }
    body.blueprint dl dt {
      font-weight: bold; }
  body.blueprint dd {
    margin-left: 1.5em; }
  body.blueprint table {
    width: 100%; }
  body.blueprint th {
    font-weight: bold;
    padding: 4px 10px 4px 5px; }
  body.blueprint td {
    padding: 4px 10px 4px 5px; }
  body.blueprint tr.even td {
    background: #E5ECF9; }
  body.blueprint tfoot {
    font-style: italic; }
  body.blueprint caption {
    background: #eee; }
  body.blueprint .quiet {
    color: #666666; }
  body.blueprint .loud {
    color: #111111; }

.hidden {
  display: none; }

.offset {
  margin: 0 30px; }

.hyperlink {
  text-decoration: underline;
  cursor: pointer; }

.para {
  font-size: 18px;
  padding: 10px 0; }

.right {
  float: right; }

.left {
  float: left; }

.bold {
  font-weight: bold; }

.italics {
  font-style: italic; }

.notes {
  top: 15px; }

.survey {
  top: 47px; }

.refresher {
  top: 98px; }

.gap {
  margin: 0 0 40px;
  clear: both;
  visibility: hidden; }

.small-gap {
  margin: 0 0 10px;
  clear: both;
  visibility: hidden; }

.space {
  clear: both;
  visibility: hidden; }

.clear {
  clear: both; }

.clear-right {
  clear: right; }

.clear-left {
  clear: left; }

.invisible {
  visibility: hidden; }

.inline {
  display: inline; }

.underline {
  text-decoration: underline; }

a {
  color: seagreen;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.tiny {
  font-size: 11px; }

.green {
  color: seagreen; }

.red {
  color: brown; }

body.blueprint .reset * {
  margin: 0;
  padding: 0; }

body {
  background: darkseagreen;
  color: #333333;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  margin: 0 auto;
  text-align: left; }

.wrapper {
  background: darkseagreen;
  margin: 0 auto; }

.body-wrapper {
  margin: 0 auto;
  width: 964px;
  padding: 0 15px;
  background: white; }

.wide .body-wrapper {
  width: auto;
  padding: 0 5px; }

.header-wrapper {
  margin: 0;
  padding: 0; }

.header {
  color: #FFFFFF;
  padding: 0;
  position: relative; }
  .header .title {
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 1% 0.1em;
    padding-top: 20px; }
  .header .description {
    color: #AAAAAA;
    display: block;
    font-size: 15px;
    line-height: 1.4em;
    margin: 0 1%;
    padding: 0 0 40px;
    width: 400px; }

.header-main {
  color: #FFFFFF;
  padding: 0;
  position: relative;
  background: seagreen;
  min-height: 100px;
  max-height: 200px;
  z-index: 200; }

.header-deuce {
  color: #FFFFFF;
  padding: 0;
  position: relative;
  background-color: #EDEFF4;
  border-bottom: 1px solid #D8DFEA;
  min-height: 50px;
  color: seagreen;
  z-index: 100; }

.header-shrunk {
  color: #FFFFFF;
  padding: 0;
  position: relative;
  background: seagreen;
  height: 34px;
  z-index: 200; }

.crossbar {
  margin: 0 auto;
  position: relative;
  width: 964px;
  z-index: 101; }

.wide .crossbar {
  width: auto;
  margin: 0 5px; }

.logo {
  float: left;
  font-size: 26px;
  font-weight: bold;
  margin: 50px 0 20px; }
  .logo a {
    text-decoration: none;
    color: white; }
    .logo a:hover {
      text-decoration: none;
      color: white; }

.logo.shrunk {
  font-size: 16px;
  margin: 5px 10px 5px 0; }

.tagline {
  float: left;
  clear: left;
  font-size: 12px;
  margin: 10px 0; }
  .tagline a {
    text-decoration: none;
    color: seagreen; }
    .tagline a:hover {
      text-decoration: none;
      color: seagreen; }

.tagline.shrunk {
  clear: none;
  margin: 5px 10px 5px 0; }

.welcome {
  float: right;
  margin: 0 5px 10px;
  padding-top: 10px;
  width: 100px; }

.welcome.shrunk {
  float: right;
  margin: 0;
  width: auto; }
  .welcome.shrunk .salutation {
    clear: none; }

.picture, .loginbutton {
  text-align: center; }

.wrapper .site-actions {
  list-style-type: none;
  display: inline;
  margin: 10px 10px 0; }
  .wrapper .site-actions li {
    width: auto;
    display: inline;
    margin: 2px; }
  .wrapper .site-actions a {
    color: white;
    font-size: 11px;
    text-decoration: none;
    height: 15px;
    padding: 7px 7px 6px 8px; }
    .wrapper .site-actions a:hover {
      background: darkseagreen; }

.salutation {
  color: gray;
  float: right;
  clear: both;
  width: 100px;
  text-align: center;
  font-size: 12px; }
  .salutation a {
    text-decoration: none;
    color: darkorange;
    font-weight: bold; }

.login-name {
  font-size: 12px;
  float: right;
  clear: both;
  width: 100px;
  text-align: right; }

.signout {
  float: left;
  clear: both;
  width: 100px;
  text-align: center;
  font-size: 11px; }
  .signout a {
    text-decoration: none;
    color: #AAA; }
    .signout a:hover {
      color: red; }

.content-wrapper {
  padding-top: 10px; }
  .content-wrapper .content {
    min-height: 250px; }
  .content-wrapper .content-bar {
    width: 640px;
    border: solid thin #F2F2F2; }
  .content-wrapper .topics-bar {
    width: 320px;
    border: solid thin #F2F2F2; }
  .content-wrapper .search-bar {
    width: 230px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    background: #fafaff; }
    .content-wrapper .search-bar .topic-result {
      margin-left: 4px;
      margin-right: 4px; }
  .content-wrapper .topics-wall {
    width: 750px;
    vertical-align: top;
    margin: 0;
    padding: 0; }

.footer-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: left;
  font-size: 11px;
  min-height: 1px;
  clear: both; }
  .footer-wrapper .friends {
    padding: 10px 0px;
    background: #FAFAFF;
    text-align: center; }
  .footer-wrapper .faded {
    border: thin solid #444; }

.footer-data {
  color: seagreen;
  padding: 0;
  position: relative;
  margin-top: 10px;
  border-top: thin solid #DDD;
  min-height: 1px; }
  .footer-data a {
    color: seagreen;
    text-decoration: none; }
    .footer-data a:hover {
      text-decoration: underline; }

.sitelinks, .copyright {
  display: inline; }
  .sitelinks ul,   .copyright ul {
    display: inline;
    margin: 0;
    padding: 0; }
  .sitelinks li,   .copyright li {
    display: inline;
    margin: 0px 5px; }

.tinysep {
  margin: 0px 2px;
  display: inline; }

.fb-invite {
  width: 762px;
  margin: 0 auto; }

.wrapper .close {
  padding: 0;
  width: 200px; }
.wrapper .section {
  min-height: 50px;
  margin-bottom: 10px;
  font-size: 12px; }
  .wrapper .section .header {
    margin: 0;
    height: 18px;
    color: black;
    background: #ECEFF5;
    border-bottom: thin solid #AAA;
    display: block;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: bold; }
  .wrapper .section .spacer {
    margin-bottom: 10px; }
  .wrapper .section .description {
    margin: 0px 5px 10px; }
  .wrapper .section .subheader {
    height: 17px;
    color: #777;
    border-bottom: thin solid #CCC;
    display: block;
    margin-bottom: 10px;
    padding: 2px;
    clear: both;
    font-size: 12px; }
  .wrapper .section .helpbox {
    float: right;
    width: 200px;
    color: #777;
    font-size: 11px;
    padding: 0;
    margin-bottom: 10px;
    font-size: 11px; }
    .wrapper .section .helpbox li {
      display: inline; }
  .wrapper .section table.stats {
    width: 200px; }
    .wrapper .section table.stats td.count {
      text-align: right; }
    .wrapper .section table.stats td.table {
      text-align: left; }
  .wrapper .section table th {
    background: #ECEFF5; }
  .wrapper .section table tr {
    border-bottom: 1px solid #ECEFF5; }

.javascript_disabled_notification {
  background: #FFFFFF none repeat scroll 0 0;
  margin: 30px auto;
  width: 520px; }
  .javascript_disabled_notification .inner {
    padding: 10px;
    text-align: left; }

.notification {
  clear: both;
  padding: 20px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px; }
  .notification p {
    color: seagreen;
    display: block;
    line-height: 1.4em;
    margin: 0 !important; }

.notice {
  background: lightyellow;
  clear: both; }

.message {
  background: lightyellow;
  clear: both; }

.success {
  background: lightgreen;
  clear: both; }

.error {
  background: pink;
  clear: both; }

.warning {
  background: lightyellow;
  clear: both; }

#loading {
  z-index: 100;
  position: fixed;
  top: 40%;
  left: 40%;
  background-repeat: no-repeat;
  background-position: 5px;
  background-color: white;
  color: seagreen;
  padding-left: 25px;
  padding-top: 8px;
  border-style: double;
  border-color: #c0c0c0;
  width: 200px;
  height: 30px;
  font-weight: bolder; }

.login {
  margin: 0 auto;
  font-size: 12px; }
  .login h2 {
    line-height: 100%;
    border-bottom: 1px solid #EBEBEB; }
  .login h4 {
    color: seagreen; }
  .login p {
    margin: 0px 5px 10px 0;
    padding-left: 0;
    line-height: 150%; }
  .login #intro p {
    color: seagreen;
    font-size: 20px;
    margin: 10px 0 15px;
    font-weight: bold; }
  .login .connect {
    margin: 10px auto; }
  .login td {
    vertical-align: top; }
  .login .topic-result {
    border: none; }

.topic-panel {
  width: 960px;
  height: 200px; }
  .topic-panel .topic-text-public {
    font-size: 14px; }
  .topic-panel .placard {
    font-size: 20px;
    color: #777; }

.person {
  height: 100px; }

.getin {
  height: 200px;
  font-size: 20px;
  color: seagreen;
  padding: 40px; }

.what {
  padding: 10px;
  margin-top: 3px; }

.simple-messages {
  height: 300px;
  width: 720px;
  font-size: 60px; }
  .simple-messages .first {
    color: red; }
  .simple-messages .second {
    color: green;
    margin-left: 200px; }
  .simple-messages .third {
    color: blue;
    margin-left: 400px; }

.site {
  text-align: justify; }
  .site h2 {
    line-height: 100%;
    border-bottom: 1px solid #EBEBEB;
    width: 635px; }
  .site p {
    margin: 0px 5px 10px 0;
    padding-left: 0; }
  .site #intro p {
    color: seagreen;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: bold; }
  .site .text-with-image {
    text-align: justify; }
  .site li {
    margin-bottom: 0.5em;
    margin-top: 0.5em; }

#carousel-wrapper {
  width: 100%;
  height: 320px;
  overflow: hidden; }

#carousel-content {
  width: 2500px; }

#carousel-content .topic-result {
  float: left; }

.status.topic-result {
  height: auto; }

.status-info {
  text-align: right;
  float: right;
  width: 150px;
  background: inherit; }
  .status-info .name {
    color: seagreen;
    font-weight: bold;
    font-size: 11px; }
  .status-info .created_at {
    color: black;
    font-size: 11px;
    clear: right; }

.login-box {
  position: absolute;
  top: 0;
  right: 0;
  background: #ECEFF5 none repeat scroll 0 0;
  border: thick solid;
  border-color: darkseagreen;
  margin-top: 10px;
  width: 300px; }
  .login-box .header {
    border-bottom: none !important; }

.login-box.basic {
  background: none;
  border: none; }
  .login-box.basic td {
    padding: 2px; }

.site .selectable {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
  background: #EDEFF4; }
  .site .selectable .ui-selected {
    background: seagreen;
    color: white; }
  .site .selectable li {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    height: 18px;
    color: seagreen;
    background: #EDEFF4;
    border: 1px solid white; }
.site .sublist {
  margin-left: 30px !important; }
.site .services, .site .parts {
  width: 300px; }
.site .services, .site .target, .site .parts {
  padding: 3px; }
.site .login-box {
  color: seagreen;
  background: darkseagreen;
  padding: 10px 0 0 10px; }
.site td {
  vertical-align: top; }

.target .section {
  min-height: 250px; }
  .target .section .loadmask-msg {
    border-color: seagreen;
    background-color: darkseagreen; }
  .target .section .loadmask-msg div {
    border-color: darkseagreen; }

#button-bar {
  margin: 10px 0px 30px; }

.normal {
  background: #D8FFC3; }

.important {
  background: #FFFF88; }

.urgent {
  background: pink; }

.neutral {
  background: #D8DFEA; }

.input-glow {
  padding: 10px;
  position: relative; }

.highlight {
  border: 0 none;
  background: #F9F7ED;
  color: #666666;
  font-size: 18px;
  padding: 0px 0px 5px 0px; }

.content .fo_textarea {
  font-size: 12px;
  font-family: inherit;
  line-height: 1.2;
  overflow: auto;
  color: #666666;
  padding: 5px;
  margin: 3px 0;
  width: 712px;
  height: 75px;
  clear: none; }
.content .level-0 .editor .fo_textarea {
  width: 612px; }
.content .level-0 .fo_textarea {
  width: 662px; }
.content .level-1 .editor .fo_textarea {
  width: 562px; }
.content .level-1 .fo_textarea {
  width: 612px; }
.content .level-2 .editor .fo_textarea {
  width: 512px; }
.content .level-2 .fo_textarea {
  width: 562px; }
.content .level-3 .editor .fo_textarea {
  width: 462px; }
.content .level-3 .fo_textarea {
  width: 512px; }

.markItUp {
  width: auto; }

.markItUpContainer {
  background: #eee;
  border: 1px solid #777; }
  .markItUpContainer .markItUpHeader ul {
    margin: 0; }
  .markItUpContainer .markItUpEditor {
    background-image: none;
    border: 1px solid #AAA; }

.fo-text-field {
  width: 400px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666; }

.input-check-box {
  margin-right: 10px;
  font-size: 11px; }

.post-options {
  margin-bottom: 5px; }

.post-access {
  display: inline;
  float: right; }
  .post-access .input-check-box {
    float: left; }

.post-textarea .fo_textarea {
  width: 685px; }

.file_uploader {
  padding: 10px; }

.file_input {
  width: 400px; }

.formtastic {
  margin: 20px 50px;
  padding: 0; }
  .formtastic ul, .formtastic ol {
    margin: 0;
    padding: 0;
    list-style: none; }
  .formtastic li {
    margin: 0;
    padding: 0; }
  .formtastic li.commit {
    margin: 20px 0 20px 20px; }
  .formtastic fieldset {
    margin: 0 0 1.5em;
    padding: 0;
    border: 0;
    clear: left;
    float: left;
    display: inline-block;
    min-width: 400px; }
    .formtastic fieldset.buttons {
      padding-left: 170px; }
      .formtastic fieldset.buttons li {
        float: left;
        padding-right: 0.5em; }
    .formtastic fieldset ol li {
      display: inline-block;
      float: left;
      min-width: 100px; }
      .formtastic fieldset ol li:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      .formtastic fieldset ol li label {
        display: block;
        width: 450px;
        padding-top: .2em;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 3px; }
        .formtastic fieldset ol li label.error {
          color: red; }
      .formtastic fieldset ol li li label {
        line-height: 100%;
        padding-top: 0; }
        .formtastic fieldset ol li li label input {
          line-height: 100%;
          vertical-align: middle;
          margin-top: -0.1em; }
      .formtastic fieldset ol li fieldset {
        min-width: 100px; }
        .formtastic fieldset ol li fieldset legend {
          float: left;
          width: 240px;
          margin: 0;
          font-weight: normal;
          padding-top: 0.1em;
          zoom: 1;
          min-height: 0;
          min-width: 0; }
          .formtastic fieldset ol li fieldset legend span {
            position: absolute;
            zoom: 1;
            min-height: 0;
            min-width: 0; }
        .formtastic fieldset ol li fieldset ol {
          float: left;
          width: 400px;
          margin: 0;
          padding: 0 0 0 170px; }
          .formtastic fieldset ol li fieldset ol li {
            padding: 0;
            border: 0; }
      .formtastic fieldset ol li p.inline-hints {
        margin: 0.5em 0 0 170px; }
      .formtastic fieldset ol li p.inline-errors {
        margin: 0.5em 0 0 170px; }
      .formtastic fieldset ol li ul.errors {
        margin: 0.5em 0 0 170px;
        list-style: square; }
        .formtastic fieldset ol li ul.errors li {
          padding: 0;
          border: none;
          display: list-item; }
      .formtastic fieldset ol li.string input, .formtastic fieldset ol li.numeric input, .formtastic fieldset ol li.text textarea {
        width: 450px;
        height: 24px; }
      .formtastic fieldset ol li.hidden {
        display: none; }
      .formtastic fieldset ol li.boolean label {
        padding-left: 170px;
        width: auto; }
        .formtastic fieldset ol li.boolean label input {
          margin: 0 0.5em 0 0.2em; }
      .formtastic fieldset ol li.radio fieldset ol, .formtastic fieldset ol li.check_boxes fieldset ol {
        margin-bottom: -0.6em; }
        .formtastic fieldset ol li.radio fieldset ol li,         .formtastic fieldset ol li.check_boxes fieldset ol li {
          margin: 0.1em 0 0.5em 0; }
          .formtastic fieldset ol li.radio fieldset ol li label,           .formtastic fieldset ol li.check_boxes fieldset ol li label {
            float: none;
            width: 100%; }
            .formtastic fieldset ol li.radio fieldset ol li label input,             .formtastic fieldset ol li.check_boxes fieldset ol li label input {
              margin-right: 0.2em; }
      .formtastic fieldset ol li.date fieldset ol li, .formtastic fieldset ol li.time fieldset ol li, .formtastic fieldset ol li.datetime fieldset ol li {
        float: left;
        width: auto;
        margin: 0 .3em 0 0; }
        .formtastic fieldset ol li.date fieldset ol li label,         .formtastic fieldset ol li.time fieldset ol li label,         .formtastic fieldset ol li.datetime fieldset ol li label {
          display: none; }
          .formtastic fieldset ol li.date fieldset ol li label input,           .formtastic fieldset ol li.time fieldset ol li label input,           .formtastic fieldset ol li.datetime fieldset ol li label input {
            display: inline;
            margin: 0;
            padding: 0; }
    .formtastic fieldset:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .formtastic legend {
    margin: 0 0 20px 0;
    padding: 0; }
  .formtastic input, .formtastic textarea, .formtastic select {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    font-size: 100%;
    font-size: inherit !important; }
  .formtastic p {
    margin: 0;
    padding: 0; }
  .formtastic em, .formtastic strong {
    font-style: normal;
    font-weight: normal; }
  .formtastic abbr, .formtastic acronym {
    border: 0;
    display: none;
    font-variant: normal; }
  .formtastic .message {
    color: #777777;
    margin: 30px 20px; }

#loginbox {
  min-height: 100px;
  margin: 20px; }

.user_sign_up, .user_sign_in {
  width: 400px; }

#loginopts {
  float: right;
  margin-right: 50px; }

.twitter-entrypoint-set {
  min-height: 1px;
  float: left;
  margin: 10px; }

.fbconn-entrypoint-set {
  min-height: 1px;
  float: left;
  margin: 10px; }

.rpxnow-entrypoint-set {
  min-height: 1px;
  float: left;
  margin: 10px; }

.twitter-entrypoint-fixed {
  min-height: 1px;
  margin: 10px;
  width: 50px;
  position: fixed;
  font-size: 100%;
  margin: 0 -10px; }

.fbconn-entrypoint-fixed {
  min-height: 1px;
  margin: 10px;
  width: 50px;
  position: fixed;
  font-size: 100%;
  margin: 0 -10px; }

#otheropts {
  margin: 20px 20px; }

.front .centered-image {
  margin: 1.5em auto; }
.front .centered-banner {
  text-align: center;
  margin-bottom: 1.5em; }
.front .large-text {
  font-size: 26px;
  color: darkgreen;
  text-align: justify;
  padding: 20px; }
.front .description {
  font-size: 20px;
  color: #444444;
  text-align: justify;
  padding: 20px 30px 20px 0; }
.front .image-border {
  background-color: #DDDDD;
  border: 0.5em solid; }
.front .items img {
  width: 100px; }
.front a img {
  opacity: 0.8; }

.intro {
  margin-top: 20px;
  margin-bottom: 20px; }
  .intro .welcome {
    padding-left: 10px;
    padding-right: 10px; }
  .intro .para {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 135%; }
  .intro .try {
    padding-left: 10px;
    padding-right: 10px;
    color: green;
    font-size: 135%; }

.wrapper .box {
  clear: both;
  float: left; }
.wrapper .section .help {
  font-size: 90%; }
.wrapper .section .simple, .wrapper .section .details {
  color: #777777; }
.wrapper .section .msg {
  color: brown;
  font-size: 100%; }
  .wrapper .section .msg a {
    color: brown; }
.wrapper .hyperlink {
  text-decoration: underline;
  cursor: pointer; }
.wrapper .banner-text, .wrapper .banner-menu, .wrapper .banner-note {
  font-size: 140%;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: auto;
  overflow: -moz-scrollbars-none;
  display: inline-block;
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #E5ECF9;
  margin-right: 0;
  margin: 2em auto;
  padding: 1.5em 0;
  background-color: transparent; }
  .wrapper .banner-text,   .wrapper .banner-menu,   .wrapper .banner-note {
    display: block; }
  .wrapper .banner-text li,   .wrapper .banner-menu li,   .wrapper .banner-note li {
    list-style-type: none;
    margin-left: 0px;
    white-space: nowrap;
    float: left;
    padding-left: 4px;
    padding-right: 4px; }
    .wrapper .banner-text li.first,     .wrapper .banner-menu li.first,     .wrapper .banner-note li.first {
      padding-left: 0px; }
    .wrapper .banner-text li.last,     .wrapper .banner-menu li.last,     .wrapper .banner-note li.last {
      padding-right: 0px; }
.wrapper .banner-menu {
  font-size: 120%; }
.wrapper .banner-note {
  font-size: 100%; }
.wrapper .centered-text {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #E5ECF9;
  background-color: transparent;
  padding: 0.5em 1.5em;
  margin-bottom: 0;
  padding: 0 0 0; }
.wrapper .para {
  font-size: 18px;
  padding: 10px 0; }
.wrapper .right {
  float: right; }
.wrapper .left {
  float: left; }
.wrapper .bold {
  font-weight: bold; }
.wrapper .italics {
  font-style: italic; }
.wrapper .button-holder-right {
  float: right;
  width: 400px; }
.wrapper .browser-warning {
  float: right;
  clear: right;
  background-color: black;
  border: solid thick black; }
  .wrapper .browser-warning a {
    color: red;
    font-weight: bold; }

.ui-state-default, .ui-state-active, .ui-state-hover, .ui-state-focus {
  font-weight: normal !important; }

.ui-state-active .ui-icon {
 }

.ui-widget {
  font-size: inherit !important;
  font-family: inherit !important; }

.ui-dialog-titlebar {
  min-height: 20px; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  line-height: 18px !important; }

td.fb_pop_border {
  width: 500px; }

.ui-tabs .ui-tabs-nav {
  margin: 0; }

.bt-active {
  min-height: 0; }

.bt-tip {
  background-color: white; }

.ui-state-active, .ui-widget-content .ui-state-active {
  color: darkgreen !important; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: darkgreen !important; }

.ui-widget-header {
  color: white !important;
  background: seagreen !important;
  border-color: darkgreen !important; }

.ui-widget-header .wizard-hints, .ui-widget-header .wizard-helpers a, .ui-widget-header .helper, .ui-widget-header .helper a {
  color: white !important; }

.theme {
  color: seagreen; }

.formtastic fieldset ol li label, .formtastic fieldset dl li label, .formtastic fieldset ul li label {
  color: seagreen; }

.clickedit {
  background: #f1fff1;
  color: seagreen;
  padding: 10px;
  width: 200px;
  font-size: 11px; }

.clickname {
  padding: 10px 0; }

.password {
  width: 500px; }

.accounts {
  width: 500px;
  margin: 0 auto; }
  .accounts td {
    vertical-align: middle; }
/* --------- /stylesheets/jtools/jquery.rating.css --------- */ 
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */
/* --------- /stylesheets/jtools/jquery.loadmask.css --------- */ 
.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .40;
    filter: alpha(opacity=50);
    background-color: #FFF;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #6593cf;
    background: #c3daf9;
    padding:2px;
}
.loadmask-msg div {
    padding:5px 10px 5px 25px;
    background: #fbfbfb url(/images/loading.gif) no-repeat 5px 5px;
    line-height: 16px;
	border:1px solid #a3bad9;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}
