/* SHARED HYPERLINK COLOURS --------------------- */
/* BASELINES ------------------------------------- */
/* LAYOUT ----------------------------------------- */
/* MESSAGE COLORS -------------------------------- */
* {
  margin: 0;
  padding: 0; }

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

body {
  font-size: 80%;
  font-family: Helvetica, Arial, Verdana; }

/* Globally Shared Properties ================================================== */
/* ============================================================================= */
/* Basic Formatting ------------------------------------------------------------ */
h1 {
  color: #415a68;
  font-weight: bold;
  font-size: 130%;
  margin-bottom: 0.5em; }

h2 {
  color: black;
  font-weight: bold;
  font-size: 130%; }

h3, h4, h5, h6 {
  color: black;
  font-weight: bold;
  font-size: 100%; }

a {
  color: black; }
  a:hover {
    color: #415a68; }
  a:active {
    border-bottom: none; }

ul {
  margin-bottom: 0.7em;
  list-style-position: inside; }

li {
  font-size: 1em;
  line-height: 1.4em; }

p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 0.7em; }

table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 1.4em; }
  table th {
    text-align: left;
    vertical-align: top;
    font-size: 1em;
    line-height: 1.4em;
    padding: 0.175em; }
  table td {
    vertical-align: top;
    text-align: left;
    font-size: 1em;
    line-height: 1.4em;
    padding: 0.175em; }

hr {
  height: 3px;
  color: #77ae9a;
  background-color: #77ae9a;
  margin: 10px 0;
  border: none; }

sup {
  font-size: 0.5em; }

abbr, acronym {
  border-bottom: none;
  text-decoration: none; }

.clear {
  clear: both; }

/* Interface layout ================================================== */
/* =================================================================== */
#wrapper {
  position: relative;
  min-width: 670px;
  max-width: 1000px;
  height: 100%;
  margin: 35px 26px 0 281px; }

/* Logo area ================================ */
ul#network-nav {
  position: absolute;
  left: -260px;
  top: -7px;
  height: 219px;
  width: 219px; }
  ul#network-nav li {
    display: block;
    float: left;
    width: 109px;
    height: 109px;
    overflow: hidden;
    background: transparent no-repeat 0 0; }
    ul#network-nav li a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -1000em;
      letter-spacing: -1000em;
      background-image: url(../../images/nav/nav-sprites.png); }
    ul#network-nav li.aidc a {
      background-position: 0 222px;
      margin: 0 1px 1px 0; }
      ul#network-nav li.aidc a:hover, ul#network-nav li.aidc a.selected {
        background-position: 0 0; }
    ul#network-nav li.f4 a {
      background-position: 109px 222px;
      margin: 0 0 1px 0; }
      ul#network-nav li.f4 a:hover, ul#network-nav li.f4 a.selected {
        background-position: 109px 0; }
    ul#network-nav li.network a {
      background-position: 0 113px;
      margin: 0 1px 0 0; }
      ul#network-nav li.network a:hover, ul#network-nav li.network a.selected {
        background-position: 0 -109px; }
    ul#network-nav li.screening a {
      background-position: 109px 113px;
      margin: 0; }
      ul#network-nav li.screening a:hover, ul#network-nav li.screening a.selected {
        background-position: 109px -109px; }

/* HEADER ========================= */
#header {
  height: 212px;
  margin-bottom: 45px;
  min-width: 650px;
  max-width: 1000px;
  background: #77ae9a no-repeat 0 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }
  #header .cart_icon {
    width: auto;
    float: right;
    margin: -21px 350px 0 0;
    font-size: 95%; }
    #header .cart_icon a {
      display: block;
      padding-right: 5px;
      text-indent: 20px;
      background: transparent url(/images/cart-empty_x32.png) center right no-repeat; }
      #header .cart_icon a.full {
        background-image: url(/images/cart-full_x32.png); }
  #header .greetings {
    width: auto;
    float: right;
    margin: -21px 200px 0 0;
    font-size: 95%; }
    #header .greetings a {
      margin-right: 5px; }
  #header .search {
    width: auto;
    float: right;
    margin: -21px 150px 0 0;
    font-size: 95%; }
  #header .signInOrSignUp {
    width: auto;
    float: right;
    margin: -21px 200px 0 0;
    font-size: 95%; }
    #header .signInOrSignUp a {
      margin-right: 5px; }
    #header .signInOrSignUp .signin {
      text-decoration: underline;
      margin-right: 5px; }

/* MAIN NAVIGATION ========================= */
#navigation {
  position: absolute;
  left: -237px;
  top: 258px;
  width: 180px;
  padding: 0 20px 0 0;
  text-align: right; }
  #navigation ul {
    list-style-type: none; }
    #navigation ul li {
      margin-bottom: 9px; }
      #navigation ul li a {
        font-size: 17px;
        letter-spacing: -1px;
        text-transform: uppercase;
        text-decoration: none; }
        #navigation ul li a:hover {
          color: #415a68; }

/* CONTENT ================================== */
#content {
  position: relative;
  width: auto;
  margin-left: -46px;
  margin-bottom: 4em;
  padding-left: 40px;
  min-height: 400px;
  border-left: 5px solid;
  border-color: #77ae9a; }
  #content ul {
    list-style-position: outside;
    list-style-type: square;
    margin-top: -0.7em;
    margin-left: 15px; }

/* FOOTER ================================== */
#footer {
  clear: both;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  #footer ul li {
    display: inline;
    margin-right: 5px; }
    #footer ul li a {
      font-size: 85%; }
      #footer ul li a:hover {
        text-decoration: none; }

/* FLASH ===================================== */
.notice {
  padding: 8px 12px 8px 35px;
  margin-bottom: 1em;
  color: #333;
  font-size: 1.1em;
  background-color: #edf3fd;
  background-repeat: no-repeat;
  background-position: 12px center;
  border-width: 3px;
  border-style: solid;
  border-color: #b2c7df;
  border-left: none;
  border-right: none; }
  .notice.ok {
    background-color: #edffe1;
    background-image: url(../../images/icons/ok.gif);
    border-color: #bdd8bd; }
  .notice.warning {
    background-color: #fdffcb;
    background-image: url(../../images/icons/warning.gif);
    border-color: #fcd41d; }
  .notice.error {
    background-color: #ffebe2;
    background-image: url(../../images/icons/error.gif);
    border-color: #fecfc1; }

/* SIGN UP PAGE ================================= */
.before_content {
  width: 100%; }

.login {
  width: 50%;
  float: right; }

.create {
  width: 49%;
  float: left; }
  .create fieldset a.create_button {
    display: inline-block;
    margin: 1em 0 0 20%;
    width: auto;
    background-color: #77ae9a;
    padding: 9px 10px;
    font-size: 120%;
    text-decoration: none; }
  .create fieldset a.create_button:hover {
    color: #000; }

/* MEETMARKET IFRAME ========================== */
iframe {
  overflow: hidden; }

/* RECEIPT MESSAGE */
#receipt-message {
  margin: 0 0 10px 0; }

#content .single-column {
  width: 100%; }
#content .content-main {
  float: left;
  width: 63%; }
#content .content-side {
  float: right;
  width: 33%;
  margin-top: 1em; }
  #content .content-side ul {
    margin: 10px 0 20px; }
  #content .content-side li {
    margin: 0 0 5px;
    padding: 20px 8px 5px;
    background-color: #77ae9a;
    list-style: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; }
    #content .content-side li:hover {
      background-color: #d6e7e1;
      border: 1px solid black;
      padding: 19px 7px 4px; }
    #content .content-side li a {
      text-decoration: none; }
      #content .content-side li a:hover {
        color: black; }
#content .content-left {
  float: left;
  width: 49%;
  margin-right: -20%; }
#content .content-right {
  float: right;
  width: 49%; }

fieldset {
  width: 100%;
  margin: 3em 0 1.5em 0;
  padding: 10px 0;
  border: 0 solid white;
  border-bottom-style: solid;
  border-bottom-color: #77ae9a;
  border-bottom-width: 3px; }
  fieldset a.button {
    display: inline-block;
    width: auto;
    background-color: #d6e7e1;
    border: 1px solid;
    border-color: #415a68;
    color: black;
    padding: 0.2em 1em;
    text-decoration: none;
    font-size: 0.9em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer; }
    fieldset a.button:hover {
      background-color: #77ae9a;
      border-color: black; }
  fieldset legend {
    color: #415a68;
    font-weight: bold;
    font-size: 125%; }
    fieldset legend span {
      position: absolute;
      margin-top: -20px; }
  fieldset dl {
    zoom: 1;
    width: 100%; }
  fieldset dt {
    float: left;
    clear: both;
    width: 20%;
    margin: 0.5em 0 0.5em 0; }
    fieldset dt p {
      width: 180%;
      position: relative;
      left: 300%;
      margin-top: -2em;
      margin-left: 2em; }
    fieldset dt h2 {
      color: #415a68;
      font-size: 115%; }
  fieldset dd {
    float: left;
    width: 79%;
    margin: 0 0 1em 0.25em; }
  fieldset fieldset {
    width: 50%;
    border: none;
    padding: 0;
    margin: 0; }
    fieldset fieldset dt {
      float: right;
      width: 90%;
      margin: 0.25em 0 0.25em 0; }
    fieldset fieldset dd {
      width: auto;
      margin: 0 0 0.5em 0.25em; }

label {
  font-weight: bold; }

fieldset fieldset label {
  font-weight: normal; }

input, textarea, select, p.txtarea, p.field {
  width: 50%;
  font-size: 110%; }
  input.narrow, textarea.narrow, select.narrow, p.txtarea.narrow, p.field.narrow {
    width: 25%; }
  input.wide, textarea.wide, select.wide, p.txtarea.wide, p.field.wide {
    width: 75%; }

input {
  height: 1.3em; }
  input.radio, input.checkbox {
    position: relative;
    top: 2px;
    width: auto; }

input.confirm {
  width: 14px;
  height: 14px; }

textarea {
  height: 10em; }
  textarea.short {
    height: 5em; }
  textarea.tall {
    height: 20em; }

p.txtarea {
  background-color: red; }

p.field {
  background-color: blue; }

.controls, .actions {
  margin: 1em 0 5em 20%; }
  .controls.left, .actions.left {
    margin-left: 0; }
  .controls input, .controls button, .controls .button, .controls p.field, .actions input, .actions button, .actions .button, .actions p.field {
    width: auto;
    height: 2em;
    background-color: #EEE;
    padding: 0 1em;
    border-color: #999;
    font-size: 120%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer; }
    .controls input:hover, .controls button:hover, .controls .button:hover, .controls p.field:hover, .actions input:hover, .actions button:hover, .actions .button:hover, .actions p.field:hover {
      background-color: #CCC;
      color: black;
      border-color: black; }
    .controls input.default, .controls button.default, .controls .button.default, .controls p.field.default, .actions input.default, .actions button.default, .actions .button.default, .actions p.field.default {
      background-color: #d6e7e1;
      border: 1px solid;
      border-color: #415a68;
      color: black; }
      .controls input.default:hover, .controls button.default:hover, .controls .button.default:hover, .controls p.field.default:hover, .actions input.default:hover, .actions button.default:hover, .actions .button.default:hover, .actions p.field.default:hover {
        background-color: #77ae9a;
        border-color: black; }
  .controls a.button, .actions a.button {
    display: inline-block;
    width: auto;
    height: 1.1em;
    background-color: #EEE;
    padding: 0.4em 1em;
    border: 1px solid #999;
    font-size: 120%;
    text-decoration: none; }

.remove .clear {
  border-bottom: 1px solid black;
  margin-bottom: 10px; }

#header form {
  float: right;
  position: relative;
  top: -25px;
  margin-left: 10px; }
  #header form fieldset {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
    display: none; }
    #header form fieldset legend {
      display: none; }
    #header form fieldset dt {
      float: left;
      clear: none;
      width: auto;
      margin: 0 5px 0 0;
      padding-top: 2px; }
    #header form fieldset dd {
      float: left;
      width: auto;
      margin: 0 8px 0 0; }
    #header form fieldset label {
      font-weight: normal;
      font-size: 95%; }
    #header form fieldset input {
      height: 1em;
      width: 9em; }
  #header form .controls {
    float: left;
    display: none;
    margin: 0 0 0 -5px !important; }
    #header form .controls input, #header form .controls button {
      height: 1.5em;
      padding: 0 0.3em;
      font-size: 95%; }

#header form#f_search {
  float: right;
  position: relative;
  margin-left: 10px;
  top: -25px; }
  #header form#f_search fieldset {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
    display: inline; }
    #header form#f_search fieldset legend {
      display: none; }
    #header form#f_search fieldset dt {
      float: left;
      clear: none;
      width: auto;
      margin: 0 5px 0 0;
      padding-top: 2px; }
    #header form#f_search fieldset dd {
      float: left;
      width: auto;
      margin: 0 8px 0 0; }
    #header form#f_search fieldset label {
      font-weight: normal;
      font-size: 95%; }
    #header form#f_search fieldset input {
      height: 1em;
      width: 9em; }
  #header form#f_search .controls {
    float: left;
    display: inline;
    margin: 0 0 0 -5px !important; }
    #header form#f_search .controls input, #header form#f_search .controls button {
      height: 1.5em;
      padding: 0 0.3em;
      font-size: 95%; }

fieldset.multi-select {
  border-bottom: none; }
  fieldset.multi-select dt {
    float: right;
    width: 95%;
    border-top: 1px solid black;
    padding: 10px 0 10px 5%;
    min-height: 50px;
    margin: 0; }
    fieldset.multi-select dt span {
      font-weight: normal; }
    fieldset.multi-select dt.selected {
      background-color: #d6e7e1; }
      fieldset.multi-select dt.selected .img {
        float: left;
        margin-right: 10px; }
  fieldset.multi-select dd {
    float: none;
    position: relative;
    width: 5%;
    height: 50px;
    margin: 0;
    padding: 10px 0 10px 0; }
    fieldset.multi-select dd.selected {
      background-color: #d6e7e1; }
    fieldset.multi-select dd.additional_purchase {
      height: 99px;
      margin: 2px 0 0; }
    fieldset.multi-select dd input {
      position: absolute;
      top: 20px;
      left: 10px; }

.formError, .errorExplanation {
  margin-bottom: 1em;
  padding: 0.8em;
  background: #ffebe2 url(/images/shadow_top.png) 0px -50px repeat-x;
  color: black;
  border-width: 3px;
  border-style: solid;
  border-color: #fecfc1;
  border-left: none;
  border-right: none; }
  .formError ul, .errorExplanation ul {
    margin-bottom: 0px; }

#iframe_up {
  position: absolute;
  margin: -25px 0 0 -5px; }

th {
  font-weight: bold; }

td.cost {
  width: 300px; }

.border_row {
  border: none;
  border-bottom: 5px solid;
  border-color: #77ae9a; }

.cart_controls {
  float: right; }
  .cart_controls a {
    text-decoration: none; }

a.button {
  display: inline-block;
  width: auto;
  background-color: #eee;
  border: 1px solid;
  border-color: #999999;
  color: black;
  padding: 0.4em 1em;
  text-decoration: none;
  font-size: 0.9em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  cursor: pointer; }
  a.button:hover {
    background-color: #cccccc;
    border-color: black; }
  a.button.default {
    background-color: #d6e7e1;
    border: 1px solid;
    border-color: #415a68;
    color: black; }
    a.button.default:hover {
      background-color: #77ae9a;
      border-color: black; }

.invoice-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px; }

.invoice-number, .invoice-date, .invoice-company {
  margin: 0 0 10px 0; }

table.inbox thead, table.inbox tfoot, table.read-message thead, table.read-message tfoot {
  border-bottom: 1px solid #999; }
table.inbox tr.pair, table.read-message tr.pair {
  background-color: #F0F0F0; }
table.inbox td a, table.read-message td a {
  text-decoration: none; }
table.inbox tr.dark, table.read-message tr.dark {
  background-color: #C0C0C0; }

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

.autocomplete {
  border: 1px solid #999;
  background: #FFF;
  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: #F0F0F0; }
  .autocomplete div {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden; }
  .autocomplete strong {
    font-weight: normal;
    color: #3399FF; }

.profile {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 200px; }
  .profile .side-content {
    position: absolute;
    width: 136px; }
    .profile .side-content .badges {
      margin: 4px 0 0 0; }
      .profile .side-content .badges .speaker {
        background: url(/images/profile/speaker.png) no-repeat;
        width: 136px;
        height: 23px; }
        .profile .side-content .badges .speaker span {
          display: none; }
  .profile .main-content {
    min-width: 510px;
    margin: 0 0 0 140px; }
    .profile .main-content h2 {
      background-color: #77ae9a;
      color: #fff;
      font-size: 1.8em;
      padding: 5px 13px 3px; }
    .profile .main-content h3 {
      font-weight: normal;
      background-color: #e8ebed;
      padding: 6px 13px; }
      .profile .main-content h3.inbox {
        background-color: transparent;
        padding: 20px 0 0 0;
        margin-bottom: -15px;
        font-weight: bold; }
    .profile .main-content dl {
      padding: 13px;
      zoom: 1;
      width: 100%; }
      .profile .main-content dl dt {
        float: left;
        clear: both;
        color: #77ae9a;
        width: 20%;
        margin: 0 0 0.5em 0; }
      .profile .main-content dl dd {
        float: left;
        width: 79%;
        margin: 0 0 1em 0.25em; }
  .profile.self .main-content {
    min-width: 290px;
    margin: 0 215px 0 144px; }
  .profile.self .tools-account {
    position: absolute;
    width: 200px;
    right: 0; }
    .profile.self .tools-account ul {
      margin: 2px 0 15px !important; }
      .profile.self .tools-account ul li {
        margin: 0 0 5px;
        border: 1px solid black;
        padding: 19px 7px 4px;
        background-color: #d6e7e1;
        list-style: none;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px; }
        .profile.self .tools-account ul li:hover {
          background-color: #77ae9a;
          padding: 20px 8px 5px;
          border: none; }
        .profile.self .tools-account ul li a {
          text-decoration: none; }
          .profile.self .tools-account ul li a:hover {
            color: black; }

#content ul.profile-list {
  margin: 1em 0 0; }
  #content ul.profile-list li {
    position: relative;
    float: left;
    width: 210px;
    height: 150px;
    margin: 0 10px 10px 0;
    list-style: none; }
    #content ul.profile-list li h2 {
      background-color: #415a68;
      color: white;
      padding: 3px 3px 0px 5px;
      font-weight: normal;
      font-size: 90%;
      text-transform: uppercase; }
    #content ul.profile-list li h3 {
      background-color: #e8ebed;
      color: black;
      padding: 3px 3px 0px 5px;
      font-weight: normal;
      font-size: 85%; }
    #content ul.profile-list li a img {
      border: none; }

#content ul.partners {
  margin: 0 0 80px;
  width: 600px; }
  #content ul.partners li {
    list-style: none;
    text-transform: uppercase;
    clear: both;
    padding-top: 20px; }
    #content ul.partners li ul {
      border-top: 1px solid black;
      padding-top: 10px;
      margin: 0;
      width: 340px; }
      #content ul.partners li ul li {
        text-transform: none;
        border: none;
        display: block;
        float: left;
        clear: none;
        margin-right: 10px;
        padding: 0;
        background-position: 0 0;
        background-repeat: no-repeat; }
        #content ul.partners li ul li a {
          display: block;
          border: none; }
  #content ul.partners.small {
    width: 405px; }
#content ul.f4-sponsors {
  margin: 30px 0 0 80px;
  width: 600px; }
  #content ul.f4-sponsors li {
    text-transform: none;
    border: none;
    display: block;
    float: left;
    clear: none;
    height: 90px;
    margin-right: 10px;
    padding: 0;
    background-position: 0 0;
    background-repeat: no-repeat; }
    #content ul.f4-sponsors li#aidc {
      width: 168px;
      background-image: url(../../images/supporters/aidc.png);
      margin-right: 40px; }
    #content ul.f4-sponsors li#mrc {
      width: 172px;
      background-image: url(../../images/supporters/mrc.png); }
    #content ul.f4-sponsors li a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -10000em;
      letter-spacing: -1000em; }

/* CALENDAR ========================= */
#calendar_content .button, #group_calendar_content .button, #category_listing .button {
  background-color: #d6e7e1;
  color: white;
  border: 0;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }
  #calendar_content .button:hover, #group_calendar_content .button:hover, #category_listing .button:hover {
    background-color: #f6ffff; }
#calendar_content #add_remove_schedule .button, #group_calendar_content #add_remove_schedule .button, #category_listing #add_remove_schedule .button {
  background-color: #415a68; }
  #calendar_content #add_remove_schedule .button:hover, #group_calendar_content #add_remove_schedule .button:hover, #category_listing #add_remove_schedule .button:hover {
    background-color: #617a88; }

#calendar_content {
  position: relative;
  width: 947px; }

#group_calendar_content {
  position: relative;
  width: 827px; }

#calendar_page_right_col, #group_calendar_page_right_col {
  margin-left: 7px; }

#calendar_page_left_col {
  width: 700px; }

#calendar_page_right_col {
  width: 240px; }

#group_calendar_page_left_col {
  width: 580px; }

#group_calendar_page_right_col {
  width: 240px; }

#calendar_page_left_col, #calendar_page_right_col, #group_calendar_page_left_col, #group_calendar_page_right_col {
  float: left; }
  #calendar_page_left_col .button, #calendar_page_right_col .button, #group_calendar_page_left_col .button, #group_calendar_page_right_col .button {
    float: left;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 2px;
    margin-left: 7px;
    font-size: 10px;
    height: 18px; }
  #calendar_page_left_col button.button, #calendar_page_right_col button.button, #group_calendar_page_left_col button.button, #group_calendar_page_right_col button.button {
    padding-top: 0px;
    height: 28px;
    cursor: hand;
    cursor: pointer; }
  #calendar_page_left_col .button_row, #calendar_page_right_col .button_row, #group_calendar_page_left_col .button_row, #group_calendar_page_right_col .button_row {
    float: right;
    width: 100%;
    height: auto; }
    #calendar_page_left_col .button_row .buttons, #calendar_page_right_col .button_row .buttons, #group_calendar_page_left_col .button_row .buttons, #group_calendar_page_right_col .button_row .buttons {
      float: right;
      width: auto;
      height: auto; }

#calendar_heading {
  height: 28px;
  padding-top: 7px;
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 7px;
  background-color: #77ae9a;
  color: white;
  overflow: hidden; }
  #calendar_heading .fancy-font {
    font-size: 16px; }
  #calendar_heading .title {
    font-size: 14px;
    margin: 2px 0 0; }
  #calendar_heading .title-large {
    font-size: 24px;
    margin: 2px 0 0; }
  #calendar_heading #left {
    padding-top: 7px;
    padding-left: 7px;
    float: left;
    width: 60%;
    overflow: hidden; }
  #calendar_heading #right {
    float: right;
    height: 100%;
    text-align: right;
    overflow: hidden; }
    #calendar_heading #right a {
      color: white !important; }
  #calendar_heading #r_left {
    float: left;
    padding-top: 7px;
    padding-left: 7px;
    width: 60%;
    overflow: hidden; }
  #calendar_heading #r_right {
    float: right;
    height: 100%;
    text-align: right;
    overflow: hidden; }

#event_content {
  width: 1000px; }

#event_page_left_col {
  float: left;
  width: auto;
  padding-right: 20px;
  width: 700px; }

#event_page_right_col {
  float: left;
  width: 240px; }

#category_listing {
  position: relative;
  width: 947px;
  margin-bottom: 7px; }
  #category_listing #category_listing_left {
    position: relative;
    float: left;
    width: 700px;
    height: auto; }
  #category_listing #category_listing_right {
    position: relative;
    margin-left: 7px;
    float: left;
    width: 240px;
    height: auto; }
    #category_listing #category_listing_right .button {
      float: right; }
  #category_listing a.category_button, #category_listing a.selected_category_button, #category_listing .button {
    margin-left: 7px;
    width: auto;
    height: 32px -20px;
    padding-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 0.9em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    color: black !important; }
  #category_listing a.category_button, #category_listing a.selected_category_button {
    float: left;
    color: black;
    opacity: 1; }
    #category_listing a.category_button:hover, #category_listing a.selected_category_button:hover {
      opacity: 0.6; }
  #category_listing a.selected_category_button {
    border: 1px solid black !important;
    padding-top: 9px;
    padding-bottom: 9px; }

#session_details {
  padding-top: 20px; }
  #session_details th {
    font-weight: 100;
    color: #77ae9a;
    font-size: 11px;
    line-height: 22px; }
  #session_details td {
    font-weight: 100;
    color: black;
    font-size: 11px;
    line-height: 22px; }
    #session_details td.session-title {
      font-weight: bold !important;
      font-size: 13px;
      line-height: 15px !important; }

.button_row {
  display: inline-block;
  width: 100%;
  padding-bottom: 7px; }

.sponsor_heading {
  text-decoration: bold;
  padding-top: 20px; }

.event_photo {
  padding-top: 20px; }

dl.calendar {
  zoom: 1;
  width: 100%;
  margin-top: 10px; }
  dl.calendar dt {
    float: left;
    clear: both;
    width: 15%;
    margin: 0 0 0.5em;
    color: #415a68; }
  dl.calendar dd {
    float: left;
    width: 79%;
    margin: 0 0 1em; }

#speaker-list {
  display: block;
  margin: 8px 0 0 -16px; }
  #speaker-list ul {
    position: relative;
    float: left;
    list-style: none;
    list-style-type: none;
    display: block;
    width: 160px;
    height: 175px;
    overflow: hidden;
    background-color: #E8EBED; }
    #speaker-list ul li.position {
      background-color: #e8ebed;
      color: black;
      padding: 3px 3px 0px 5px;
      font-weight: normal;
      font-size: 85%; }
    #speaker-list ul li.name {
      background-color: #415a68;
      color: white;
      padding: 3px 3px 0px 5px;
      font-weight: normal;
      font-size: 90%;
      text-transform: uppercase; }
    #speaker-list ul li.pic {
      padding: 0;
      margin: 0; }
      #speaker-list ul li.pic img {
        padding: 0;
        margin: 0; }

.event-topic-header {
  width: auto;
  background-color: #77ae9a;
  padding: 5px 10px;
  margin: 0 0 20px 0; }
  .event-topic-header .title {
    color: white;
    font-size: 18px;
    float: left; }
  .event-topic-header .event-paginate {
    float: right; }
    .event-topic-header .event-paginate a {
      color: #fff;
      text-decoration: none; }

.event-topic {
  width: auto;
  margin: 0 0 10px 0; }
  .event-topic .title {
    background-color: #77ae9a;
    padding: 5px 10px;
    color: white;
    font-size: 16px; }
  .event-topic .content {
    background-color: #d6e7e1;
    padding: 0 10px 0 20px; }
    .event-topic .content .event-data {
      width: 90%;
      float: left; }
      .event-topic .content .event-data dl.topic {
        zoom: 1;
        width: 100%;
        margin-top: 10px; }
        .event-topic .content .event-data dl.topic dt {
          float: left;
          clear: both;
          width: 10%;
          margin: 0 0 0.5em;
          color: #415a68; }
        .event-topic .content .event-data dl.topic dd {
          float: left;
          width: 90%;
          margin: 0 0 1em; }
    .event-topic .content .event-button {
      float: right;
      margin: 10px 0 0; }

.event-thread-header {
  width: auto;
  background-color: #77ae9a;
  padding: 10px 10px;
  margin: 0 0 3px; }
  .event-thread-header .title {
    color: white;
    font-size: 18px;
    float: left; }
  .event-thread-header .event-paginate {
    float: right; }
    .event-thread-header .event-paginate a {
      color: #fff;
      text-decoration: none; }

.event-thread {
  width: auto;
  margin: 0 0 3px; }
  .event-thread .content {
    background-color: #d6e7e1;
    padding: 10px; }
    .event-thread .content .thread-head {
      margin: 0 0 10px;
      font-size: 14px;
      color: #5a8a74; }
      .event-thread .content .thread-head a {
        text-decoration: none;
        color: #5a8a74; }
      .event-thread .content .thread-head .thread-delete {
        float: right; }
        .event-thread .content .thread-head .thread-delete a {
          color: #000; }

#ical {
  display: inline-block;
  margin: 0 0 10px; }

.ui-datepicker-trigger {
  background-image: url('/images/calendar-icon.png') !important;
  background-repeat: no-repeat;
  background-position: 7px 4px;
  width: 31px; }

.cal-spinner {
  margin-left: 100px;
  margin-top: 100px; }
  .cal-spinner img {
    margin-bottom: -2px; }

#shop_listing {
  margin-bottom: 50px; }
  #shop_listing .flowcontainer {
    width: 400px;
    overflow: hidden; }
  #shop_listing img {
    padding: 2px;
    margin: 2px;
    border: 1px solid #999; }
  #shop_listing .left {
    width: 70%; }
  #shop_listing div.right {
    width: 25%;
    padding: 0 0 20px 20px;
    float: right; }
  #shop_listing td.left {
    width: 120px; }
  #shop_listing td.right {
    width: 500px; }
  #shop_listing .shop_listing_body {
    margin: 0 0 20px 0; }
  #shop_listing .genre {
    width: 150px;
    float: right; }
  #shop_listing .synopsis {
    margin: 5px 0;
    text-align: justify;
    font-size: 10px; }
  #shop_listing .ajaxful-rating-wrapper {
    float: right;
    margin: -15px 0; }
  #shop_listing h2 {
    margin-bottom: 10px; }
    #shop_listing h2 a {
      color: #415a68;
      text-decoration: none; }
  #shop_listing table.screening {
    float: left;
    border-spacing: 0;
    margin-bottom: 1.4em;
    width: 250px; }

.portlet_content .product-category-list {
  list-style: none;
  padding: 20px 30px 20px 0;
  width: auto;
  height: 100px;
  margin-bottom: 0; }
  .portlet_content .product-category-list .product-category-left-box {
    float: left; }
    .portlet_content .product-category-list .product-category-left-box a {
      background: #CCC;
      display: block; }
  .portlet_content .product-category-list .product-middle-box {
    margin: 0 0 0 100px;
    display: block;
    padding: 0 0 10px 10px; }
    .portlet_content .product-category-list .product-middle-box h2 {
      padding-bottom: 10px;
      width: auto; }

#product-images {
  padding: 0 20px 10px 0;
  width: 240px;
  float: left; }
  #product-images .thumbnails {
    list-style: none;
    padding: 0;
    margin: 0; }
    #product-images .thumbnails li {
      float: left;
      width: 100px;
      height: 100px;
      margin: 0 20px 20px 0;
      background: #CCC; }

#cart-form {
  float: right;
  width: 300px;
  padding: 0 0 0 10px;
  text-align: right; }
  #cart-form button.primary {
    font-size: 14px;
    margin: 5px 5px; }
  #cart-form input.quantity {
    margin-top: 5px; }


#product_categories h2 {
  margin: 0 0 10px; }

.category-view {
  margin: 10px 0 0; }

.border_row {
  border-bottom: 1px solid #415A68; }

#updatecart th {
  padding: 20px 0;
  border-bottom: 1px solid #415A68; }

.quantity.required {
  width: 50px; }

.ri-logo {
  display: block;
  width: 191px;
  height: 80px;
  background-image: url("/images/interface/header-logo.png");
  position: absolute;
  top: -187px;
  right: 10px; }

#header {
  background-image: url("../../images/interface/header-bg-screening.png"); }
  #header #header-logo {
    background-image: url("../../images/interface/header-logo.png");
    width: 191px;
    height: 80px;
    float: right;
    margin: 68px; }

#content .videos_listing table {
  width: auto; }
#content .videos_listing .video_listing_body {
  margin: 0 0 20px 0; }
#content .videos_listing .flowcontainer {
  width: 400px;
  overflow: hidden; }
#content .videos_listing img {
  padding: 2px;
  margin: 2px;
  border: 1px solid #000; }
#content .videos_listing .left {
  width: 208px; }
#content .videos_listing .right {
  width: 400px; }
#content .videos_listing .genre {
  width: 150px;
  float: right; }
#content .videos_listing .synopsis {
  margin: 5px 0;
  text-align: justify;
  font-size: 10px; }
#content .videos_listing .ajaxful-rating-wrapper {
  float: right;
  margin: -15px 0; }
#content .videos_listing h2 a {
  color: #415a68;
  text-decoration: none; }
#content .videos_listing table.screening {
  float: left;
  border-spacing: 0;
  margin-bottom: 1.4em;
  width: 250px; }

.listing_heading {
  text-align: justify;
  width: 280px; }
  .listing_heading a {
    color: #415a68;
    text-decoration: none;
    font-size: 14px; }

.video_row {
  background-color: #d6e7e1;
  width: 920px; }
  .video_row .left {
    float: left;
    width: 480px;
    margin: 10px; }
  .video_row .right {
    float: left;
    width: 390px;
    margin: 10px; }

.video_details {
  width: 900px; }
  .video_details h2 {
    color: #77ae9a;
    font-size: 14px; }
  .video_details p {
    font-size: 12px; }

#content ul.details {
  margin: 0;
  list-style-type: none; }

#content #upload-note {
  position: absolute;
  top: 200px; }

#content fieldset dt p.move-for-remove {
  margin-left: 80px; }

.portlet_content ul li {
  border-bottom: solid 1px #CCC;
  width: 100%;
  display: block;
  list-style: none;
  list-style-type: none;
  padding-bottom: 10px;
  margin-top: 10px; }
  .portlet_content ul li table {
    margin-bottom: 0; }
  .portlet_content ul li .left-box {
    float: left;
    width: 20%; }
  .portlet_content ul li .middle-box {
    float: left;
    width: 60%; }
  .portlet_content ul li .right-box {
    float: left;
    width: 20%; }
  .portlet_content ul li .clear {
    clear: both; }
  .portlet_content ul li .h4 {
    width: 100px;
    display: inline; }
  .portlet_content ul li dt {
    width: 100px;
    float: left;
    clear: both;
    color: #415a68; }
  .portlet_content ul li dd {
    float: left;
    display: block;
    padding-bottom: 3px; }
  .portlet_content ul li .text {
    display: block;
    width: 300px; }
  .portlet_content ul li tr {
    border-bottom: solid 1px #CCC; }

#group_full_heading {
  padding-top: 5px;
  padding-left: 8px;
  padding-bottom: 5px;
  background-color: #77ae9a;
  color: #FFF;
  margin-bottom: 10px; }

.group_listing_page_left_column {
  padding-top: 5px;
  float: left;
  width: 100%; }
  .group_listing_page_left_column p {
    padding-left: 5px; }

#content ul.search-results {
  margin: 0; }

.profile h3 a {
  padding-top: 30px;
  text-decoration: none; }
.profile .tools p {
  background-color: rgb(139, 154, 161);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  /* :border 1px solid black */
  list-style: none;
  display: list-item;
  width: 111px;
  margin: 0px 0px 5px;
  padding: 4px 7px 4px; }
  .profile .tools p a {
    text-decoration: none; }
.profile .main-content .bio-content dt {
  width: 100px; }
.profile .main-content .content-area {
  margin: 10px;
  float: none; }
.profile .main-content #tweets {
  margin: 20px 0 0; }
  .profile .main-content #tweets .tweet {
    padding: 2px 0; }
    .profile .main-content #tweets .tweet .time {
      font-size: 90%; }
  .profile .main-content #tweets .visit {
    margin: 10px 0 0 0; }
.profile .main-content #activities {
  margin: 20px 0 0; }
  .profile .main-content #activities .activity {
    padding: 2px 0; }
    .profile .main-content #activities .activity .time {
      font-size: 90%; }
.profile .profile-nav {
  padding: 4px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-top: 15px;
  list-style: none; }
  .profile .profile-nav li {
    list-style: none;
    float: left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /* :border 1px solid black */
    background-color: #d6e7e1;
    list-style: none;
    margin: 0px 5px 5px 0;
    padding: 8px 8px 8px 8px; }
    .profile .profile-nav li a {
      text-decoration: none;
      color: #FFF;
      text-weight: bold; }
    .profile .profile-nav li a:hover {
      color: #415a68; }
  .profile .profile-nav li.active {
    background: #FFF;
    border: 1px solid;
    border-color: #d6e7e1;
    padding: 7px; }
    .profile .profile-nav li.active a {
      text-decoration: none;
      color: #415a68;
      text-weight: bold; }
  .profile .profile-nav li.active:hover {
    background: #d6e7e1;
    color: #415a68;
    border: none;
    padding: 8px; }
.profile .tools p {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #d6e7e1;
  margin: 0px 5px 5px 0;
  padding: 8px 8px 8px 8px; }
  .profile .tools p a {
    text-decoration: none;
    color: #FFF;
    text-weight: bold; }
  .profile .tools p a:hover {
    color: #415a68; }
.profile .actions input {
  list-style: none;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: none;
  background-color: #d6e7e1;
  list-style: none;
  margin: 0px 5px 5px 0;
  padding: 4px 4px 4px 4px;
  text-decoration: none;
  color: #FFF;
  text-weight: bold; }
.profile .actions input:hover {
  list-style: none;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: none;
  background-color: #d6e7e1;
  list-style: none;
  margin: 0px 5px 5px 0;
  padding: 4px 4px 4px 4px;
  text-decoration: none;
  color: #415a68;
  text-weight: bold; }
.profile .submit-comment {
  margin-top: 10px; }
  .profile .submit-comment input {
    list-style: none;
    float: left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: none;
    background-color: #d6e7e1;
    list-style: none;
    margin: 0px 5px 5px 0;
    padding: 4px 4px 4px 4px;
    text-decoration: none;
    color: #FFF;
    width: 120px;
    height: 25px; }
  .profile .submit-comment input:hover {
    list-style: none;
    float: left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: none;
    background-color: #d6e7e1;
    list-style: none;
    margin: 0px 5px 5px 0;
    padding: 4px 4px 4px 4px;
    text-decoration: none;
    color: #415a68;
    text-weight: bold;
    width: 120px;
    height: 25px; }
