/*************************
/ Common
/************************/

body 
{
    font-size:10pt;
    font-family:Arial,Helvetica,Sans-serif;
}


h1 
{
    color:#666;
    font-size:2.25em;
    font-weight:bold;
    margin-bottom:0.5em;
    letter-spacing:-1pt;
}

h2 
{
    margin-top:1em;
    font-size:1.3em;
    margin-bottom:0.5em;
    color:#666;
}

h3
{
    font-size:1.1em;
    font-weight:bold;
    margin-bottom:0.5em;
    color:#666;
    padding-bottom: 0 !important;
}


ul.subnav li ul 
{
    margin-left:2em;
}


.user-markup-content-container 
{
    line-height:1.4;
}

.user-markup-content-container p
{
    margin-bottom:1em;
}

ul, ol 
{
    margin:0;   
    padding:0;
}

li 
{
    list-style:none;
    margin:0;
    padding:0;
}

select 
{
    padding:1px;
}

input, select
{
    font-family:Arial,Helvetica,Sans-serif;
}    

div.pager-wrapper {
    display:inline-block;
}

.pager-wrapper .ul {
    display:inline-block;
}

.pager-wrapper .li {
    display:inline;
}

#website-page-wrapper 
{
    line-height:1.4;
}

#website-page-wrapper a:link 
{
    text-decoration:none;
}

#website-page-wrapper a:hover
{
    text-decoration:underline;
}

div.website-page a
{
    color:#444444!important;
    margin:10px 0px!important;
}

a.website-link-button.registration-button
{
    color:#FFFFFF!important;
}

.header
{
    border-top:12px solid #5B6369;
}

.main-head header {
    line-height: 75px;
    margin-top: 30px;
    overflow: hidden;
}

.nzvca-header .main-head .title {
    height: 83px !important;
}

/*** Error box ***/
.error-box 
{
    border: 1px solid #FF8888;
    background-color:#FFF0F0;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 5px; 
    margin: 0 auto 2em;
    padding: 1em;
    width: 66%;
}

.error-box .error-heading 
{
    font-weight:bold;
    margin-bottom:0.5em;
}



/*** Logged in status controls ***/
ul.status-controls 
{
    margin:0;
    padding:0;
}

ul.status-controls li 
{
    list-style:none;
    margin:0;
    padding-right:1em;
    display:inline-block;
}

.ie6 ul.status-controls li,
.ie7 ul.status-controls li 
{
    display:inline;
    zoom:1;
}

.management-edit-link-container 
{
    position: relative;
}
.management-edit-link-container a 
{
    position: absolute;
    right: 0;
    top: -3em;
}


/*************************
/ Fields
/************************/
.clear-link-ct 
{
    display:none;
}

fieldset,
.order-form-inner-container
{
    border:none;
}

.field,
.address-control-container > div
{   
    margin-bottom:0.5em;
}

.field.last
{
    margin-bottom:0;
}

.field label.error 
{
    display:block;
    color:Red;
}

.field-required
{
    color:Red;   
}

.field .pretext-container 
{
    margin-bottom:0.5em;
}

.field-input-container 
{
    display: inline-block;
    vertical-align:top;
}

.ie6 .field-input-container,
.ie7 .field-input-container 
{
    display: inline;
    zoom:1;
}

.field .field-label,
.field > label,
label.field-description 
{       
    display: inline-block;
    margin-right: 0.7em;
    width:11em;
    text-align: right;
    vertical-align:top;
}

.ie6 .field .field-label,
.ie7 .field .field-label,
.ie6 .field > label,
.ie7 .field > label,
.ie6 label.field-description,
.ie7 label.field-description 
{
    display: inline;
    zoom:1;
}

.field .textbox-input 
{
    width:20em;
    border:1px solid #cccccc;
    padding:4px;
    display:inline-block;
}

.field .textbox-input.short-input 
{
    width:12em;
}
.field select 
{
    padding:2px;
    border:1px solid #cccccc;   
}

.radio input 
{
    background-color:transparent;
}

.personal-address-form > .field > label 
{
    display:none;
}

.address-control-container .secondary-label 
{
    width:2.85em;
}

.form-caption 
{
    margin-top:1em;
}


/*************************
/ Events Homepage
/************************/


/** Upcoming Events control **/
.default-page .upcoming-events {
    border-color: #EAECED;
    border-style: solid none solid solid;
    border-width: 1px;
    background-color: #ffffff;
    margin: 0 0 15px;
    padding: 20px;    
    width: 210px;
    font-size:0.9em;
}

.default-page .upcoming-events .event p a
{
    text-decoration:underline!important;
    color:#444444!important;
}

.default-page .upcoming-events .event p.city_link_p
{
    margin:0px;
}

.default-page .upcoming-events .event p a.city_link
{
    font-size:1.0em;
    text-decoration:none!important;
    font-style:normal;
}


.default-page .upcoming-events ul 
{
    margin:0;
}
.default-page .upcoming-events ul li {
    cursor: pointer;
    display: block;
    margin-bottom: 0.5em;
}
.default-page .upcoming-events li.hover {
    background-color: #F5FCFE;
}
.default-page .upcoming-events .datetime 
{
    background-color:#ffffff;
    border: 1px solid #cccccc;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 35px;
    z-index: 2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
}

.ie6 .default-page .upcoming-events .datetime,
.ie7 .default-page .upcoming-events .datetime 
{
    display:inline;
    zoom:1;
}

.default-page .upcoming-events .datetime span {
    display: block;
}
.default-page .upcoming-events .datetime .month {
    color: #FFFFFF;
    background-color:#009FD0;
    line-height: 1.4em;
    font-size: 0.9em;   
}
.default-page .upcoming-events .datetime .day {
    color: #404040;
    font-size: 1.2em;
    line-height:1.5em;    
}

.default-page .upcoming-events a:hover, 
.default-page .upcoming-events a:link, 
.default-page .upcoming-events a:visited {
    text-decoration: none;
}


.default-page .upcoming-events .event {
    display: inline-block;
    padding-left:5px;
    vertical-align: top;
    width: 162px;
}

.ie6 .default-page .upcoming-events .event,
.ie7 .default-page .upcoming-events .event 
{
    display:inline;
    zoom:1;
}

.default-page .upcoming-events .event .inner {
    padding-left: 0.5em;
}
.default-page .upcoming-events .event .inner a {
    display: inline-block;
}
.default-page .upcoming-events .event .location {
    color: #666666;
    white-space:nowrap;
}
.default-page .upcoming-events .view-more {
    text-align: right;
}


/** Featured Event control **/
.default-page .featured-event 
{
    border-color: #EAECED;
    border-style: solid none solid solid;
    border-width: 1px;
    background-color: #FBFCFC;
    margin: 0 0 15px;
    padding: 20px;    
    width: 210px;
    font-size:0.9em;
}

.default-page .featured-event p 
{
    margin-bottom:0;
}
.default-page .featured-event h3 
{
    font-size:1.1em;
    font-weight:bold;
}
.default-page .featured-event .summary, 
.default-page .featured-event .more 
{
    margin-top:0;
    text-align: right;
}

.default-page .featured-event .registration-button-container 
{
    margin-top:0.5em;
    text-align:center;
}

.default-page .upcoming-events h2,
.default-page .featured-event h2
{
    font-size: 22px;
    margin-top: 0;
}


/*************************
/ Upcoming Events list
/************************/
.whatson-page .website-page-main-content h2 
{
    color: #9B1E27;
    font-family: georgia;
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0;
}

.whatson-page .item 
{
    padding:1em;
}
.whatson-page .item-odd {
    background-color:#F5FCFE;
}

.whatson-page .item p 
{
    margin:0;
}
.whatson-page h3 {
    margin-top:0;
}



.whatson-page h4 
{
    display:none;
}
.whatson-page .course-start-date p,
.whatson-page .schedule-venue p,
.whatson-page .course-price p
{
    font-size:0.9em;
    font-weight:bold;
}
.whatson-page .course-price p
{
    color: #2770B8;
}
.whatson-page .course-duration, 
.whatson-page .course-description
{
    display:none;
}

.whatson-page .favourites-button-container 
{
    display:none;
}

.whatson-page .course-info 
{
    position:relative;
}

.whatson-page .course-price {
    position: absolute;
    right: -10px;
    text-align: center;
    top: 0;
    width: 138px;
}
.whatson-page .group2 
{
    text-align:right;
}

.whatson-page .course-summary 
{
    margin-top:1em;
    display: inline-block;
    width: 70%;
    text-align:left;
}

.ie6 .whatson-page .course-summary
{
    display: inline;
    zoom:1;
}

.ie7 .course-info-item.course-summary
{
    display:block;
    width:auto;
}

.whatson-page .course-controls 
{
    display: inline-block;
    width: 30%;
    vertical-align:bottom;
    margin-left: -0.4em;
    text-align:right;
}
.ie6 .whatson-page .course-controls,
.ie7 .whatson-page .course-controls  
{
    display: inline;
    zoom:1;
    margin-left: 0;
}

.whatson-page .registration-button-container 
{
    text-align:right;
}

.whatson-page .location select 
{
    margin-left:0.5em;
}

.whatson-page ul.locationmenu li.whatson a {
    font-weight:bold;
}

.whatson-page ul.locationmenu {
    background-color: white;
    border-top: 1px solid #DDDFE1;
    border-bottom: 1px solid #DDDFE1;
    background-color: white;
    cursor: pointer;
    left: 1px;
    margin-left: -1px;
    position: relative;
    z-index:999;
}

/*************************
/ Course/Event page
/************************/
.evt-page p.summary 
{
    margin-bottom:2em;
}


.evt-page .course-schedule
{
    margin-top:1em;
    margin-bottom:2em;
}

.evt-page .schedule-loading
{
    display:none;
    width: 100%;
    height:7em;
}

.evt-page .loader
{
    vertical-align: middle;
}

.evt-page .loading
{  
    font-size: 1.25em;
    vertical-align:middle;
    text-align:center; 
    line-height:6em;
}

.evt-page .schedule-controls .schedule-control
{
    display: inline-block;
}

.ie6 .evt-page .schedule-controls .schedule-control,
.ie7 .evt-page .schedule-controls .schedule-control
{
    display: inline;
    zoom:1;
}

.evt-page .schedule-controls .timezone-control select
{
    width: 270px;
}

.evt-page .schedule-controls .location-control select
{
    width: 210px;
}

.evt-page .schedule-control-column-one
{
    width: 45%;
    vertical-align:top;
}
.evt-page .schedule-control-column-two
{
     width: 55%;
     vertical-align:top;
     text-align:right;
     *margin-right:-1px;
}


.evt-page .schedule-control > *
{
    vertical-align:middle;
}

.evt-page .schedule-controls label
{
    margin-right:0.4em;
}

.evt-page .schedule .empty-schedule 
{
    padding:1em;
    margin-top:0.7em;
    text-align:center;
    background-color:#F3F3F3;   
}

.evt-page .schedule ul li 
{
    margin-top: 0.7em;
    padding: 0.7em;
    list-style-type:none;
    background-color:#F3F3F3;
}

.evt-page .schedule .column
{
    display: inline-block;
    vertical-align: top;

}

.ie6 .evt-page .schedule .column,
.ie7 .evt-page .schedule .column 
{
    display: inline;
    zoom:1;
}

.evt-page .schedule .column-one
{
    width:9%;
}


.evt-page .schedule .column-two
{
    width: 70%;
}

.evt-page .schedule .column-three
{
    width:21%;
    text-align:center;
    *margin-right:-1px;
}

.evt-page div.info
{
    border-bottom:1px solid #bebebe;
    padding:10px 0px;
}


.evt-page .schedule-container-no-register .column-three
{
    display:none;
}

.evt-page .schedule .description
{
    font-weight: bold;
}

.evt-page .schedule .prices 
{
    margin-top:0.5em;
}

.evt-page .schedule .price-amount
{   
    font-weight: bold;
    color: #2770B8;
}

.evt-page .schedule .datetime 
{
    text-align: center;
    width: 2.75em;
    background-color: #FFFFFF;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
}

.evt-page .schedule .datetime span 
{
    display: block;
}


.evt-page .schedule .day 
{
    font-weight:bold;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color:#02789c;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.evt-page .schedule .day 
{
    font-size:1.4em;
    line-height:1.4em;
}

.evt-page .schedule .location, 
.evt-page .schedule .presenter 
{
    display:inline;
}

.evt-page .schedule .location 
{
    margin-right:0.75em;
}

.evt-page .schedule .month 
{
    font-size:0.8em;
    background-color: #009FD0;
    color: #FFFFFF;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}


.evt-page .schedule-content .schedule-footer
{
    padding-top: 0.5em;
}

.evt-page .schedule-content .show-more 
{
    padding-left: 2em;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    *display:inline;
    *zoom:1;
}


.evt-page .schedule-content .show-more-box {
    background-color: #D9D9D9;
    color: #FFFFFF;
    display: block;
    *display:inline;
    *zoom:1;
    position: absolute;
    left: 0;
    top: 0.05em;
    height: 1.3em;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    width: 1.4em;
}

.evt-page .schedule-content .show-more-box span {
    line-height: 1em;
    position: relative;
    top: 0.12em;
    margin-top:-0.05em;
    display:block;
    text-decoration:none !important;
}

.evt-page .schedule-content a.show-more:hover .show-more-box span, 
.evt-page .schedule-content a.show-more:link .show-more-box span 
{
    text-decoration:none;
}




.evt-page h2 
{
    border-bottom: 1px dotted #AAAAAA;
    padding-bottom:0.2em;
}

.evt-page .course-descriptive-info-list .course-descriptive-info-item .return-to-top
{
    float:right;
    margin-right:1em;
}





/*************************
/ Register page (single page signup)
/************************/

.register-page .register-for-details 
{
    background-color:#FFFFFF;   
}

.register-page .register-for-details h3 
{
    margin-bottom:0px 0px 10px 0px;
}

.register-page .submit-container 
{
    margin-top:1.5em;
}

div.website-page.register-page.input-form-page h2
{
   border-bottom: 1px solid #BEBEBE;
    color: #5B6369;
    font-size: 15px;
    font-weight: bold;
    line-height: 120%;
    margin: 10px 0;
    padding: 10px 0 5px;
}


/*************************
/ Registered page (signup success page)
/************************/

.registered-page .course-name 
{
    font-weight:bold;
}

.registered-page p
{
    margin-bottom:1.25em;
}
.registered-page ul 
{
    margin-top:2em;
}

.registered-page li 
{
    margin-bottom:0.5em;
}





/*************************
/ Checkout pages
/************************/

/*** Wizard steps (header) ***/

.wizard-step 
{
    background:url(../images/cart-steps.png) no-repeat scroll 0 0 transparent;
    list-style:none;
    display:inline-block;
    height:23px;
    padding:0 0 0 30px;
    padding-right:20px;
}

.ie6 .wizard-step, 
.ie7 .wizard-step 
{
    display:inline;
    zoom:1;
}

.wizard-step .step-label 
{
    display:block;
    margin-top:3px;
}

.wizard-step .divider 
{
    display:none;
}


.wizard-steps-container 
{
    border-bottom:0.3em solid #CCCCCC;
    margin-bottom:1.5em;
    padding-bottom:1em;
}

.wizard-steps-container .label  
{
    display:none;
}

.wizard-step0 { background-position:left -23px; }
.wizard-step1 { background-position:left -69px; }
.wizard-step2 { background-position:left -115px; }
.wizard-step3 { background-position:left -161px; }
.wizard-step4 { background-position:left -207px; }
.wizard-step0.wizard-step-current { background-position:left 0px; }
.wizard-step1.wizard-step-current { background-position:left -46px; }
.wizard-step2.wizard-step-current { background-position:left -92px; }
.wizard-step3.wizard-step-current { background-position:left -138px; }
.wizard-step4.wizard-step-current { background-position:left -184px; }
.wizard-step-current { color: #004990; }

.checkout-page h2 
{
    margin-top:0;
}

/*** Common checkout page styles ***/
.checkout-page .checkout-step 
{
    margin-bottom:2em;
}

/*** Shopping Cart/Registrations ***/
.checkout-page .shopping-cart 
{
    margin-top:1.25em;
}

.checkout-page .checkout-registrations-step h2 {
    display: none;
}
.checkout-page .shopping-cart-registration {
    position: relative;
}

.checkout-page .shopping-cart-items {
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    padding: 6px;
}

.checkout-page .shopping-cart fieldset 
{
    border:none;
    background-color:#F3F3F3;
}

.checkout-page .shopping-cart h3 {
    background-color: #004990;
    color:White;
    font-size: 13px;
    margin:0;
    padding: 8px 0 8px 15px;
}
.checkout-page .registration-info {
    padding-bottom: 10px;

    padding-top: 10px;
    background-color:#F3F3F3;
}

.checkout-page .registration-info * 
{
    font-size:1em;
    margin:0;
}

.checkout-page .info-item *
{
    display:inline-block;
}

.ie6 .checkout-page .info-item *, 
.ie7 .checkout-page .info-item * 
{
    display:inline;
    zoom:1;
}

.checkout-page .info-item h4 {
    width:7em;
}

.ie6 .checkout-page .info-item h4, 
.ie7 .checkout-page .info-item h4 
{
    display:inline;
    zoom:1;
}

.checkout-page .attendee-header-row {
    background-color: #595959;
    color: #FFFFFF;
    padding: 8px 15px 8px 15px;
    width: inherit;
}
.checkout-page .attendee-heading 
{
    display:inline-block;
    width:70%;
    vertical-align:top;
}

.ie6 .checkout-page .attendee-heading, 
.ie7 .checkout-page .attendee-heading 
{
    display:inline;
    zoom:1;
}

.checkout-page .attendee-remove-cell 
{
    display:inline-block;
    width:29%;
    text-align:right;
    vertical-align:top;
}

.ie6 .checkout-page .attendee-remove-cell, 
.ie7 .checkout-page .attendee-remove-cell 
{
    display:inline;
    zoom:1;
}

.checkout-page .remove-attendee-link {
    border-bottom: 1px dashed #FFFFFF;
    color: #FFFFFF;
}
.checkout-page .remove-attendee-link:hover, 
.checkout-page .registration-controls a:hover {
    border-bottom-style: solid;
    text-decoration: none;
}
.checkout-page .registration-controls {
    right: 16px;
    top: 8px;
    position:absolute;
}
.checkout-page .registration-controls a {
    border-bottom: 1px dashed #FFFFFF;
    color:#ffffff;
}


.checkout-page .registration-attendee-controls 
{
    background-color:#F3F3F3;
    padding:8px;
    padding-left:15px;
}

.checkout-page .add-course-link-container 
{
    margin-top:1.5em;
}




/*** Order Details ***/

.checkout-page .order fieldset {
    padding:0;
    border:none;
    background-color:transparent;
}

.checkout-page .order-form-inner-container 
{
    margin-bottom:1.25em;
}

.checkout-page .field-terms-conditions > label, 
.checkout-page .field-terms-conditions > a
{
    display: inline;
    margin: 0;
    vertical-align: bottom;
    width:auto;
}

.checkout-page .field-terms-conditions label.error 
{
    width:auto;
    display:block;
}



/*** Order Review ***/
.checkout-page h4 
{
    margin-top:1em;
    margin-bottom:0.5em;
}

.checkout-page .order-details-container 
{
    margin-bottom:2em;
}

-checkout-page .terms-conditions
{
    margin-top:1em;
}

.checkout-page .terms-conditions-content 
{
    font-size:0.8em;
    margin-top:2em;
    margin-bottom:2em;
    padding:1em;
    padding-left:0;
    padding-right:0;
    border-top:1px dotted #999999;
    border-bottom:1px dotted #999999;   
}
.checkout-page .terms-conditions-content h2,
.checkout-page .terms-conditions-content h3,
.checkout-page .terms-conditions-content h4
{
    margin-top:1em;
    margin-bottom:0.5em;
}

.checkout-page .order-lines-table
{
    width:100%;
}

.checkout-page .order-lines-table th,
.checkout-page .order-lines-table td
{
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

.checkout-page .order-lines-table th
{
    font-weight: bold;
}
.checkout-page .amount-cell
{
    text-align: right;
    vertical-align:top;
    color: #2770B8;
}

.checkout-page .order-subtotal-row td
{
    padding-top: 1.7em;
}

.checkout-page .order-lines-row td
{
    border-bottom-width:1px;
    border-bottom-style: solid;
    border-top-width:1px;
    border-top-style: solid;
    border-color:#BBBBBB;
}

.checkout-page .order-lines-table td.description-cell {
    white-space:nowrap;
}

.checkout-page .order-lines-table .line-registrant
{
    font-style:italic;
}

.checkout-page .order-lines-table .line-discounts,
.checkout-page .order-lines-table .line-base-price
{
    font-size:90%;
}

.checkout-page .order-lines-table .line-discounts
{
    margin-top:0.4em;
}


.checkout-page .order-lines-table .order-total-row td.description-cell,
.checkout-page .order-lines-table .order-total-row td.amount-cell
{
    font-weight: bold;
    border-top-style: double;
    border-top-width: 3px;  
    border-color:#BBBBBB;
}


.checkout-page .order-details p 
{
    margin:0;
}



/*** Order Success ***/
p.instruction-message 
{
    margin-bottom:1.5em;
}
.instruction-item 
{
    display:inline-block;
    vertical-align:top;
    width:11em;
    text-align:right;
    margin-right:1em;
    font-weight:bold;
}

.ie6 .instruction-item, 
.ie7 .instruction-item
{
    display:inline;
    zoom:1;
}





/*************************
/ Catalogue list
/************************/

.catalogue-page p 
{
    margin-bottom:1.5em;
}

.catalogue-page .header-container
{
    display:none;
}

.catalogue-page h3 
{
    font-weight:bold;
}
.catalogue-page h3 span
{
    color: #9B1E27;
    font-family: georgia;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}
.catalogue-page table 
{
    width:100%;
}
.catalogue-page .catalogue-category 
{
    margin-bottom:2em;
}

.catalogue-page .catalogue-category-list
{
    margin-bottom:0;
}

.catalogue-page .course-name-cell,
.catalogue-page .course-name-column 
{
    width:60%;
}
.catalogue-page .course-duration-cell,
.catalogue-page .course-duration-column {
    width:20%;
}
.catalogue-page .course-price-cell,
.catalogue-page .course-price-column {
    width:20%;
}

.catalogue-page td 
{
    padding:0.5em 0.5em 0.5em 0em ;
}
.catalogue-page .course-row-odd,
.catalogue-page .header-table
{
    background-color:#F3F3F3;
}

.catalogue-page td span.course-name a,
.catalogue-page td span.course-name a:visited,
.catalogue-page td span.course-name a:hover
{
    color:#9B1E27;
}

.catalogue-page td span.course-name a:hover
{
    text-decoration:underline;
}

div.info.user-markup-content-container p a
{
    color:#9B1E27;
}


/*************************
/ Venues list
/************************/

#website-page-wrapper .venues-page h3 
{
    margin-top:0.5em;
    margin-bottom:0;
    margin-right:1em;
    font-size:1em;
    display:block;
    border:none!important;
}

.venues-page .venue-list 
{
    font-size:0.9em;
}

.venues-page .venue-item {
    padding: 1em;
    padding-left:0;
    padding-right:0;
}

.venues-page .venue-item .header h2
{
    background-color:#fff;
    background-image:none;
    padding-bottom:5px;
    border-bottom:1px solid #bebebe;
    display:block;
    margin-bottom:10px;
}

.venues-page .venue-item .header h2 a,
.venues-page .venue-item .header h2 a:hover,
.venues-page .venue-item .header h2 a:visited
{
    color: #9B1E27;
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

.venues-page .details 
{
    display:inline-block;
    width:60%;
    vertical-align:top;
    font-size:0.9em;
}
.venues-page .physical-address h3 
{
    display:none;
}
.venues-page .details li 
{
    margin-top:0.5em;
}
.venues-page .map-image
{
    display:inline-block;
    width:39%;
    vertical-align:top;
    text-align:right;
}
.venues-page .header {
    margin-bottom: 0.5em;
    padding-bottom: 0.4em;
    position: relative;
}
.venues-page .header .controls {
    position: absolute;
    right: 0;
    top: 0.2em;
}
.venues-page .header h2 {
    display: inline;
    margin: 0;
    padding: 0;
}
.venues-page .infoItem {
    margin-bottom: 0.75em;
}



/*************************
/ Venue page
/************************/
.venue-page .map-info 
{
    margin-top:2em;
}



/*************************
/ Login
/************************/
.website-page .login 
{
    width: 22.5em;
    margin: 0 auto;
    padding:1.5em;
    padding-bottom:1em;
    border:1px solid #cccccc;
    background-color:#EFEFEF;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
}

.website-page .login .heading 
{
    display:none;
}

.website-page .login .login-field 
{
    margin-bottom:0.5em;
}

.website-page .login .login-field label
{
    display:inline-block;
    width:6.5em;
}

.website-page .login .buttons 
{
    text-align:right;
    height:30px;
}

.website-page .login .login-field input 
{
    padding:3px;
    border:1px solid #cccccc;
    width:15em;
}

.website-page .login .forgot-link-container,
.website-page .login .remember-me 
{
    margin-left:6.8em;
}
.website-page .login .forgot-link-container *,
.website-page .login .remember-me * 
{
    font-size:0.9em;
    margin-bottom:10px;
}



/*************************
/ Password reset
/************************/
 .control-heading
{
    width: 30em;
    margin: 0 auto;
    margin-bottom:2em;
    text-align:center;
}

 .reset-control
{
    width: 26em;
    margin: 0 auto;
    margin-bottom:4em;
    padding:1.5em;
    padding-bottom:1em;
    border:1px solid #cccccc;
    background-color:#F5FCFE;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 5px; 
}
 .reset-control .reset-field 
{
    margin-bottom:1em;
}

 .reset-control .reset-field label
{
    display:inline-block;
    width:4.5em;
}

 .reset-control .reset-field input 
{
    padding:3px;
    border:1px solid #cccccc;
    width:20em;
}

 .reset-control .buttons 
{
    text-align:center;
    height:30px;
}


.password-reset-page .links 
{
    margin-top:4em;
}









/*************************
/ Buttons
/************************/
.website-link-button 
{
    display:inline-block;
    height:28px;
    overflow:hidden;
    background-repeat:no-repeat;    
    color: #FFFFFF;
    font-size: 11pt;
    line-height:15pt;
    padding-top: 7px;
    text-decoration: none;
    text-align:center;
}

.ie6 .website-link-button,
.ie7 .website-link-button
{
    display:inline;
    zoom:1; 
    font-family:Georgia, serif;
    font-size:11px;
}



input.website-button 
{
    border:0;
    padding:0;
    margin:0;
    display:inline-block;
    height:34px;
    background-repeat:no-repeat;
    overflow:hidden;
    cursor:pointer;
    color: #FFFFFF;
    font-size: 11pt;
    line-height:11pt;
    font-weight: bold;
    font-family:Arial,Helvetica,Sans-serif;
}

a.website-link-button:hover,
input.website-button:hover 
{
    color: #E0E0E0;    
}

.ie6 input.website-button,
.ie7 input.website-button
{
    display:inline;
    zoom:1; 
    text-indent:0;
}

.registration-button 
{
    background-image: url(../images/button_107.png);
    width: 107px;
}

.register-now-button 
{
    background-image: url(../images/button_107.png);
    width: 107px;
}


.previous-button 
{
    background-image: url(../images/button_107.png);
    width: 107px;
    margin-right:1.5em;
    float:left;
}

.next-button-step
{
    background-image: url(../images/button_107.png);
    width: 107px;
}

.next-button-start
{
    background-image: url(../images/button_160.png);
    width: 160px;
}

.cancel-button
{
    background-image: url(../images/button_107.png);
    width: 107px;
    background-repeat:no-repeat;
    margin-right:15px;
}

.next-button-confirm
{
    background-image: url(../images/button_180.png);
    width: 180px;
}


.next-button-review
{
    background-image: url(../images/button_180.png);
    width: 180px;
}

.finish-button 
{
    background-image: url(../images/button_107.png);
    width: 107px;
}

.login-button {
    background-image: url(../images/button_107.png);
    width: 107px;
}

.reset-button
{
    background-image: url(../images/button_107.png);
    width: 107px;
}

.activate-login-button
{
    background-image: url(../images/button_160.png);
    width: 160px;
}

div.footer_social
{
    position:absolute;
    top:15px;
    right:0px;
}

div.footer_social ul
{
    float:right;
    clear:both;
}

div.footer_social ul li
{
    display:inline;
    list-style-type:none;
    color:#596368;
    text-decoration:none;
}

div.footer_social ul li a
{
    color:#596368;
    text-decoration:none;
}

div.footer_social ul li a:hover
{
    text-decoration:underline;
}

.main-footer .partners-footer .widget a {
    display: inline-block;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
    margin: 15px 10px;
    font-weight: 700;
    font-style: italic;
}
a img.alignnone {
    margin: 0px 20px 10px 0 !important;
}
a img.no-margin-right {
    margin-right: 0 !important;
}
.nzvca-footer p {
    color: #ffffff;
}
.nzvca-footer .wpcf7 p {
    margin-bottom: 15px !important;
}
.partners-footer p {
    text-align: center;
    margin: 0;
}
.partners-footer a img {
    width: auto;
    max-width: 200px;
    height: 65px;
    display: block;
    margin-bottom: 10px;
}
div.social_icons
{
    margin-top:38px;
}

div.social_icons div.social_icons_span
{
  color: #9B1D27;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    right: 96px;
    top: 45px;
    width: 114px;
}

div.social_icons ul
{
    margin:0px;
    padding:0px;
    float:right;
    clear:none;
}

div.social_icons ul li
{
    float:left;
}

div.social_icons ul li a
{
    display:block;
    background-repeat:no-repeat;
    background-position:bottom left;
}

div.social_icons ul li a:hover
{
    background-position:top left;   
}

div.social_icons ul li a#footer_rss
{
    width:29px;
    height:20px;
    background-image:url(../images/footer_rss.gif);
}

div.social_icons ul li a#footer_linkedin
{
    width:29px;
    height:20px;
    background-image:url(../images/footer_linkedin.gif);
}

div.social_icons ul li a#footer_twitter
{
    width:14px;
    height:20px;
    background-image:url(../images/footer_twitter.gif);
}

div.social_icons ul li a#footer_facebook
{
    width:24px;
    height:20px;
    background-image:url(../images/footer_facebook.gif);
}

.footer .row-1 .content
{
    position:relative;
}

img.footer_iconflags
{
    position:absolute;
    top:3px;
}

img.footer_iconflags.rss,
img.footer_iconflags.linkedin,
img.footer_iconflags.twitter,
img.footer_iconflags.facebook,
img.follow_iconflags_rss,
img.follow_iconflags_twitter,
img.follow_iconflags_facebook
{
    display:none;
}

img.footer_iconflags.rss
{
    left:-8px;
}
img.footer_iconflags.linkedin
{
    left:20px;
}
img.footer_iconflags.twitter
{
    left:48px;
}
img.footer_iconflags.facebook
{
    left:74px;
}

div.founding
{
    padding-bottom:5px;
}

li.group-item
{
    border-bottom:1px solid #aaa;
}

ul.venue-list .header
{
    border-top:none!important;
}

/*************************
/ JQuery UI theme overrides
/************************/

.ui-widget-content 
{
    background-image:none;
    background-color:#f6f6f6;
    font-family:inherit;
    font-size:0.9em;
    border-color:#bbbbbb;
}

.ui-menu-header 
{
    font-style:italic;
    color:#999999;
}

.ui-menu-header > span 
{
    padding:0.2em 0.4em;
    display:block;
}    


/************************
/ Markitable CSS Code
/************************/       

div.user-markup-content-container ul {
    list-style: disc;
    margin: 0 0 0 25px;
    padding: 3px 0 4px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
}
div.user-markup-content-container ul li {
    list-style: disc;
}

.side-nav h3
{
    margin-top:0 !important;
    padding-top: 0 !important;
}

.venue-information-list h2 {
    font-weight: normal;
    font-size: 16px;
}




#website-page-wrapper .ls-schedule-list
{
    color: #666666;
    font-size:1em;
    line-height:normal;
}

#website-page-wrapper .ls-schedule-list a:link,
    #website-page-wrapper .ls-schedule-list a:hover,
    #website-page-wrapper .ls-schedule-list a:visited
    {
        color:#5a88e6;
    }
  

#website-page-wrapper .ls-schedule-list .ls-header .ls-filter {
    padding-bottom: 0.75em;
}

    #website-page-wrapper .ls-schedule-list .ls-header select {
        font-family:inherit;
        font-size:inherit;
    }

    #website-page-wrapper .ls-schedule-list .ls-wait
    {
        display: none;
        text-align: center;
        padding: 2em 2em;
    }

        #website-page-wrapper .ls-schedule-list .ls-wait .ls-wait-content
        {
            display:inline-block;
            *display:inline;
            *zoom:1;
            width:auto;
            padding-left: 40px;
            padding-top:8px;
            background-image: url(../images/ajax-loader.gif);
            background-repeat: no-repeat;
            height:32px;
        }
    
    #website-page-wrapper .ls-schedule-list.ls-loading .ls-footer
    {
        display: none;
    }

    #website-page-wrapper .ls-schedule-list.ls-loading .ls-wait {
        display: block;
    }


    #website-page-wrapper .ls-schedule-list .ls-header .ls-item
    {
        margin-bottom: 1em;
    }

    #website-page-wrapper .ls-schedule-list .ls-empty
    {
        text-align:center;
        background-color:#F0F0F0;
        padding: 1.5em 2em;
    }

        #website-page-wrapper .ls-schedule-list .ls-empty p
        {
            margin: 0;
        }
    

    #website-page-wrapper .ls-schedule-list .ls-error
    {
        text-align:center;
        background-color:#F0F0F0;
        padding: 1.5em 2em;
    }

        #website-page-wrapper .ls-schedule-list .ls-error p {
            margin: 0;
        }
    
    #website-page-wrapper .ls-schedule-list .ls-header .ls-filter label
    {
        float:left;
        margin-right:0.5em;
    }

    #website-page-wrapper .ls-schedule-list .ls-header .ls-filter .ls-control
    {
        float: left;
    }

    #website-page-wrapper .ls-schedule-list .ls-header .ls-filter-timezone
    {
        float: left;
    }

    #website-page-wrapper .ls-schedule-list .ls-header .ls-filter-timezone select
    {
        width:25em;
    }
    
    #website-page-wrapper .ls-schedule-list ul.ls-events
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #website-page-wrapper .ls-schedule-list ul.ls-events > li
    {
        clear: both;
        background-color:#F8F8F8;
        padding:0.75em;
        border-left:0.8em solid #DDDDDD;
        margin-bottom:1em;
    }
            
    #website-page-wrapper .ls-schedule-list .ls-column
    {
        float: left;
    }

    #website-page-wrapper .ls-schedule-list .ls-column.ls-date
    {
        width:8%;
    }

    #website-page-wrapper .ls-schedule-list .ls-column.ls-details
    {
        width: 67%;
    }

    #website-page-wrapper .ls-schedule-list .ls-column.ls-register
    {
        width:25%;
        text-align:center;
        padding-top:0.5em;
        padding-right:0.5em;
    }
        #website-page-wrapper .ls-schedule-list .ls-column.ls-register .ls-places-remaining
        {
            color: #d33f43;
        }

    #website-page-wrapper .ls-schedule-list .ls-calbox
    {
        text-align: center;
        width: 2.75em;
        background-color:white;
    }

    #website-page-wrapper .ls-schedule-list .ls-calbox .ls-month
    {
        display: block;
        font-size: 0.8em;
        line-height: 1.5em;
        background-color: #6C0F17;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    #website-page-wrapper .ls-schedule-list .ls-calbox .ls-day
    {
        display: block;
        font-size: 1.6em;
        line-height: 1.3em;
        background-color: #971A27;
        color: #ffffff;
    }
            
    #website-page-wrapper .ls-schedule-list .ls-details .ls-calendar-description
    {
        font-weight: bold;
        display:inline;
    }

    #website-page-wrapper .ls-schedule-list .ls-details .ls-sessions-description
    {
        margin-bottom: 0.3em;
    }

#website-page-wrapper .ls-schedule-list a.ls-register-link
{
    color:#fff !important;
    margin:0 !important;
}
            
            
    #website-page-wrapper .ls-schedule-list .ls-tags
    {
        list-style-type:none;
        padding:0;
        margin:0;
        display:inline;
    }

        #website-page-wrapper .ls-schedule-list .ls-tags li
        {
            display: inline-block;
            margin-right: 0.5em;
            padding:0.2em;
            padding-left:0.5em;
            padding-right:0.5em;
            font-size:0.8em;
            color:#ffffff;
            background-color:#5a88e6;
            border-radius:0.3em;
            *zoom:1;
            *display:inline;
                    
        }
                
    #website-page-wrapper .ls-schedule-list .ls-location
    {
        display: inline;
        margin-right:1.5em;
    }
            
    #website-page-wrapper .ls-schedule-list .ls-presenters,
    #website-page-wrapper .ls-schedule-list .ls-presenters label,
    #website-page-wrapper .ls-schedule-list .ls-presenters .ls-list
    {
        display: inline;
    }

        #website-page-wrapper .ls-schedule-list .ls-presenters label
        {
            margin-right: 0.5em;
        }

            #website-page-wrapper .ls-schedule-list .ls-presenters label::after
            {
                content: ":";
            }
                    
        #website-page-wrapper .ls-schedule-list .ls-presenters ul
        {
            list-style-type: none;
            margin: 0;
            padding: 0;
            display: inline;
        }
                
            #website-page-wrapper .ls-schedule-list .ls-presenters ul li
            {
                display: inline;
            }
                    
    #website-page-wrapper .ls-schedule-list .ls-notice
    {
        color:#e27f0d;
        margin-top:0.3em;
        font-size:0.8em;
    }

    #website-page-wrapper .ls-schedule-list ul.ls-offers
    {
        list-style-type:none;
        margin:0;
        padding:0;
        margin-top:0.3em;
        color:#404040;
    }

#website-page-wrapper .ls-schedule-list li { margin:0; list-style:none; }
                                
    #website-page-wrapper .ls-schedule-list .ls-offers label,
    #website-page-wrapper .ls-schedule-list .ls-offers .ls-amount-description
    {
        display:inline;
    }

    #website-page-wrapper .ls-schedule-list .ls-offers .ls-replaced .ls-amount-description
    {
        text-decoration:line-through;
    }

    #website-page-wrapper .ls-schedule-list .ls-offers label
    {
        margin-right:0.5em;
    }
            
        /*#website-page-wrapper .ls-schedule-list .ls-offers label::after
        {
            content: ":";
        }*/
                
    #website-page-wrapper .ls-schedule-list .ls-offers .ls-amount
    {
        font-weight: bold;
    }
        
        #website-page-wrapper .ls-schedule-list .ls-offers .ls-amount .ls-currency-code {
            font-weight: normal;
            margin-right:0.4em;
        }


    #website-page-wrapper .ls-schedule-list .ls-offers .ls-amount-description
    {
        margin-right: 1em;

    }

    #website-page-wrapper .ls-schedule-list .ls-offers .ls-offer {
        margin-bottom: 0.3em;
    }
                
    #website-page-wrapper .ls-schedule-list .ls-offers .ls-discount-offer
    {
        color:#d33f43;
    }
            
    #website-page-wrapper .ls-schedule-list .ls-offers .ls-offer-detail
    {
        display: inline;
        vertical-align:top;
    }
            
    #website-page-wrapper .ls-schedule-list .ls-offers ul.ls-replacement-offers
    {
        padding:0;
        margin-left:1em;
        list-style-type:none;                
        display:inline-block;
        *display:inline;
        *zoom:1;
    }


            
        #website-page-wrapper .ls-schedule-list .ls-offers .ls-message
    {
        display:inline;
        font-size:0.8em;
        font-style:italic;
    }

   #website-page-wrapper .ls-schedule-list .ls-full-message
    {
        margin-bottom: 0.5em;
        font-weight:bold;
        color:#b0742d;
    }

    #website-page-wrapper .ls-schedule-list .ls-register-link
    {
        background-color: #72ADE7;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#72ADE7), to(#336699)); /* Chrome, Safari 4+ */
        background-image: -webkit-linear-gradient(top, #72ADE7, #336699); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:    -moz-linear-gradient(top, #72ADE7, #336699); /* Firefox 3.6-15 */
        background-image:      -o-linear-gradient(top, #72ADE7, #336699); /* Opera 11.10-12.00 */
        background-image:         linear-gradient(to bottom, #72ADE7, #336699); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
        border: 1px solid #82AED9;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0 0 0 1px #4388CC, 0 0 3px 3px rgba(63, 113, 179, 0.2);
        font-weight: bold;
        font-size: 1.15em;
        height: auto;
        line-height: 1.15em;
        padding: 0.4em 1.2em;
        text-shadow: 0 1px rgba(0, 0, 0, 0.3);
        color:#ffffff;
        text-decoration:none;
        width: auto;
        margin-bottom:0.5em;
        display:inline-block;
        *display:inline;
        *zoom:1;
    }

        #website-page-wrapper .ls-schedule-list .ls-register-link:link,
        #website-page-wrapper .ls-schedule-list .ls-register-link:visited,
        #website-page-wrapper .ls-schedule-list .ls-register-link:hover
        {
            color:#ffffff;
        }

        #website-page-wrapper .ls-schedule-list .ls-register-link:hover {
            opacity: 0.95;
        }

    
    #website-page-wrapper .ls-schedule-list .ls-full .ls-register-link
    {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e7a472), to(#b0742d)); /* Chrome, Safari 4+ */
        background-image: -webkit-linear-gradient(top, #e7a472, #b0742d); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:    -moz-linear-gradient(top, #e7a472, #b0742d); /* Firefox 3.6-15 */
        background-image:      -o-linear-gradient(top, #e7a472, #b0742d); /* Opera 11.10-12.00 */
        background-image:         linear-gradient(to bottom, #e7a472, #b0742d); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */

        border: 1px solid #b0742d;
        box-shadow: 0 0 0 1px #e7a472, 0 0 3px 3px rgba(63, 113, 179, 0.2);                
        padding: 0.4em 0.8em;
    }


    #website-page-wrapper .ls-schedule-list .ls-paging
    {
        float: left;
    }
    
    #website-page-wrapper .ls-schedule-list .ls-register-interest
    {
        float: right;
    }
    #website-page-wrapper .ls-schedule-list .ls-list-content {
        opacity: 0;
    }

    #website-page-wrapper .ls-schedule-list.ls-rendered .ls-list-content {
        opacity: 1;
        -webkit-transition: all 0.5s ease;  /* Chrome 1-25, Safari 3.2+ */
        -moz-transition: all 0.5s ease;  /* Firefox 4-15 */
        -o-transition: all 0.5s ease;  /* Opera 10.50–12.00 */
        transition: all 0.5s ease;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    }
    




/* For modern browsers */
.ls-control .ls-cf:before,
.ls-control .ls-cf:after {
    content:"";
    display:table;
}

.ls-control .ls-cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.ls-control .ls-cf {
    zoom:1;
}

.ls-control *
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;     
    box-sizing: border-box;
    line-height:normal;
}

/* Online Activites */

#website-page-wrapper .ls-schedule-list .ls-online-activity
{
    clear: both;
    background-color:#F8F8F8;
    padding:0.75em;
    border-left:0.8em solid #DDDDDD;
    margin-bottom:1em;
}

#website-page-wrapper .ls-schedule-list .ls-online-activity .ls-online-activity-name,
#website-page-wrapper .ls-schedule-list .ls-online-activity .ls-online-activity-code {
    display: none;    
}

#website-page-wrapper .ls-schedule-list .ls-online-activity .ls-online-activity-message {
    font-weight: 600;
    color: #404040;
}

#website-page-wrapper .ls-schedule-list .ls-online-activity .ls-register-info {
    float: right;
    margin: 2px 32px 0px 0px;
}

#website-page-wrapper .ls-schedule-list .ls-online-activity .ls-register-info .ls-register-link {
    margin-bottom: 0px;
}

#website-page-wrapper .ls-schedule-list .ls-online-activity .ls-amount {
    font-weight: normal;
}























/* Tooltip */

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

  .fade.in {
    opacity: 1; }

.ls-session-details {
  font-weight: 700;
  cursor: pointer;
  display: none; }


.ls-register .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

  .ls-register .tooltip div, .ls-register .tooltip span, .ls-register .tooltip applet, .ls-register .tooltip object, .ls-register .tooltip iframe, .ls-register .tooltip h1, .ls-register .tooltip h2, .ls-register .tooltip h3, .ls-register .tooltip h4, .ls-register .tooltip h5, .ls-register .tooltip h6, .ls-register .tooltip p, .ls-register .tooltip blockquote, .ls-register .tooltip pre, .ls-register .tooltip a, .ls-register .tooltip abbr, .ls-register .tooltip acronym, .ls-register .tooltip address, .ls-register .tooltip big, .ls-register .tooltip cite, .ls-register .tooltip code, .ls-register .tooltip del, .ls-register .tooltip dfn, .ls-register .tooltip em, .ls-register .tooltip img, .ls-register .tooltip ins, .ls-register .tooltip kbd, .ls-register .tooltip q, .ls-register .tooltip s, .ls-register .tooltip samp, .ls-register .tooltip small, .ls-register .tooltip strike, .ls-register .tooltip strong, .ls-register .tooltip sub, .ls-register .tooltip sup, .ls-register .tooltip tt, .ls-register .tooltip var, .ls-register .tooltip b, .ls-register .tooltip u, .ls-register .tooltip i, .ls-register .tooltip center, .ls-register .tooltip dl, .ls-register .tooltip dt, .ls-register .tooltip dd, .ls-register .tooltip ol, .ls-register .tooltip ul, .ls-register .tooltip li, .ls-register .tooltip fieldset, .ls-register .tooltip form, .ls-register .tooltip label, .ls-register .tooltip legend, .ls-register .tooltip table, .ls-register .tooltip caption, .ls-register .tooltip tbody, .ls-register .tooltip tfoot, .ls-register .tooltip thead, .ls-register .tooltip tr, .ls-register .tooltip th, .ls-register .tooltip td, .ls-register .tooltip article, .ls-register .tooltip aside, .ls-register .tooltip canvas, .ls-register .tooltip details, .ls-register .tooltip embed, .ls-register .tooltip figure, .ls-register .tooltip figcaption, .ls-register .tooltip footer, .ls-register .tooltip header, .ls-register .tooltip hgroup, .ls-register .tooltip menu, .ls-register .tooltip nav, .ls-register .tooltip output, .ls-register .tooltip ruby, .ls-register .tooltip section, .ls-register .tooltip summary, .ls-register .tooltip time, .ls-register .tooltip mark, .ls-register .tooltip audio, .ls-register .tooltip video {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 100%;
    font: inherit !important;
    vertical-align: baseline; }

  .ls-register .tooltip article, .ls-register .tooltip aside, .ls-register .tooltip details, .ls-register .tooltip figcaption, .ls-register .tooltip figure, .ls-register .tooltip footer, .ls-register .tooltip header, .ls-register .tooltip hgroup, .ls-register .tooltip menu, .ls-register .tooltip nav, .ls-register .tooltip section {
    display: block; }

  .ls-register .tooltip ol, .ls-register .tooltip ul {
    list-style: none; }

  .ls-register .tooltip blockquote, .ls-register .tooltip q {
    quotes: none; }

  .ls-register .tooltip blockquote:before, .ls-register .tooltip blockquote:after {
    content: '';
    content: none; }

  .ls-register .tooltip q:before, .ls-register .tooltip q:after {
    content: '';
    content: none; }

  .ls-register .tooltip table {
    border-collapse: collapse;
    border-spacing: 0; }

  .ls-register .tooltip.in {
    opacity: 0.95;
    filter: alpha(opacity=95); }

  .ls-register .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }

  .ls-register .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }

  .ls-register .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }

  .ls-register .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

  .ls-register .tooltip .tooltip-inner {
    max-width: 250px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px; }

  .ls-register .tooltip .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.ls-register .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.ls-register .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.ls-register .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.ls-register .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.ls-register .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.ls-register .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.ls-register .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.ls-register .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.ls-register .tooltip h4 {
  font-size: 1.4em;
  margin: 6px 0px;
  text-align: left; }

.ls-register .tooltip ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 3px; }

.ls-register .tooltip ul li {
  text-align: left;
  margin: 3px;
  padding: 0px; }
