﻿/* Standard colours */
/* --------------------------------- reset.css -------------------------------- */
:link, :visited {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, pre, code, kbd {
    font-size: 1em;
}

dl, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

a img, :link img, :visited img {
    border: none;
}

address, abbr {
    font-style: 300;
}

/* --------------------------------- helpers.css -------------------------------- */
html {
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}

body {
    word-wrap: break-word;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.quarter {
    width: 24%;
}

.third {
    width: 33%;
}

.half {
    width: 50%;
}

.twothird {
    width: 66%;
}

.threequarter {
    width: 74%;
}

.short-width {
    width: 640px;
}

.full-width {
    width: 740px;
}



input.textbox, textarea.textbox {
    border: solid 1px #ccc;
    padding: 2px;
    font-size: 1.1em;
}

textarea.textboxQuestion {
    border: solid 1px #ccc;
    padding: 2px;
    font-size: 1.1em;
    height: 30px;
}

table.feedbacktable td {
    padding-right: 5px;
}

table.feedbacktable select {
    border: solid 1px #ccc;
    padding: 2px;
    font-size: 1.1em;
}

input.selected, textarea.selected {
    background-color: #d3e7f4;
    padding: 2px;
}

select, option {
    font-size: 1.1em;
}


/* Clearfix (http://www.positioniseverything.net/easyclearing.html) */
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.group {
    display: inline-block;
}
/* \*/
* html .group {
    height: 1%;
}

.group {
    display: block;
}
/* */

/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */


/* --------------------------------- global.css -------------------------------- */
/* global.css - general site-wide style rules */

/*.page { background:#fff; width:940px; margin: 0px auto; text-align:left; min-height:600px; position:relative; }*/
.page {    
    background: #fff;
    width: 1200px;
    margin: 0px auto;
    text-align: left;
    min-height: 500px;
    position: relative;
}

.banner-width {
    max-width: 100% !important;
    min-width: 300px !important;
    height: auto !important;
}
/* remember to define focus styles! */

:focus {
    outline: 0;
}

/* set default text styling  */

* {
    font-family: "Roboto Condensed", Arial, Helvetica, Verdana, Sans-Serif;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

/* reset super/subscript text to vertically align consistently  */

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

/* general link styles 	

a,
a:link,
a:hover,
a:active,
a:visited {
	color: #c;
}*/

a:link,
a:active,
a:visited {
    text-decoration: none;
}

    a:hover,
    a:visited:hover {
        text-decoration: underline;
    }

/* tables still need 'cellspacing="0"' in the markup
table {
	border-collapse: separate;
	border-spacing: 0;
}
 */

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

/* bullets in unordered lists will be block-style instead of disc */

ul {
    list-style-type: square;
}

li, li p {
    color: #666666;
}

ol li,
ol li p {
    color: #333333;
}

/* select elements should be light, and not normaled */

select * {
    color: #666;
    /*color:#fff;*/
    font-weight: 300;
}

/* headings */

h1 {
    display: block;
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 20px;
}

.content_container h1 {
    font-size: 18px;
    margin: 0 0 5px 0;
    padding: 0;
}

* h2,
.content_container h2 {
    font-size: 16px;
    margin: 0 0 5px 0;
    padding: 0;
}

* h3,
.content_container h3 {
    font-size: 15px;
    margin: 0 0 5px 0;
    padding: 0;
}


h3.mandatory-header {
    display: block;
    font-size: 14px;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 300;
    line-height: 24px;
    margin: 20px 0px .8em 0px;
}

span.mandatory {
    font-size: .8em;
}

* h4,
.content_container h4 {
    font-size: 13px;
    margin: 2px 0 5px 0;
    padding: 0;
}

/* end headings */

/* general class to hide an element on page */

.hide {
    display: none;
}

/* general class to clear a float */

.clear {
    clear: both;
}

/* "print" and "email" links */

.print_page,
.email_page {
    margin: 0 0 0 10px;
    padding: 0 0 5px 0;
}

    .print_page td {
        margin: 0;
        padding: 0 0 2px 9px;
        background: url(../images/components/carat-pointer-txt_11px.gif) 0 4px;
        background-repeat: no-repeat;
        font-size: 11px;
    }

    .email_page td {
        margin: 0;
        padding: 0 0 0 9px;
        background: url(../images/components/carat-pointer-txt_11px.gif) 0 4px;
        background-repeat: no-repeat;
        font-size: 11px;
    }

/* so the page doesn't load all janky */

#load_bg {
    background: #fff;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

/* some general color settings */

* .red {
    color: #f00;
}

* .gray {
    color: #666;
}

* .black {
    color: #000;
}

* .xog_blue {
    color: #d92231;
}

* .xgs_purple {
    color: #AB1984;
}

* .psg_green {
    color: #6caf3c;
}

/* contact options classes (is this as used in the footer?) */



/* collapse the spacing in the cell width determiner row */

td.top_spacebreak {
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 0;
}

/* replace the align="center" */

.centered {
    margin-left: auto;
}

/* for environmental variable debugging */

.debug {
    background: #fff;
    color: #000;
    width: 760px;
    padding: 20px;
    text-align: left;
    font-size: 10pt;
}

pre {
    font-family: "courier new", courier, monospace;
}

body + pre + p {
    background: #fff;
    color: #000;
    width: 740px;
    padding: 20px;
    text-align: left;
    font-size: 10pt;
}

div#cn_header {
    position: relative;
}

    div#cn_header div.site_name {
        position: absolute;
        top: 10px;
        left: 200px;
    }

        div#cn_header div.site_name h1 {
            color: #666;
            font-size: 18px;
            margin: 0.25em 0;
        }

div.flashcontainer {
    /*background-image:url(/sites/2933/banner.jpg?v=20110607111101); */
    background-repeat: no-repeat;
    width: 740px;
    height: 208px;
    margin-bottom: 10px;
}

div#cn_header div.site_name span {
    color: #bbb;
    font-size: 18px;
}

table.graybox td.header,
table.boxheader td.header,
table.boxheader td.header,
table.conditional02 td.header {
    background-color: #FFFFFF;
    background-image: url(../images/sidebars/sidebar_hd_200.gif);
    background-repeat: no-repeat;
    font-weight: normal;
    margin: 0pt;
    padding: 7px 10px 5px 12px;
}

.boxheader {
    margin: 10px 0 0 0;
}

.boxcontent {
    width: 175px;
    margin: 0 0 10px 0;
}

table.graybox td.content,
table.boxcontent td.content,
table.boxcontent td.content,
table.conditional02 td.content {
    background-color: #FFFFFF;
    background-image: url(../images/sidebars/sidebar_content_175.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #666666;
    padding: 10px;
}

div.registration-warning {
    background: #d92231;
    color: white;
}

    p.size18 {
        font-size: 18px !important;
    }

    div.registration-warning .warn-image {
        width: 5%;
        float: left;
        background: #fff url(../images/warning.png) 15px 15px no-repeat;
        background: transparent url(../images/warning-white.png) no-repeat 10px 20px;
        width: 55px;
        min-height: 90px;
        margin-left: 5px;
        margin-right: 20px;
    }

    div.registration-warning .warn-text {
        width: 85%;
        float: left;
 
    }

div.registration-warning .warn-text  p {
    font-size: 16px !important;
}
div.registration-warning .warn-text strong {
    color: #fff;
    font-size: 16px !important;
}

    div.registration-warning p {
        padding: 15px 0 10px 0 !important;
        font-weight: 500;
    }
/* hdr_ftr.css - styling for the header and footer
	NOTE: may contain rules for basic sidebar modules, but it shouldn't 
*/

/* should these be in ie.css */

ol.cn_pnav_fmenu,
li.dropshadow img {
    behavior: url(../../../js/iepngfix.htc);
}

div.bottom img {
    behavior: url(../../../js/iepngfix.htc);
}

/* background styles  */

.background {
    background: url(../images/backgrounds/bg_drop.png) repeat-y center;
    margin: 0px auto;
}

.bottom_cap {
    background: url(../images/backgrounds/bottom_cap_drop.png) no-repeat center;
    background: url(../images/backgrounds/bottom_cap_drop.png) no-repeat center;
    height: 46px;
    margin: 0px auto;
}

.top_cap {
    background: url(../images/backgrounds/top_cap_drop.png) no-repeat bottom center;
    height: 28px;
    margin: 0px auto;
}

/* "no-banner" pages should not have the background */

body.no_banners,
body.no_banners * .background,
body.no_banners * .bottom_cap,
body.no_banners * .top_cap {
    background: white;
}

/* general link styles (duplicated from global.css) */

#cn_header * a:link,
#cn_header * a:active,
#cn_header * a:visited {
    text-decoration: none;
}

#cn_header * a:hover {
    text-decoration: underline;
}

/* set background for the header */

#cn_header {
    width: 740px;
    font-size: 11px;
    color: #999;
    text-align: left;
    margin: 0px auto;
    padding: 0;
    background: #fff;
    position: relative;
}

    #cn_header * ol,
    #cn_header * ul {
        list-style-type: none !important;
        list-style-image: none !important;
        margin: 0;
    }


/* logo area */

#logo {
    float: left;
    width: 175px;
    height: 60px;
}

    #logo img {
        display: block;
        margin: 0 10px 0 0;
    }

/* all menus - image and description text placement*/


/* ------------------------------- footer styles ----------------------------------*/
#banner_ftr {
    padding-top: 20px;
    clear: both;
}

    #banner_ftr div.cn_footer {
        width: 740px;
        text-align: left;
        margin: 0px auto;
    }

    #banner_ftr a:link,
    #banner_ftr a:active,
    #banner_ftr a:hover,
    #banner_ftr a:visited {
        color: #999 !important;
        text-decoration: none;
    }

    #banner_ftr a:hover {
        text-decoration: underline;
    }

    #banner_ftr td#cn_footer_site_title {
        font-weight: normal;
        font-size: 11px;
        color: #000;
        margin: 0 5px 0 8px;
        padding: 0 0 5px 10px;
    }

div.cn_footer_bg {
    background-image: url(../images/homepage/footer_bottom_740.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 10px 0 10px 0;
    margin: 0;
}

ul.footer_gray_bar {
    background: url(../images/menus/footer_740x31.gif) no-repeat;
    clear: both;
    width: 740px;
    height: 31px;
    margin: 0;
    padding: 3px 0 0 0;
    font-size: 11px;
    text-align: left;
}

    ul.footer_gray_bar li a:link,
    ul.footer_gray_bar li a:visited,
    ul.footer_gray_bar li a:active {
        color: #666 !important;
    }

    ul.footer_gray_bar li a:hover {
        text-decoration: underline;
    }

    ul.footer_gray_bar li {
        display: block;
        float: left;
        margin: 5px 2px 5px 2px;
        padding: 0 0 0 5px;
        border-left: solid 1px #ccc;
    }

        ul.footer_gray_bar li * {
            font-weight: 300;
            font-size: 11px;
        }

        ul.footer_gray_bar li.first {
            display: block;
            float: left;
            margin: 5px 2px 5px 2px;
            padding: 0 0 0 5px;
            border-left: none;
        }

p.footer_copyright {
    padding: 0 0 10px 8px;
    color: #999;
    font-size: 11px;
    clear: both;
    margin: 0;
    width: 720px;
    text-align: left;
}
/*------------------- done ----------------------------- */

/* solid ink list styles */

ul.ul_s1,
ul.si_listmargin {
    margin-top: 5px;
    margin-bottom: 25px;
}

/* INDENTLINK */

div.indentlink a {
    display: block;
    margin: 0 0 0 3px;
    padding: 0 0 0 9px;
    background: url(../images/components/carat-pointer-txt_11px.gif) 0 4px;
    background-repeat: no-repeat;
    font-size: 11px;
}

    div.indentlink a:link,
    div.indentlink a:visited,
    div.indentlink a:active {
        text-decoration: none;
    }

    div.indentlink a:hover {
        text-decoration: underline;
    }

div.indentlink span {
    display: block;
    padding: 0 0 2px 12px;
    color: #666;
}

    div.indentlink span + a {
        display: none;
    }

/* LEFTIMG, LEFTIMGNOWRAP, LEFTTXT */

table.leftimg {
    border-collapse: collapse;
}

    table.leftimg img {
        margin-right: 10px;
    }

.lefttxt_hdr,
.leftimgnowrap_hdr {
    font-weight: normal;
    color: #333;
}


/* category listing styles */

#landing_page {
    width: 740px;
}



/* Category Page Titles */

.content_container h1 span {
    color: #999;
}

h1.category_title {
    font-size: 15pt;
    font-weight: 300;
    margin: 0;
    /*color: #333;*/
    padding: 3px 0 0 0;
}

h1.category_title_line2 {
    font-size: 17pt;
    font-weight: 300;
    margin: 0;
}

h2.category_title_line2 {
    font-size: 17pt;
    font-weight: 300;
    margin: 0 0 0 0;
}

h4.section_head {
    font-size: 13px;
    color: #000;
    background-color: #ccc;
    margin: 0 0 5px 0;
    padding: 5px;
    font-weight: normal;
}

/* headline component */

.headline {
    font-weight: 300 !important;
    font-size: 15pt !important;
    margin: 8px 0px -5px 0px !important;
    padding: 0px 0px 0px 0px !important;
    color: #333;
}

/* round corners */

.b1f,
.b2f,
.b3f,
.b4f {
    font-size: 1px;
    overflow: hidden;
    display: block;
}

.b1f {
    height: 1px;
    background: #f5f5f5;
    margin: 0 5px;
}

.b2f {
    height: 1px;
    background: #f5f5f5;
    margin: 0 3px;
}

.b3f {
    height: 1px;
    background: #f5f5f5;
    margin: 0 2px;
}

.b4f {
    height: 2px;
    background: #f5f5f5;
    margin: 0 1px;
}

.contentf {
    background: #f5f5f5;
}

    .contentf div {
        margin-left: 5px;
    }

    .contentf .inner {
        padding-top: 6px;
        padding-bottom: 6px;
    }


iframe.historyframe {
    width: 100%;
    height: 90px;
    margin: 0;
    border: 0;
    padding: 0;
}

div.historyframe {
    width: 100%;
    overflow: scroll;
    height: 107px;
    margin: 0;
    border: 0;
    padding: 0;
}


/* Used in download_history.aspx */
table.previousdownloads {
    background-color: #efefef;
    width: 100%;
    padding: 0;
    margin: 0;
}

    table.previousdownloads th.summary,
    table.previousdownloads th.title,
    table.previousdownloads th.updated,
    table.previousdownloads th.download,
    table.previousdownloads th.delete {
        background-color: #efefef;
    }

    table.previousdownloads td.summary,
    table.previousdownloads td.title,
    table.previousdownloads td.updated,
    table.previousdownloads td.download,
    table.previousdownloads td.delete {
        background-color: #fff;
    }

        table.previousdownloads td.summary p,
        table.previousdownloads td.title p,
        table.previousdownloads td.updated p,
        table.previousdownloads td.download p,
        table.previousdownloads th.summary p,
        table.previousdownloads th.title p,
        table.previousdownloads th.updated p,
        table.previousdownloads th.download p {
            padding: 4px;
        }

    table.previousdownloads td.summary {
        width: 100%;
    }

    table.previousdownloads td.title {
        width: 45%;
    }

    table.previousdownloads td.updated {
        width: 31%;
        text-align: center;
    }

    table.previousdownloads td.download {
        width: 12%;
        text-align: center;
    }

    table.previousdownloads td.delete {
        width: 12%;
        text-align: center;
    }


/* sidebars.css - rules for sidebars */

/* set link color for "off" state */

td#leftnav * a:link,
td#leftnav * a:active,
td#leftnav * a:visited,
td.sidebar * a:link,
td.sidebar * a:active,
td.sidebar * a:visited {
    color: #666;
}


/* for homage search logo and dropdown menus */
#logo {
    float: left;
    width: 175px;
    height: 60px;
}

    #logo img {
        display: block;
        margin: 0 10px 0 0;
    }

div#content {
    /*background-image:url(/images/world/m/midlevel_top_740.gif);
	background-position:left top;
	background-repeat:no-repeat;*/
    display: block;
    margin: 10px 0pt 0pt;
    padding: 10px 0pt 0pt;
    text-align: left;
    width: 740px;
}

h2 {
    font-size: 1.6em;
    margin: 1em 0 0 0;
    padding-bottom: 0.5em;
}

    h2.nomargin {
        margin: 0;
    }

h3 {
    color: #333;
    font-size: 1.4em;
    /*border-bottom:1px solid #dcdcdc;*/
}

#inner {
    width: 740px;
    margin: 0 auto;
    text-align: left;
    vertical-align: top;
}

#boxheadcontainer {
    float: left;
    width: 190px;
}

.banner {
    float: left;
}

.optionbox1 {
    clear: both;
    background-color: #fafafa;
}

.optionbox2 {
    clear: both;
    background-color: #fafafa;
}

.threeboxleft {
    float: left;
    width: 35%;
}

.threeboxmiddle {
    float: left;
    width: 31%;
    margin: 0 1%;
}

.threeboxright {
    float: left;
    width: 32%;
}

.clear {
    clear: both;
}


#productoptions .category img {
    margin: 0 2px 0 0;
}

#productoptions .category input {
    margin: 0 2px 0 2px;
}

.threeboxmiddle div input {
    margin: 0 4px 0 0;
}


.threeboxright table input {
    margin: 0 4px 0 0;
}

/* ESB Specific */

ul {
    margin: 0px;
    padding: 0px;
}

#left {
    width: 200px;
    float: left;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


html >/**/ body #left {
    width: 180px;
}


div.narrow {
    width: 200px;
}

div.narrower {
    width: 175px;
    margin-right: 10px;
}

h1 {
    margin: 10px 0;
}

p {
    color: #666;
    font-size: 14px;
    line-height: 1.4em;
    margin: 0;
    padding: 12px 10px 15px 0;
}

div.wide {
    width: 540px;
}

#ctl00_pagecontent div.content {
    margin-left: 2px;
}





#ctl00_pagecontent div.content {
    max-width: 930px;
    padding: 0;
    width: 100%;
}

#ctl00_pagecontent div.fullwidth, div.fullwidth {
    width: 100%;
}

div.content p.error {
    margin: 0px 0px 5px 0px;
    padding: 5px 0px;
}



div.registnernow {
    margin-bottom: 30px;
}



#ctl00_ContentPlaceHolder1_pnlForm table.register td.title {
    text-align: right;
    width: 160px;
}

#ctl00_ContentPlaceHolder1_pnlUsInfo ul,#ctl00_ContentPlaceHolder1_pnlUsInfo ol {
          margin: 15px !important;
}

#ctl00_ContentPlaceHolder1_pnlUsInfo ol li {
          list-style-type: decimal;
}

#ctl00_ContentPlaceHolder1_pnlUsInfo ul,#ctl00_ContentPlaceHolder1_pnlUsInfo p {
          padding-bottom: 0px !important;
}

#ctl00_pagecontent table td input,
#ctl00_ContentPlaceHolder1_pnlForm table.register td input {
    width: 200px;
}

    #ctl00_pagecontent table td input.checkbox,
    #ctl00_pagecontent table td span.checkbox input,
    #ctl00_ContentPlaceHolder1_pnlForm table.register td input.checkbox {
        width: auto;
        margin-right: 5px;
    }

#ctl00_pagecontent table td.email {
    width: 215px;
    padding-right: 0px;
}

#ctl00_pagecontent table td textarea {
    width: 260px;
    height: 40px;
}

#ctl00_pagecontent table td {
    padding: 3px 3px 5px 3px;
    vertical-align: top;
}

.radioinputpadding {
    border-collapse: collapse;
}

    .radioinputpadding tr td {
        padding: 0px 3px 3px 0px !important;
    }

.tdheight {
    height: 5px !important;
    padding: 0px !important;
    font-size: .1em !important;
    line-height: 15px !important;
}

#ctl00_pagecontent table td.checkbox input {
    width: auto;
}

#ctl00_pagecontent table td.checkbox {
    width: 200px;
}



#fullwidth {
    margin-top: 20px;
}

div.module {
    padding-top: 10px;
}

    div.module a:hover {
        text-decoration: underline;
    }

    div.module a.external:hover {
        text-decoration: underline;
    }

    div.useful ul, table.emailafriend, div.module ul.report {
        margin-top: 10px;
    }


#usmodule div.module h3 {
    background-color: #FFFFFF;
    border-bottom: none;
    background-repeat: no-repeat;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 7px 10px 5px 12px;
}

div.background-change h3 {
    background-image: url(../images/sidebars/sidebar_hd_175.gif);
}


div.background-change {
    background-image: url(../images/sidebars/sidebar_content_175.gif);
}

div.module p {
    margin: 0;
    padding: 10px 12px 0px;
}

    div.module p.description {
        font-weight: normal;
    }

div.module p.bottom {
    padding-bottom: 15px;
}

div.module ul.top {
    padding-top: 0px;
}

div.module ul {
    font-size: 1em;
    ;
    line-height: 1.1em;
    list-style-type: none;
    text-align: left;
    padding: 0px 15px 0px 25px;
}

    div.module ul.contactus {
        padding: 0px 15px 0px 0px;
    }


    div.module ul li {
        background: transparent url(../images/sidebars/carat-pointer-txt_11px.gif) no-repeat scroll 0 3px;
        color: #333333;
        margin: 0px;
        padding: 0 0 0px 9px;
    }


    div.module ul.contactus li {
        margin: 10px 0px;
        text-decoration: none;
    }

    div.module ul li.square {
        list-style-type: square;
        background-image: none;
        color: #333333;
        margin: 10px 0;
        padding: 0px;
        line-height: 1.4em;
    }

.remove-bullet {
    list-style-type: none;
    background-image: none !important;
    color: #333333;
    margin: 15px 0px 10px -15px !important;
    padding: 0px !important;
    font-weight: 500;
}


div.module ul li.move,
div.module ul.top {
    padding-top: 6px;
}

div.module ul.agenda, div.module ul.contactus {
    margin: 10px;
}

div.module ul.directions {
    margin-left: 4px;
    padding-top: 0px;
}

    div.module ul.directions li {
        color: #333333;
    }

div.module p.directions {
    margin: 0px;
}


div.module ul li.none {
    background-image: none;
}

div.module img {
    padding: 0 5px 5px 0px;
}

div.buttons {
    margin-top: 20px;
    float: right;
}

    div.buttons a:hover {
        text-decoration: none !important;
    }

p.LargeHeaderText {
    display: block;
    font-size: 18px;
    margin: 10px 0px 20px 0px;
}

h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 5px;
    padding: 5px 0 3px;
    margin: 10px 0px 10px 0px;
}

p.companyName {
    font-size: 18px;
    margin: 0px;
    padding-top: 15px;
}


td.error-text {
    width: 10px;
}

#ctl00_pagecontent table td span.invite-radio span input {
    width: auto;
    padding-left: 5px;
}

#Attended label,
#default label,
#DidNotAttend label {
    padding: 0px 5px 0px 3px;
}


div.module ul li.no-square {
    background: none;
    position: relative;
    left: -25px;
}

#ctl00_pagecontent table.radioinput td span input {
    width: auto;
    padding-left: 25px;
}

#ctl00_pagecontent table.radioinput td label {
    margin-left: 5px;
}

#ctl00_pagecontent table td.whitespace {
    white-space: nowrap;
}

#ctl00_pagecontent table td #optin input,
#ctl00_pagecontent table td #onput input {
    padding: 0px;
}

div.module p.date {
    padding: 0 12px 5px 12px;
}

div.module p.date-title {
    padding-bottom: 4px;
}

div.module p.date-text {
    padding: 10px 0px 3px 12px;
    font-weight: normal;
}

#ctl00_pagecontent table td textarea.form {
    height: 30px;
}


table.emailafriend {
    width: 180px;
    margin: 5px 10px;
}

    table.emailafriend ul {
        margin: 5px 0px 0px 0px;
        float: right;
    }

    table.emailafriend ul {
        padding: 0px;
    }

    table.emailafriend input {
        width: 170px;
        font-weight: 300 !important;
    }

    table.emailafriend ul li.success {
        background: none;
    }

.registerbutton, a {
    cursor: hand;
    cursor: pointer;
}

div.googlemap {
    margin: 10px 0px 0px 10px;
}

a, .login {
    cursor: hand;
    cursor: pointer;
}

div.googlemap {
    margin-top: 10px;
}

/* ----------------------------------- Social Media ------------------------------- */


div.socialmedia h3 {
    background-color: #ebebeb !important;
    /*background: -moz-linear-gradient(center top , #ebebeb 0px, #CCCCCC 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top,#DDD 0,#CCC 100%);
    background: -webkit-linear-gradient(top,#DDD 0,#CCC 100%);
    background: -o-linear-gradient(top,#DDD 0,#CCC 100%);
    background: -ms-linear-gradient(top,#DDD 0,#CCC 100%);
    background: linear-gradient(top,#DDD 0,#CCC 100%);*/
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: 300;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: 0;
    color: #666666;
    padding: 7px 10px 5px 12px;
}

/****ACCORDIAN STYLING****/

div.moreinfo_accordion_wrapper h3.ui-state-default {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #737373 !important;
    background-image: none !important;
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: auto auto;
    color: #ffffff;
    font-weight: normal;
}

div.moreinfo_accordion_wrapper h3.ui-state-active {
    background-color: #d92231 !important;
    background-image: none !important;
}

    div.moreinfo_accordion_wrapper h3.ui-state-active a {
        color: #ffffff !important;
    }


div.moreinfo_accordion_wrapper .ui-state-default .ui-icon {
    background-image: url("/images/AccordianPlus.png") !important;
    background-position: 0 center;
    height: 14px !important;
    left: 0.5em !important;
    margin-top: 3px;
    position: absolute !important;
    top: 5px !important;
    width: 14px !important;
}

div.moreinfo_accordion_wrapper .ui-state-active .ui-icon {
    background-image: url("/images/AccordianMinus.png") !important;
    background-position: 0 center;
    background-size: 95% auto;
    height: 14px !important;
    left: 0.5em !important;
    margin-top: -8px;
    position: absolute !important;
    top: 50% !important;
    width: 14px !important;
}

div.socialmedia {
    margin: 8px 10px 6px 20px;
    padding: 0;
    font-weight: normal;
    color: #333;
    font-size: 13px;
    position: relative;
    border-bottom: none !important;
    width: 200px;
}

div.righttab {
    border: 1px solid #ebebeb;
}

div.socialmedia ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div.socialmedia li {
    text-align: left;
    padding: 10px 0 0 10px;
}

div.socialmedia table {
    border: 0;
    padding: 5px 0px 10px 0px;
    text-align: center;
}

div.socialmedia tr {
    text-align: left;
}

div.module p.smallgrey {
    font-size: .8em;
    padding: 0px 0px 0;
    text-align: center;
}

.register input,
.delegates input,
.register select {
    margin-bottom: 5px;
}

    .register input.checkbox {
        margin-right: 5px;
    }


p.addDelegate img {
    position: relative;
    top: 7px;
    background-color: #d92231;
    height: 14px;
    margin-right: 5px;
    padding: 5px;
    width: 14px;
}

div.fb-root {
    width: 85px;
    display: block;
    overflow: hidden;
}

.socialalbum {
    padding-top: 25px;
}

.socialmedia ul li {
    padding-left: 15px;
}

.facebookfollowbutton {
    width: 30px;
    height: 30px;
    border: 0;
    display: block;
    margin-left: 1em;
}

.twitterfollowbutton {
    width: 32px;
    height: 32px;
    border: 0;
    display: block;
    margin-left: 1em;
}



.myspacefollowbutton {
    width: 32px;
    height: 32px;
    border: 0;
    display: block;
    margin-left: 1em;
}


div.socialpanel {
    float: left;
    margin: 0px 40px 40px 0px;
    width: 100%;
}

div.socialcontainer {
    margin-top: 30px;
}


.addthis_toolbox {
    padding: 15px 0px 15px 10px;
}

.smallgreyleft {
    text-align: left;
    padding: 5px 0 0 10px;
}

table.follow {
    margin-top: 5px;
}

div.file img {
    vertical-align: middle;
    padding: 5px 10px 5px 0px;
}

span.green {
    color: #6daf3d;
    font-weight: normal;
    font-size: 1.5em;
}


#ctl00_TopNavContainer_sitelogo {
    display: table-cell;
    vert-align: top;
    width: 50%;
}


#ctl00_TopNavContainer_sitelogo {
    text-align: left;
}

div.infopanel {
    width: 530px;
}

#ctl00_pagecontent td.nodatespace {
    padding: 10px 0px;
    border-bottom: #CCCCCC 1px solid;
}

.edgeLoad-EDGE-97846329 {
    visibility: hidden;
}

.logopostion {
    display: block;
    /*background-image: url("/assets/images/navigation/headers/xerox_logo.png?embed=true");*/
    position: absolute;
    top: 20px;
}



#xrx_bnr_partner_title_noImage {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    outline: none;
    position: absolute;
    top: 45px;
    border: none;
}

.register-full-width {
    width: 940px;
}

/*.register-third-width {
    width:70%;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}*/
.wrapper {
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.wrapleft {
    float: left;
    width: 100%;
}

.register-third-width {
    margin-right: 230px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 720px;
}

/*.register-right-width {
    width: 220px;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
}*/

.register-right-width {
    float: right;
    margin-left: -220px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 220px;
}

div.eventimages {
    margin: 8px 10px 6px 20px;
    font-weight: normal;
    color: #333;
    font-size: 13px;
    position: relative;
    border-bottom: none !important;
    width: 200px;
    background-color: #ebebeb;
}

    div.eventimages p {
        padding: 0px;
        margin: 0px 0px 10px 0px;
    }

.eventImageContainer {
    height: auto !important; /*200px*/
    overflow-y: hidden;
    padding: 10px;
}

#upClick {
    background-image: url(../images/ScrollUp.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 37px;
    width: 100%;
    cursor: pointer;
}

#downClick {
    background-image: url(../images/ScrollDown.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 37px;
    width: 100%;
    cursor: pointer;
}


#xrx_bnr_hdr #xrx_bnr_hdr_position {
    height: 121px;
    margin: auto;
    overflow: visible;
    position: relative;
    top: 0;
    max-width: 940px;
    width: 100% !important;
}

#xrx_bnr_ftr #xrx_bnr_ftr_inner {
    margin: 0 auto;
    padding: 0px !important;
    max-width: 940px;
    width: 100% !important;
}


.iframe {
    max-width: 940px;
    width: 100%;
}

div.event-right {
    width: 52%;
}

div.event-left {
    width: 45%;
}

img.eventimage {
    margin: 5px 0px 0px 10px;
}

p.caption {
    margin-top: 20px;
}

.optiongroup {
    background-color: #ccc;
}

.passwordwarning {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
}

.specialdisclaimer {
    position: absolute;
    bottom: 0px;
    color: #999 !important;
    font-size: 10px;
    margin: 20px 0 0 10px;
}

span.bycirquedusoleil {
    font-weight: normal;
    font-style: italic;
    font-size: 20px;
}

span.cirque-italic {
    font-size: 20px !important;
}

h1 em {
    font-size: 20px !important;
}

.email-container {
    position: relative !important;
}

img.wait {
    width: 20px;
    height: 20px;
}

.nodetails {
    color: #333333;
    font-size: 10px;
}

.error-friend {
    padding: 5px 15px 10px 15px;
    width: 150px;
    font-weight: 300;
    right: 10px;
    left: 10px;
    background-color: #ebebeb !important;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAGDY0LsAAAAmklE…wIrAisCKwIrAisCKwIrAisCKwIrAisCKwIrAisCKwsgNusRuyRRB/sAAAAABJRU5ErkJggg==") repeat-x scroll 50% 50% #ebebeb;
    font-size: 11px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 5px;
    margin: 10px 0 0 0;
}

.align-right-email {
    text-align: right;
    margin: 5px 0 0 0;
    padding: 0px;
}

.sup {
    font-weight: normal;
    font-size: 10px;
}

#xrx_bnr_hdr.xrx_bnr_partner.xrx_bnr_partner_nonav #xrx_bnr_hdr_position,
#xrx_bnr_hdr.xrx_bnr_partner.xrx_bnr_partner_nonav {
    height: 123px !important;
}

table td.input-width input {
    width: auto !important;
    margin-right: 3px !important;
}

table td.input-width label {
    padding-right: 20px !important;
}

img.uploaded-image-size {
    width: 100%;
    margin-top: 5px;
    cursor: pointer;
}

.button {
    padding: 8px 15px 8px 15px !important;
    color: #fff !important;
    font-size: 14px;
    min-width: 90px;
    text-align: center;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    font-weight: 300;
}

.sendbutton a {
    color: #d92231;
}

.orange {
    background: #d92231;
}

.grey {
    background: #737373;
}

.disabled {
    background: #CC4300;
    color: pink;
}


.violet {
    background: #9B2583;
}

.iconMargin {
    margin: 0px 5px;
}

#fancybox-outer {
    padding: 30px 0 !important;
}
/*#fancybox-outer {
    padding: 20px 55px !important;
}*/
#fancybox-wrap > div {
    padding-bottom: 54px !important;
}

#fancybox-title-float-main, #fancybox-title-float-left, #fancybox-title-float-right {
    background: none !important;
    color: #000000 !important;
}

#fancybox-left-ico {
    background-image: url("../images/ScrollLeft.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}

#fancybox-right-ico {
    background-image: url("../images/ScrollRight.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}

#fancybox-close {
    background-image: url("../images/Close-button.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    right: 10px !important;
    top: 5px !important;
}

.deldate,
.eventdays {
    padding: 5px;
    overflow: auto;
    width: auto;
}

    .deldate option,
    .eventdays option {
        padding: 3px 30px 3px 30px;
        font-weight: 300;
        font-size: 14px;
        white-space: nowrap;
    }

#ui-datepicker-div {
    width: 250px;
}

.ui-datepicker-title {
    width: 200px;
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #d92231 url(/images/calendar/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: normal;
    width: 250px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-widget-header a {
    color: #ffffff;
}

.ui-widget-header .ui-icon {
    background-image: url(/images/calendar/ui-icons_ffffff_256x240.png);
}

.ui-datepicker-calendar {
    border-color: gray;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #cccccc;
    background: #f6f6f6 url(/images/calendar/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #1c94c4;
    outline: none;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.registerbutton {
    width: 14px;
}

@media only screen and (max-width: 960px) {
    #xrx_bnr_partner_title_noImage {
        left: 2%;
    }
}

@media only screen and (max-width: 700px) {
    .register-third-width {
        /*width: 700px;*/
        width: 98%;
        margin: 0px 1%;
    }

    .register-right-width {
        width: 98%;
        float: left;
        margin: 0px 1%;
    }

    div.eventimages {
        width: 98%;
        margin: 0px 1%;
    }

    .register-full-width {
        width: 98%;
        margin: 0px 1%;
    }

    div.socialmedia {
        width: 98% !important;
        margin: 20px 1% 0px 1% !important;
        padding: 0px !important;
    }

    #currentpage div.iframe {
        width: 98%;
        margin: 0px 1%;
    }

    #xrx_bnr_hdr.xrx_bnr_partner.xrx_bnr_partner_nonav #xrx_bnr_hdr_position,
    #xrx_bnr_hdr.xrx_bnr_partner.xrx_bnr_partner_nonav {
        height: 70px !important;
        margin-bottom: 10px;
    }

    #xrx_bnr_partner_title_noImage {
        left: 2%;
        top: 0px !important;
        height: 70px !important;
        line-height: 70px !important;
    }
    /*.otherlogo {
		height: 38px !important;

	}*/
    .logopostion {
        height: 38px !important;
    }

    #xrx_bnrv4_header_logocol {
        display: table-cell;
    }


        #xrx_bnrv4_header_logocol .xerox-logo {
            width: 123px;
            height: 35px;
            display: none;
        }

    table select, table textarea, table input[type="text"] {
        width: 100% !important;
    }

    table.register td.title {
        width: 82px !important;
    }

    div.event-right, div.event-left {
        margin: 0px !important;
        padding: 5px 1%;
        width: 98%;
    }

        div.event-right img, div.event-left img, div.empty img {
            margin: 0px !important;
            padding: 1% !important;
            width: 98%;
        }

    div.googlemap {
        margin: 0px !important;
        padding: 0px !important;
    }
}

.xrx_bnrv4_table {
    max-width: 940px !important;
    width: 100% !important;
}

#xrx_bnrv4_header_logocol {
    width: 100%;
    display: inline-block !important;
    height: 80px;
    margin: 0px 0px 0px 0;
    height: 80px;
    top: 0;
    position: relative;
}

img.otherlogo {
    max-height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px !important;
    margin: auto;
}

img.logopostion {
    bottom: 0;
    margin: auto;
    max-height: 60px;
    position: absolute;
    top: 0;
}

img.logopostion2 {
    max-height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media only screen and (max-width: 960px) {
    header {
        width: 100% !important;
    }

    #xrx_bnrv4_header #xrx_bnrv4_header_floater > div > div.xrx_bnrv4_table {
        width: 100% !important;
        max-width: 940px !important;
    }

    #xrx_bnrv4_header_logocol {
        width: 96% !important;
        margin: 0px 2% !important;
    }

    #xrx_bnrv4_footer {
        max-width: 940px !important;
        width: 94% !important;
    }
}

@media only screen and (max-width: 700px) {

    #xrx_bnrv4_header {
        height: 50px !important;
        margin-bottom: 0px !important;
    }

    #xrx_bnrv4_header_logocol {
        height: 50px !important;
    }

    img.logopostion2, img.otherlogo {
        height: 40px !important;
    }

    img.logopostion {
        width: 95px !important;
    }

    .warn-image {
        display: none;
    }
    .warn-text {
        margin-left: 20px;
    }

    
}

.banner-width {
    min-width: 100% !important;
}

div.module ul.registrant-report {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

    div.module ul.registrant-report li:empty {
        display: none;
    }

    div.module ul.registrant-report li {
        float: left;
        background: none;
        border: 1px solid #ebebeb;
        margin-right: 10px;
    }


        div.module ul.registrant-report li a {
            display: block;
            text-align: center;
            padding: 5px;
            background: none;
            list-style-type: none;
        }

p.timezone-text {
    padding: 3px 0px 0px 12px !important;
}

div.event-dates :last-of-type {
    padding: 0px 0px 0px 12px !important;
}

div.event-dates {
    padding: 0px !important;
}

.option-warning {
    background: #737373 url(../images/warning-orange.png) 5px center no-repeat !important;
    font-weight: bold !important;
    color: #fff !important;
    background-size: 4.5%;
}

.lblChkAttended input, .lblNotChkAttended input
 {
    width: auto !important;
    padding-right: 30px;
}

.registrant-details th {
    font-weight: bold;
    padding: 10px;
    font-size: 20px;
}


.registrant-details td {

    padding: 10px !important;
    font-size: 20px;
}

#report_filter {
    background: #ebebeb;
    padding: 20px;
}


.report-table #report_filter {
    float: left;
    margin: 15px 0px 10px 0px;

}

.report-table #report_filter input {     border: solid 1px #ccc;
    padding: 2px;
    font-size: 1.1em;

}

.report-table #report_filter label {
    font-size: 1.2em;

    
}

h3.oversubscribed-row {
    font-weight: bold !important;
    white-space: nowrap !important;
}

.row-onwaitinglist:nth-child(odd)  {
    background: #fff3e6 !important;
}


.row-onwaitinglist:nth-child(even)  {
    background: #ffe6cc !important;
}

.enable-input {
    color: #d92231 !important;
}

.disable-input {
    color: #000000 !important;
}

