﻿.Main { background: #ffffff; border: none; }
td { }
.smallfont { font-weight: normal; font-size: 8pt; }
.SnapHeader { color: #ffffff; border: 1px solid #57566f; font-weight: bold; background: #757495 url(../../images/snap_headerBg.gif); }
.SnapHeaderCollapsed { color: #777777; border: 1px solid #777777; font-weight: bold; background: #e0dfe3 url(../../images/snap_headerCollapsedBg.gif); }
.SnapContent { border: 1px solid #b4b4b4; cursor: default; }
.SnapContent th { border-bottom: solid 1px #dcdcdc; vertical-align: bottom; }
.PageHeader { border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #6495ed; }
.PageHeader td { font-size: 15pt; font-family: Tahoma; color: #6495ed; }

.Dock { padding: 5px; }
.Links { list-style-image: none; color: #000000; font-size: 11px; }
.FieldTextbox { width: 297px; min-width: 297px; max-width: 297px; }
.EditTable { }
.EditTable th { border-bottom: solid 1px #000000; vertical-align: bottom; }
.TreeView { padding-top: 4px; padding-left: 1px; border: #7c7c94 1px solid; cursor: default; background: #ffffff; }
.TreeNode { font-size: 11px; padding: 2px 3px 1px; }
.GrayedTreeNode { font-size: 11px; color: #808080; cursor: default; padding: 2px 3px 1px; }
.HoverTreeNode { font-size: 11px; text-decoration: underline; cursor: default; padding: 2px 3px 1px; }
.SelectedTreeNode { font-size: 11px; color: #ffffff; cursor: default; background: #808080; padding: 2px 3px 1px; }
.NodeEdit { border: 1px #808080 solid; font-size: 11px; }

.onlink { color: #ee3224; font-weight: bold; }
.offlink { color: #008000; font-weight: bold; }
.required, .red { color: #ff0000; font-weight: bold; }
.header_green_background { height: 24px; background: url(../../images/header_standards_background.gif) repeat-x; }
.header_yellow_background { height: 24px; background: url(../../images/header_email_background.gif) repeat-x; }
.header_purple_background { height: 24px; background: url(../../images/header_library_background.gif) repeat-x; }
.header_blue_background { height: 24px; background: url(../../images/header_mylibrary_background.gif) repeat-x; }
.btn_background { height: 24px; background: url(../../images/btn_background.gif) repeat-x; }
.LINKBUTTON_Old { border: solid 1px #4a506d; padding: 5px 15px 5px 15px; vertical-align: middle; color: #4a506d; font-size: 11px; font-weight: bold; background: #e6e8ed; }
.SummeryError { font-size: 9pt; font-family: Arial; border: solid 1px #ff0000; background: url(../../images/WebPageMessageImages/WebPageMessagewarning.gif) #ffe0e0 center left no-repeat; color: #ff0000; }
.SummeryError ul { font-size: 9pt; text-align: left; list-style-type: square; padding-left: 60px; display: inline-block; }
.viewerMessage {width:100%; height:100%; vertical-align: top; padding: 5px 0;}
.WebPageMessageInformation {
    width: 100%;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: #d2b48c;
    height: 60px;
    font-size: 9pt;
    font-family: Arial;
    background: url(../../images/WebPageMessageImages/WebPageMessageInformation.gif) #ffeec2 top left no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    text-align: center
}
.WebPageMessageError {
    width: 100%;
    font-size: 9pt;
    font-family: Arial;
    border: solid 1px #ff0000;
    height: 60px;
    background: url(../../images/WebPageMessageImages/WebPageMessageError.gif) #ffe0e0 top left no-repeat;
    color: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    text-align: center
}
.WebPageMessageWarning {
    width: 100%;
    font-size: 9pt;
    font-family: Arial;
    border: solid 1px #ff0000;
    height: 60px;
    background: url(../../images/WebPageMessageImages/WebPageMessagewarning.gif) #ffe0e0 top left no-repeat;
    color: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    text-align: center
}
.IPShieldNag { width: 60%; font-size: 9pt; font-family: Arial; border: solid 1px #ff0000; height: 60px; background: #ffe0e0; color: #ff0000; }
.WebPageMessageOK {
    width: 100%;
    font-size: 9pt;
    font-family: Arial;
    margin-bottom: 5px;
    border: solid 1px #46631e;
    height: 60px;
    background: url(../../images/WebPageMessageImages/WebPageMessageOK.gif) #f1f8e7 top left no-repeat;
    color: #46631e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    text-align: center
}
.grayfont { color: inactivecaptiontext; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.right { text-align: right; }
.none { display: none;}

/* MODAL WINDOWS - GENERAL */

.modal, .modalWrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    margin-left: -300px;
    margin-top: -300px;
}
#mobileSurvey.modalContent, #redLineNag.modalContent, #downloadLimitNag.modalContent {
    height: 400px;
    box-shadow: 0 0 12px #000;
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    float: none;
    position: fixed;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-left: -423px;
    margin-top: -211px;
    z-index: 9999;
    behavior: url(includes/PIE.htc);
    border: none;
}
#mobileSurvey.modalWindow, #redLineNag.modalWindow, #downloadLimitNag.modalWindow {
    padding: 0px;
    border: #646464 solid 1px;
    background: #ffffff;
}

#redLineNag.modalContent {
    padding: 0px !important;
    width: 700px;
    height: 360px;
    margin-left: -400px;
}
#downloadLimitNag.modalContent {
    padding: 0px !important;
    width: 700px;
    height: fit-content;
    margin-left: -400px;
    top: 30%;
    max-height: 600px;
    overflow-y: auto;
}
#redLineNag.modalContent div.redLineModalDiv {
    padding: 10px;
}

#downloadLimitNag.modalContent div.redLineModalDiv {
    padding: 10px;
    height: fit-content;
}

#downloadLimitNag.modalContent div.redLineModalDiv h3 {
    text-align: center;
    padding: 5px;
}

#downloadLimitNag.modalContent div.redLineModalDiv .markAsSeen {
    margin-bottom: 10px !important;
}

#downloadLimitNag.modalContent div.redLineModalDiv li{
    margin-bottom: 5px; 
}
#redLineNag.modalContent div.redLineModalDiv .markAsSeen, #downloadLimitNag.modalContent div.redLineModalDiv .markAsSeen {
    margin: 0px;
}
#redLineNag.modalContent div.redLineModalDiv .goToLibrary, #downloadLimitNag.modalContent div.redLineModalDiv .goToLibrary {
    line-height: 40px;
    font-size: 14px;
}
#redLineNag.modalContent p, #downloadLimitNag.modalContent p {
    padding: 10px 0px;
    font-size: medium;
}
#redLineNag.modalContent h3 {
    padding: 15px;
    font-size: x-large;
}
#downloadLimitNag.modalContent h3 {
    padding: 15px;
    font-size: x-large;
    text-align: center;
}
#downloadLimitNag.modalContent div.redLineModalDiv span a {
    width: auto;
    padding: 0;
}

#redLineNag.modalContent a, #downloadLimitNag.modalContent a, #downloadLimitNag.modalContent input {
    width: auto;
    padding: 10px;
}
#downloadLimitNag.modalContent input {
    margin: 0px 5px !important;
}
    #redLineNag.modalContent a.floatRight, #downloadLimitNag.modalContent a.floatRight, #downloadLimitNag.modalContent input.floatRight {
        float: right;
    }

.modalToolbar { text-align: right; padding: 2px; background: #f0f0f0; }
.modalContent { padding: 10px; border: solid 1px #999; width: 825px; height: auto; float: left; background: #ffeec2; }
.modalContent h3 { margin-bottom: 5px;margin-right: 4px; }
.modalContent p { margin: 5px 0px 0px 0px; }
.modalContent label { width: 175px; clear: both; display: inline-block; float: left; }
.modalContent .radioButton label { width: 150px; clear: none; display: inline-block; }
.modalBackground { filter: alpha(opacity=70); opacity: 0.7; background: #808080; }
.modalContent .close {color:#fff; background:#999;font-size: 10px; font-weight:bolder; line-height:10px; border-radius:20px; padding:10px 10px; display:block; position:absolute; top:4px; right:4px;}

.modalOverlay { background: url(../../images/modalBG.png); width: 100%; height: 100%; min-height: 100%; z-index: 600; position: fixed; top: 0; left: 0; behavior: url(includes/PIE.htc); }
#mobileSurvey.modalContent ul { list-style: none; width: 100%; float: left; margin: 0; padding: 0; }
#mobileSurvey.modalContent li { margin-top: 2px; float: left; width: 49%; }
#mobileSurvey.modalContent li ul li { float: none; width: 100%; }
#mobileSurvey.modalContent .surveyDesc { color: Blue; padding: 6px 6px 12px; }
#mobileSurvey.modalContent li .othertext { width: 210px; border: solid 1px grey; }
#mobileSurvey.modalContent li input { display: inline; }
#mobileSurvey.modalContent li label { float: none; width: auto; padding-left: 5px; height: 19px; }
#mobileSurvey.modalContent .optout { clear: both; padding: 24px 0; }
#mobileSurvey.modalContent .optout label { float: none; width: 50%; padding-left: 5px; }
#mobileSurvey.modalContent .optout input { display: inline; }
#mobileSurvey.modalContent .thankYou { float: left; width: 100%; text-align: center; color: #333; padding-bottom: 20px; font-size: 20px; clear: both; }
#mobileSurvey.modalContent .submitSurvey { width: auto; clear: both; margin-top: 0; }
#mobileSurvey.modalContent #responseMessage { padding-bottom: 4px; }

/* Bubble Tooltips */
.bubbletooltip { position: relative; z-index: 24; text-decoration: none; }
.bubbletooltip > span { display: none; }
.bubbletooltip:hover { z-index: 25; color: #000000; }
    .bubbletooltip:hover span.hiddenTooltip {
        display: block;
        position: absolute;
        top: 15px;
        left: -300px;
        width: 600px;
        padding: 2px;
        text-align: left;
        display: block;
        border: solid 1px #000000;
        text-decoration: none;
        background: #ffeec2;
    }
.externallink { color: #0000ff; cursor: hand; }
.scroll { overflow-y: auto; overflow-x: hidden; scrollbar-face-color: #ffeec2; scrollbar-shadow-color: #808080; scrollbar-arrow-color: #000000; scrollbar-track-color: #ffeec2; }
.myLibraryTooltip {
    left: 0px !important;
}
.csdsIcon {
    margin-top: 8px !important;
}

.csdsTooltip {
    position: absolute;
    top: 0px;
    right: 0px !important;
    width: 400px;
    left: unset !important;
}
/* IEC Terms */
.terms { }
.terms td { vertical-align: top; }
.terms td ul li { list-style: none; }
.terms td span[class="padded"] { padding-left: 40px; }
.termsheader { color: #333399; font-size: 9pt; font-weight: bold; line-height: 10pt; text-decoration: underline; }
.termssubheader { color: #0033ff; font-weight: bolder; }
ol.IECFAQ li { font-weight: bold; }

/* ORDER SCCL SMARTDOCS */

.smartWrap { width: 750px; background: url(../../images/red-swoosh.jpg) no-repeat; margin: 0 auto; overflow: hidden; }
.smartWrap h2 { color: #c4001d; font-size: 35px; font-weight: bold; letter-spacing: -2px; border-bottom: none; padding: 20px 0 5px; clear: both; }
.smartWrap .callout { color: #c4001d; font-size: 17px; font-weight: bold; letter-spacing: 0; text-align: center; border: none; }
.smartWrap .text { width: 425px; margin-bottom: 20px; text-align: left; float: left; }
.smartWrap .text p { font-size: 16px; }
.smartWrap ul { width: 280px; text-align: left; float: right; }
.smartWrap ul li { font-size: 16px; font-weight: bold; line-height: 26px; }
.smartWrap .text p, .smartWrap ul { margin: 0; }
.ulHead { background: #A80505; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 8px 0; }
.phones { margin-top: 22px; float: left; }
.phones p { font-size: 12px; font-style: italic; text-align: center; margin: 0; }
.video { width: 365px; margin-top: 30px; float: right; }
.video a { color: #eee; background: #A80505; border: #7b1222 1px solid; font-size: 20px; font-weight: bold; letter-spacing: -1px; line-height: 40px; text-align: center; text-shadow: #830203 1px 1px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; box-shadow: #999 0 0 5px; margin-top: 7px; display: block; }
.video a:hover { background: #c4001d; text-decoration: none; }
.video p { font-size: 10px; text-align: center; }

/* CAD SERVICES */

.landingWrap { width: 800px; color: #333; font-size: 17px; font-family: Arial Helvetica, Sans-Serif; border-bottom: #a10505 5px solid; margin: 0 auto; padding-bottom: 20px; overflow: hidden; }
.landingWrap .header { background: #a10505; padding: 15px 35px; overflow: hidden; }
.landingWrap .header h1 { color: #fff; font-size: 36px; letter-spacing: -1px; margin: 0; float: left; }
.landingWrap .header p { width: 265px; color: #fff; font-size: 18px; letter-spacing: -.5px; text-align: right; margin: 0; float: right; }
.landingWrap img { margin: 25px 0 0 35px; float: left; display: block; }
.landingWrap h2 { font-size: 38px; font-weight:bold; letter-spacing: -2px; border:none; margin: 25px 0 0 54px; float: left; }
.landingWrap ul { padding: 0; margin: 0 0 0 45px; float: left; }
.landingWrap ul li { color: #999; border-left: #999 1px solid; letter-spacing: 1px; list-style: none; padding-left: 8px; margin-left: 8px; float: left; }
.landingWrap ul li:first-child { border: none; }
.landingWrap .leftSide { width: 375px; margin: 30px 0 0 35px; float: left; clear: left; }
.landingWrap .leftSide p { line-height: 18px; margin: 0 0 32px; }
.landingWrap .leftSide h3 { color: #a10505; font-size: 18px; font-weight: bold; line-height: 20px; border:none; margin: 0; }
.landingWrap .leftSide ul { margin: 8px 0 15px 28px; float: none; }
.landingWrap .leftSide ul li { color: #333; list-style: disc; letter-spacing: 0; border: none; padding: 0; margin-bottom: 5px; float: none; }
.landingWrap .rightSide { width: 340px; margin-top: 30px; float: right; }
.landingWrap .rightSide .formQuote { border: #ccc 1px solid; -webkit-box-shadow: #ccc 0 0 15px; -moz-box-shadow: #ccc 0 0 15px; box-shadow: #ccc 0 0 15px; padding: 15px 25px 25px;; margin-bottom: 15px; }
.landingWrap .rightSide .formQuote h3 { color: #999; font-size: 24px; font-weight:bold; border:none; margin: 0; display: block; padding-bottom: 10px; }
.landingWrap .rightSide .formQuote ul { margin: 0 0 15px; }
.landingWrap .rightSide .formQuote ul li { color: #a10505; font-size: 11px; font-weight: bold; letter-spacing: 0; text-transform: uppercase; border-left: #a10505 1px solid; list-style: none; padding-left: 4px; margin-left: 4px; float: left; }
.landingWrap .rightSide .formQuote ul li:first-child { border: none; padding: 0; margin: 0; }
.landingWrap .rightSide .formQuote label { font-size: 12px; margin-top: 8px; display: block; }
.landingWrap .rightSide .formQuote span {font-size:12px;}
.landingWrap .rightSide .formQuote input { width: 280px; border: #ddd 1px solid; padding: 5px; }
.landingWrap .rightSide .formQuote .btn { width: 120px; color: #fff; background: #a10505; font-size: 18px; font-weight: bold; border: #7b1222 1px solid; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top: 8px; cursor:pointer; }
.landingWrap .rightSide .testimonial { background: #eee; font-size: 14px; -webkit-box-shadow: #ddd -6px 5px 15px; -moz-box-shadow: #ddd -6px 5px 15px; box-shadow: #ddd -6px 5px 15px; padding: 30px; padding: 15px; }
.landingWrap .rightSide .testimonial h4 { font-weight: bold; margin: 0; }
.landingWrap .rightSide .testimonial p { font-style: italic; }
.landingWrap .rightSide .testimonial img { margin: 0; float: none; }
.successMessage { color: #a10505; }
.clear { clear: both; }
.button { color: #fff; background: grey; font-weight: bold; border: grey 1px solid; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top: 8px; cursor:pointer; padding: 2px;}

a.promoSignUp { color: #eee; background: #A80505; border: #7b1222 1px solid; font-size: 20px; font-weight: bold; letter-spacing: -1px; line-height: 40px; text-align: center; text-shadow: #830203 1px 1px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; box-shadow: #999 0 0 5px; margin-top: 7px; width: 300px; display: inline-block; clear: none; }
a.promoSignUp:hover { background: #c4001d; text-decoration: none; }

/* PIE */

.ulHead, .video a { position: relative; behavior: url(pie.htc); }

/* Two column Table Layout */
.two_column_table { float: left; width: 100%; }
.two_column_table .row { clear: both; width: 100%; }
.two_column_table .row .column { width: 50%; float: left; font-size: 110%; padding-bottom: 10px; }
.two_column_table .row .long { margin-right: 10%; }
.two_column_table .row .short { width: 20% !important; }
.two_column_table .row .column label, .two_column_table .row .column span { font-size: 11px; margin-bottom: 2px; display: block; }
.two_column_table .row .column .txt, .two_column_table .row .column select { display: block; width: 90%; margin-bottom: 8px; }
.two_column_table .row .column select { display: inline; padding: 3px; width: 93%; }
.two_column_table .row .column .btn { padding-bottom: 5px; }
.two_column_table .row .column .big_text { display: block; width: 90%; font-size: 18px; }

.ibrRegister {position:relative; top:2px; margin-left:255px;}
#invitationForm {float: none;}

/* Faux Modal */
/* Faux Modal */
.fauxModal {
    width: 600px;
    padding-bottom: 20px;
    position: absolute;
}
.fauxModalOverlay{ position: fixed;top: 0;left: 0;width: 100%;height: 100%;}
.fauxModal .horzBlock {margin-bottom:0;}
.fauxModal, .fauxModal .horzBlock, .fauxModal .block {overflow:visible;}
.fauxModal li {overflow:hidden;}
.fauxModal label, .fauxModal span {width:120px; float:left;}
.fauxModal .warning, .warning {color:#c30000; font-weight:bold; float:none;}
.success {color:#4ba800; font-weight:bold;}
.fauxModal input, .fauxModal textarea {width:208px; float:left;}
.fauxModal li .btn {margin-top:10px;}
.noOverflow .modal {overflow:visible;}
#pnlParagraph.fauxModal {width:auto!important; left:0!important;}
#pnlParagraph.fauxModal span{float:none!important;}

/* Video Modal */
.vidModal {width:100%; height:100%; background:rgba(0,0,0,.5); position:fixed; top:0; left:0; z-index:2000; display:none; }
.vidModal .content {height:480px; background:#fff; padding:20px; margin:-240px 0 0 -417px; position:absolute; top:50%; left:50%;}
    .vidModal .content .close {
        color: #fff;
        background: #333;
        padding: 5px 15px;
        position: absolute;
        top: -56px;
        right: 0;
        font-size: 40px;
    }

/* Informational Modal */
.infoModal { position: fixed; top: 40%; margin-top: -100px; width: 100%; left: 0; z-index:2000;}
.infoModal .content { position: relative; margin: 0 auto; background: #fff; width: 350px; height: 200px;}
.infoModal .content .infoModalClose {color:#fff; background:#333; padding:5px 15px; position:absolute; top:-26px; right:0;}
.infoModal .content .innerContent { padding: 10px;}


.inline {
    display: inline
}

.float-right {
    float: right
}
.doubleOptInBanner {
    background: #a80505;
    padding: 10px;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
    font-family: Helvetica,Tahoma,Arial,Sans-serif;
}

.doubleOptInBanner a {
    color: white;
    text-shadow: 1px 1px 1px #333333;
    text-decoration: underline;
}

.doubleOptInBanner row {
    margin: 0px;
}

.doubleOptInBanner .bannerClose {
    text-decoration: none;
}

.doubleOptInBanner .bannerTextWrapper {
    position: relative;
    width: 91.66667%;
}

.doubleOptInBanner .bannerCloseWrapper {
    position: relative;
    width: 8.33333%;
}

.columns {
    float: left;
    padding: 0;
}

.bannerRow {
    overflow: auto;
}

.returnToHome
{
    padding-top: 20px;
}