html, body{
    margin: 0; padding: 0;
    background-color: #ffffff;
    font-size: 12px;
    font-family: 'Typ1451', Arial, sans-serif;
    color: #231f20;
    line-height:18px;

}

.noScript {
    background-color:#FFFF99;
    border-bottom:1px solid #FFCC00;
    color:#000000;
    height:28px;
    width:100%;
}

.noScript img {
    float:left;
    margin-left:2px;
    margin-top:2px;
}

.noScript span {
    color:#868686;
    display:block;
    font-family:Tahoma,Helvetica,sans-serif;
    font-size:12px;
    line-height:140%;
    padding-top:6px;
}

.flashError p, .flashOK p{
    display: inline;
    background-color: #ccff33;
    padding: 2px;
}

#mainContent a
{
    text-decoration: none;
    background-color:#ccff33;
    color:#000000;
    padding:2px;
    padding-left:5px;
    padding-right:5px;
}

/* anchor elements wrapping images for javascript events that would otherwise display an unwanted green block because of styles above  */
#mainContent a.noGreen
{
    padding:0px;
}

/* remove underline in navigation anchor elements */
#linksBox a, #menu a
{
    text-decoration:none;
}

p{
    margin: 0; padding: 0;
}

.clear{
    clear: both;
}

#copyLine
{
    width:100%;
    font-size:10px;
    text-align: center;
}

#container{
    width: 960px;
    margin: 0 auto;
    background-color: #e7e8e9;
}

#topbar{
    height: 42px;
    background-color: #000;
}

#topbar form{
    margin: 0; padding: 0;
    float: right;
    margin-right: 17px;
    margin-top: 8px;
}

#topbar label{
    margin: 0; padding: 0;
    color: #616264;
}

#topbar input{
    margin: 0; padding: 0;
}

#header{
    position: relative;
    background-image: url('../images/logo-2010.gif');
    background-position: 757px 21px;
    background-repeat: no-repeat;
    height: 230px;
}

#header #h1box{
    padding: 5px 12px;
    background-color: #ccff33;
    width: auto;
    float: left;
    margin-left: 46px;
    margin-top: 10px;
}

#header h1{
    padding: 0; margin: 0;
}

#menu{
    position: relative;
    height: 89px;
    width: 661px;
    border-bottom: 1px dotted #6c6b6b;
    margin-left: 47px;
}

#menu ul{
    list-style-type: none;
    margin: 0; padding: 0;
    position: absolute;
    left: 5px;
    top: 28px;
}

#menu ul li{
    display: inline;
    margin-right: 50px;
    padding-top: 10px;
}

#menu ul li.active{
    background-image: url('../images/active-tick.gif');
    background-repeat: no-repeat;
}

#menu ul li a{
    color: #808285;
}
#menu ul li.active a{
    color: #231f20;
}

#mainContent{
    width: 660px;
    margin-left: 46px;
    letter-spacing:1px;
}

#footer{
    border-top: 1px dotted #6c6b6b;
    width: 865px;
    height: 165px;
    margin: 18px auto;
    position: relative;
}

#footer #linksBox{
    position: absolute;
    top: 15px;
}

#footer ul{
    list-style-type: none;
    margin: 0; padding: 0;
    color: #808285;
    margin-bottom: 9px;
}

#footer ul li{
    display: inline;
    margin-right: 15px;
}

#footer ul li a{
    color: #808285;
}
#footer ul li.active a{
    color: #231f20;
}

#footer #booknowBox{
    color: #ccff33;
    background-color: #231f20;
    padding: 0 5px 2px 5px;
}

/******************************************************************************/
/** Speakers Page *************************************************************/
/******************************************************************************/

.speakerBox{
    background-color: #ffffff;
    margin-bottom: 12px;
}

.speakerBox h2{
    margin: 0; padding: 0;
    font-size: 14px;
    border-top: 1px dotted #757373;
}

.speakerBoxTopbar{
    color: #ffffff;
    background-color: #231f20;
    height:20px;
    padding: 10px;
}

.speakerBoxContent{
    position: relative;
    overflow: hidden;
    
}

.speakerBoxContent .rightCol{
    width: 202px;
    float: right;
}

.speakerBoxContent .rightCol p{
    padding-bottom: 5px;
}

.speakerBoxContent .leftCol{
    width: 413px;
    float: left;
    padding: 10px 20px 20px 20px;
}

.speakerBoxContent .leftCol p{
    padding-right: 5px;
    padding-bottom: 5px;
}

.speakerBoxContent .infoBox
{
    position:relative;
    width:100%;
    padding: 0px;
    background-color: #e7e8e9;
}

.speakerBoxContent .infoBoxLeft, .speakerBoxContent .infoBoxRight
{
    float:left;
    width:45%;
    background-color: #e7e8e9;
}

.infoBoxLeft
{
    border-right:1px dotted #000000;
    
}

.speakerBoxContent .infoBoxLeft .title, .speakerBoxContent .infoBoxRight .title
{
    background-color:#808285;
    color:#ffffff;
    border-top: 1px dotted #627327;
    padding-top: 8px;
}

.speakerBox .moreLess{
    z-index:500;
    cursor: pointer;
    height: 27px;
    width: 43px;
    position: absolute;
    left: 15px;
    bottom:19px;
}

.speakerCalendar
{
    position:relative;
    width:640px;
    margin: 10px;
    background-image:url('../assets/modules/frontend/images/speakersTile.jpg');
}

.speakerFri
{
    float:left;
    width:320px;
}

.speakerSat
{
    float:right;
    width:320px;
    
}

.speakerFriEvent
{
    float:left;
    height:180px;
    width:158px;
    background-color:#E7E8E9;
    border-right:1px dotted #000000;
    border-left:1px dotted #000000;
}

p.title
{
    background-color:#808285;
    color:#ffffff;
    padding:2px;
    padding-left:5px;
}

p.speakersDetails
{
    padding:5px;
}

p.speakerTitle
{
    float:left;
    width:300px;
}

.presentation
{
    float:right;
    width:160px;
    cursor: pointer;
}





/*** Events ***/

#mainContent.events{
    width: 914px;
}

.eventPanel{
    width: 680px;
    float: left;
    margin-right: 9px;
    background-color: #dcddde;
}

.eventPanel #head{
    background-color: #000;
    color: #fff;
    padding: 5px;
}

.eventPanel #head ul{
    list-style-type: none;
    margin: 0; padding: 0;
}

.eventPanel #head ul li{
    display: inline;
}

.cartPanel{
    height: 523px;
    /*width: 195px;*/
    width: 215px;
    /*margin-left: 9px;*/
    float: left;
    background-color: #fff;
    padding: 10px 0;
}

.timeslot{
    background-color: #e7e8e9;
    border-bottom: 2px solid #535151;
}

.timeslot .leftCol{
    width: 100px;
    float: left;
}

.timeslot .leftCol p{
    text-align: center;
    margin-top: 20px;
}

.timeslot .event{
    width: 560px;
    padding: 10px;
    float: right;
    border-bottom: 1px dotted #909090;
}

.timeslot .event .info{
    width: 380px;
    float: left;
}

.timeslot .event .info .speaker{
    width: 130px;
    float: left;
    /*cursor: pointer;*/
}

.timeslot .event .info .title{
    width: 240px;
    margin-left: 10px;
    float: left;
}

.timeslot .event .moreLessBox{
    width: 43px;
    height: 22px;
    float: right;
    margin-right: 25px;
    cursor: pointer;
}

.timeslot .event .addform{
    float: right;
}

.timeslot .event .description{
    clear: both;
    display: none;
    padding-top: 10px;
}

.cartEvent{
    padding: 5px 0;
    margin: 0 10px 0 10px;
}

.disabled{
    filter:alpha(opacity=100) !important;
    opacity: 1 !important;
}

.scroll-pane{
    overflow: auto;
}

a.jScrollArrowUp{
    background-image: url('../images/scroll-up.gif') !important;
    padding: 0 !important;
    height: 20px !important;
}

a.jScrollArrowDown{
    background-image: url('../images/scroll-down.gif') !important;
    padding: 0 !important;
    height: 20px !important;
}

#checkoutBox{
    background-color: #000;
    width: 215px;
    float: left;
}

#checkoutBox #checkoutButton{
    width: 200px;
    margin: 8px auto;
    text-align: center;
    background-color: #ccff33;
}

#checkoutBox a{
    padding: 0;
    color: #000;
}

#daySelectBox{
    margin: 10px 0;
}

#daySelectBox a{
    margin: 0 5px;
}

#daySelectBox a.scheduleLink{
    margin-left: 53px;
}

.itinerary{
    border-bottom: 1px solid #b9b9b9;
    font-weight: bold;
    margin: 0 10px 5px 10px;
    padding-bottom: 2px;
}

.cartTimeslot{
    background-color: #ccff33;
    color: #000;
    padding: 2px;
    font-weight: bold;
    margin: 0 10px 0 10px;
}

.simple_overlay{
    display: none;
    z-index: 10000;
    background-color: #ffffff;
    width: 500px;
    padding: 25px;
}

.simple_overlay .close {
    background-image: url('../images/overlay-close.gif');
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    padding: 0 !important;
}

#makeprogrammeForm table tr td:hover{
    background-color: #CCFF33;
}

#makeprogrammeForm table tr td.line div{
    border-top: 1px solid #000;
}

#makeprogrammeForm table tr td.line:hover{
    background-color: #E7E8E9;
}

/*** Checkout ***/

.orderSummary{
    background-color: #e7e8e9;
    padding: 10px;
}
.promoCode{
    background-color: #e7e8e9;
    padding: 10px;
}
.customerForm{
    background-color: #e7e8e9;
    padding: 13px;
}
.customerForm label{
    width: 100px;
    float: left;
    margin-right: 10px;
}

.payment{
    margin: 20px 0;
}

.payment p input{
    width: 200px;
}

.payment p input.checkbox{
    width: auto;
    height: 14px;
}

#checkoutMessage{
    background-color: #000;
    color: #fff;
    padding: 10px;
}

.priceSelectRow{
    width: 180px;
    clear: both;
    padding: 10px 0;
}

.priceSelectRow label{
    width: 120px;
}

.priceSelectRow input{
    float: right;
}


/*** Venue ***/

.venueLink
{
position:absolute;right:350px;top:250px;
height:130px;
width:175px;
background-color:#c9c9c9;
margin:0px;
padding:0px;
}


/*** Venue ***/

img#venuePopUp
{
    float:right;
    height:130px;
    width:175px;
    background-color:#c9c9c9;
    margin:0px;
    padding:0px;
}

.boldFaq
{
    font-weight:bold;
}

/*** faqs ***/

.faqContent
{
    margin-bottom:10px;
}

.revealAnswer
{
    cursor:pointer;
}

.faqAnswer
{
    margin-top:10px;
}

/*** contact ***/

#contactForm{
    width: 300px;
    float: left;
}

form#contactForm
{
    margin-top:10px;
}

form#contactForm input.inputRowContact, form#contactForm textarea
{
    border:1px solid #ccff33;
    width:240px;
    font-family:'Typ1451',Arial,sans-serif;
    font-size:12px;
    margin-bottom:10px;
    background-color:#ccff33;
}

#contactDetails{
    float: left;
    width: 350px;
    text-align:right;
    margin-top:5px;
}

#contactDetails p
{
    margin-bottom:15px;
}

/*** sponsors ***/

.sponsorLogoHolder
{
    background-color:#ffffff;
    height:230px;
    margin-bottom:10px;
}

.sponsorHeader
{
    height:25px;
    background-color:#000000;
    color:#ffffff;
    text-transform:uppercase;
}

.slideshow
{
    float:left;
    height:200px;
    width:325px;

}

p.sponsorLogo
{
    padding-top:5px;
    margin-left:5px;
}

p.sponsorMedia
{
    float:left;
    width:200px;
    margin-top:5px;
    margin-left:5px;
}

p.sponsorSuppliers
{
    float:right;
    width:200px;
    margin-top:5px;
    margin-right:100px;
}

/*** overides anchor element  ***/

a.sponsorLink
{
    padding:0px !important;
    background-color:#ffffff !important;
    color:#ffffff !important;
}

/*****************  Exhibitors *******************/

#mainContent.exhibitors{
    width: 692px;
}

#mainContent.exhibitors .conferenceImage a{
    float: left;
    padding: 0; margin: 0;
}

/******************** Video ********************/

#videos .videoBox{
    float: left;
    width: 178px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #CFCFCF;
    border: 1px solid #CFCFCF;
    text-align: center;
}

#videos .videoBox:hover{
    border-color: #000000;
}

#videos .videoBox a{
    background-color: transparent;
    padding: 0;
}


/******************** Live **********************/

#mainContent.live { width: 868px; }

#mainContent.live a{ background-color: transparent; }

#mainContent.live .sidebar p {margin-bottom: 10px; }

#mainContent.live .sidebar .twitterMessage p {margin-bottom: 10px; }

#mainContent.live .widget {float: left; margin-right: 20px; }

#mainContent.live .widget #snaprwidget-imageoverlay { background-color: transparent !important; }

.twtr-widget, .widget h3 { letter-spacing: normal;}


/*********************** Speakers page ***********************/

#mainContent.speakerspage { width: 884px; }
#mainContent.speakerspage .widget a{ background-color: transparent; }
#mainContent.speakerspage .speakerBox { width: 660px; float: left; }
#mainContent.speakerspage .widget {float: right; width: 195px; }
#mainContent.speakerspage .widget #snaprwidget-imageoverlay { background-color: transparent !important; }
