* {
  padding: 0;
  margin: 0; }

html, body {
  font-weight: normal;
  font-size: 0.875em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #edeae3;
  background-image: url(/images/bg_body.png);
  background-repeat: repeat-x;
  background-position: left top;
  color: #323232; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #323232;
  text-transform: none; }

h1 {
  font-weight: bold;
  font-size: 1.5em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h2 {
  font-weight: bold;
  font-size: 1.375em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h3 {
  font-weight: bold;
  font-size: 1.25em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h4 {
  font-weight: bold;
  font-size: 1.063em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h5 {
  font-weight: bold;
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h6 {
  font-weight: bold;
  font-size: 0.875em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

a {
  color: #197cb8; }
  a:link, a:visited {
    color: #197cb8;
    text-decoration: none; }
  a:active, a:hover {
    color: #197cb8;
    text-decoration: underline; }

input[type="text"], input[type="password"], input[type="file"] {
  font-family: !basefont;
  font-style: italic;
  color: #999999; }

table {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  border-collapse: separate;
  margin: 0 0 1em 0; }
  table tr th, table tr td {
    text-align: left;
    padding: 7px; }
  table thead {
    background: #e2e2e2;
    color: #333333; }
    table thead tr {
      background: #e2e2e2;
      color: #333333;
      vertical-align: top; }
      table thead tr th, table thead tr td {
        background: #e2e2e2;
        font-weight: normal;
        font-size: 1.25em;
        color: #333333; }
  table tbody tr.odd {
    background: white; }
  table tbody tr.even {
    background: #e2e2e2; }
  table tbody tr th, table tbody tr td {
    vertical-align: middle;
    color: #333333; }
    table tbody tr th.odd, table tbody tr td.odd {
      background: white; }
    table tbody tr th.even, table tbody tr td.even {
      background: #e2e2e2; }

em, i {
  font-style: italic; }

b, strong {
  font-weight: bold; }

.warning, .errorExplanation {
  margin: 20px 20px 0 20px; }

.content-left {
  margin: 20px 0 20px 20px;
  border: 1px solid #e2e2e2;
  padding: 20px; }

.content-right {
  margin: 20px 20px 20px 0;
  border: 1px solid #e2e2e2;
  padding: 20px; }

.box {
  border: 1px solid #e2e2e2;
  padding: 18px; }
  .box h3 {
    border: 0;
    margin: 0 0 1em 0;
    text-transform: none; }

.content-main {
  padding: 20px;
  background: white; }
  .content-main .warning, .content-main .errorExplanation {
    margin: 20px 0 0 0; }
  .content-main ul, .content-main ol {
    margin: 0 0 10px 40px;
    list-style-position: outside; }
  .content-main ol {
    list-style-type: decimal; }
    .content-main ol li {
      list-style-type: decimal; }
  .content-main ul {
    list-style-type: disc; }
    .content-main ul li {
      list-style-type: disc; }

.content-borderless {
  border: 0;
  padding: 0; }

.section {
  margin: 5px;
  padding: 10px; }

.field {
  padding: 5px; }
  .field textarea {
    width: 80%; }

.breadcrumb {
  margin: 0 0 1em 0; }

.action_button {
  margin: 4px 0; }
  .action_button a {
    background: #197cb8;
    color: white;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: bold;
    display: block;
    padding: 4px 10px;
    text-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px; }
    .action_button a:link, .action_button a:visited, .action_button a:active, .action_button a:hover {
      text-decoration: none;
      color: white; }
    .action_button a:hover {
      background: #1a96d6;
      color: white; }
  .action_button.add_button {
    float: right; }
    .action_button.add_button a {
      background: #90357d;
      color: white; }
      .action_button.add_button a:link, .action_button.add_button a:visited, .action_button.add_button a:active, .action_button.add_button a:hover {
        text-decoration: none;
        color: white; }
      .action_button.add_button a:hover {
        background: #b2579f;
        color: white; }

.ui-datepicker.ui-corner-all {
  font-size: 0.875em;
  border: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px; }
  .ui-datepicker.ui-corner-all .ui-corner-all {
    border: 1px solid #e2e2e2;
    padding: 0.2em;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px; }
  .ui-datepicker.ui-corner-all .ui-datepicker-header {
    border: 0;
    margin: 0 1px;
    background: white; }
    .ui-datepicker.ui-corner-all .ui-datepicker-header .ui-datepicker-title {
      font-weight: normal; }
    .ui-datepicker.ui-corner-all .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker.ui-corner-all .ui-datepicker-header .ui-datepicker-next {
      border: 0; }
  .ui-datepicker.ui-corner-all table {
    border: 0; }
    .ui-datepicker.ui-corner-all table thead tr th, .ui-datepicker.ui-corner-all table thead tr td {
      text-align: center;
      font-size: 1em;
      padding: 1px 1px 0 1px;
      background: white;
      color: #333333; }
      .ui-datepicker.ui-corner-all table thead tr th span, .ui-datepicker.ui-corner-all table thead tr td span {
        background: #f0f4ff;
        color: #333333;
        display: block;
        border-bottom-width: 2px;
        border-bottom-style: "solid";
        border-bottom-color: #66bdeb;
        padding: 0.7em 0; }
      .ui-datepicker.ui-corner-all table thead tr th.ui-datepicker-week-end, .ui-datepicker.ui-corner-all table thead tr td.ui-datepicker-week-end {
        background: white;
        color: #333333; }
        .ui-datepicker.ui-corner-all table thead tr th.ui-datepicker-week-end span, .ui-datepicker.ui-corner-all table thead tr td.ui-datepicker-week-end span {
          background: #e2e2e2;
          color: #333333;
          border-bottom-width: 2px;
          border-bottom-style: "solid";
          border-bottom-color: #999999; }
    .ui-datepicker.ui-corner-all table tbody tr td {
      background: white; }
      .ui-datepicker.ui-corner-all table tbody tr td a {
        background: white; }
        .ui-datepicker.ui-corner-all table tbody tr td a.ui-state-default {
          background: white;
          color: #333333;
          border: 1px solid #e2e2e2;
          padding: 0.2em; }
      .ui-datepicker.ui-corner-all table tbody tr td.ui-datepicker-week-end {
        background: white;
        color: #333333; }
        .ui-datepicker.ui-corner-all table tbody tr td.ui-datepicker-week-end a {
          background: #e2e2e2; }
          .ui-datepicker.ui-corner-all table tbody tr td.ui-datepicker-week-end a.ui-state-default {
            background: #e2e2e2; }
      .ui-datepicker.ui-corner-all table tbody tr td.ui-datepicker-other-month {
        background: white;
        color: #999999; }
      .ui-datepicker.ui-corner-all table tbody tr td.ui-datepicker-current-day {
        font-weight: bold;
        border-color: #333333; }
        .ui-datepicker.ui-corner-all table tbody tr td.ui-datepicker-current-day a {
          font-weight: bold;
          border-color: #333333; }
          .ui-datepicker.ui-corner-all table tbody tr td.ui-datepicker-current-day a.ui-state-default {
            font-weight: bold;
            border-color: #333333; }

.content-box {
  border: 1px solid #e2e2e2;
  padding: 0px;
  overflow: hidden;
  clear: both; }
  .content-box .content-header {
    padding: 10px 10px 4px 10px;
    border: 0; }
  .content-box .results .result {
    padding: 10px 0;
    margin: 0 10px; }
    .content-box .results .result .result-thumbnail {
      width: 30%; }
    .content-box .results .result .result-detail {
      float: left; }
      .content-box .results .result .result-detail .result-description {
        margin: 0;
        font-size: 0.875em; }
    .content-box .results .result.featured {
      padding: 10px;
      margin: 0; }

.content-all {
  text-align: center;
  border-top: 1px dotted #e2e2e2;
  clear: both;
  overflow: auto;
  margin: 0 10px;
  padding: 10px 0; }
  .content-all div {
    margin: 10px 0;
    clear: both;
    overflow: auto; }
  .content-all form input[type=submit] {
    padding: 4px;
    font-size: 1em;
    border: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px; }

.content-add-button {
  text-transform: uppercase;
  background: #90357d;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 4px 10px;
  margin: 0 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px; }
  .content-add-button a {
    color: white; }
    .content-add-button a:link, .content-add-button a:visited, .content-add-button a:active, .content-add-button a:hover {
      color: white;
      text-decoration: none; }

.content-header {
  overflow: hidden;
  padding: 0 0 .5em 0; }
  .content-header h2, .content-header h3 {
    padding: 0;
    margin: 0;
    float: left;
    font-weight: normal; }
    .content-header h2.breadcrumb, .content-header h3.breadcrumb {
      float: left;
      width: 80%; }
  .content-header .rss {
    margin: 0.25em 0.5em;
    width: 5%; }
  .content-header .content-add-button {
    float: right; }

.content-list-item-description {
  clear: both;
  margin: 0 0 1em 0; }

.result {
  clear: both;
  overflow: hidden;
  border-top: 1px dotted #e2e2e2;
  padding: 20px 0;
  margin: 0 20px; }
  .result .result-thumbnail, .result .result-marker, .result .result-detail {
    float: left; }
  .result .result-thumbnail {
    width: 20%;
    text-align: center; }
    .result .result-thumbnail img {
      display: block;
      max-width: 106px;
      margin: 0 auto; }
    .result .result-thumbnail .result-programs {
      text-align: left; }
      .result .result-thumbnail .result-programs h4 {
        margin: 1em 0 0 0;
        font-weight: normal;
        font-size: 1.25em; }
      .result .result-thumbnail .result-programs ul {
        list-style: none;
        margin: 0 0 10px 0; }
        .result .result-thumbnail .result-programs ul li {
          font-size: 0.875em;
          font-weight: bold;
          list-style: none;
          padding: 5px 0 5px 0;
          border-bottom: 1px dotted #999999; }
  .result .result-marker {
    width: 8%;
    text-align: center; }
  .result .result-kosher, .result .result-accessible {
    margin: 0.5em 0 0 0; }
  .result .result-detail {
    float: right;
    width: 72%; }
    .result .result-detail h2, .result .result-detail h3, .result .result-detail h4 {
      font-weight: bold;
      margin: 0; }
    .result .result-detail h2 {
      font-size: 1.5em;
      color: #333333; }
    .result .result-detail h3 {
      font-size: 1.25em; }
    .result .result-detail h4 {
      font-size: 1em; }
    .result .result-detail .result-date {
      font-weight: bold;
      color: #333333; }
      .result .result-detail .result-date span {
        font-weight: normal; }
    .result .result-detail .result-location {
      font-size: 0.875em;
      margin: 1em 0 0 0; }
    .result .result-detail .result-when, .result .result-detail .result-where, .result .result-detail .result-sponsor, .result .result-detail .result-special {
      font-weight: bold;
      color: #333333; }
      .result .result-detail .result-when span, .result .result-detail .result-where span, .result .result-detail .result-sponsor span, .result .result-detail .result-special span {
        font-weight: normal; }
    .result .result-detail .result-description {
      clear: none;
      margin: 1em 0;
      padding: 0; }
      .result .result-detail .result-description ul {
        margin: 2em; }
        .result .result-detail .result-description ul li {
          list-style: disc outside none; }
  .result .result-permalink {
    margin: 0.5em 0;
    font-size: 1.25em;
    font-style: italic;
    font-weight: bold; }
  .result .result-notice {
    font-size: 0.875em;
    color: #0c9a16; }
  .result .result-description {
    clear: both;
    padding: 1em 0;
    font-size: 0.95em; }
  .result .result-categories {
    font-size: 0.875em;
    margin: 0 0 0.5em 0; }
    .result .result-categories span {
      color: #90357d;
      font-weight: bold; }
  .result .result-more {
    font-size: 0.875em;
    font-weight: bold;
    margin: 0 0 0.5em 0; }
  .result .result-social {
    clear: both;
    overflow: auto; }
    .result .result-social ul.social-controls {
      margin: 1.375em 0 0 0; }
  .result.side .result-thumbnail {
    width: 35%; }
  .result.side .result-detail {
    width: 65%; }
  .result.side .result-social ul.social-controls {
    margin: 0; }
  .result.no-thumbnail .result-detail {
    width: 100%; }
  .result.full-result {
    border: 1px solid #e2e2e2;
    padding: 20px;
    margin: 0 0 20px 0; }
  .result.first, .result.last {
    width: auto; }
  .result.rsvp, .result.map {
    border: 0;
    margin: 0;
    padding: 0; }
    .result.rsvp .result-sponsor, .result.map .result-sponsor {
      margin: 1em 0; }

.payment-receipt {
  border: 1px solid #e2e2e2;
  padding: 20px;
  margin: 0 0 20px 0;
  overflow: auto; }

.other-results, .more-results {
  border: 1px solid #e2e2e2;
  padding: 20px;
  margin: 0 0 20px 0;
  overflow: auto; }
  .other-results h3, .more-results h3 {
    font-size: 1.5em; }
  .other-results .content-all, .more-results .content-all {
    border: 0;
    padding: 0;
    margin: 0; }
  .other-results .result-detail h2, .more-results .result-detail h2 {
    font-size: 1.25em; }
  .other-results table, .more-results table {
    border: 0;
    border-bottom-width: 1px;
    border-bottom-style: "dotted";
    border-bottom-color: #e2e2e2;
    border-collapse: collapse; }
    .other-results table thead, .more-results table thead {
      display: none;
      visibility: hidden; }
      .other-results table thead tr, .more-results table thead tr {
        display: none;
        visibility: hidden; }
        .other-results table thead tr th, .other-results table thead tr td, .more-results table thead tr th, .more-results table thead tr td {
          display: none;
          visibility: hidden; }
    .other-results table tbody tr, .more-results table tbody tr {
      border-top-width: 1px;
      border-top-style: "dotted";
      border-top-color: #e2e2e2; }
  .other-results .full-result, .more-results .full-result {
    border: 0;
    border-bottom: 1px dotted #e2e2e2;
    padding: 1em 0; }

.content-list, .search-list {
  clear: both; }

.more-events {
  width: 50%;
  float: right;
  text-align: right; }

.featured {
  border: 1px solid #fdeacb;
  padding: 20px;
  border-bottom: 0;
  background-color: #fef7ec;
  background-image: url(/images/icons/featured_icon.gif);
  background-repeat: no-repeat;
  background-position: 99% 1%;
  margin: 0; }
  .featured.last {
    border-bottom: 1px solid #fdeacb; }

.social-controls-registration {
  clear: both;
  font-size: 1em; }
  .social-controls-registration .register-event {
    margin: 0;
    width: 90px; }

.clear_both {
  clear: both; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.map-marker {
  float: left;
  margin: 0 10px 10px 0; }

.social-controls-registration {
  overflow: auto; }

ul.social-controls {
  overflow: auto;
  list-style: none;
  margin: 0;
  float: left; }
  ul.social-controls li {
    float: left;
    padding: 0.25em 0.5em 0.25em 1.5em;
    font-size: 0.875em;
    list-style: none;
    color: #197CB8; }
    ul.social-controls li.comments {
      background: transparent url(/images/icons/comments_icon.gif) no-repeat 0 50%; }
    ul.social-controls li.likes {
      background: transparent url(/images/icons/likes_icon.gif) no-repeat 0 50%; }
    ul.social-controls li.shares {
      background: transparent url(/images/icons/shares_icon.gif) no-repeat 0 50%; }

ul.social-controls-actions {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  float: right; }
  ul.social-controls-actions li {
    float: left;
    font-size: 0.875em;
    list-style: none; }
    ul.social-controls-actions li ul {
      margin: 4px 0 0 0;
      padding: 0 10px 0 0; }
      ul.social-controls-actions li ul.social-controls-actions-like li {
        border-right-width: 1px;
        border-right-style: "solid";
        border-right-color: #999999;
        padding: 0 10px 0 0; }
      ul.social-controls-actions li ul li {
        padding: 0 4px 0 0; }
        ul.social-controls-actions li ul li .stbuttontext {
          display: none;
          visibility: hidden; }

ul.post-controls {
  overflow: auto;
  list-style: none;
  margin: 0; }
  ul.post-controls li {
    float: left;
    padding: 0.25em 0.5em 0.25em 0;
    font-size: 0.875em;
    list-style: none; }

ul.chooser {
  float: right;
  list-style-type: none; }
  ul.chooser li {
    text-transform: uppercase;
    font-size: 0.75em;
    float: left;
    list-style-type: none; }
    ul.chooser li span {
      background: #323232;
      color: white;
      padding: 4px;
      display: block;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      -khtml-border-radius: 6px;
      border-radius: 6px; }
    ul.chooser li a {
      color: #333333;
      padding: 4px;
      display: block; }
      ul.chooser li a:link, ul.chooser li a:visited {
        text-decoration: none; }
      ul.chooser li a:active, ul.chooser li a:hover {
        text-decoration: underline; }

.event-content h3 {
  font-size: 2em;
  color: #333333; }
.event-content h4 {
  font-size: 1.5em;
  color: #323232;
  font-weight: normal;
  margin: 0 0 1em 0; }
.event-content span {
  font-weight: normal;
  color: #333333; }
  .event-content span.content-list-item-notice {
    color: #0c9a16; }
  .event-content span .content-list-item-category {
    color: #90357d;
    font-weight: bold; }

.content-list-item-notice {
  color: #0c9a16; }

.event-date {
  clear: both;
  margin: 0 0 1em 0; }

.event-photos {
  border: 1px solid #e2e2e2;
  padding: 11px;
  margin: 1em 0; }
  .event-photos img {
    margin: 7px; }
  .event-photos div {
    text-align: center;
    border-top-width: 1px;
    border-top-style: "dotted";
    border-top-color: #e2e2e2;
    padding: 10px 0; }
    .event-photos div a {
      font-size: 1.5em;
      font-style: italic;
      font-weight: bold; }

.event-location, .resource-location, .resource-events {
  border: 1px solid #e2e2e2;
  padding: 11px;
  margin: 0 0 20px 0; }
  .event-location div, .resource-location div, .resource-events div {
    margin: 0 auto; }

.MainForm input[type=text], .MainForm input[type=password], .MainForm input[type=file], .Search_Form input[type=text], .Search_Form input[type=password], .Search_Form input[type=file] {
  border: 1px solid #999999;
  font-weight: normal;
  font-style: normal; }
.MainForm input[type=checkbox], .MainForm input[type=radio], .Search_Form input[type=checkbox], .Search_Form input[type=radio] {
  background: none;
  border: 0;
  width: auto;
  padding: 0; }
.MainForm input[type=submit], .MainForm input[type=button], .MainForm button, .Search_Form input[type=submit], .Search_Form input[type=button], .Search_Form button {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  background: #197cb8;
  color: white;
  border: 0;
  padding: 4px;
  margin: 1em 0 0 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px; }
  .MainForm input[type=submit]:hover, .MainForm input[type=button]:hover, .MainForm button:hover, .Search_Form input[type=submit]:hover, .Search_Form input[type=button]:hover, .Search_Form button:hover {
    background: #1a96d6;
    text-decoration: none; }

a.btnlink {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  background: #197cb8;
  color: white;
  margin: 0;
  padding: 4px 4px 4px 4px;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px; }
  a.btnlink:hover {
    background: #1a96d6;
    text-decoration: none; }

.fun-fact {
  margin: 0 0 20px 0;
  padding: 18px;
  background: #197cb8;
  color: white;
  font-weight: bold;
  font-size: 0.875em; }
  .fun-fact .fun-fact-link {
    padding: 5px;
    text-align: center;
    color: white; }
    .fun-fact .fun-fact-link a {
      color: white;
      text-decoration: underline; }
  .fun-fact h4 {
    color: white;
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-bottom-style: "dotted";
    border-bottom-color: #66bdeb;
    margin: 0 0 0.5em 0; }

.gateways, .event-organization {
  background: white;
  color: #333333;
  margin: 0 0 1em 0;
  border: 5px solid #e2e2e2;
  padding: 18px; }
  .gateways p, .event-organization p {
    margin: 1em 0; }
  .gateways div, .event-organization div {
    text-align: center; }

a.read-more {
  font-size: 1.25em;
  font-style: italic;
  font-weight: bold; }

.rss {
  float: right;
  margin: 5px 10px; }

.no-results {
  text-align: center;
  clear: both;
  overflow: auto;
  padding: 1em 0; }

.facet-separator {
  margin: 1em 0;
  border-bottom-width: 1px;
  border-bottom-style: "dotted";
  border-bottom-color: #e2e2e2; }

.facet-options {
  margin: 0 0 1em 0; }
  .facet-options .facet-option-link {
    margin: 0 0 0 10px; }
    .facet-options .facet-option-link span {
      font-weight: bold; }
  .facet-options .facet-option-link-less, .facet-options .facet-option-link-more {
    display: none;
    visibility: hidden;
    margin: 0 0 0 10px; }

.required_field {
  color: #FF0000; }


.banner {
  clear: both;
  overflow: auto;
  width: 684px;
  max-width: 684px;
  border: 1px solid #333333;
  padding: 0px; }
  .banner .banner-text {
    float: right;
    width: 40%;
    margin: 0.5em; }
    .banner .banner-text h1, .banner .banner-text h2, .banner .banner-text h3, .banner .banner-text h4, .banner .banner-text h5, .banner .banner-text h6, .banner .banner-text p, .banner .banner-text div {
      margin: 0; }
  .banner .banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    text-align: right; }
    .banner .banner-overlay a {
      display: block;
      width: 50px;
      height: 20px; }

ul.checks li {
  border: 0; }

.voices-byline {
  border: 1px solid #999999;
  padding: 11px;
  margin: 20px 0;
  clear: both;
  overflow: auto; }
  .voices-byline .voices-byline-photo {
    float: left;
    width: 20%; }
  .voices-byline .voices-byline-content {
    float: left;
    width: 80%; }

div.comments {
  margin: 0 0 20px 0;
  clear: both; }
  div.comments .comment {
    clear: both;
    overflow: auto;
    padding: 0 20px;
    border-bottom-width: 1px;
    border-bottom-style: "dotted";
    border-bottom-color: #e2e2e2; }
    div.comments .comment .comment-author {
      float: left;
      margin: 1em 1em 1em 0; }
    div.comments .comment .comment-content {
      margin: 1em 0 0 0; }
    div.comments .comment .comment-controls {
      clear: both;
      text-align: right;
      margin: 1em 0; }

.rsvp-section {
  border: 1px solid #e2e2e2;
  padding: 20px;
  margin: 0 0 1em 0; }

.profile {
  clear: both;
  overflow: auto;
  margin: 0 0 1em 0; }
  .profile .profile-image {
    float: left;
    width: 20%;
    margin: 0 0 1em 0; }
  .profile .profile-detail {
    float: left;
    width: 80%;
    margin: 0 0 1em 0; }
    .profile .profile-detail h2 {
      margin: 0; }

ul.post-controls {
  margin: 0 0 1em 0; }

ul.tags {
  margin: 0 0 1em 0;
  clear: both;
  overflow: auto;
  list-style-type: none; }
  ul.tags li {
    float: left;
    margin: 0 0.5em;
    list-style-type: none; }
    ul.tags li a {
      background: #323232;
      color: white;
      padding: 4px 10px;
      display: block;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      -khtml-border-radius: 6px;
      border-radius: 6px; }
      ul.tags li a:link, ul.tags li a:visited, ul.tags li a:active {
        color: white;
        text-decoration: none; }
      ul.tags li a:hover {
        background: #999999;
        text-decoration: none; }
    ul.tags li.first {
      margin: 0 0.5em 0 0; }

.fb-sync h3 {
  border-bottom: 1px dotted #999999; }

.org-signup h2 {
  border-bottom: 1px dotted #999999; }

.search-pagination {
  margin: 1em;
  clear: both;
  overflow: hidden;
  font-size: 1.25em; }
  .search-pagination .search-page-numbers {
    float: left;
    text-align: center;
    overflow: auto;
    width: 64%; }
    .search-pagination .search-page-numbers .search-page-number {
      padding: 0 0.25em; }
      .search-pagination .search-page-numbers .search-page-number span {
        font-weight: bold; }
  .search-pagination .search-page-previous {
    float: left;
    text-transform: uppercase;
    width: 18%; }
  .search-pagination .search-page-next {
    float: right;
    text-align: right;
    text-transform: uppercase;
    width: 18%; }

.fbconnect {
  display: inline; }

.fb-sync, .org-signup {
  border: 1px solid #e2e2e2;
  padding: 20px;
  margin: 0 0 1em 0; }

.form-section {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px "solid" #e2e2e2; }

img.polaroid {
  padding: 0;
  border: 0;
  background: #e2e2e2; }

.example-text {
  font-size: 12px;
  line-height: 16px;
  font-style: italic; }

.resource-social {
  font-weight: bold;
  margin: 4px 0;
  padding: 4px 0 4px 21px; }

input[type=text].tv-focused, input[type=text].tv-changed, input[type=password].tv-focused, input[type=password].tv-changed, input[type=file].tv-focused, input[type=file].tv-changed {
  color: #333;
  font-weight: normal;
  font-style: normal; }

.tips h3 {
  margin: 1em 0; }
.tips ul {
  margin: 2em; }
  .tips ul li {
    list-style: disc outside none; }

.voices .content-list .result {
  margin: 0; }

/* autocomplete */
.autocomplete-w1 {
  background: url(img/shadow.png) no-repeat bottom right;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 8px 0 0 6px;
  _background: none;
  _margin: 0; }

.autocomplete {
  border: 1px solid #999999;
  background: white;
  cursor: default;
  text-align: left;
  max-height: 350px;
  overflow: auto;
  margin: -6px 6px 6px -6px;
  _height: 350px;
  _margin: 0;
  _overflow-x: hidden; }
  .autocomplete .selected {
    background: #e2e2e2; }
  .autocomplete div {
    padding: 2px 5px;
    white-space: nowrap; }
  .autocomplete strong {
    font-weight: normal;
    color: #197cb8; }

.ac_results {
  padding: 0px;
  border: 1px solid #323232;
  background-color: white;
  overflow: hidden;
  z-index: 99999; }
  .ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0; }
  .ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    text-align: left; }

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

.ac_odd {
  background-color: #e2e2e2; }

.ac_over {
  background-color: #197cb8;
  color: white; }

.organization-donate {
  border: 5px solid #e2e2e2;
  padding: 8px;
  clear: both;
  overflow: hidden;
  margin: 0 0 1em 0; }
  .organization-donate h2 {
    border-bottom: 1px dotted #e2e2e2; }
  .organization-donate input[type=submit] {
    background: #90357d; }
  .organization-donate input:hover {
    background: #b2579f; }

#custom-doc {
  border: 0;
  margin: 0 auto 16px auto;
  text-align: left;
  width: 76.31em;
  *width: 74.4em;
  min-width: 992px; }
  #custom-doc #hd {
    margin: 0 20px;
    background: transparent;
    border: 0;
    padding: 13px 0 0 0; }
    #custom-doc #hd h1 a {
      margin: 0; }
      #custom-doc #hd h1 a img {
        z-index: 1;
        position: relative; }
    #custom-doc #hd #user_welcome {
      margin: 25px 0 0 0;
      text-align: right; }
      #custom-doc #hd #user_welcome a {
        font-weight: bold; }
      #custom-doc #hd #user_welcome #user_thumbnail {
        float: right; }
        #custom-doc #hd #user_welcome #user_thumbnail img {
          width: 50px;
          height: 50px; }
      #custom-doc #hd #user_welcome #user_welcome_message {
        float: right;
        margin: 0.25em 0.5em 0.25em 0; }
      #custom-doc #hd #user_welcome #user_logout {
        border-top: 1px dotted #e2e2e2;
        margin: 0.5em 0 0 0;
        padding-top: 0.5em; }
    #custom-doc #hd #NavBar {
      border: 0;
      background: white; }
      #custom-doc #hd #NavBar ul li a {
        display: block;
        padding: 12px 15px 8px 15px;
        margin: 0;
        font-weight: bold;
        font-size: 1.5em;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        border: 0;
        text-decoration: none;
        text-transform: none;
        color: #197cb8; }
        #custom-doc #hd #NavBar ul li a#nav_profile {
          color: #ff334b; }
      #custom-doc #hd #NavBar ul li#active a, #custom-doc #hd #NavBar ul li.current a {
        background: #1a96d6;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -khtml-border-top-left-radius: 4px;
        -khtml-border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        color: white;
        text-decoration: none !important; }
        #custom-doc #hd #NavBar ul li#active a#nav_profile, #custom-doc #hd #NavBar ul li.current a#nav_profile {
          background: #1a96d6;
          color: white; }
      #custom-doc #hd #NavBar ul li:link, #custom-doc #hd #NavBar ul li:visited {
        text-decoration: none; }
      #custom-doc #hd #NavBar ul li:active, #custom-doc #hd #NavBar ul li:hover {
        text-decoration: none; }
    #custom-doc #hd #SecondLevelNavBar {
      clear: both;
      overflow: auto;
      min-height: 36px;
      background: #1a96d6; }
      #custom-doc #hd #SecondLevelNavBar ul {
        list-style: none; }
        #custom-doc #hd #SecondLevelNavBar ul li {
          list-style: none;
          float: left;
          font-weight: normal;
          font-size: 1.25em;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          padding: 0 10px;
          margin: 9px 0 8px 0;
          border-right-width: 1px;
          border-right-color: #66bdeb;
          border-right-style: solid;
          color: white; }
          #custom-doc #hd #SecondLevelNavBar ul li.last {
            border-right: 0; }
          #custom-doc #hd #SecondLevelNavBar ul li a {
            color: white; }
  #custom-doc #bd {
    background: transparent url(/images/bg_shim.png) repeat-y 0 0;
    color: #323232;
    border: 0;
    padding: 0 20px; }
    #custom-doc #bd #NavSearch {
      clear: both;
      background: #333333;
      overflow: auto;
      font-size: 1.25em; }
      #custom-doc #bd #NavSearch .SearchForm {
        clear: both;
        overflow: auto; }
        #custom-doc #bd #NavSearch .SearchForm fieldset {
          border: 0;
          padding: 16px 0 16px 20px;
          margin: 0;
          display: block;
          float: left; }
          #custom-doc #bd #NavSearch .SearchForm fieldset label {
            color: #e2e2e2; }
          #custom-doc #bd #NavSearch .SearchForm fieldset input {
            margin: 0 10px;
            padding: 0; }
            #custom-doc #bd #NavSearch .SearchForm fieldset input#q {
              width: 210px;
              max-width: 210px; }
            #custom-doc #bd #NavSearch .SearchForm fieldset input#sn {
              width: 140px;
              max-width: 140px; }
            #custom-doc #bd #NavSearch .SearchForm fieldset input[type='text'] {
              border: 1px solid white;
              padding: 4px;
              -moz-border-radius: 6px;
              -webkit-border-radius: 6px;
              -khtml-border-radius: 6px;
              border-radius: 6px; }
            #custom-doc #bd #NavSearch .SearchForm fieldset input[type='checkbox'] {
              margin: 0 2px; }
            #custom-doc #bd #NavSearch .SearchForm fieldset input[type='submit'] {
              background-color: #1a96d6;
              background-image: url(/images/search.gif);
              background-repeat: no-repeat;
              background-position: 90% 50%;
              color: white;
              border: 0;
              padding: 4px 28px 4px 7px;
              margin: 0 0 0 1em;
              text-transform: uppercase;
              -moz-border-radius: 6px;
              -webkit-border-radius: 6px;
              -khtml-border-radius: 6px;
              border-radius: 6px; }
        #custom-doc #bd #NavSearch .SearchForm a {
          display: block;
          float: right;
          margin: 13px 20px 13px 0; }
    #custom-doc #bd #welcome .box {
      background: white;
      color: #323232;
      border: 0;
      margin: 0;
      padding: 10px; }
    #custom-doc #bd #homepage-main {
      padding: 20px 8px 20px 20px;
      clear: both;
      overflow: auto; }
      #custom-doc #bd #homepage-main #events, #custom-doc #bd #homepage-main #voices {
        padding-top: 20px;
        padding-bottom: 20px; }
      #custom-doc #bd #homepage-main #events {
        float: left;
        width: 62%; }
      #custom-doc #bd #homepage-main #voices {
        float: left;
        width: 38%; }
    #custom-doc #bd #homepage-sidebar {
      padding: 20px;
      background: #f0eeea; }
    #custom-doc #bd #yui-main {
      background: white; }
      #custom-doc #bd #yui-main #search-facets h2 {
        font-weight: normal;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #e2e2e2; }
      #custom-doc #bd #yui-main #search-facets h3 {
        font-weight: normal; }
      #custom-doc #bd #yui-main #search-facets ul {
        margin: 0 0 0 10px; }
      #custom-doc #bd #yui-main #search-results {
        background: white;
        padding: 20px 0 0 0; }
        #custom-doc #bd #yui-main #search-results h2 {
          margin: 0 20px 20px 20px; }
          #custom-doc #bd #yui-main #search-results h2.result-title {
            margin: 0; }
        #custom-doc #bd #yui-main #search-results #map_div {
          margin: 0 20px 20px 20px; }
        #custom-doc #bd #yui-main #search-results #search-results-header {
          clear: both;
          overflow: hidden;
          padding: 0 20px .5em 20px; }
          #custom-doc #bd #yui-main #search-results #search-results-header h3 {
            font-weight: normal;
            margin: 0; }
          #custom-doc #bd #yui-main #search-results #search-results-header div {
            width: 25%;
            float: left;
            margin: 0; }
          #custom-doc #bd #yui-main #search-results #search-results-header ul.chooser {
            float: left;
            margin: 0; }
        #custom-doc #bd #yui-main #search-results .results .result {
          margin: 0 20px 20px 20px;
          padding: 20px 0 0 0; }
          #custom-doc #bd #yui-main #search-results .results .result.featured {
            margin: 0;
            padding: 20px; }
      #custom-doc #bd #yui-main #homepage-banner {
        background-repeat: no-repeat;
        min-height: 110px;
        overflow: hidden;
        border: 0;
        position: relative; }
        #custom-doc #bd #yui-main #homepage-banner a {
          display: block; }
      #custom-doc #bd #yui-main #registration-banner, #custom-doc #bd #yui-main #login-banner {
        border: 5px solid #323232;
        padding: 10px;
        margin: 20px 20px 0 20px;
        font-size: 1.25em; }
        #custom-doc #bd #yui-main #registration-banner strong, #custom-doc #bd #yui-main #login-banner strong {
          font-weight: bold; }
      #custom-doc #bd #yui-main #content-events {
        margin: 0 10px 0 0; }
        #custom-doc #bd #yui-main #content-events .content-all form.content-add {
          float: right; }
        #custom-doc #bd #yui-main #content-events .content-all form.content-events-search {
          float: left; }
          #custom-doc #bd #yui-main #content-events .content-all form.content-events-search input[type=text] {
            float: left;
            border: 1px solid #e2e2e2;
            padding: 4px;
            width: 140px;
            background: url(/images/icons/search_icon.gif) no-repeat 100% 50%;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            -khtml-border-radius: 6px;
            border-radius: 6px; }
      #custom-doc #bd #yui-main #content-voices {
        margin: 0 0 0 10px; }
      #custom-doc #bd #yui-main #post-edit {
        border: 1px solid #e2e2e2;
        padding: 20px;
        margin: 0 0 1em 0; }
      #custom-doc #bd #yui-main #event_what, #custom-doc #bd #yui-main #event_cost, #custom-doc #bd #yui-main #event_where, #custom-doc #bd #yui-main #event_when, #custom-doc #bd #yui-main #event_who, #custom-doc #bd #yui-main #event_contact, #custom-doc #bd #yui-main #event_actions, #custom-doc #bd #yui-main #event_registration, #custom-doc #bd #yui-main #ticket-settings, #custom-doc #bd #yui-main #event_instructions, #custom-doc #bd #yui-main #event_promote, #custom-doc #bd #yui-main #event_tag {
        border: 1px solid #e2e2e2;
        padding: 20px;
        margin: 0 0 1em 0;
        clear: both; }
        #custom-doc #bd #yui-main #event_what .internal-registration, #custom-doc #bd #yui-main #event_what .external-registration, #custom-doc #bd #yui-main #event_what .no-registration, #custom-doc #bd #yui-main #event_cost .internal-registration, #custom-doc #bd #yui-main #event_cost .external-registration, #custom-doc #bd #yui-main #event_cost .no-registration, #custom-doc #bd #yui-main #event_where .internal-registration, #custom-doc #bd #yui-main #event_where .external-registration, #custom-doc #bd #yui-main #event_where .no-registration, #custom-doc #bd #yui-main #event_when .internal-registration, #custom-doc #bd #yui-main #event_when .external-registration, #custom-doc #bd #yui-main #event_when .no-registration, #custom-doc #bd #yui-main #event_who .internal-registration, #custom-doc #bd #yui-main #event_who .external-registration, #custom-doc #bd #yui-main #event_who .no-registration, #custom-doc #bd #yui-main #event_contact .internal-registration, #custom-doc #bd #yui-main #event_contact .external-registration, #custom-doc #bd #yui-main #event_contact .no-registration, #custom-doc #bd #yui-main #event_actions .internal-registration, #custom-doc #bd #yui-main #event_actions .external-registration, #custom-doc #bd #yui-main #event_actions .no-registration, #custom-doc #bd #yui-main #event_registration .internal-registration, #custom-doc #bd #yui-main #event_registration .external-registration, #custom-doc #bd #yui-main #event_registration .no-registration, #custom-doc #bd #yui-main #ticket-settings .internal-registration, #custom-doc #bd #yui-main #ticket-settings .external-registration, #custom-doc #bd #yui-main #ticket-settings .no-registration, #custom-doc #bd #yui-main #event_instructions .internal-registration, #custom-doc #bd #yui-main #event_instructions .external-registration, #custom-doc #bd #yui-main #event_instructions .no-registration, #custom-doc #bd #yui-main #event_promote .internal-registration, #custom-doc #bd #yui-main #event_promote .external-registration, #custom-doc #bd #yui-main #event_promote .no-registration, #custom-doc #bd #yui-main #event_tag .internal-registration, #custom-doc #bd #yui-main #event_tag .external-registration, #custom-doc #bd #yui-main #event_tag .no-registration {
          margin: 1em 0 0.5em 0; }
        #custom-doc #bd #yui-main #event_what #event_syndicate_event, #custom-doc #bd #yui-main #event_cost #event_syndicate_event, #custom-doc #bd #yui-main #event_where #event_syndicate_event, #custom-doc #bd #yui-main #event_when #event_syndicate_event, #custom-doc #bd #yui-main #event_who #event_syndicate_event, #custom-doc #bd #yui-main #event_contact #event_syndicate_event, #custom-doc #bd #yui-main #event_actions #event_syndicate_event, #custom-doc #bd #yui-main #event_registration #event_syndicate_event, #custom-doc #bd #yui-main #ticket-settings #event_syndicate_event, #custom-doc #bd #yui-main #event_instructions #event_syndicate_event, #custom-doc #bd #yui-main #event_promote #event_syndicate_event, #custom-doc #bd #yui-main #event_tag #event_syndicate_event {
          width: auto; }
        #custom-doc #bd #yui-main #event_what #event_date_select, #custom-doc #bd #yui-main #event_cost #event_date_select, #custom-doc #bd #yui-main #event_where #event_date_select, #custom-doc #bd #yui-main #event_when #event_date_select, #custom-doc #bd #yui-main #event_who #event_date_select, #custom-doc #bd #yui-main #event_contact #event_date_select, #custom-doc #bd #yui-main #event_actions #event_date_select, #custom-doc #bd #yui-main #event_registration #event_date_select, #custom-doc #bd #yui-main #ticket-settings #event_date_select, #custom-doc #bd #yui-main #event_instructions #event_date_select, #custom-doc #bd #yui-main #event_promote #event_date_select, #custom-doc #bd #yui-main #event_tag #event_date_select {
          margin: 0 0 1em 0; }
        #custom-doc #bd #yui-main #event_what #event_dates table, #custom-doc #bd #yui-main #event_what table#co_sponsor_table, #custom-doc #bd #yui-main #event_what table#registration_types, #custom-doc #bd #yui-main #event_cost #event_dates table, #custom-doc #bd #yui-main #event_cost table#co_sponsor_table, #custom-doc #bd #yui-main #event_cost table#registration_types, #custom-doc #bd #yui-main #event_where #event_dates table, #custom-doc #bd #yui-main #event_where table#co_sponsor_table, #custom-doc #bd #yui-main #event_where table#registration_types, #custom-doc #bd #yui-main #event_when #event_dates table, #custom-doc #bd #yui-main #event_when table#co_sponsor_table, #custom-doc #bd #yui-main #event_when table#registration_types, #custom-doc #bd #yui-main #event_who #event_dates table, #custom-doc #bd #yui-main #event_who table#co_sponsor_table, #custom-doc #bd #yui-main #event_who table#registration_types, #custom-doc #bd #yui-main #event_contact #event_dates table, #custom-doc #bd #yui-main #event_contact table#co_sponsor_table, #custom-doc #bd #yui-main #event_contact table#registration_types, #custom-doc #bd #yui-main #event_actions #event_dates table, #custom-doc #bd #yui-main #event_actions table#co_sponsor_table, #custom-doc #bd #yui-main #event_actions table#registration_types, #custom-doc #bd #yui-main #event_registration #event_dates table, #custom-doc #bd #yui-main #event_registration table#co_sponsor_table, #custom-doc #bd #yui-main #event_registration table#registration_types, #custom-doc #bd #yui-main #ticket-settings #event_dates table, #custom-doc #bd #yui-main #ticket-settings table#co_sponsor_table, #custom-doc #bd #yui-main #ticket-settings table#registration_types, #custom-doc #bd #yui-main #event_instructions #event_dates table, #custom-doc #bd #yui-main #event_instructions table#co_sponsor_table, #custom-doc #bd #yui-main #event_instructions table#registration_types, #custom-doc #bd #yui-main #event_promote #event_dates table, #custom-doc #bd #yui-main #event_promote table#co_sponsor_table, #custom-doc #bd #yui-main #event_promote table#registration_types, #custom-doc #bd #yui-main #event_tag #event_dates table, #custom-doc #bd #yui-main #event_tag table#co_sponsor_table, #custom-doc #bd #yui-main #event_tag table#registration_types {
          margin: 1em 0;
          width: 400px;
          border: 0;
          border-top-width: 1px;
          border-top-style: dotted;
          border-top-color: #e2e2e2; }
          #custom-doc #bd #yui-main #event_what #event_dates table tr th, #custom-doc #bd #yui-main #event_what #event_dates table tr td, #custom-doc #bd #yui-main #event_what table#co_sponsor_table tr th, #custom-doc #bd #yui-main #event_what table#co_sponsor_table tr td, #custom-doc #bd #yui-main #event_what table#registration_types tr th, #custom-doc #bd #yui-main #event_what table#registration_types tr td, #custom-doc #bd #yui-main #event_cost #event_dates table tr th, #custom-doc #bd #yui-main #event_cost #event_dates table tr td, #custom-doc #bd #yui-main #event_cost table#co_sponsor_table tr th, #custom-doc #bd #yui-main #event_cost table#co_sponsor_table tr td, #custom-doc #bd #yui-main #event_cost table#registration_types tr th, #custom-doc #bd #yui-main #event_cost table#registration_types tr td, #custom-doc #bd #yui-main #event_where #event_dates table tr th, #custom-doc #bd #yui-main #event_where #event_dates table tr td, #custom-doc #bd #yui-main #event_where table#co_sponsor_table tr th, #custom-doc #bd #yui-main #event_where table#co_sponsor_table tr td, #custom-doc #bd #yui-main #event_where table#registration_types tr th, #custom-doc #bd #yui-main #event_where table#registration_types tr td, #custom-doc #bd #yui-main #event_when #event_dates table tr th, #custom-doc #bd #yui-main #event_when #event_dates table tr td, #custom-doc #bd #yui-main #event_when table#co_sponsor_table tr th, #custom-doc #bd #yui-main #event_when table#co_sponsor_table tr td, #custom-doc #bd #yui-main #event_when table#registration_types tr th, #custom-doc #bd #yui-main #event_when table#registration_types tr td, #custom-doc #bd #yui-main #event_who #event_dates table tr th, #custom-doc #bd #yui-main #event_who #event_dates table tr td, #custom-doc #bd #yui-main #event_who table#co_sponsor_table tr th, #custom-doc #bd #yui-main #event_who table#co_sponsor_table tr td, #custom-doc #bd #yui-main #event_who table#registration_types tr th, #custom-doc #bd #yui-main #event_who table#registration_types tr td, #custom-doc #bd #yui-main #event_contact #event_dates table tr th, #custom-doc #bd #yui-main #event_contact #event_dates table tr td, #custom-doc #bd #yui-main #event_contact table#co_sponsor_table tr th, #custom-doc #bd #yui-main #event_contact table#co_sponsor_table tr td, #custom-doc #bd #yui-main #event_contact table#registration_types tr th, #custom-doc #bd #yui-main #event_contact table#registration_types tr td, #custom-doc #bd #yui-main #event_actions #event_dates table tr th, #custom-doc #bd #yui-main #event_actions #event_dates table tr td, #custom-doc #bd #yui-main #event_actions table#co_sponsor_table tr th, #custom-doc #bd #yui-main #event_actions table#co_sponsor_table tr td, #custom-doc #bd #yui-main #event_actions table#registration_types tr th, #custom-doc #bd #yui-main #event_actions table#registration_types tr td, #custom-doc #bd #yui-main #event_registration #event_dates table tr th, #custom-doc #bd #yui-main #event_registration #event_dates table tr td, #custom-doc #bd #yui-main #event_registration table#co_sponsor_table tr th, #custom-doc #bd #yui-main #event_registration table#co_sponsor_table tr td, #custom-doc #bd #yui-main #event_registration table#registration_types tr th, #custom-doc #bd #yui-main #event_registration table#registration_types tr td, #custom-doc #bd #yui-main #ticket-settings #event_dates table tr th, #custom-doc #bd #yui-main #ticket-settings #event_dates table tr td, #custom-doc #bd #yui-main #ticket-settings table#co_sponsor_table tr th, #custom-doc #bd #yui-main #ticket-settings table#co_sponsor_table tr td, #custom-doc #bd #yui-main #ticket-settings table#registration_types tr th, #custom-doc #bd #yui-main #ticket-settings table#registration_types tr td, #custom-doc #bd #yui-main #event_instructions #event_dates table tr th, #custom-doc #bd #yui-main #event_instructions #event_dates table tr td, #custom-doc #bd #yui-main #event_instructions table#co_sponsor_table tr th, #custom-doc #bd #yui-main #event_instructions table#co_sponsor_table tr td, #custom-doc #bd #yui-main #event_instructions table#registration_types tr th, #custom-doc #bd #yui-main #event_instructions table#registration_types tr td, #custom-doc #bd #yui-main #event_promote #event_dates table tr th, #custom-doc #bd #yui-main #event_promote #event_dates table tr td, #custom-doc #bd #yui-main #event_promote table#co_sponsor_table tr th, #custom-doc #bd #yui-main #event_promote table#co_sponsor_table tr td, #custom-doc #bd #yui-main #event_promote table#registration_types tr th, #custom-doc #bd #yui-main #event_promote table#registration_types tr td, #custom-doc #bd #yui-main #event_tag #event_dates table tr th, #custom-doc #bd #yui-main #event_tag #event_dates table tr td, #custom-doc #bd #yui-main #event_tag table#co_sponsor_table tr th, #custom-doc #bd #yui-main #event_tag table#co_sponsor_table tr td, #custom-doc #bd #yui-main #event_tag table#registration_types tr th, #custom-doc #bd #yui-main #event_tag table#registration_types tr td {
            border-bottom-width: 1px;
            border-bottom-style: dotted;
            border-bottom-color: #e2e2e2; }
  #custom-doc #ft {
    background: transparent url(/images/bg_shim.png) repeat-y 0 0;
    color: white;
    border: 0;
    padding: 0 20px; }
    #custom-doc #ft a {
      color: white; }
      #custom-doc #ft a:link, #custom-doc #ft a:visited {
        text-decoration: none; }
      #custom-doc #ft a:active, #custom-doc #ft a:hover {
        text-decoration: underline; }
    #custom-doc #ft #footer_content {
      background: #197cb8;
      color: white; }
    #custom-doc #ft #CommunityFooter {
      background: #197cb8 url(/images/cjp_logo.gif) no-repeat 95% 50%;
      color: white;
      margin: 0;
      padding: 32px 20px 22px 20px; }
      #custom-doc #ft #CommunityFooter #CFNav {
        width: 800px;
        float: left; }
      #custom-doc #ft #CommunityFooter #CFLink {
        float: left;
        width: 89px; }
      #custom-doc #ft #CommunityFooter ul {
        clear: both; }
        #custom-doc #ft #CommunityFooter ul li {
          color: white;
          margin: 8px 0 0 0;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
          #custom-doc #ft #CommunityFooter ul li a {
            border-left-width: 2px;
            border-left-color: #66bdeb;
            border-left-style: solid;
            padding-top: 0;
            padding-bottom: 0; }
          #custom-doc #ft #CommunityFooter ul li:first-child a, #custom-doc #ft #CommunityFooter ul li.first a {
            border: 0;
            padding-left: 0; }
        #custom-doc #ft #CommunityFooter ul.primary li a {
          font-size: 1.5em;
          font-weight: bold; }
        #custom-doc #ft #CommunityFooter ul.secondary li a {
          font-size: 1.25em;
          font-weight: normal; }
    #custom-doc #ft .copyright {
      background: #1a96d6;
      color: #66bdeb;
      padding: 10px 20px;
      font-size: 0.875em; }
      #custom-doc #ft .copyright strong {
        font-weight: bold; }

#map_div {
  margin: 0 0 1em 0; }

#selected_event_date {
  margin: 0 0 1em 10px; }

#create_event {
  float: right; }

#login-box {
  margin: 12px 0 0 0;
  padding: 4px 0;
  float: right; }
  #login-box a {
    font-weight: bold; }
  #login-box #login-message {
    text-align: right;
    margin: 0 0 4px 0; }
    #login-box #login-message h2 {
      display: inline;
      float: none; }
  #login-box #login-fields {
    text-align: left;
    border-bottom: 1px dotted #e2e2e2; }
    #login-box #login-fields form fieldset {
      border: 0;
      padding-top: 4px;
      padding-bottom: 4px;
      margin-left: 14px; }
      #login-box #login-fields form fieldset input[type='text'], #login-box #login-fields form fieldset input[type='password'] {
        width: 100px;
        border: 1px solid #e2e2e2;
        padding: 2px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;
        z-index: 9; }
      #login-box #login-fields form fieldset input[type='image'] {
        margin: -3px 0; }
      #login-box #login-fields form fieldset .userlogin-label, #login-box #login-fields form fieldset .password-label {
        display: block;
        float: left;
        padding-right: 4px; }
        #login-box #login-fields form fieldset .userlogin-label span, #login-box #login-fields form fieldset .password-label span {
          display: block;
          z-index: 10;
          position: relative;
          height: 20px;
          margin-bottom: -20px;
          line-height: 20px;
          padding-left: 6px;
          text-align: left;
          color: #999999; }
      #login-box #login-fields form fieldset .submit-input {
        float: left;
        padding-top: 4px; }

#hebrew-calendar {
  text-align: right; }
  #hebrew-calendar a {
    font-weight: bold; }

#photo {
  clear: both;
  overflow: auto; }
  #photo #photo_preview, #photo #photo_information {
    float: left; }
    #photo #photo_preview img, #photo #photo_information img {
      margin: 0 0.5em 0.5em 0; }
    #photo #photo_preview label, #photo #photo_information label {
      margin: 0; }
    #photo #photo_preview input#photo_upload_button, #photo #photo_information input#photo_upload_button {
      background: #999999; }

#voices .content-left, #voices .content-right, #events .content-left, #events .content-right {
  padding: 0; }
  #voices .content-left .content-header, #voices .content-right .content-header, #events .content-left .content-header, #events .content-right .content-header {
    padding: 20px 20px 4px 20px; }
    #voices .content-left .content-header h2, #voices .content-right .content-header h2, #events .content-left .content-header h2, #events .content-right .content-header h2 {
      font-size: 1.5em; }
  #voices .content-left .result.side .result-thumbnail, #voices .content-right .result.side .result-thumbnail, #events .content-left .result.side .result-thumbnail, #events .content-right .result.side .result-thumbnail {
    width: 20%; }
    #voices .content-left .result.side .result-thumbnail img, #voices .content-right .result.side .result-thumbnail img, #events .content-left .result.side .result-thumbnail img, #events .content-right .result.side .result-thumbnail img {
      width: 49px; }
  #voices .content-left .result.side .result-detail, #voices .content-right .result.side .result-detail, #events .content-left .result.side .result-detail, #events .content-right .result.side .result-detail {
    width: 75%; }
    #voices .content-left .result.side .result-detail .result-date, #voices .content-right .result.side .result-detail .result-date, #events .content-left .result.side .result-detail .result-date, #events .content-right .result.side .result-detail .result-date {
      color: #323232; }
    #voices .content-left .result.side .result-detail .result-sponsor, #voices .content-right .result.side .result-detail .result-sponsor, #events .content-left .result.side .result-detail .result-sponsor, #events .content-right .result.side .result-detail .result-sponsor {
      color: #323232;
      font-weight: normal;
      font-size: 0.875em; }

#stats h3 {
  text-transform: uppercase;
  border-bottom: 1px solid #ffd735;
  margin: 1.5em 0 1em 0;
  width: 650px; }

#resource label {
  font-weight: bold;
  padding-right: 8px; }

.resource-social#mailing-list {
  padding: 4px 0; }
.resource-social#facebook {
  background: url(/images/icons/facebook_action_icon.gif) no-repeat 0% 50%; }
.resource-social#twitter {
  background: url(/images/icons/twitter_action_icon.gif) no-repeat 0% 50%; }
.resource-social#myspace {
  background: url(/images/icons/myspace_action_icon.gif) no-repeat 0% 50%; }

#attendee_list {
  font-weight: bold; }

input[type=checkbox]#convenience_fee {
  margin: 0; }

/* IE6 support */
.msie6 #custom-doc {
  width: 950px !important; }
  .msie6 #custom-doc #hd {
    margin: 0; }
    .msie6 #custom-doc #hd #login-fields {
      border-bottom: 0; }
    .msie6 #custom-doc #hd #SecondLevelNavBar {
      height: 36px !important; }
      .msie6 #custom-doc #hd #SecondLevelNavBar ul li.last {
        border: 0; }
  .msie6 #custom-doc #bd {
    background: white;
    padding: 0; }
    .msie6 #custom-doc #bd #NavSearch .SearchForm {
      padding: 14px 0 12px 0; }
      .msie6 #custom-doc #bd #NavSearch .SearchForm fieldset {
        display: inline;
        float: none;
        padding: 0 0 0 20px;
        margin: 0 0 10px 0; }
      .msie6 #custom-doc #bd #NavSearch .SearchForm a {
        width: 20%;
        display: inline;
        float: none; }
    .msie6 #custom-doc #bd #map_div {
      margin: 0; }
    .msie6 #custom-doc #bd #yui-main #voices .content-main {
      border: 0; }
    .msie6 #custom-doc #bd #yui-main .yui-b #homepage-main {
      padding: 20px 16px 20px 20px; }
      .msie6 #custom-doc #bd #yui-main .yui-b #homepage-main #content-events .content-all, .msie6 #custom-doc #bd #yui-main .yui-b #homepage-main #content-voices .content-all {
        border: 0; }
      .msie6 #custom-doc #bd #yui-main .yui-b #homepage-main .result {
        border: 0; }
    .msie6 #custom-doc #bd #yui-main .results {
      clear: both;
      overflow: auto; }
    .msie6 #custom-doc #bd #yui-main .result {
      background-color: white;
      border: 0; }
      .msie6 #custom-doc #bd #yui-main .result.first, .msie6 #custom-doc #bd #yui-main .result.last, .msie6 #custom-doc #bd #yui-main .result.featured, .msie6 #custom-doc #bd #yui-main .result.side {
        border: 0; }
      .msie6 #custom-doc #bd #yui-main .result .result-social {
        padding: 0 0 30px 0; }
    .msie6 #custom-doc #bd #yui-main .voices-byline {
      border: 0; }
    .msie6 #custom-doc #bd #yui-main .content-header h2, .msie6 #custom-doc #bd #yui-main .content-header h3 {
      float: none; }
    .msie6 #custom-doc #bd #yui-main .MainForm input {
      width: auto;
      background: none; }
    .msie6 #custom-doc #bd #yui-main .MainForm p input, .msie6 #custom-doc #bd #yui-main .MainForm p button {
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      -khtml-border-radius: 6px;
      border-radius: 6px;
      background: #197cb8;
      border: 0;
      text-transform: uppercase;
      font-weight: bold;
      padding: 4px;
      font-size: 1em; }
    .msie6 #custom-doc #bd #yui-main .profile, .msie6 #custom-doc #bd #yui-main .voices {
      border: 0;
      clear: both;
      display: block; }
    .msie6 #custom-doc #bd #photo #photo_preview {
      float: none; }
    .msie6 #custom-doc #bd #photo #photo_information {
      float: none; }
  .msie6 #custom-doc #ft {
    background: none;
    padding: 0; }
