.social_share {
    border-width: 1px;
    border-style: solid;
    border-color: #a4cce5 #a4cce5 #a0b9ca #a4cce5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 5px;
    background-color: #d9e9f3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.17, rgb(253, 254, 254)), color-stop(0.59, rgb(245,249,252)), color-stop(0.8, rgb(217, 233, 243)));
    background-image: -webkit-linear-gradient(top, rgb(253, 254, 254) 17%, rgb(245,249,252) 59%, rgb(217, 233, 243) 80%);
    background-image: -moz-linear-gradient(top, rgb(253, 254, 254) 17%, rgb(245,249,252) 59%, rgb(217, 233, 243) 80%);
    background-image: -ms-linear-gradient(top, rgb(253, 254, 254) 17%, rgb(245,249,252) 59%, rgb(217, 233, 243) 80%);
    background-image: -o-linear-gradient(top, rgb(253, 254, 254) 17%, rgb(245,249,252) 59%, rgb(217, 233, 243) 80%);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfefe', EndColorStr='#d9e9f3');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfefe', EndColorStr='#d9e9f3')";
    background-image: linear-gradient(top, rgb(253, 254, 254) 17%, rgb(245,249,252) 59%, rgb(217, 233, 243) 80%);
    background-position: 0 0;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 1;
    color: #405d86 !important;
    text-shadow: 0 1px #fff;
    cursor: pointer;
}

.social_share:hover {
    border-color: #5ea4d9 #5ea4d9 #6ea0c6 #5ea4d9;
    background-color: #c3dfee;
    text-decoration: none;
}

.social_share:active {
    border-color: #acbeca #acbeca #90a3af #acbeca;
    background-color: #d0e6f5;
    background-image: none;
}

.social_share > span {
    padding-left: 17px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/sprites/social_share_sprite.png);
    background-position: 0 0;
}

.social_share.large {
    padding: 5px;
}

.social_share.facebook_button > span {
    background-position: 0 -81px;
}

.social_share.tweet_button > span {
    background-position: 0 -31px;
}

.social_share.linkedin_button > span {
    background-position: 0 -56px;
}

.social_share.feed_button > span {
    background-position: 0 -106px;
}

.social_share.email_button > span {
    background-position: 0 -6px;
}

.social_share.google_button > span {
    background-position: 0 -131px;
}
@charset "utf-8";
body{color:#000;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:12px;text-align:left;vertical-align:top;background-color:#fff;margin:0;padding:0;}
a:link,a:visited{color:#e60;text-decoration:none;}
a:hover {
    color:#bf4000;
    text-decoration: underline;
}
a:active{color:#bf4000;text-decoration:none;}
.h1{color:#fff;font-size:24px;font-family: Helvetica, Arial, sans-serif;float:left;padding:15px;}
h2{color:#005580;font-size:20px;line-height:1.2em;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;margin:0;padding:0 0 8px;}
h3{font-size:16px;line-height:1.2em;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;;margin:2px 0 0;padding:0 0 8px;}
.fine{font-size:10px;font-family:Helvetica, Arial, sans-serif;}
p{line-height:1.3em;margin:0;padding:0 0 8px;}
.pipe{color:#acaca7;padding:0 0px;}
.error{color:red;font-weight: bold;}
.message{color:green;font-weight:700;}
#container{height:100%;width:100%;text-align:left;vertical-align:top;margin:0;padding:0;}
.main {
    width: 960px;
    vertical-align: top;
    margin: auto;
    text-align: left;
}
#header{width:100%;height:126px;background:url(../../../../../../s3-s3/static/images/background/bg_header.png) #fff repeat-x top;text-align:center;}
#content{width:100%;background-color:#fff;padding-bottom:20px; min-height:550px;height:auto !important; height:550px;}
#contentpub{
    width: 100%;
    position: relative;
    font-size: 1.1em;
    line-height: 1.2em;
    padding-top: 46px;
}

.clearfloat{clear:both;}
.hide_me{display:none;}
#customheader,
#customfooter {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 7px;
}
.windowpop {background-color:#222; border:5px #151515 solid; color:#ececec; -moz-opacity:.95; filter:alpha(opacity=95); opacity:.95; -moz-border-radius:13px; -webkit-border-radius:13px; border-radius:13px;}
#TicketReg {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-top: 3px;
    padding-left: 11px;
}

#TicketReg .ticket_row .ticket_type_name,
#order_summary_data .ticket_row .ticket_type_name {
    font-weight: bold;
}

#TicketReg .ticket_row .ticket_type_name a,
#TicketReg .ticket_row .ticket_type_name div,
#order_summary_data .ticket_row .ticket_type_name a,
#order_summary_data .ticket_row .ticket_type_name div {
    font-weight: normal;
}

#TicketReg .ticket_table_head td,
#order_summary_data .ticket_table_head td {
    padding: 5px 5px 3px 5px;
}

.clrfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clrfix{
    *zoom: 1;
}
/* Notifications */
.notification {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    min-height: 50px;
    font-size: 14px;
    margin: 35px 0;
}
.standard_notification {
    color: #555;
    background-color: #FFF9D0;
    border: 1px solid #FFE661;
}
.error_notification {
    background-color: #ED613D;
    text-shadow: 0 1px #C6401B;
    border: 1px solid #DE3E00;
}
.error_notification_msg {
    background: url(../../../../../../s3-s3/static/images/icon/notification_stop-trans.png) no-repeat 18px 50%;
    padding: 17px 50px 8px 58px
}
.success_notification {
    background-color: #9BC15C;
}
.countdown_timer_notification {
    background-color: #FFF9D0;
    border: 1px solid #FFE661;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 0 11px 21px;
    color: #555;
    margin-bottom: 15px;
}
.countdown_timer_notification div {
    float: left;
    font-size: 30px;
    line-height: 28px;
    margin-top: 3px;
    *margin-top: 2px;
}
.countdown_timer_notification p {
    float: left;
    margin-left: 16px;
    line-height: 15px;
    margin-top: 2px;
}

.ended_notification {
    background: #3c3c3c;
    -moz-box-shadow: 0 1px 10px #666;
    -webkit-box-shadow: 0 1px 10px #666;
    box-shadow: 0 1px 10px #666;
}

.ended_notification_msg {
    background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/icons/clock_trans.png) right bottom no-repeat;
    margin-right: 75px;
    padding: 20px 23px;
}

.ended_notification_msg h1 {
    font-weight: 200;
}

.ended_notification_buttons {
    margin: 18px 0 6px;
}

.ended_notification_buttons > .go_button {
    margin-right: 5px;
}

.notification_new {
    margin: 0 0 18px 0;
    padding: 20px 15px 15px 60px;
    width: auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.notification_new.success {
    border: 1px solid #92B746;
    background-color: #99C350;
    background-image: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/icons/notification_check.png);
    text-shadow: 0 1px #63852B;
}

.notification_new.error {
    border: 1px solid #DE3E00;
    background-color: #ED613D;
    background-image: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/icons/notification_stop.png);
    text-shadow: 0 1px #C6401B;
}

.notification_new.warning {
    border: 1px solid #FFE661;
    background-color: #FFF9D0;
    background-image: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/icons/notification_alert.png);
    color: #4F5457;
}
/* end Notifications */


/* Eventbrite header */
#eb_header_container {
    position: fixed;
    background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/sprites/event_header_footer.png) repeat-x 0 -4px;
    width: 100%;
    height: 46px;
    z-index: 100;
    -moz-opacity:0.9;
    opacity: 0.9;
}

#eb_header {
    width: 960px;
    margin: 0 auto;
}

#eb_mini_logo {
    float: left;
    background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/sprites/eventspriteling.png) 0px 0px no-repeat;
    width: 87px;
    height: 35px;
    text-indent: -9999px;
    margin-right: 10px;
}

#eb_header .eb_header_tab {
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
    float: left;
}

#eb_header .eb_header_tab_divider {
    float: left;
    display: block;
    height: 36px;
    width: 1px;
    background-color: #d7d7d7;
    margin: 0 15px;
}

#eb_header .contact, #eb_header .contact_redesign {
    float: left;
    margin: 11px 10px 0 15px;
    max-width: 530px;
    color: #555;
}

#eb_header .contact_redesign {
    float: right;
    font-size: 13px;
}

#eb_header a {
    text-decoration: none;
    color: #0f90ba;
}

#eb_header a:hover {
    text-decoration: underline;
}

#eb_header a.social_share:hover {
    text-decoration: none;
}

#social_icons {
    float: right;
    margin-top: 8px;
}

#social_icons  .fb_like_container {
    float: left;
    margin: 0;
    padding: 0 0 8px 0;
    _zoom: 1;
}

#social_icons .fb_like_container .fb_like {
    overflow: visible;
}

#social_icons .social_share {
    float: left;
    margin-right: 5px;
}

.social_share_button {
    width: 55px;
    height: 20px;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    text-indent: -9999px;
    outline: 0;
}

/* end Eventbrite header */
/* Eventbrite footer */
#eb_footer_container {
    position: relative;
    padding: 18px 0;
    background: url(../../../../../../s3-s3/static/images/sprite/event_header_footer.png) repeat-x 0 -50px;

}

#eb_footer {
    width: 960px;
    margin: 0 auto;
    color: #666;
    line-height: 18px;
}

#contact_guideline {
    float: left;
    width: 420px;
}

#sosumi {
    float: right;
}

#eb_footer_tagline {
    float: right;
    margin-right: 10px;
    width: 410px;
}

#eb_footer_logo {
    background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/sprites/eventspriteling.png) no-repeat 0 -245px;
    width: 101px;
    height: 34px;
    text-indent: -9999px;
    float: right;
}

#new_eb_footer_container {
    position: relative;
    margin-top: 40px;
    padding: 16px 0 22px 0;
    border-top: #666 solid 6px;
    background: #333;
    font-size: 13px;
    color: #8d8d8d;
}

#new_eb_footer_container.fr-ca,
#new_eb_footer_container.de-de {
    font-size: 11px;
}

#new_eb_footer {
    width: 960px;
    margin: 0 auto;
    line-height: 20px;
}

#new_eb_footer a {
    color: #ececec;
}

#new_eb_footer_logo {
    width: 38px;
    height: 39px;
    margin-right: 10px;
    vertical-align: middle;
    background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/logos/eb_stamp_dark-trans.png) no-repeat 0 0;
    float: left;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#eb_footer_nav {
    float: left;
}

#eb_footer_subnav {
    font-size: 11px;
    color: #666;
}

#eb_footer_nav_year {
    vertical-align: middle;
}

#eb_footer_nav_list {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

#eb_footer_nav_list li {
    float: left;
}

#eb_footer_nav_list li a {
    padding-left: 7px;
    margin-left: 7px;
    color: #fff;
    border-left: solid 1px #3b3b3b;
    -moz-box-shadow: -1px 0 #282828;
    -webkit-box-shadow: -1px 0 #282828;
    box-shadow: -1px 0 #282828;
}

#eb_footer_guide {
    margin-right: 74px;
    float: right;
}

#eb_footer_guide.non-eng {
    margin-right: 14px;
    text-align: right;
}

/* end Eventbrite footer */



#subhead{clear:both;background:url(../../../../../../s3-s3/static/images/background/subhead_bg.png) #efefef repeat-x top;border-bottom:solid 1px #d5d5d3;color:#005580;margin-bottom:20px;padding:4px 0 0;}
#subfooter{clear:both;background:url(../../../../../../s3-s3/static/images/background/subfooter_bg.png) #efefef repeat-x bottom;border-top:solid 1px #d5d5d3;color:#005580;padding:0 0 4px;}
#subnav{height:37px;width:936px;position:relative;}

/* TOP */
#subhead #subnav{margin-top:4px;}
#subhead #subbutton{bottom:-1px; border-width:1px 1px 0; position:relative;}
#subhead #subbutton .text a,#subhead #subbutton .text a:visited{padding:4px 6px 0;}

/* BOTTOM */
#subfooter #subnav{margin-bottom:4px;}
#subfooter #subbutton{margin:-1px 0 0; border-width:0 1px 1px;}
#subfooter #subbutton .text a,#subfooter #subbutton .text a:visited{padding:0 6px 4px;}

.button{float:left; position:relative; width:auto; font-size: 12px; font-weight:bold; color:#fff; text-align:center; margin:0; padding: 0; white-space: nowrap}
.button a{background:url(../../../../../../s3-s3/static/images/background/gloss.png) #fff repeat-x top;}
.button a:link,.button a:visited{display:block;color:#fff;text-decoration:none;padding:3px 16px 4px;}

#col_210{float:left;width:210px;padding:0 20px 0 0;}
.panel_210{clear:both;width:210px;margin-bottom:24px;}
#col_280{float:right;width:300px;margin-bottom:24px;padding:0;}
.panel_280{
    width: 280px;
    clear: both;
}
#col_608{float:left;width:608px;padding:0;}
.panel_608{clear:both;width:608px;margin-bottom:24px;}
#col_628{float:left;width:628px;padding:0;}
.panel_628 {
    width:628px;
    clear:both;
}
#col_706{float:right;width:706px;padding:0;}
.panel_706{clear:both;width:706px;margin-bottom:24px;}
.panel_head2 {
    width:auto;
    font-size:16px;
    line-height:22px;
    font-weight:500;
    background-color:#efefef;
    color:#005580;
    border-color:#d5d5d3;
    border-style:solid;
    border-width:1px 1px 0;
    padding:6px 11px 7px 14px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.panel_body{
    width:auto;
    background-color:#fff;
    border-color:#d5d5d3;
    border-style:solid;
    border-width:1px;
    padding: 13px 14px;
    word-wrap: break-word;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    font-size: 13px;
    line-height: 1.6em;
    min-height: 0;
}

#new_organizer_module {
    padding-left: 0;
    padding-right: 0;
}

#new_organizer_module > .button_css,
#new_organizer_module > #organizer_content {
    margin: 0 14px;
}

.panel_footer{
    width:auto;
    color:#000;
    border-color:#d5d5d3;
    border-style:solid;
    border-width:0 1px 1px;
    padding:5px 10px 6px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#organizer_header {
    padding: 0 14px 10px 14px;
    margin-bottom: 13px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#organizer_header h2 {
    margin-bottom: 10px;
}

#organizer_events {
    margin-top: 13px;
    padding: 0 14px;
    border-top-width: 1px;
    border-top-style: solid;
}

#organizer_events > .organizer_link {
    margin-top: 10px;
}

#organizer_events > .organizer_link > .counter {
    border: 1px solid #d5d5d5;
    width: 12px;
    height: 8px;
    padding: 2px 7px;
    margin-right: 3px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#panel_when{ padding: 13px 14px 13px 19px; }
.ticket_table{width:100%;background-color:#fff;}
.ticket_table .fine{padding-bottom:2px;}
.ticket_table td {
    padding: 12px 5px;
    vertical-align: top;
}
#ticket_table .ticket_table_head td {
    border-top: 0;
}
.ticket_table_head {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #005580;
    padding: 1px;
}
.ticket_table_select {
    margin-top: -2px;
    width: 50px;
}
.ticket_table_head a{color:#005580;}
#discounts {
    border-top: 1px solid #D5D5D3;
    padding: 12px 6px 0;
    text-align: right;
}


/* EVENT PAGES */

.event_title_image {
    margin-top: 10px;
}

.contact_organizer_link {
  display: inline-block;
}

.button_css .contact_organizer_link:hover {
    text-decoration: none;
}

.envelope_invite_only {
  background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/sprites/eventspriteling.png) no-repeat 0 -113px;
  width: 146px;
  height: 128px;
  margin: 11px 56px 0 18px;
  float: left;
}

.envelope_password_protected {
  background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/sprites/eventspriteling.png) no-repeat 0 -278px;
  width: 212px;
  height: 133px;
  margin: 5px 20px 0 8px;
  float: left;
}

#password_protected_access {
    float: left;
    width: 340px;
    margin-top: 13px;
}

#password_protected_access > form {
    line-height: 40px;
}

#password_protected_access > form > input {
    width: 160px;
    height: 26px;
    margin-right: 10px;
    vertical-align: middle;
}

#password_protected_access > form > span {
    white-space: nowrap;
}

.icon {
  display: inline-block;
  margin-right: 5px;
  margin-top: -2px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/sprites/eventspriteling.png) no-repeat;
  padding: 0;
  _line-height: 16px;
}

.icon_social {
  display: inline-block;
  margin-right: 7px;
  margin-top: -2px;
  width: 14px;
  height: 15px;
  vertical-align: middle;
  background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/sprites/eventspriteling.png) no-repeat;
  padding: 0;
  _line-height: 1em;
}

.contact_host_icon {
  width: 20px;
  height: 15px;
  margin-right: 2px;
  background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/sprites/email-button-icon.png) no-repeat -1px 1px;
}

.subscribe_icon, .news_and_updates_icon {
  background-position: -16px -39px;
  width: 15px;
  margin: 4px 9px 5px 0;
  float: left;
}

.news_and_updates_icon {
  float: right;
  margin-right: 0;
}

.other_events_icon {
  background-position: 0 -39px;
}

.add_to_calendar {
  background-position: 0 -60px;
}

.add_to_outlook {
  background-position: -16px -60px;
  width: 20px;
}

.add_to_google {
  background-position: -52px -60px;
}

.add_to_yahoo {
  background-position: -36px -58px;
}

.add_to_ical {
  background-position: -68px -60px;
}

.facebook {
    background-position: -141px -59px;
}

.twitter {
    background-position: -155px -59px;
}

.add_to_google,
.add_to_yahoo,
.add_to_ical {
  margin-left: 4px;
}

#hostedByDiv .add_to_google,
#hostedByDiv .add_to_yahoo {
  margin-left: 0;
}

#organizer_content {
  margin-top: 5px;
}

#organizer_content .rss_feed_icon,
#organizer_content .atom_feed_icon,
#organizer_content .add_to_msn,
#organizer_content .add_to_aol {
  margin-right: 7px;
}

#organizer_content > .organizer_link {
    margin: 10px 0;
    padding-left: 27px;
}

#organizer_profile {
    background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/sprites/eb_badge_icon.png) no-repeat;
}

#organizer_website {
    background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/sprites/link_icon.png) no-repeat;
}

#organizer_facebook.organizer_link {
    background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/sprites/facebook_icon.png) no-repeat;
}

#organizer_twitter.organizer_link {
    background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/sprites/twitter_icon.png) no-repeat;
}

.xml_feed_icon {
  background-position: -46px -39px;
  width: 29px;
  height: 12px;
}

.rss_feed_icon {
  background-position: -85px -60px;
  width: 14px;
  margin-left: 1px;
}

.atom_feed_icon {
  background-position: -99px -60px;
  width: 14px;
  margin-left: 1px;
}

.add_to_msn {
  background-position: -113px -60px;
  width: 14px;
}

.add_to_aol {
  background-position: -127px -60px;
  width: 14px;
}

#calendarDiv div, #subscribeDiv div {
  line-height: 1em;
  margin-bottom: 10px;
}

#organizer_facebook,
#organizer_twitter {
    margin: 12px 0 0 0;
}

#connect_organizer {
    margin-bottom: 12px;
    margin-top: 12px;
}


.clear
    {
        clear:both;
    }

.cta_container,
.payment_logos {
    float: right;
}

.payment_logos {
    padding-top: 8px;
}

/* SOCIAL OPTIONS */
#social_module {
    margin: 12px 0 25px;
}
#social_module_tagline {
    float: left;
    padding: 10px 10px 2px 0;
    background: none;
    text-transform: none;
}

#social_module .social_share {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

    #social_module .social_share_button {
        width: 55px;
        height: 24px;
        cursor: pointer;
        float: left;
        margin-right: 5px;
        text-indent: -9999px;
        outline: 0;
    }

.fb_long_widget {
    width: 300px;
}

#social_module .social_share_button,
#social_module .fb_long_widget {
    margin-top: 5px;
}
/* TODO: can I delete the following webkit and gecko rules?*/
    /*Webkit only rules*/
    @media screen and (-webkit-min-device-pixel-ratio:0) {
       .social_module_like {
           margin-top: 5px;
       }
    }
    /*FF only rule*/
    @-moz-document url-prefix() {
        .social_module_like {
            margin-top: 5px;
        }
    }

/* colored square to indicate server is qa for #2770 */
#ticketInfo {
    position: relative;
    /*relatively positioned elements appear above the facebook like share bubble ie6*/
    *z-index: -1;
}
#ticketInfo #qa_square{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: green;
    top: 0;
    right: 0;
    color: red;
}

#repeat_event_dates {
    position: absolute;
    top: 5px;
    right: 10px;
}
/* end colored square to indicate server is qa for #2770 */
/* RSVP */
#RSVPBody {
    padding: 13px 14px;
}
#RSVPLabel {
    font-size: 18px;
    font-weight: bold;
}
#RSVPDiv {
    padding: 20px 30px 10px 15px;
}
#RSVPChangeInvited {
    margin-top: 13px;
    font-size: 13px;
}
#RSVPChoices {
    margin-top: 25px;
}
/* end RSVP */
/* news module */
#newsheader {
    font-weight: 500;
    font-size: 16px;
}
#newsstory {
    margin-top: 8px;
}
/* end news module */

/* registrationTable */
#registrationForm {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.registrationTable h3 {
    font-size: 18px;
    margin-bottom: 12px;
}
.registrationTable tr {
    height: 36px;
}
.registrationTable input {
    padding: 4px;
}
.registrationTable .button_css input[type="submit"] {
    padding: 9px 10px;
    margin: 0;
}
.registrationTable select {
    margin-top: 3px;
    max-width: 250px;
    word-wrap: normal;
}
.registrationTable select.oldie {
    width: 200px;
}
tr .survey_question tr{
    height: 12px;
}
.survey_answer_list {
    padding-bottom: 24px;
}
.passwd_info {
    font-size: 11px;
    margin: 1px 0 0 10px;
    padding: 3px;
    width: 200px;
}
.passwd_info p {
    line-height: 15px;
    padding: 5px 0 4px 33px;
}
.notification_border {
    border: 2px solid #FFE661
}
.email_suggest_div {
    margin: 2px 0;
    padding: 10px 0 10px 10px;
    font-size: 13px;
    min-height: 20px;
}
.email_suggest_caret {
    width: 18px;
    height: 9px;
    background: url(../../../../../../s3-s3/static/images/arrows/suggestion_caret.png) no-repeat;
    position: relative;
    top: 3px;
    left: 17px;
    *display: none; /* hide caret in ie6/7 b/c it oddly disappears on user interaction */
}
/* end registrationTable */
#loginForm {
    margin: 0;
    padding: 0;
    color: #666;
}
#loginExpanded {
    padding: 12px 0 8px;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    border: 1px solid #dedede;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#login_button_cell small{
    margin-left: 10px;
    color: #666;
}
#loginCollapsed {
    margin-left: 175px;
}
#loggedInAs {
    margin-left: 228px;
}

.team_selection_toggle { margin: 0 0 0 6px; }
.team_write_in_add:hover { background-position: 0% 0%; }

.login_required_lightbox {
    padding: 0;
}

.login_required_lightbox > .ui-dialog-content {
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 20px !important;
}

.login_required_lightbox .ui-dialog-body {
    color: #444 !important;
    font-size: 14px !important;
    font-family: 'Helvetica Neue', helvetica, arial, sans-serif !important;
}

.login_required_lightbox > .ui-dialog-content > .ui-dialog-header > h1 {
    border-bottom: none !important;
    margin-top: 0 !important;
    color: #444 !important;
    font-family: 'Helvetica Neue', helvetica, arial, sans-serif !important;
    font-size: 26px !important;
    font-weight: 400;
}

.login_required_lightbox .ui-dialog-titlebar-close {
    top: 25px !important;
    right: 25px !important;
}

.login_required_lightbox .ui-state-focus {
    border: none !important;
    background: none !important;
}

.login_required_lightbox.ui-dialog > .ui-dialog-content > .ui-dialog-footer {
    margin: 12px 0 0 !important;
}

.layaway_ccp_info {
    max-width: 290px;
    background-color: #fff9d0;
    border: 1px solid #ffe661;
    margin-top: 12px;
    padding: 8px 8px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#ccEdit .layaway_ccp_info {
    text-align: left;
    color: #000;
    margin-bottom: 12px;
}

.layaway_ccp_info h5 {
    margin: 0 0 3px;
    line-height: 1;
    font-size: 13px;
}
.merchandise_notification {
    line-height: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

/* Merchandise Box */
#merchandise_container {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #F7F7F7;
}

#merchandise_container h3 {
    border: none;
    padding: 0px;
    margin-bottom: 0px;
}

.product_container {
    text-align: center;
}

.product_tile {
    cursor: pointer;
    float: left;
    width: 33%;
    margin-top: 20px;
}

.product_tile_image {
    border: 1px solid #ccc;
    width: 120px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    background-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.default_tile_image {
    width: 120px;
    height: 90px;
}

.product_tile:hover .product_tile_image{
    border: 1px solid #F9DD81;
    -moz-box-shadow: 0 0 3px #f9dd81;
    -webkit-box-shadow: 0 0 3px #f9dd81;
    box-shadow: 0 0 3px #f9dd81;
}

.product_tile:hover a {
    text-decoration: underline;
}

.product_tile .price {
    width:100%;
    font-weight: bold;
    color: #404040;
}

/* lightbox styling */

#lightbox_merchandise {
    color: #666;
    width:500px;
}

#lightbox_merchandise .eb_lightbox_header h2 {
    color: #404040;
    padding: 0px;
}

#lightbox_merchandise .eb_lightbox_header {
    padding-bottom: 6px;
    border: none;
}

#lightbox_merchandise .eb_lightbox_content {
    font-size: 13px;
    padding-top: 6px;
    border: none;
}

#lightbox_merchandise .eb_lightbox_content div.lightbox_merchandise_description {
    padding-top: 0px;
    padding-bottom: 18px;
    line-height: 1.5em !important;
    border-bottom: 1px solid #DEDEDE;
    -moz-box-shadow: 0px 1px 0px #FFFFFF;
    -webkit-box-shadow: 0px 1px 0px #FFFFFF;
    box-shadow: 0px 1px 0px #FFFFFF;
}

#lightbox_merchandise .eb_lightbox_content div {
    padding-top: 0px;
    padding-bottom: 0px;
}

#lightbox_merchandise .lightbox_merchandise_text_container {
    float: left;
    width: 302px;
    padding-top: 0px;
}

.lightbox_merchandise_image {
    float: left;
    width: 180px;
    margin-right: 18px;
}

.lightbox_merchandise_image img{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.lightbox_merchandise_price {
    float: left;
    color: #666;
    font-weight: bold;
    font-size: 17px;
    margin-top: 18px;
}

.lightbox_merchandise_select_container {
  margin-top: 18px;
  float: right;
}

.lightbox_merchandise_select_container div{
  text-align: right;
}

.lightbox_merchandise_select_container .product_option_select{
  margin-bottom: 12px;
}

.lightbox_merchandise_select_container .product_quantity_select{
  margin-bottom: 18px;
}

.tag_optional {
    font-weight: normal;
    font-size: 12px;
}
/* Mask */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter:alpha(opacity=50);
}

/* Modal Dialogue */
.ui-dialog {
    position: fixed;
    background-color: #f1f1f1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefcfc), to(#e6e6e6)); /* for webkit browsers */
    background-image: -moz-linear-gradient(top, #fefcfc, #e6e6e6); /* for firefox 3.6+ */
    background-image: linear-gradient(top, #fefcfc, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcfc', endColorstr='#e6e6e6');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefcfc', EndColorStr='#e6e6e6')";
    padding: 20px 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
}

.ui-dialog-titlebar-close {
    position: absolute;
    top: 8px;
    right: 30px;
    width: 22px;
    height: 23px;
    background: transparent url(../../../../../../s3-s3/static/images/social_module/close-button-trans.png) no-repeat top center;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 10002;
}

.ui-dialog-content {
    padding: 20px;
}


/* Dialogue Footer */
.ui-dialog_footer {
    clear: both;
    padding: 0 20px 0 20px;
}

.eb_close_button {
    cursor: pointer;
}
/*
 *   New EB Buttons (2011)
 */

/*  Green Buttons */

.eb_button.large.go {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 #b7db81 inset, 0 -1px 0 #b7db81 inset;
    -moz-box-shadow: 0 1px 0 #b7db81 inset, 0 -1px 0 #b7db81 inset;
    box-shadow: 0 1px 0 #b7db81 inset, 0 -1px 0 #b7db81 inset;
    background: url(../../../../../../s3-s3/static/images/background/glass_light-trans.png) repeat-x scroll 0 50% #90C833;
    border: medium none;
    color: #fff !important;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 44px;
    padding: 9px 23px;
    text-decoration: none;
    text-shadow: 0 1px #63852b;
    width: 174px;
    border: 1px solid #8bae42;
}

.eb_button.large.go:hover {
    -webkit-box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset, 0 1px #e8e8e8;
    -moz-box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset, 0 1px #e8e8e8;
    box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset, 0 1px #e8e8e8;
    background: url(../../../../../../s3-s3/static/images/background/glass_light-trans.png) repeat-x scroll 0 50% #98d236;
}

.eb_button.large.go:active {
    box-shadow: -6px 6px 8px #84A540 inset, 6px -6px 8px #84A540 inset;
    -moz-box-shadow: -6px 6px 8px #84A540 inset, 6px -6px 8px #84A540 inset;
    -webkit-box-shadow: -6px 6px 8px #84A540 inset, 6px -6px 8px #84A540 inset;
    background: url("https://ebmedia.eventbrite.com/s3-build/14682-rc2013-05-27-2073a47/django/css/production/event_pages_C.css") repeat-x scroll 0 50% #afdc64;
}

.eb_button.medium.go {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset;
    -moz-box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset;
    box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset;
    background-color: #90C833;
    background-image: url(../../../../../../s3-s3/static/images/background/glass_light-trans.png);
    background-position: 0 50%;
    border: 1px solid #8bae42;
    color: #fff !important;
    display: inline-block;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 2px 17px;
    text-shadow:0 1px #63852b;
    text-decoration: none;
}

.eb_button.medium.go:hover {
    -webkit-box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset, 0 1px #e8e8e8;
    -moz-box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset, 0 1px #e8e8e8;
    box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset, 0 1px #e8e8e8;
    background-color: #98d236;
}

.eb_button.medium.go:active {
    box-shadow: -4px 4px 6px #84A540 inset, 4px -4px 6px #84A540 inset;
    -moz-box-shadow: -4px 4px 6px #84A540 inset, 4px -4px 6px #84A540 inset;
    -webkit-box-shadow: -4px 4px 6px #84A540 inset, 4px -4px 6px #84A540 inset;
    background: url("https://ebmedia.eventbrite.com/s3-build/14682-rc2013-05-27-2073a47/django/css/production/event_pages_C.css") repeat-x scroll 0 50% #afdc64;
}

.eb_button.small.go {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset;
    -moz-box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset;
    box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset;
    background-image: url(../../../../../../s3-s3/static/images/background/glass_light-trans.png);
    background-position: 0 50%;
    background-color: #90C833;
    border: 1px solid #8bae42;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    text-shadow: 0 1px #63852b;
    text-decoration: none;
}

.eb_button.small.go:hover {
    -webkit-box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset, 0 1px #e8e8e8;
    -moz-box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset, 0 1px #e8e8e8;
    box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset, 0 1px #e8e8e8;
    background-color: #98d236;
}

.eb_button.small.go:active {
    box-shadow: -3px 3px 4px #84A540 inset, 3px -3px 4px #84A540 inset;
    -moz-box-shadow: -3px 3px 4px #84A540 inset, 3px -3px 4px #84A540 inset;
    -webkit-box-shadow: -3px 3px 4px #84A540 inset, 3px -3px 4px #84A540 inset;
    background: url("https://ebmedia.eventbrite.com/s3-build/14682-rc2013-05-27-2073a47/django/css/production/event_pages_C.css") repeat-x scroll 0 50% #afdc64;
}

.eb_button.tiny.go {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset;
    -moz-box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset;
    box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset;
    background-image: url(../../../../../../s3-s3/static/images/background/glass_light-trans.png);
    background-position: 0 50%;
    background-color: #90C833;
    border: 1px solid #8bae42;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0 9px;
    text-shadow: 0 1px #63852b;
    text-decoration: none;
}

.eb_button.tiny.go:hover {
    -webkit-box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset, 0 1px #e8e8e8;
    -moz-box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset, 0 1px #e8e8e8;
    box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset, 0 1px #e8e8e8;
    background-color: #98d236;
}

.eb_button.tiny.go:active {
    box-shadow: -3px 3px 4px #84A540 inset, 3px -3px 4px #84A540 inset;
    -moz-box-shadow: -3px 3px 4px #84A540 inset, 3px -3px 4px #84A540 inset;
    -webkit-box-shadow: -3px 3px 4px #84A540 inset, 3px -3px 4px #84A540 inset;
    background: url("https://ebmedia.eventbrite.com/s3-build/14682-rc2013-05-27-2073a47/django/css/production/event_pages_C.css") repeat-x scroll 0 50% #afdc64;
}



/*  Grey Buttons */

.eb_button.large.default  {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #F5F5F5 inset;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #F5F5F5 inset;
    box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #F5F5F5 inset;
    background: url(../../../../../../s3-s3/static/images/background/glass_light2-trans.png) repeat-x scroll 0 50% #E4E4E4;
    border: medium none;
    color: #555;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 44px;
    padding: 9px 23px;
    text-decoration: none;
    text-shadow: 0 1px #fff;
    width: 174px;
    border: 1px solid #B5B5B5;
}

.eb_button.large.default:hover {
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #F5F5F5 inset, 0 1px #e8e8e8;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #F5F5F5 inset, 0 1px #e8e8e8;
    box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #F5F5F5 inset, 0 1px #e8e8e8;
    background: url(../../../../../../s3-s3/static/images/background/glass_light2-trans.png) repeat-x scroll 0 50% #dbdbdb;
}

.eb_button.large.default:active {
    box-shadow: -6px 6px 8px #b5b5b5 inset, 6px -6px 8px #b5b5b5 inset;
    -moz-box-shadow: -6px 6px 8px #b5b5b5 inset, 6px -6px 8px #b5b5b5 inset;
    -webkit-box-shadow: -6px 6px 8px #b5b5b5 inset, 6px -6px 8px #b5b5b5 inset;
    background: url("https://ebmedia.eventbrite.com/s3-build/14682-rc2013-05-27-2073a47/django/css/production/event_pages_C.css") repeat-x scroll 0 50% #f2f2f2;
}

.eb_button.medium.default {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #f5f5f5 inset;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #f5f5f5 inset;
    box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #f5f5f5 inset;
    background: url(../../../../../../s3-s3/static/images/background/glass_light2-trans.png) repeat-x scroll 0 50% #e4e4e4;
    border: 1px solid #b5b5b5;
    color: #555555;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 2px 17px;
    text-shadow: 0 1px #fff;
    text-decoration: none;
}

.eb_button.medium.default:hover {
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #F5F5F5 inset, 0 1px #e8e8e8;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #F5F5F5 inset, 0 1px #e8e8e8;
    box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #F5F5F5 inset, 0 1px #e8e8e8;
    background: url(../../../../../../s3-s3/static/images/background/glass_light2-trans.png) repeat-x scroll 0 50% #dbdbdb;
}

.eb_button.medium.default:active {
    box-shadow: -4px 4px 6px #b5b5b5  inset, 4px -4px 6px #b5b5b5  inset;
    -moz-box-shadow: -4px 4px 6px #b5b5b5  inset, 4px -4px 6px #b5b5b5  inset;
    -webkit-box-shadow: -4px 4px 6px #b5b5b5  inset, 4px -4px 6px #b5b5b5  inset;
    background: url("https://ebmedia.eventbrite.com/s3-build/14682-rc2013-05-27-2073a47/django/css/production/event_pages_C.css") repeat-x scroll 0 50% #f2f2f2;
}

.eb_button.small.default {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #f5f5f5 inset;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #f5f5f5 inset;
    box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #f5f5f5 inset;
    background: url(../../../../../../s3-s3/static/images/background/glass_light2-trans.png) repeat-x scroll 0 50% #e4e4e4;
    border: 1px solid #b5b5b5;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    text-shadow: 0 1px #fff;
    text-decoration: none;
}

.eb_button.small.default:hover {
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #F5F5F5 inset, 0 1px #e8e8e8;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #F5F5F5 inset, 0 1px #e8e8e8;
    box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #F5F5F5 inset, 0 1px #e8e8e8;
    background: url("../../../../../../s3-s3/static/images/background/glass_light2-trans.png") repeat-x scroll 0 50% #dbdbdb;
}

.eb_button.small.default:active {
    box-shadow: -3px 3px 4px #b5b5b5 inset, 3px -3px 4px #b5b5b5 inset;
    -moz-box-shadow: -3px 3px 4px #b5b5b5 inset, 3px -3px 4px #b5b5b5 inset;
    -webkit-box-shadow: -3px 3px 4px #b5b5b5 inset, 3px -3px 4px #b5b5b5 inset;
    background: url("https://ebmedia.eventbrite.com/s3-build/14682-rc2013-05-27-2073a47/django/css/production/event_pages_C.css") repeat-x scroll 0 50% #f2f2f2;
}

.eb_button.tiny.default {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #f5f5f5 inset;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #f5f5f5 inset;
    box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #f5f5f5 inset;
    background: url(../../../../../../s3-s3/static/images/background/glass_light2-trans.png) repeat-x scroll 0 50% #e4e4e4;
    border: 1px solid #b5b5b5;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0 9px;
    text-shadow: 0 1px #fff;
    text-decoration: none;
}

.eb_button.tiny.default:hover {
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #f5f5f5 inset, 0 1px #e8e8e8;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #f5f5f5 inset, 0 1px #e8e8e8;
    box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #f5f5f5 inset, 0 1px #e8e8e8;
    background: url(../../../../../../s3-s3/static/images/background/glass_light2-trans.png) repeat-x scroll 0 50% #dbdbdb;
}

.eb_button.tiny.default:active {
    box-shadow: -3px 3px 4px #b5b5b5 inset, 3px -3px 4px #b5b5b5 inset;
    -moz-box-shadow: -3px 3px 4px #b5b5b5 inset, 3px -3px 4px #b5b5b5 inset;
    -webkit-box-shadow: -3px 3px 4px #b5b5b5 inset, 3px -3px 4px #b5b5b5 inset;
    background: url("https://ebmedia.eventbrite.com/s3-build/14682-rc2013-05-27-2073a47/django/css/production/event_pages_C.css") repeat-x scroll 0 50% #f2f2f2;
}


/*  Red Buttons */

.eb_button.large.warn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset;
    -moz-box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset;
    box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset;
    background: url(../../../../../../s3-s3/static/images/background/glass_light-trans.png) repeat-x scroll 0 50% #f16925;
    border: medium none;
    color: #fff !important;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 44px;
    padding: 9px 23px;
    text-decoration: none;
    text-shadow: 0 1px #d14200;
    width: 174px;
    border: 1px solid #d14200;
}

.eb_button.large.warn:hover {
    -webkit-box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset, 0 1px #e8e8e8;
    -moz-box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset, 0 1px #e8e8e8;
    box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset, 0 1px #e8e8e8;
    background: url(../../../../../../s3-s3/static/images/background/glass_light-trans.png) repeat-x scroll 0 50% #f9712c;
}

.eb_button.large.warn:active {
    box-shadow: -6px 6px 8px #d14200 inset, 6px -6px 8px #d14200 inset;
    -moz-box-shadow: -6px 6px 8px #d14200 inset, 6px -6px 8px #d14200 inset;
    -webkit-box-shadow: -6px 6px 8px #d14200 inset, 6px -6px 8px #d14200 inset;
    background: url("https://ebmedia.eventbrite.com/s3-build/14682-rc2013-05-27-2073a47/django/css/production/event_pages_C.css") repeat-x scroll 0 50% #f48a54;
}

.eb_button.medium.warn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset;
    -moz-box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset;
    box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset;
    background-color: #f16925;
    background-image: url(../../../../../../s3-s3/static/images/background/glass_light-trans.png);
    background-position: 0 50%;
    border: 1px solid #d14200;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 2px 17px;
    text-shadow: 0 1px #d14200;
    text-decoration: none;
}

.eb_button.medium.warn:hover {
    -webkit-box-shadow:0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset, 0 1px #e8e8e8;
    -moz-box-shadow:0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset, 0 1px #e8e8e8;
    box-shadow:0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset, 0 1px #e8e8e8;
    background-color: #f9712c;
}

.eb_button.medium.warn:active {
    box-shadow: -4px 4px 6px #d14200 inset, 4px -4px 6px #d14200 inset;
    -moz-box-shadow: -4px 4px 6px #d14200 inset, 4px -4px 6px #d14200 inset;
    -webkit-box-shadow: -4px 4px 6px #d14200 inset, 4px -4px 6px #d14200 inset;
    background:url("https://ebmedia.eventbrite.com/s3-build/14682-rc2013-05-27-2073a47/django/css/production/event_pages_C.css") repeat-x scroll 0 50% #f48a54;
}

.eb_button.small.warn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset;
    -moz-box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset;
    box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset;
    background-image: url(../../../../../../s3-s3/static/images/background/glass_light-trans.png);
    background-position: 0 50%;
    background-color: #f16925;
    border: 1px solid #d14200;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    text-shadow: 0 1px #d14200;
    text-decoration: none;
}

.eb_button.small.warn:hover {
    -webkit-box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset, 0 1px #e8e8e8;
    -moz-box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset, 0 1px #e8e8e8;
    box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset, 0 1px #e8e8e8;
    background-color: #f9712c;
}

.eb_button.small.warn:active {
    box-shadow: -3px 3px 4px #d14200 inset, 3px -3px 4px #d14200 inset;
    -moz-box-shadow: -3px 3px 4px #d14200 inset, 3px -3px 4px #d14200 inset;
    -webkit-box-shadow: -3px 3px 4px #d14200 inset, 3px -3px 4px #d14200 inset;
    background: url("https://ebmedia.eventbrite.com/s3-build/14682-rc2013-05-27-2073a47/django/css/production/event_pages_C.css") repeat-x scroll 0 50% #f48a54;
}

.eb_button.tiny.warn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset;
    -moz-box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset;
    box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset;
    background-image: url(../../../../../../s3-s3/static/images/background/glass_light-trans.png);
    background-position: 0 50%;
    background-color: #f16925;
    border: 1px solid #d14200;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0 9px;
    text-shadow: 0 1px #d14200;
    text-decoration: none;
}

.eb_button.tiny.warn:hover {
    -webkit-box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset, 0 1px #e8e8e8;
    -moz-box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset, 0 1px #e8e8e8;
    box-shadow: 0 1px 0 #ff9d69 inset, 0 -1px 0 #ff9d69 inset, 0 1px #e8e8e8;
    background-color: #f9712c;
}

.eb_button.tiny.warn:active {
    box-shadow: -3px 3px 4px #d14200 inset, 3px -3px 4px #d14200 inset;
    -moz-box-shadow: -3px 3px 4px #d14200 inset, 3px -3px 4px #d14200 inset;
    -webkit-box-shadow: -3px 3px 4px #d14200 inset, 3px -3px 4px #d14200 inset;
    background: url("https://ebmedia.eventbrite.com/s3-build/14682-rc2013-05-27-2073a47/django/css/production/event_pages_C.css") repeat-x scroll 0 50% #f48a54;
}


/* Disabled Buttons */
.eb_button.disabled {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    text-shadow: 1px 1px 0 #dfdfdf;
    background: #ededed;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #999;
}

.eb_button.small.disabled,
.eb_button.small.disabled:hover {
    height: 30px;
    padding: 0 11px;
    font-size: 12px;
    line-height: 30px;
}

.eb_button.medium.disabled,
.eb_button.medium.disabled:hover {
    height: 30px;
    padding: 2px 17px;
    font-size: 16px;
    line-height: 30px;
}


/* Facebook Connect Buttons */
.eb_button.fb_connect {
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #2b4b6f;
    border: 1px solid #294464;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 #9cacc2 inset, 0 -1px 0 #6e86ac inset;
    -moz-box-shadow: 0 1px 0 #9cacc2 inset, 0 -1px 0 #6e86ac inset;
    box-shadow: 0 1px 0 #9cacc2 inset, 0 -1px 0 #6e86ac inset;
    background: #506896 url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/background/glass_light-trans.png) 0 50%;
}

.eb_button.fb_connect:hover {
    -webkit-box-shadow:0 1px 0 #b1c0d6 inset, 0 -1px 0 #7f98be inset, 0 1px #e8e8e8;
    -moz-box-shadow:0 1px 0 #b1c0d6 inset, 0 -1px 0 #7f98be inset, 0 1px #e8e8e8;
    box-shadow:0 1px 0 #b1c0d6 inset, 0 -1px 0 #7f98be inset, 0 1px #e8e8e8;
    background-color: #5b73a3;
}

.eb_button.fb_connect:active {
    box-shadow: -3px 3px 4px #35557a inset, 3px -3px 4px #35557a inset;
    -moz-box-shadow: -3px 3px 4px #35557a inset, 3px -3px 4px #35557a inset;
    -webkit-box-shadow: -3px 3px 4px #35557a inset, 3px -3px 4px #35557a inset;
    background: #667dac;
}

.eb_button.fb_connect > span {
    display: inline-block;
}

.eb_button.fb_connect > span > strong {
    font-weight: 500;
}

.eb_button.small.fb_connect {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}

.eb_button.small.fb_connect > span {
    height: 26px;
    padding-left: 25px;
    background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/buttons/eb_fb_button_logo_small.png) no-repeat 0 50%;
    white-space: nowrap;
}

.eb_button.large.fb_connect {
    height: 39px;
    padding: 0 14px;
    line-height: 39px;
    font-size: 18px;
}

.eb_button.large.fb_connect > span {
    height: 39px;
    padding-left: 38px;
    background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/buttons/eb_fb_button_logo_large.png) no-repeat 0 50%;
}

/* TODO: phase out these rules */

.button_css a, .button_css input {
    background: url(../../../../../../s3-s3/static/images/background/glass_light2-trans.png) 0 50% repeat-x #e4e4e4;
    font-size: 12px;
    color: #555;
    font-weight: bold;
    border: 1px solid #b5b5b5;
    padding: 9px 12px;
    text-decoration: none;
    text-shadow: 0 1px #fff;
    -moz-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #f5f5f5 inset;
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #f5f5f5 inset;
    box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #f5f5f5 inset;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.button_css a:hover, .button_css input:hover {
    background-color: #dbdbdb;
}
.go_button a, .go_button input {
    font-size: 12px;
    background: url(../../../../../../s3-s3/static/images/background/glass_light-trans.png) 0 50% repeat-x #90C833;
    padding: 9px 12px;
    border: 1px solid #8BAE42;
    -moz-box-shadow: 0 1px 0 #B7DB81 inset, 0 -1px 0 #B7DB81 inset;
    -webkit-box-shadow: 0 1px 0 #B7DB81 inset, 0 -1px 0 #B7DB81 inset;
    box-shadow: 0 1px 0 #B7DB81 inset, 0 -1px 0 #B7DB81 inset;
    text-shadow: 0 1px #63852B;
    color: #fff;
}
.go_button a:hover, .go_button input:hover {
    background-color: #98D236;
    -moz-box-shadow: 0 1px 0 #BCE185 inset, 0 -1px 0 #BCE185 inset;
    -webkit-box-shadow: 0 1px 0 #BCE185 inset, 0 -1px 0 #BCE185 inset;
    box-shadow: 0 1px 0 #BCE185 inset, 0 -1px 0 #BCE185 inset;
    border: 1px solid #8BAE42;
}

span.button_css > a {
    color: #555;
}

span.go_button > a {
    color: #fff;
}

#primary_cta {
    margin: 15px 0 20px 5px;
    display: block;
}
#primary_cta a{
    font-size: 20px;
    background: url(../../../../../../s3-s3/static/images/background/glass_light-trans.png) 0 50% repeat-x #90C833;
    padding: 9px 26px;
    border: 1px solid #8BAE42;
    -moz-box-shadow: 0 1px 0 #B7DB81 inset, 0 -1px 0 #B7DB81 inset;
    -webkit-box-shadow: 0 1px 0 #B7DB81 inset, 0 -1px 0 #B7DB81 inset;
    box-shadow: 0 1px 0 #B7DB81 inset, 0 -1px 0 #B7DB81 inset;
    text-shadow: 0 1px #63852B;
    color: #fff;
}
#primary_cta a:hover {
    background-color: #98D236;
    -moz-box-shadow: 0 1px 0 #BCE185 inset, 0 -1px 0 #BCE185 inset;
    -webkit-box-shadow: 0 1px 0 #BCE185 inset, 0 -1px 0 #BCE185 inset;
    box-shadow: 0 1px 0 #BCE185 inset, 0 -1px 0 #BCE185 inset;
    border: 1px solid #8BAE42;
}
/* Lightboxes (just hard code all lightboxes and use EB.Ui.lightbox) */

div.eb_lightbox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 510px;
    padding: 30px 30px 24px 30px;
    z-index: 99;
    background: #fefcfc;
    background: -moz-linear-gradient(top, #fefcfc 0%, #e7e7e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcfc), color-stop(100%,#e7e7e7));
    background: -webkit-linear-gradient(top, #fefcfc 0%,#e7e7e7 100%);
    background: -o-linear-gradient(top, #fefcfc 0%,#e7e7e7 100%);
    background: -ms-linear-gradient(top, #fefcfc 0%,#e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcfc', endColorstr='#e7e7e7',GradientType=0 );
    background: linear-gradient(top, #fefcfc 0%,#e7e7e7 100%);
    -moz-box-shadow: 6px 6px 12px #666;
    -webkit-box-shadow: 6px 6px 12px #666;
    box-shadow: 6px 6px 12px #666;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

div.eb_lightbox > div.eb_lightbox_header {
    padding: 0 0 18px 0;
    border-bottom: 1px solid #dedede;
    font-size: 26px;
    position: relative;
    top: 0;
    left: 0;
}

div.eb_lightbox > div.eb_lightbox_header > div.eb_lightbox_close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/background/lightbox_close.png) no-repeat center center;
    cursor: pointer;
}

div.eb_lightbox > div.eb_lightbox_content {
    padding: 18px 0 0 0;
    border-top: 1px solid #fff;
}

div.eb_lightbox > div.eb_lightbox_footer {
    float: right;
    font-weight: bold;
    cursor: pointer;
}

div.eb_lightbox_background {
    position: fixed;
    z-index: 98;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background-color: #000;
    opacity: 0.0;
    filter: alpha(opacity=0);
}
.qtype_text {
    width: 270px;
}
.qtype_textarea {
    width: 270px;
    height: 50px;
}
.qtype_select {
    border: solid 1px gray;
}
.waiver_container {
    margin-left: 100px;
}
.waiver {
    width: 450px;
    height: 120px;
    overflow: auto;
}
.manage .waiver {
    width: 300px;
}
.cl_label {
    cursor: pointer;
}
#see_whos_going .panel_body.splash {
    min-height: 22px;
    padding: 18px;
    text-align: center;
}

#see_whos_going .panel_body.splash .spinner {
    position: relative;
    top: 3px;
}

#see_whos_going .panel_head2 {
    position: relative;
}

#see_whos_going .panel_body {
    position: relative;
    padding: 0;
}

#see_whos_going .clear,
#see_whos_going .auth {
    clear: both;
}

#see_whos_going .social_settings .social_settings_show {
    position: absolute;
    top: 8px;
    right: 8px;
}

#see_whos_going a.social_share {
    margin: 0 0 0 6px;
}

#see_whos_going .icon {
    position: absolute;
    top: 12px;
    width: 21px;
    height: 21px;
    background-image: url('../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/sprites/see_whos_going_icons.png');
}

#see_whos_going .icon.people {
    background-position: 0 -42px;
}

#see_whos_going .icon.arrow {
    background-position: 0 -21px;
}

#see_whos_going .headline {
    position: relative;
    padding: 0 10px 0 48px;
    line-height: 42px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#see_whos_going .headline .icon {
    left: 18px;
}

#see_whos_going .notice {
    padding: 18px 0;
    text-align: center;
}

#see_whos_going .notice.right {
    position: absolute;
    top: 40px;
    left: 226px;
}

#see_whos_going .connect .swg_connect {
    border: none;
    outline: none;
}

#see_whos_going .connect .swg_connect img {
    margin: 0 0 -8px 6px;
    border: none;
}

#see_whos_going .more {
    height: 18px;
    line-height: 24px;
    padding: 0 0 6px 0;
    border-top: 1px dotted #dedede;
    text-align: center;
    background-image: url('../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/background/stripes.png');
}

#see_whos_going .people {
    max-height: 135px;
    padding: 0 0 18px 0;
    overflow: hidden;
}

#see_whos_going .people .person {
    float: left;
    width: 190px;
    padding: 18px 0 0 18px;
    color: #333;
    white-space: nowrap;
}

#see_whos_going .people .person.friend {
    cursor: pointer;
}

#see_whos_going .people .person .avatar,
#see_whos_going .people .person .info {
    float: left;
    font-size: 11px;
}

#see_whos_going .people .person .avatar {
    line-height: 0;
    margin: 0 6px 0 0;
}

#see_whos_going .people .person .info {
    width: 134px;
    height: 46px;
    margin: 2px 0 0 0;
    overflow: hidden;
    white-space: normal;
    line-height: 1;
}

#see_whos_going .people .person.friend:hover .info {
    text-decoration: underline;
}

#see_whos_going .people .person.self .signout {
    font-size: 11px;
}
.social_settings .social_settings_show {
    font-size: 11px;
}

.social_settings .eb_lightbox {
    color: #666;
}

.social_settings .eb_lightbox_header {
    font-size: 26px;
    font-weight: normal;
}

.social_settings .eb_lightbox_content {
    font-size: 13px;
}

.social_settings .eb_lightbox_content .social_settings_option {
    width: 219px;
    padding: 9px;
    float: left;
    margin: 9px 0 18px 0;
}

.social_settings .eb_lightbox_content .social_settings_option {
    margin: 12px 18px 21px 0;
}

.social_settings .eb_lightbox_content .social_settings_option.selected {
    background-color: #e8e8e8;
}

.social_settings .eb_lightbox_content .social_settings_option p {
    float: left;
    margin: 6px 0 0 0;
}

.social_settings .eb_lightbox_content .social_settings_option p.image {
    margin: 9px 9px 0 24px;
    padding: 0;
    border: 1px solid #d3d3d3;
    line-height: 0;
}

.social_settings .eb_lightbox_content .social_settings_option p.copy {
    width: 134px;
    padding: 0;
    font-size: 11px;
}

.social_settings .eb_lightbox_content label b {
    font-size: 15px;
}

.social_settings .eb_lightbox_footer {
    float: left !important;
}

.social_settings_option label {
    display: block;
    padding-left: 16px;
    text-indent: -16px;
}

.social_settings_option label > input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
}

/* Modal Dialogue */
.ui-dialog {
    position: fixed;
    background-color: #f1f1f1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefcfc), to(#e6e6e6)); /* for webkit browsers */
    background-image: -moz-linear-gradient(top, #fefcfc, #e6e6e6); /* for firefox 3.6+ */
    background-image: linear-gradient(top, #fefcfc, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcfc', endColorstr='#e6e6e6');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefcfc', EndColorStr='#e6e6e6')";
    padding: 20px 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
}

/* Title Bar */

.eb_dialog_outer .ui-dialog-titlebar {
    height: 1px;
    background: transparent;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom: 1px #d5d5d3 solid;
    height: auto;
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 12px 0;
    margin-bottom: 24px;
}

.eb_dialog_outer .ui-dialog-titlebar-close {
    position: absolute;
    top: 15px;
    width: 22px;
    height: 23px;
    background: transparent url(../../../../../../s3-s3/static/images/social_module/close-button-trans.png) no-repeat top center;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 10002;
}

.eb_dialog_outer .ui-dialog-title {
    color: #666;
    font-weight: 400;
}

.ui-icon-closethick,
.ui-dialog-titlebar .ui-icon {
    background: none;
}

/* Outer Dialog */

.eb_dialog_outer {
    padding: 30px 30px 18px;
    background: #f1f1f1;
    color: #666;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.eb_dialog_outer a:focus {
    outline: none;
}

/* Content */

.eb_dialog.ui-dialog-content {
    /* Overrrides ui-dialog styles*/
    margin: 0;
    border: none;
    background: transparent;
    padding: 0;
}

.ui-dialog > .ui-dialog-content > .ui-dialog-body {
    font-size: 14px;
    font-weight: 400;
}

.ui-dialog > .ui-dialog-content > .ui-dialog-body > form label {
    display: block;
    line-height: 30px;
    color: #444;
}

.eb_dialog a,
.eb_dialog a:link,
.eb_dialog a:visited {
    color: #2990ba;
}

/* Dialogue Footer */
.ui-dialog_footer {
    clear: both;
    padding: 0 20px 0 20px;
}

.eb_dialog > .footer {
    font-size: 11px;
    text-align: center;
    font-weight: 500;
}

.eb_dialog > .footer > .logo {
    display: block;
    clear: left;
    width: 88px;
    height: 27px;
    margin: 12px auto 0;
    background: transparent url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/logos/eb_tm_grey.png) no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}/* General */
.hidden {
    display: none;
}

.common_box {
    border: 1px #d5d5d3 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 18px;
}

/* END - General */

/* EB.EventTracking.SaveButtonView */

/* requires .common_box */
#track_event_container {
    padding: 18px 0;
    margin-bottom: 26px;
    text-align: center;
}

/* requires .eb_button .lager */
#track_event {
    display: inline-block;
    height: auto;
    line-height: 27px;
    padding: 9px 9px 9px 54px;
    *padding: 9px;
    min-width: 180px;
    position: relative;
    font-size: 13px;
}

.lang-en #track_event {
    font-size: 20px;
}

#track_event:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: transparent url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/icons/bookmark-default.png) no-repeat center center;
    border-right: 1px solid #b5b5b5;
}

#track_event.saved:before {
    background-image: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/icons/bookmark-on.png);
}

#track_event_container .view_list_link {
    display: block;
    margin: 0 0 -6px 0;
}

#track_event_container .count_subview {
    color: #404040;
    margin-bottom: 2px;
    margin-top: 12px;
}


#track_event_container .count_subview,
#track_event_container .summary_subview {
    padding: 0 4px;
}

#track_event_container .count_subview.hidden + .summary_subview {
    margin-top: 12px;
}

/* END - EB.EventTracking.SaveButtonView */

/* EB.EventTracking.LayoutView */
.eb_dialog_outer a:focus {
    outline: none;
}

.eb_dialog_outer .ui-dialog-titlebar-close {
    top: 30px;
}

.eb_dialog_outer .ui-dialog-titlebar {
    height: auto;
}

.eb_dialog .profile_or_connect_subview {
    margin-bottom: 12px;
    background: #e9e9e9;
}
/* END - EB.EventTracking.LayoutView */

/* EB.EventTracking.ConnectView */

/* requires .common_box */
.saved_events_connect {
    text-align: center;
    color: #404040;
}

.saved_events_connect > p {
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 12px;
}

.saved_events_connect a.fb_connect {
    height: 27px;
    margin: 0 auto;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 12px;
}

.saved_events_connect small {
    color: #666;
    font-size: 11px;
}

/* END EB.EventTracking.ConnectView */

/* EB.EventTracking.ProfileView */

/* .saved_events_profile requires .common_box */

.saved_events_profile > .avatar {
    float: left;
    width: 50px;
    height: 50px;
}

.saved_events_profile > .info {
    width: 400px;
    float: right;
}

.saved_events_profile .greeting {
    font-size: 17px;
    margin-bottom: 12px;
}

.saved_events_profile .disconnect {
    font-size: 11px;
}

/* END EB.EventTracking.ProfileView */

/* EB.EventTracking.EventCollectionView */

/* requires .common_box */
.saved_events_collection {
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 226px;
    margin-bottom: 18px;
    padding: 18px;
}

.saved_events_collection .empty_list_message {
    font-size: 18px;
    text-align: center;
    padding: 15px;
}

.saved_events_collection ul {
    margin: 0;
    padding: 0;
}

.saved_events_collection li {
    list-style: none;
}

.saved_events_collection li:first-child .saved_event {
    padding-top: 0;
    border-top: none;
}

.saved_events_collection li:last-child .saved_event {
    padding-bottom: 0;
}

/* END - EB.EventTracking.EventCollectionView */

/* EB.EventTracking.EventView */

.saved_event {
    border-top: 1px #d5d5d3 solid;
    margin: 0 0 12px 0;
    padding: 18px 0;
    line-height: 20px;
}

.saved_event > .event_date {
    width: 65px;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #404040;
}

.saved_event > .event_date > span {
    text-transform: none;
    font-weight: 400;
    display: block;
    color: #666666;
}

.saved_event > .event_details {
    width: 380px;
    float: right;
    position: relative;
}

.saved_event > .event_details dd {
    *float: none;
}

.saved_event h3 {
    margin: 0;
    padding: 0 65px 3px 0;
    font-size: 17px;
    line-height: 17px;
    max-width: 320px;
}

.saved_event .categories {
    font-size: 11px;
}

.saved_event dt {
    font-weight: 600;
    float: left;
    clear: left;
}

.saved_event dd {
    float: left;
    margin-left: 6px;
}

.saved_event dl {
    margin: 0 0 -12px 0;
    overflow: hidden;
}

.saved_event a.event_saved {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 17px;
    vertical-align: top;
    font-size: 11px;
    font-weight: 600;
    color: #404040;
    *width: 55px;
}

.saved_event a.event_saved:hover {
    text-decoration: none;
    color: #404040;
}

.saved_event .event_saved .event_saved_icon.event_saved_icon_hover {
    background-image: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/icons/bookmark-small-grey.png);
}

.saved_event .event_saved .event_saved_icon {
    display: inline-block;
    width: 9px;
    height: 14px;
    margin-right: 6px;
    background: transparent url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/icons/bookmark-small.png) no-repeat top left;
    position: relative;
    top: 3px;
    *display: inline;
    zoom: 1;
}

/* END - EB.EventTracking.EventView */
/* Modal */
.hide_me {
    display: none;
}

.ui-dialog.dialog_contact {
    padding: 10px;
}

.ui-dialog p {
    padding: 0;
}

.ui-dialog .clrfix {
    overflow: visible;
}

.ui-dialog.dialog_contact > .ui-dialog-titlebar {
    height: 1px;
    background: transparent;
}

.ui-dialog.dialog_contact > .ui-dialog-content {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 4px;
    padding: 20px 18px 30px 18px;
    margin: 0;
}

.ui-dialog > .ui-dialog-content > .ui-dialog-header > h1 {
    display: block;
    border-bottom: 4px solid #f0f0f0;
    margin: 0 0 10px 0;
    padding-bottom: 8px;
    font-size: 32px;
    font-weight: 400;
    text-shadow: none;
    color: #444;
    line-height: 1.2;
}

.ui-dialog > .ui-dialog-content > .ui-dialog-body {
    font-size: 14px;
    font-weight: 400;
}

.ui-dialog > .ui-dialog-content > .ui-dialog-body > form label {
    display: block;
    line-height: 30px;
    color: #444;
}

/* For css specificity with respect to display block directly above */
.ui-dialog > .ui-dialog-content > .ui-dialog-body > form > .no_recaptcha > .recaptcha_piece {
    display: none;
}

.ui-dialog .ui-dialog-content .ui-dialog-body form .no_recaptcha .recaptcha_piece {
    _display: none;
}

.ui-dialog .ui-dialog-content .ui-dialog-body form div .recaptcha_piece {
    _display: block;
}

.ui-dialog > .ui-dialog-content > .ui-dialog-body > form > input[type="text"],
.ui-dialog > .ui-dialog-content > .ui-dialog-body > form > input[type="password"],
.ui-dialog > .ui-dialog-content > .ui-dialog-body > form > textarea {
    display: block;
    margin-bottom: 10px;
    padding: 6px;
    width: 544px;
    background-color: #fff;
    font-family: inherit;
    font-size: 16px;
    line-height: 16px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 4px solid #f5f5f5;
}

.ui-dialog > .ui-dialog-content > .ui-dialog-body > form > input[type="text"]:focus,
.ui-dialog > .ui-dialog-content > .ui-dialog-body > form > input[type="password"]:focus,
.ui-dialog > .ui-dialog-content > .ui-dialog-body > form > textarea:focus {
    outline: 4px solid #ffeebb;
}

.ui-dialog > .ui-dialog-content > .ui-dialog-body > form > textarea {
    height: 100px;
}

.ui-dialog > .ui-dialog-content > .ui-dialog-body > .required {
    float: right;
}

.ui-dialog > .ui-dialog-content > .ui-dialog-footer {
    margin: 18px 0 0 0;
}

#form_contact_organizer {
    width: 100%;
}

#recaptcha_area {
    float: left;
    margin-left: -2px;
    width: 318px;
}

#recaptcha_response_field {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#contact_disclaimer {
    float: right;
    width: 235px;
    font-size: 13px;
}

#contact_disclaimer p {
    margin: 15px 0 0 0;
}

.no_recaptcha #contact_disclaimer {
    float: none;
    width: auto;
}

#lightbox_contact {
    width: 600px;
}

.dialog_contact .ui-dialog-titlebar > .ui-dialog-titlebar-close {
    top: 35px;
}

#lightbox_contact_confirmation {
    width: 370px;
    padding: 10px;
}

.dialog_contact_confirmation .ui-dialog-titlebar {
    display: none;
}

#lightbox_contact_confirmation > .ui-dialog-body {
    padding: 0;
    text-align: center;
    font-size: 18px;
    color: #444;
}

#lightbox_contact_confirmation > .ui-dialog-body > .confirmed_success_msg {
    display: block;
    padding-left: 22px;
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;
    position: relative;
}

#lightbox_contact_confirmation > .ui-dialog-body > .confirmed_success_msg:before {
    display: block;
    content: ' ';
    background: transparent url(../../../../../../s3-s3/static/images/icon/checkmark_green-trans.png) no-repeat top left;
    position: absolute;
    left: 40px;
    top: 2px;
    width: 22px;
    height: 20px;
}

#lightbox_contact_confirmation > .ui-dialog-footer {
    margin-top: 25px;
    text-align: center;
}

#lightbox_confirm_cancel_button {
    outline: 0;
}


/* Contact Organizer: Sending Mode */

.unsent_mode > span {
    display: inline;
}

.unsent_mode > .inprogress {
    display: none;
}

.sending_mode > span {
    display: none;
}

.sending_mode > .inprogress {
    display: inline;
}


/* Button Highlight Visual Enhancement */

.ui-dialog > .ui-dialog-content > .ui-dialog-footer > span {
    margin-right: 10px;
}

.ui-dialog > .ui-dialog-content > .ui-dialog-footer a {
    display: inline-block;
    float: none;
}

/* Errors and Warnings */

.required_field_hint {
    float: right;
}

.required_field {
    color: #FF4249;
}

#error_messages {
    margin-top: 10px;
}

.error_inline {
    color: #f00;
}

.ui-dialog > .ui-dialog-content > .ui-dialog-body > form > input.error_inline_input,
.ui-dialog > .ui-dialog-content > .ui-dialog-body > form > textarea.error_inline_input,
.ui-dialog > .ui-dialog-content > .ui-dialog-body > form > input.error_inline_input:focus,
.ui-dialog > .ui-dialog-content > .ui-dialog-body > form > textarea.error_inline_input:focus {
    border: 1px solid #e17d7c;
    outline: 4px solid #daa;
}

/* higher specificity to override recaptcha defaults */
#recaptcha_area #recaptcha_response_field.error_inline_input,
#recaptcha_area #recaptcha_response_field.error_inline_input:focus {
    border: 1px solid #e17d7c;
    outline: 3px solid #daa;
}

.inprogress {
    text-decoration: blink;
}
/* Attendee App Download Header */
.app_download_cta {
    background: #202020;
    background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#202020));
    background: -webkit-linear-gradient(#555, #202020);
    background: -moz-linear-gradient(#555, #202020);
    background: -ms-linear-gradient(#555, #202020);
    background: -o-linear-gradient(#555, #202020);
    background: linear-gradient(#555, #202020);

    background-origin: border-box;
    color: #fbfffe;
    text-shadow: black 0px 1px 0px;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    padding: 10px 20px 16px 10px;
    position: relative;
    cursor: pointer;
}

.cta_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/mobile/close.png) no-repeat 18px 10px;
    background-size: 22px 22px;
    cursor: pointer;
}

.cta_logo {
    width: 57px;
    height: 57px;
    background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/mobile/eb-cta-logo.png) no-repeat;
    background-size: 57px 57px;
}

.cta_content {
    margin: 0 50px 0 12px;
}

.cta_content > h2 {
    color: #fbfffe;
    font-size: 16px;
    line-height: 18px;
    padding-right: 15px;
}

.cta_content > p {
    font-size: 11px;
    font-weight: bold;
    margin: 14px 0;
}

.cta_content .message {
    margin-right: 10px;
    line-height: 1.75;
}

.cta_download {
    display: inline-block;
    font-size: 14px;
    padding: 4px 10px;
    color: #444;
    text-shadow: none;
    background: white;
    border: 1px solid grey;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

/* Desktop order confirmation css patch */
.hidden {
    display: none;
}

#eb_header_container.att_header_patch {
    height: 130px;
    background-position: 0 80px;
}

/* 2012-12-13: Appears unused
.notification.att_header_patch {
    margin-top: 100px;
}
*/

/* Retina art */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .cta_logo {
        background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/mobile/eb-cta-logo-2x.png) no-repeat;
        background-size: 57px 57px;
    }

    .cta_close {
        background: url(../../../../../../s3-build/14682-rc2013-05-27-2073a47/django/images/mobile/close-2x.png) no-repeat 18px 10px;
        background-size: 22px 22px;
    }
}
.experience_info {
    margin-bottom: 6px;
}
.experience_tags {
    padding: 0;
    margin: 0 0 18px 0;
    list-style: none;
}

.experience_tags li {
    display: inline-block;
    padding: 6px 20px;
    margin-right: 10px;
    background: #f7f7f7;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-size: 13px;
    color: #333;
    font-weight: 200;
    margin-bottom: 10px;
}

.experience_pictures {
    margin-bottom: 12px;
    padding-left: 5px;
}

.experience_pictures img {
    border: 1px solid #dedede;
    padding: 3px;
    background-color: #ffffff;
}

.experience_view_more_btn {
    display: block;
    text-align: center;
}