﻿@font-face {
    font-family: "EY Interstate Bold";
    src: url('/Resources/Fonts/EY/EYInterstate/EYInterstate-Bold.ttf') format("truetype");
}

@font-face {
    font-family: "Noto Sans";
    src: url('/Resources/Fonts/Google/NotoSans/NotoSans-Regular.ttf') format("truetype");
}


BODY {
    font-family: "Noto Sans","Arial","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 100%;
    color: #444444;
    margin: 0px 0px 0px 0px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

table {
    /*width: 100%;*/
}


html > body {
    font-size: 16px;
}

/* MAIN HTML ELEMENTS STYLES START */

FORM {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


TEXTAREA {
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 1.0em;
}

    TEXTAREA.normalFixed, TEXTAREA.normal-fixed {
        font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
        font-size: 14px;
    }

INPUT.normalFixed, INPUT.normal-fixed {
    font-size: 14px;
}

SELECT.normalFixed, SELECT.normal-fixed {
    font-size: 14px;
}

BUTTON.normal-fixed, BUTTON.normal-fixed {
    font-size: 14px;
}

INPUT[type="radio"] {
    vertical-align: middle;
    margin-right: 2px;
}

button.standard-button {
    background-image: none;
    background: #777;
    border: 1px solid #777;
    color: #fff;
    padding: 8px;
}

.standard-button {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #777;
    border: 1px solid #777;
    color: #fff;
    padding: 8px;
    cursor: pointer;
}



    .standard-button:hover {
        background: #777;
        border: 1px solid #777;
        color: #ffe600;
    }

.yellow-button {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #ffe600;
    border: 1px solid #ffe600;
    color: #444;
    padding: 8px;
    cursor: pointer;
}

    .yellow-button:hover {
        background: #999;
        border: 1px solid #999;
        color: #fff;
    }

UL {
    margin-top: 0px;
    margin-bottom: 0px;
}

OL {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul.square-bullet {
    list-style-type: square;
}

ul.arrow-bullet {
    color: #ffe600;
    font-size: 1.0em;
    padding: 0px 0px 0px 20px;
    text-decoration: none;
    list-style: none;
    line-height: 12px;
}

    ul.arrow-bullet li:before {
        content: "";
        border-color: transparent #ffe600;
        border-style: solid;
        border-width: 0.30em 0 0.30em 0.40em;
        display: block;
        height: 0;
        width: 0;
        left: -1em;
        top: 0.7em;
        position: relative;
        line-height: 12px;
    }

    ul.arrow-bullet li {
        line-height: 12px;
    }





ul.arrow-bullet-admin {
    font-size: 1.0em;
    padding: 0px 0px 0px 20px;
    text-decoration: none;
    list-style: none;
    line-height: 20px;
}

    ul.arrow-bullet-admin li:before {
        content: "";
        border-color: transparent #ffe600;
        border-style: solid;
        border-width: 0.30em 0 0.30em 0.40em;
        display: block;
        height: 0;
        width: 0;
        left: -1em;
        top: 0.7em;
        position: relative;
        line-height: 20px;
    }

    ul.arrow-bullet-admin li {
        line-height: 20px;
    }

H1.fixedSize {
    font-size: 14pt;
    color: #444;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

H2.fixedSize {
    font-size: 13pt;
    color: #3498DB;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

H3.fixedSize {
    font-size: 12pt;
    color: #444;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

H4.fixedSize {
    font-size: 10pt;
    color: #3498DB;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}


H1 {
    font-size: 1.06em;
    color: #444;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

    h1 span.transparent-background {
        padding: 0 20px 0 20px;
        font-size: 30px;
        line-height: 40px;
        color: #ffe600;
        background: rgba(51, 51, 51, 0.7);
    }

H2 {
    font-size: 0.94em;
    color: #666666;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

    h2 span.transparent-background {
        padding: 0 20px 0 20px;
        font-size: 20px;
        line-height: 30px;
        color: #ccc;
        background: rgba(51, 51, 51, 0.7);
    }

H3 {
    font-size: 0.81em;
    color: #444444;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

H4 {
    font-size: 0.81em;
    color: #444444;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

A {
    text-decoration: none;
    color: #3344dd;
    cursor: pointer;
}

    A:link {
        text-decoration: none;
        color: #155cb4;
        cursor: pointer;
    }

    A.js-button-text-colour-white {
        color: #FFFFFF;
    }

    A.js-button-text-colour-red {
        color: #ff0033;
    }

    A:visited {
        text-decoration: none;
        color: #884488;
        cursor: pointer;
    }

    A:hover {
        text-decoration: underline;
        color: #003254;
        cursor: pointer;
    }

    A:link img {
        border: 0;
    }

    A:visited img {
        border: 0;
    }

    A:hover img {
        border: 0;
    }

    A.alternate-link:link {
        color: #444444;
        text-decoration: none;
    }

    A.alternate-link:visited {
        color: #444444;
        text-decoration: none;
    }

    a.alternate-link:hover {
        color: #004d9a;
        text-decoration: underline;
    }

    A.alternate-link:link img {
        border: 0;
    }

    A.alternate-link:visited img {
        border: 0;
    }

    A.alternate-link:hover img {
        border: 0;
    }

.body-left-side {
    width: 60%;
    margin: auto;
    vertical-align: top;
}

.tbl-body-content {
    width: 80%;
    margin: auto;
    min-width: 950px;
    max-width: 1500px;
}

.body-right-side {
    vertical-align: top;
    padding-left: 2%;
    width: 40%;
    margin: auto;
    min-width: 300px;
}

/* MAIN HTML ELEMENTS STYLES END */


/* TOP NAVIGATION STYLES START */
.secondary-logo-title {
    color: #fff;
    font-size: 30px;
    font-weight: lighter;
}

A.no-link-effects, a.no-link-effects:hover, a.no-link-effects:visited {
    text-decoration: none;
}

.navTitle {
    background-color: #ddd;
    color: #444;
    padding: 7px 5px 7px 17px;
    display: block;
    font-size: 0.9em;
    margin: 8px 0px 5px 0px;
}

A.navTitle, A.navItem {
    padding: 0px 10px 0px 10px;
    margin-left: 2px;
    font-size: 13px;
}

A.site-options-item {
    padding: 0px 10px 0px 0px;
    font-size: 13px;
}

    A.site-options-item:link, A.navTitle:link, A.navItem:link {
        text-decoration: none;
        color: white;
    }

#divPageHeader A.site-options-item {
    color: white;
}

A.site-options-item:visited, A.navTitle:visited, A.navItem:visited {
    text-decoration: none;
    color: white;
}

A.navTitle,
A.navItem,
A.site-options-item {
    padding: 0px 10px 0px 10px;
    margin-left: 2px;
    font-size: 13px;
}

    A.navTitle:link,
    A.navTitle:visited,
    A.navItem:link,
    A.navItem:visited {
        text-decoration: none;
        color: #336699;
    }

    A.navTitle:hover,
    A.navItem:hover {
        text-decoration: underline;
        color: #336699;
    }

    A.site-options-item:link,
    A.site-options-item:visited {
        text-decoration: none;
        color: #fff;
    }


/* TOP NAVIGATION STYLES END */


/* LEFT AND RIGHT NAVIGATION STYLES START */

TD.leftNavigationInner {
    width: 100%;
    /*padding: 5px 15px 5px 15px;*/
    font-size: 10pt;
}

span.leftNavSpacer {
    display: inline-block;
    width: 195px;
    height: 2px;
    background-color: White;
    font-size: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* LEFT AND RIGHT NAVIGATION STYLES END */


/* FOOTER STYLES START */

.footerText {
    font-size: 11px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* FOOTER STYLES START */


/* GENERAL NAVIGATION STYLES START */

.birdFoot9px {
    background-image: url(/Images/Icons/KNOTIAROUND/LeftNavRightArrow9px.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.birdFoot11px {
    background-image: url(/Images/Icons/KNOTIAFLAT/buttonYellow.png);
    background-repeat: no-repeat;
    padding: 1px 0px 0px 22px;
}

.birdFoot11px-cfm {
    background-position-y: -5px;
}

.birdFoot11px-padding {
    background-position: 10px -1px;
}

.birdFoot12px {
    background-image: url(/Images/Icons/KNOTIAFLAT/buttonYellow.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 1px 0px 0px 22px;
}

.birdFoot11pxNoBirdfoot {
    margin-left: 10px;
    text-indent: -10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.birdFoot12pxNoBirdfoot {
    margin-left: 12px;
    text-indent: -12px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.navHeader {
    font-weight: bold;
    font-size: 14px;
    color: #00486c;
}

.navItem {
    font-size: 12px;
    color: #333333;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
/* GENERAL NAVIGATION STYLES END */


/* HEADER STYLES START */

.headerBar, .header-bar, .formSectionHeader, .contentBoxHeaderLight, .contentBoxHeaderCommon {
    background-color: #777;
    border-left: solid 10px #ffe600;
    color: #fff;
    font-size: 16px;
    padding: 8px;
}

td.formSectionHeader {
    border-left: solid 0px #777;
}


td.header-bar {
    background-color: #777;
    border-left: solid 0px #3498db;
    color: #fff;
    font-size: 16px;
    padding: 8px;
}

.formSectionHeaderBar {
    background-color: #777;
    border-bottom: solid 1px #777;
    color: #FFFFFF;
    font-weight: normal;
    padding: 4px;
    text-align: left;
}


.subheader-bar {
    background-color: #ddd;
    color: #444;
    font-size: 15px;
    padding: 8px 8px 8px 30px;
}

.admin-header {
    background-color: #777;
    color: #fff;
    font-size: 15px;
    padding: 5px;
    border-left: 10px solid #ffe600;
}

.subheader-bar h2 {
    color: #444;
    font-weight: normal;
}

.iBoxSectionTitle {
    font-size: 15px;
    color: #444444;
    padding: 15px 0px 0px 15px;
    margin: 0px 0px 0px 0px;
}

ul.iBoxList {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding-left: 15px;
    padding-bottom: 15px;
}



table.admin-table {
    border-collapse: separate;
    border-spacing: 0px;
    width: 100%;
}

    table.admin-table td {
        padding: 5px;
    }


/* HEADER STYLES END */


/* SITE NAVIGATION TAB STYLES START */
a.tabTitle:link {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 11px;
}

a.tabTitle:visited {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 11px;
}

a.tabTitle:hover {
    text-decoration: underline;
    color: white;
    font-weight: bold;
    font-size: 11px;
}

TD.searchResultsTab {
    color: #3498DB;
    font-size: 13px;
    font-weight: bold;
}

a.searchResultsTab:link {
    text-decoration: none;
    color: #004d9a;
    font-size: 13px;
}

a.searchResultsTab:visited {
    text-decoration: none;
    color: #004d9a;
    font-size: 13px;
}

a.searchResultsTab:hover {
    text-decoration: underline;
    color: #004d9a;
    font-size: 13px;
}

/* SITE NAVIGATION TAB STYLES END */


/* SPACING STYLES START*/

.nopadding, .noPadding, .no-padding {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.somepadding, .somepadding, .some-padding {
    margin-bottom: 5px;
    margin-top: 5px;
}


.morepadding, .morePadding, .more-padding {
    margin-bottom: 10px;
    margin-top: 10px;
}

.padding {
    margin: 2px 5px 2px 5px;
}

.padding2px {
    margin-bottom: 2px;
}

.paddingBottom, .padding-bottom {
    margin-bottom: 5px;
    margin-top: 0px;
}

.morePaddingBottom, .more-padding-bottom, .help-title-content {
    margin-bottom: 10px;
    margin-top: 0px;
}

.padding-bottom-25px {
    padding-bottom: 25px;
}

.noSidePadding, .no-side-padding {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.padding-10px {
    padding: 10px 10px 10px 10px;
}

.less-padding-bottom {
    margin-bottom: -5px;
}

.large {
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.medium {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
}

p.medium {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.small {
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.ultrasmall, .ultra-small {
    font-size: 6px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.size13px {
    font-size: 13px;
}

/* SPACING STYLES END */


/* POSITION STYLES START */
.textLeft, text-left {
    text-align: left;
}

.textCenter, .text-center {
    text-align: center;
}

.textRight, .text-right {
    text-align: right;
}

.float-right {
    float: right;
}

.full-width {
    width: 100%;
}
/* POSITION STYLES START */


/* LINK STYLES START */

A.visitable:link {
    text-decoration: none;
    color: #004d9a;
}

A.visitable:visited {
    text-decoration: none;
    color: #999999;
}

A.visitable:hover {
    text-decoration: none;
    color: #ff0033;
}

A.visited:link {
    text-decoration: none;
    color: #999999;
}

A.visited:visited {
    text-decoration: none;
    color: #999999;
}

A.visited:hover {
    text-decoration: underline;
    color: #999999;
}

A.blueLinkUnderlineHover:link {
    text-decoration: none;
    color: #004d9a;
}

A.blueLinkUnderlineHover:visited {
    text-decoration: none;
    color: #004d9a;
}

A.blueLinkUnderlineHover:hover {
    text-decoration: underline;
    color: #004d9a;
}

A.hoverUnderline:link {
    text-decoration: none;
    color: #004d9a;
}

A.hoverUnderline:visited {
    text-decoration: none;
    color: #004d9a;
}

A.hoverUnderline:hover {
    text-decoration: underline;
    color: #004d9a;
}

A.black:link {
    text-decoration: none;
    color: #444444;
}

A.black:visited {
    text-decoration: none;
    color: #444444;
}

A.black:hover {
    text-decoration: underline;
    color: #444444;
}

A.white:link {
    text-decoration: none;
    color: #ffffff;
}

A.white:visited {
    text-decoration: none;
    color: #ffffff;
}

A.white:hover {
    text-decoration: underline;
    color: #ffffff;
}



A.invisible:link {
    text-decoration: none;
    color: #3498DB;
    cursor: default;
}

A.invisible:visited {
    text-decoration: none;
    color: #3498DB;
    cursor: default;
}

A.invisible:hover {
    text-decoration: none;
    color: #3498DB;
    cursor: default;
}

/* LINK STYLES END */


/* FONT LOOK STYLES START */

.bolded, .help-title-header {
    font-weight: bold;
}

.italicized {
    font-style: italic;
}

.underlined {
    text-decoration: underline;
}

/* FONT LOOK STYLES END */


/* COLOUR STYLES START */

.blue {
    color: #004d9a;
}

.red {
    color: #ff0033;
}

.black {
    color: #444444;
}

.white {
    color: white;
}

.green {
    color: #009900;
}

.purple {
    color: #663399;
}

.yellow {
    color: #ffcc33;
}

.grayLight, .graylight {
    COLOR: #cccccc;
}

/*CPA colors*/
.cpa-blue {
    COLOR: #3498DB;
}

.cpa-hover-blue {
    COLOR: #0A6095;
}

.cpa-green {
    COLOR: #43B02A;
}

.cpa-hover-green {
    COLOR: #38962C;
}



/*For fetch ID to appear to be the same colour*/
.graymedium,
.graymedium a:link,
.graymedium a:visited,
.graymedium a:active,
.graymedium a:hover {
    COLOR: #999999;
}

.graydark {
    COLOR: #666666;
}

.knotiaGrey {
    color: #c0c0c0;
}

.charcoal {
    color: #444444;
}

/* COLOUR STYLES END */


/* MY SUBSCRIPTION STYLES START */

.menu-header {
    color: #444;
    font-size: 10.5pt;
    font-weight: bold;
    padding-top: 15px;
}

.submenu-header {
    color: #777;
    font-size: 9.5pt;
    font-weight: bold;
    font-style: italic;
    padding-top: 5px;
}

a.menu-item:link {
    color: #444444;
    text-decoration: none;
    font-size: 8.5pt;
}

a.menu-item:visited {
    color: #444444;
    text-decoration: none;
    font-size: 8.5pt;
}

a.menu-item:hover {
    color: #004d9a;
    text-decoration: underline;
    font-size: 8.5pt;
}

TD.mySubsHeader {
    color: #444;
    font-size: 10.5pt;
    font-weight: bold;
}

TD.mySubsHeaderResizable {
    color: #444;
    font-size: 10.5pt;
    font-weight: bold;
}

TD.mySubsLanguage {
    font-weight: bold;
    font-size: 9.0pt;
    color: #666;
    padding-top: 4px;
}

TD.mySubsLanguageResizable {
    font-weight: bold;
    font-size: 0.78em;
    color: #666;
    padding-top: 4px;
}

a.mySubsItem:link {
    color: #444444;
    text-decoration: none;
    font-size: 8.5pt;
}

a.mySubsItem:visited {
    color: #444444;
    text-decoration: none;
    font-size: 8.5pt;
}

a.mySubsItem:hover {
    color: #004d9a;
    text-decoration: underline;
    font-size: 8.5pt;
}

a.mySubsItemResizable:link {
    color: #444444;
    text-decoration: none;
    font-size: 0.9em;
}

a.mySubsItemResizable:visited {
    color: #444444;
    text-decoration: none;
    font-size: 0.9em;
}

a.mySubsItemResizable:hover {
    color: #004d9a;
    text-decoration: underline;
    font-size: 0.9em;
}

/* MY SUBSCRIPTION STYLES END */


/* DOCUMENT OPTIONS STYLES START */

.documentOption {
    font-size: 11px;
    color: #004d9a;
}

.documentOptionBlack {
    font-size: 11px;
    color: #444444;
}

.documentOptionBold {
    font-weight: bold;
    font-size: 11px;
    color: #004d9a;
}

a.documentOption:link {
    color: #004d9a;
    text-decoration: none;
    font-size: 11px;
}

a.documentOption:visited {
    color: #004d9a;
    text-decoration: none;
    font-size: 11px;
}

a.documentOption:hover {
    color: #004d9a;
    text-decoration: underline;
    font-size: 11px;
}

a.documentOptionNoIcon:link {
    color: #004d9a;
    text-decoration: none;
    font-size: 14px;
}

a.documentOptionNoIcon:visited {
    color: #004d9a;
    text-decoration: none;
    font-size: 14px;
}

a.documentOptionNoIcon:hover {
    color: #004d9a;
    text-decoration: underline;
    font-size: 14px;
}

/* DOCUMENT OPTIONS STYLES END */


/* CONTENT BOX STYLES START */

.contentBoxHeaderCommon {
    font-size: 0.9em;
}

.contentBoxHeaderFooter {
    height: 10px;
    color: #505050;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
}

.divLightBlueBoxTitle {
    background-color: #E5F4FA;
}

span.CBTitle {
    font-size: 18px;
    font-weight: bold;
    background-color: #E5F4FA;
}

.divLightBlueBoxContent {
    background-color: #E5F4FA;
    padding-left: 20px;
    padding-right: 20px;
}

.contentBoxHeaderLight {
}

.contentBoxTextLight {
}

.contentBoxHeaderDark {
    color: White;
    border: solid 1px #4f2d7f;
    background-color: #4f2d7f;
    background-repeat: repeat-x;
}

.contentBoxTextDark {
    border-left: solid 1px #204d79;
    border-right: solid 1px #204d79;
    border-bottom: solid 1px #204d79;
}

.contentBoxTextNoHeader {
    border: solid 1px #80b3cc;
}

/* CONTENT BOX STYLES END */


/*FORGOT PASSWORD SECTION START*/

.forgot-password-email-textbox {
    height: 30px;
    margin-left: 2px;
    width: 420px;
}



.forgot-password-container {
    border-right: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
    border-left: solid 1px #c0c0c0;
    width: 568px;
    /*height:351.1px;*/
    padding: 0px;
    width: 568px;
    margin: auto;
}


.forgot-password-container-header-bar {
    background-color: #777;
    border-left: solid 10px #ffe600;
    color: #fff;
    font-size: 16px;
    padding: 1px 0px 9px 28px;
    width: 568px;
    height: 50px;
    margin: auto;
    margin-top: 30px;
}


.forgot-password-padding-left {
    padding-left: 40px;
}

.forgot-password-padding-top {
    padding-top: 20px;
}

.forgot-password-padding-right {
    padding-right: 58px;
}

.forgot-password-hint-buttons {
    padding-right: 40px;
    float: right;
}


/*FORGOT PASSWORD SECTION END*/
/* HOME PAGE BLURB STYLES START */
.blurb-text-wrapper {
    padding: 0px 0px 0px 0px;
}

.blurb-text-position {
    position: relative;
    min-width: 650px;
}

.blurb-text-section {
    padding: 10px 15px 10px 15px;
    border-right: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
    border-left: solid 1px #c0c0c0;
}

.blurb-text-section-left-nav {
    padding: 10px 15px 10px 15px;
}

.blurb-text, .blurbText {
    font-size: 14px;
}


.blurb-text-header {
    font-size: 16px;
    background: #ccc;
    color: #444;
    padding: 8px 8px 8px 15px;
}

.blurb-text-title {
    color: #3498DB;
    padding: 3px 3px 3px 3px;
    display: block;
}


A.blurbLink:link {
    font-size: 12px;
    color: #004d9a;
    text-decoration: underline;
}

A.blurbLink:visited {
    font-size: 12px;
    color: #004d9a;
    text-decoration: underline;
}

A.blurbLink:hover {
    font-size: 12px;
    color: #AF292E;
    text-decoration: underline;
}

/* HOME PAGE BLURB STYLES END */

A.blueHeader:link {
    font-size: 14px;
    font-weight: bold;
    color: #004d9a;
    text-decoration: none;
}

A.blueHeader:visited {
    font-size: 14px;
    font-weight: bold;
    color: #004d9a;
    text-decoration: none;
}

A.blueHeader:hover {
    font-size: 14px;
    font-weight: bold;
    color: #004d9a;
    text-decoration: underline;
}

A.blueHeaderMedium:link {
    font-size: 12px;
    font-weight: bold;
    color: #004d9a;
    text-decoration: none;
}

A.blueHeaderMedium:visited {
    font-size: 12px;
    font-weight: bold;
    color: #004d9a;
    text-decoration: none;
}

A.blueHeaderMedium:hover {
    font-size: 12px;
    font-weight: bold;
    color: #004d9a;
    text-decoration: underline;
}

/* HOME PAGE STYLES START */

A.mySubscriptionItem:link, A.mySubscriptionItem:visited,
A.subscription-link:link, A.subscription-link:visited {
    font-size: 14px;
    color: #444;
    text-decoration: none;
}

A.mySubscriptionItem:hover, A.subscription-link:hover {
    font-size: 14px;
    color: #004d9a;
    text-decoration: underline;
}

.fac_question {
    padding-top: 17px;
}

.fac_answer {
    padding-bottom: 7px;
}

.fac-category-padding-top {
    padding-top: 5px;
}


A.FAQItem:link {
    font-size: 0.8em;
    color: #004d9a;
    text-decoration: none;
    padding-bottom: 14px;
    margin-bottom: 21px;
}

A.FAQItem:visited {
    font-size: 0.8em;
    color: #004d9a;
    text-decoration: none;
    padding-bottom: 14px;
    margin-bottom: 21px;
}

A.FAQItem:hover {
    font-size: 0.8em;
    color: #004d9a;
    text-decoration: underline;
    padding-bottom: 14px;
    margin-bottom: 21px;
}

TD.FAQItem {
    padding: 2px 0px 8px 0px;
}


/* HOME PAGE STYLES END */


/* STYLES FOR TAGGED RECORDS IN DOCUMENT.ASPX */
.TaggingNone {
    background-image: none;
}

.TaggingHoverNone {
    background-image: url(../../Knowledge/View/_IncludeFiles/Images/TaggedParagraphOn.gif);
    background-repeat: repeat-y;
}

.TaggingSet {
    background-image: url(../../Knowledge/View/_IncludeFiles/Images/TaggedParagraphOn.gif);
    background-repeat: repeat-y;
}

.TaggingHoverSet {
    background-image: url(../../Knowledge/View/_IncludeFiles/Images/TaggedParagraphOn.gif);
    background-repeat: repeat-y;
}
/* STYLES FOR TAGGED RECORDS IN DOCUMENT.ASPX  END */

/* SESSION TRACKER STYLES START */
.session-tracker-settings-wrapper {
    padding: 4px 4px 4px 4px;
    width: auto;
    height: auto;
}

#divSessionTrackerClientWrapper {
    overflow: hidden;
    cursor: pointer;
    padding: 1px 1px 1px 4px;
    background-color: #ffffff;
}

A.SessionTrackerClient:link {
    font-size: 12px;
    color: #444444;
    text-decoration: none;
}

A.SessionTrackerClient:visited {
    font-size: 12px;
    color: #444444;
    text-decoration: none;
}

A.SessionTrackerClient:hover {
    font-size: 12px;
    color: #444444;
    text-decoration: none;
}

.divSessionTrackerDropdownBoxes {
    position: absolute;
    top: 85px;
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    padding: 3px 3px 3px 3px;
    width: 250px;
}
/* SESSION TRACKER STYLES END */

/* OTHER STYLES START */





.download_ebook_faq_header {
    height: 35px;
    cursor: pointer;
    float: left;
    width: 100%;
    background-color: #eee;
    border: 1px solid #E0E0E0;
    margin-bottom: 10px;
}



.courseContentBoxHeaderCommon {
    padding: 8px;
    width: 100%;
    background-color: #eee;
    border: 1px solid #E0E0E0;
}


.courseContentBoxBodyCommon {
    border-left: solid 1px #E0E0E0;
    border-right: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
}

.download_ebook_faq_head_text {
    color: #444;
    font-size: 0.9em;
    margin-top: 5px;
}

.download_ebook_faq_head {
    float: left;
    height: 33px;
    width: 30px;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    background-image: url(/Images/plus.gif);
    margin-top: 3px;
    margin-left: 5px;
}

.download_ebook_faq_head_open {
    color: black;
    font-size: 0.9em;
    font-weight: bold;
    background-image: url('/Images/minus.gif');
}

.download_ebook_faq_body {
    display: none;
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    border-left: solid 1px #E0E0E0;
    border-right: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
}

.hoverMetadata {
    color: #004D9A !important;
    text-indent: 0em !important;
    vertical-align: top;
    display: inline-block;
}

.hoverMenu {
    padding-top: 5px;
    background-color: #FFF;
    margin-top: 3px;
    position: absolute;
    z-index: 100000;
}

    .hoverMenu li {
        color: #000 !important;
        font-size: 12px !important;
    }

.purpAppHeading {
    background-image: url(/Images/Icons/KNOTIAFLAT/Flat-DownArrow-Grey.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px 0px 3px 20px;
    cursor: pointer;
}

.purpAppHeadingOpen {
    background-image: url(/Images/Icons/KNOTIAFLAT/Flat-DownArrow-Grey.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px 0px 3px 20px;
    cursor: pointer;
}

.purpAppContent p {
    font-size: 12px !important;
    margin: 8px 0 12px 0 !important;
}

.labelHeading {
    font-weight: bold !important;
    font-size: 14px !important;
    color: #444444 !important;
}

.purposeAppList {
    margin: 0;
    padding: 5px 15px 0 15px;
    list-style-type: none;
}

.wordwrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

tr.headingRow td {
    padding: 0;
}


a.hoverLink:hover {
    text-decoration: none;
    cursor: pointer;
}

.closeButton {
    font-size: 12px;
    float: right;
    padding-right: 4px;
    padding-top: 3px;
}

    .closeButton img {
        border: none !important;
    }

.listHeader {
    color: #fff;
    background-color: #444;
}

.report-align-right {
    text-align: right;
}

.report-align-center {
    text-align: center;
}

.report-align-left {
    text-align: left;
}

.header-bar-Gray-with-size {
    text-align: center;
}

.alternatingBGColor, .alternating-bg-color {
    background-color: #eee;
}

.table-row-highlight {
    background-color: #ffffaa;
}

.headerBarGray {
    color: #ffffff;
    background-color: #9c9c9c;
}

.normalText, .normal-text {
    font-size: 13px;
}


.normalTextResizable, .normal-text-resizable {
    font-size: 0.8em;
}

.largeTextResizable, .large-text-resizable {
    font-size: 0.9em;
}

.MostNormal {
    font-size: 0.8em;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.smallerTextResizable, .smaller-text-resizable {
    font-size: 0.75em;
}

.smallTextResizable, .small-text-resizable {
    font-size: 0.7em;
}

.hoverDiv {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #eaf2fa;
    border: solid 1px #80b3cc;
    padding: 10px;
    z-index: 1000;
}

td.NormalSizeTD {
    font-size: 10pt;
}

#divPageBodyLong {
    -webkit-overflow-scrolling: touch;
}

A.NormalSizeLink:link {
    font-size: 10pt;
    text-decoration: none;
    color: #004d9a;
}

A.NormalSizeLink:visited {
    font-size: 10pt;
    text-decoration: none;
    color: #004d9a;
}

A.NormalSizeLink:hover {
    font-size: 10pt;
    text-decoration: underline;
    color: #004d9a;
}

A.NormalSizeVisitedLink:link {
    font-size: 10pt;
    text-decoration: none;
    color: #999999;
}

A.NormalSizeVisitedLink:visited {
    font-size: 10pt;
    text-decoration: none;
    color: #999999;
}

A.NormalSizeVisitedLink:hover {
    font-size: 10pt;
    text-decoration: underline;
    color: #999999;
}

A.NormalResizableLinkInTD:link {
    font-size: 1.0em;
    text-decoration: none;
    color: #004d9a;
}

A.NormalResizableLinkInTD:visited {
    font-size: 1.0em;
    text-decoration: none;
    color: #004d9a;
}

A.NormalResizableLinkInTD:hover {
    font-size: 1.0em;
    text-decoration: underline;
    color: #004d9a;
}

A.NormalResizableVisitedLinkInTD:link {
    font-size: 1.0em;
    text-decoration: none;
    color: #999999;
}

A.NormalResizableVisitedLinkInTD:visited {
    font-size: 1.0em;
    text-decoration: none;
    color: #999999;
}

A.NormalResizableVisitedLinkInTD:hover {
    font-size: 1.0em;
    text-decoration: underline;
    color: #999999;
}

.TocContextBar {
    white-space: nowrap;
}

.TocHighlightBar {
    border: solid 1px #444444;
    background-image: url("/Images/Buttons/KNOTIAROUND/TocHighlightBarMiddle.gif");
    background-repeat: repeat-x;
}

.PopupDivBackground {
    z-index: 10000;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: Black;
    opacity: 0.25;
    filter: alpha(opacity=25);
}

.PopupDiv {
    border: solid 1px #888888;
    background-color: #f2f2f2;
    position: absolute;
    padding: 10px 10px 10px 10px;
    overflow-y: auto;
    z-index: 10001;
}

.PopupDivHeading {
    font-size: 10pt;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 2px;
    margin-top: 4px;
    color: #444444;
    float: left;
}

.PopupDivBody {
    padding: 5px 5px 5px 5px;
    text-align: left;
}

#autoSuggestBox {
    border: solid 1px #888888;
    background-color: #f2f2f2;
    overflow: auto;
    position: absolute;
    z-index: 145;
}

.formLabel {
    font-weight: bold;
    font-size: 13px;
    color: #444444;
}

.formText {
    font-weight: normal;
    font-size: 13px;
    color: #444444;
}

.formNote {
    font-weight: normal;
    font-size: 12px;
    color: #444444;
}

.formError {
    font-weight: normal;
    font-size: 13px;
}


A.AttachmentsWithHits:link {
    font-size: 12px;
    text-decoration: none;
    color: #004d9a;
}

A.AttachmentsWithHits:visited {
    font-size: 12px;
    text-decoration: none;
    color: #004d9a;
}

A.AttachmentsWithHits:hover {
    font-size: 12px;
    text-decoration: underline;
    color: #004d9a;
}



/* OTHER STYLES END */

/* HOT TOPIC STYLES */
A.HotTopicLink:link {
    text-decoration: none;
    color: #444444;
    FONT-SIZE: 0.77em;
}

A.HotTopicLink:visited {
    text-decoration: none;
    color: #444444;
    FONT-SIZE: 0.77em;
}

A.HotTopicLink:hover {
    text-decoration: underline;
    color: #444444;
    FONT-SIZE: 0.77em;
}

A.HotTopicLinkMore:link {
    text-decoration: none;
    color: #444444;
    FONT-SIZE: 0.77em;
    display: none;
}

A.HotTopicLinkMore:visited {
    text-decoration: none;
    color: #444444;
    FONT-SIZE: 0.77em;
    display: none;
}

A.HotTopicLinkMore:hover {
    text-decoration: underline;
    color: #3498DB;
    FONT-SIZE: 0.77em;
    display: none;
}

A.CaseStoryLink:link {
    text-decoration: none;
    color: #444444;
    FONT-SIZE: 0.77em;
    font-weight: bold;
}

A.CaseStoryLink:visited {
    text-decoration: none;
    color: #444444;
    FONT-SIZE: 0.77em;
    font-weight: bold;
}

A.CaseStoryLink:hover {
    text-decoration: underline;
    color: #444444;
    FONT-SIZE: 0.77em;
    font-weight: bold;
}

A.HotTopicMoreLessLink:link {
    text-decoration: none;
    color: #3498DB;
    FONT-SIZE: 0.77em;
}

A.HotTopicMoreLessLink:visited {
    text-decoration: none;
    color: #3498DB;
    FONT-SIZE: 0.77em;
}

A.HotTopicMoreLessLink:hover {
    text-decoration: underline;
    color: #444444;
    FONT-SIZE: 0.77em;
}

A.RestoreHiddenCats:link, A.RestoreHiddenCats:visited {
    text-decoration: none;
    color: #eee;
    FONT-SIZE: 0.75em;
    font-weight: normal;
    float: right;
}

A.RestoreHiddenCats:hover {
    text-decoration: underline;
}

.HotTopicTitle {
    background-color: #444;
    border-left: solid 10px #ffe600;
    color: #fff;
    padding: 8px;
}


/* not used?? */
.HotTopicTitleEY {
    background-color: #444444;
    color: #ffffff;
    width: 100%;
    font-weight: bold;
    font-size: 1em;
    display: inline;
    float: left;
}

#HotTopicsContainer {
    height: 500px;
    width: 100%;
    overflow-y: auto;
}

.HotTopics {
    height: 100%;
    overflow-x: hidden;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    position: relative;
}

ul.HotTopicsNodeHidden {
    list-style-type: none;
    margin: 0px 0px 5px 5px;
    padding: 0px 0px 0px 0px;
    display: none;
    overflow-y: hidden;
}

.HotTopicsRelatedSubscriptions {
    background-color: #3498DB;
    color: #ffffff;
    width: 100%;
    font-weight: bold;
    font-size: 1em;
    padding: 5px 5px 5px 5px;
}

.PlayPauseCases {
    border: solid 1px #444444;
    padding: 10px 0px 0px 0px;
    margin-top: 10px;
}

.HotTopicNodeTitle {
    width: 100%;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 0.75em;
}

.HotTopicTitleLeft {
    width: 100%;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 1em;
    display: inline;
    float: left;
}

.HotTopicsHeading2 {
    font-style: italic;
    font-size: 1em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.CaseStory {
    display: none;
}

ul.HotTopicsNode {
    list-style-type: none;
    margin: 0px 5px;
    padding: 0px 0px 0px 0px;
}


#divBodyContent #HotTopics1 ul li table {
    display: inline-table;
}

#divDocumentBody {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#HotTopicsColumn_1 {
    float: left;
    top: 0px;
    width: 47%;
    margin-left: 5px;
    padding: 0px 0px 0px 0px;
}

#HotTopicsColumn_2 {
    float: right;
    width: 47%;
    top: 0px;
    margin-right: 5px;
}

.NodeImage {
    float: left;
    display: block;
    padding: 0 0 0 0;
}

.DivNode {
    float: left;
    width: 100%;
    display: block;
    margin: 5px 5px 10px 0px;
}

.DivNodeCases {
    border: solid 1px #444;
    float: left;
    height: 142px;
    margin: 5px 5px 0px 0px;
    overflow-y: hidden;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.divNodeList {
    display: inline;
    float: left;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    vertical-align: text-top;
}

.divImageColumn {
    clear: both;
    display: inline;
    float: left;
}

.Node_SubCategory {
    list-style-type: none;
    margin: 5px 5px 5px 25px;
    padding: 0px 0px 0px 0px;
    display: none;
}

.ImageNode {
    display: inline;
    width: 131px;
    float: left;
}

.WhiteHeading {
    color: white;
    FONT-SIZE: 12px;
    font-weight: bold;
}

.HotTopicsNewIndicator {
    color: #AF292E;
    font-weight: bold;
}

.CaseOfInterestStory {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 80px;
}


A.smallWhite:link {
    text-decoration: none;
    font-weight: normal;
    color: white;
    FONT-SIZE: 12px;
}

A.smallWhite:visited {
    text-decoration: none;
    font-weight: normal;
    color: white;
    FONT-SIZE: 12px;
}

A.smallWhite:hover {
    text-decoration: underline;
    font-weight: normal;
    color: white;
}




/* HOT TOPIC STYLES END */


/* ADMIN VIEW ORDER STYLES */

td.col2 {
    width: 390px;
    vertical-align: top;
    padding: 0 5px 0 5px;
}

td.cbxSpacer {
    width: 21px;
}

table.miniTable {
    width: 100%;
    border-top: solid 1px #f3da89;
    font-size: 13px;
    color: #505050;
}

table.tblReceipt {
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #505050;
}

.CartHeaderItem {
    background-color: #585858;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
    font-size: 13px;
}

.CartItem {
    padding: 3px 0px 12px 0px;
    font-size: 13px;
}


.SubtotalLine {
    font-size: 1px;
    border-bottom: solid 2px #585858;
    font-size: 13px;
}

.SubtotalItem {
    background-color: #e7e7e7;
    color: #585858;
    font-weight: bold;
    padding: 3px 20px 3px 3px;
    font-size: 13px;
}

.SubtotalValue {
    background-color: #e7e7e7;
    color: #585858;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
    font-size: 13px;
}

hr.YellowLine {
    height: 0;
    border: 0;
    border-top: 1px solid #f3da89;
}


/* ADMIN VIEW ORDER STYLES END */


calendarTable {
    border: solid 1px #444444;
    width: 150px;
}

calendarHeader {
    background-color: #444444;
}

calendarFooter {
    border-top: solid 1px #444444;
    padding-top: 2px;
    padding-bottom: 2px;
}

.Knotia30YellowBG {
    background-color: #F8E9B8;
}

.Knotia20YellowBG {
    background-color: #FAF0D0;
}

.whiteBG {
    background-color: #ffffff;
}

.tooltip {
    background-color: #ffffe1;
    border: 1px solid gray;
    font-size: 11px;
    width: 300px;
    padding: 3px 3px 3px 3px;
    z-index: 10000;
    overflow: hidden;
}

.headerBackground {
    background-color: #999;
    color: White;
    font-weight: bold;
}

.header-background-normal {
    background-color: #B0B0B0;
    color: White;
}

.bluecheckboximage_on {
    background-image: url('/Images/Icons/Knotiaround/checkbox_on.png');
    background-repeat: no-repeat;
    margin-left: 15px;
    text-indent: 25px;
    height: 18px;
}

.bluecheckboximage_off {
    background-image: url('/Images/Icons/Knotiaround/checkbox_off.png');
    background-repeat: no-repeat;
    margin-left: 15px;
    text-indent: 25px;
    height: 18px;
}

p.searchTemplateItem {
    background-image: url('/knowledge/Images/bullets_gold.gif');
    background-repeat: no-repeat;
    margin-left: 5px;
    text-indent: 15px;
    height: 12px;
}

p.searchTemplateItemIndented {
    background-image: url('/knowledge/Images/bullets_gold.gif');
    background-repeat: no-repeat;
    margin-left: 25px;
    text-indent: 15px;
    height: 12px;
}

div.relatedMaterials {
    border: 1px solid #666666;
    background-color: #ececec;
    padding: 3px 10px 3px 10px;
    text-align: center;
    width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* BEGIN STYLES FOR PURPOSE APPLICATION ENTRIES */
.tablesorter td p a {
    color: #004D9A;
}

    .tablesorter td p a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

/* END STYLES FOR PURPOSE APPLICATION ENTRIES */





.show-wait-animation {
    width: 70%;
    height: 50px;
    background: url("/Knowledge/Images/waitAnimated.gif") no-repeat center;
    margin-bottom: 50px;
}


/* 
    JQUERY-UI OVERRIDE STYLES
    - made some of the changes here, because it's easier to manipulate.
    NOTE: 
    - when making changes to the jquery-ui.SITESTYLE.css file, denote changes properly

*/
.ui-datepicker {
    font-size: small;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: small;
}

.ui-button.ui-widget .ui-button-text {
    line-height: normal;
    font-size: small;
    padding: 5px 5px 5px 5px;
}




/* BANNER SLIDER STYLES */
.loading-screen-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
}

.loading-screen-background {
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.loading-screen-msg {
    position: absolute;
    display: block;
    background: url(/resources/Images/loading.gif) no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.slide-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 960px;
    height: 254px;
    overflow: hidden;
}

.slide-text {
    position: absolute;
    top: 60px;
    left: 100px;
    padding: 5px 5px 5px 5px;
    line-height: 40px;
    font-size: 30px;
    color: #FFFFFF;
    vertical-align: middle;
}

.slide-text-parallelogram-effect {
    -moz-transform: skewX(30deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform: skewX(30deg); /* Safari */
    -o-transform: skewX(30deg); /* Opera */
    -ms-transform: skewX(30deg); /* IE9 */
    transform: skewX(30deg); /* W3C */
}

.slide-text-parallelogram-effect-ie8 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=56) | progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0.5773502691896264, M21=0, M22=1, SizingMethod='auto expand')"; /* IE8 */
    margin-left: -60px;
}

.slide-text-background1-base, .slide-text-background2-base {
    position: absolute;
    height: 100%;
    background: #000080;
}

.slide-text-background1-base {
    left: 50px;
    width: 350px;
    opacity: 0.56;
}

.slide-text-background2-base {
    left: 50px;
    width: 550px;
    opacity: 0.3;
}





/*JSSOR SPECIFIC STYLES */
/* BULLET NAVIGATOR STYLE
.jssorb21 div           (normal)
.jssorb21 div:hover     (normal mouseover)
.jssorb21 .av           (active)
.jssorb21 .av:hover     (active mouseover)
.jssorb21 .dn           (mousedown)
*/
.jssorb21 {
    position: absolute;
    top: -4%;
}

    .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
        position: absolute;
        /* size of bullet elment */
        width: 19px;
        height: 19px;
        background: url(/Resources/Images/sliderBulletNavigation.png) no-repeat;
        overflow: hidden;
        cursor: pointer;
    }

    .jssorb21 div {
        background-position: -5px -5px;
    }

        .jssorb21 div:hover, .jssorb21 .av:hover {
            background-position: -35px -5px;
        }

    .jssorb21 .av {
        background-position: -65px -5px;
    }

    .jssorb21 .dn, .jssorb21 .dn:hover {
        background-position: -95px -5px;
    }


/* ARROW NAVIGATOR STYLE
.jssora21l                  (normal)
.jssora21r                  (normal)
.jssora21l:hover            (normal mouseover)
.jssora21r:hover            (normal mouseover)
.jssora21l.jssora21ldn      (mousedown)
.jssora21r.jssora21rdn      (mousedown)
*/
.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(/Resources/Images/sliderArrowNavigation.png) center center no-repeat;
    overflow: hidden;
}

.jssora21l {
    background-position: -3px -33px;
    top: 123px;
    left: 8px;
}

.jssora21r {
    background-position: -63px -33px;
    top: 123px;
    right: 8px;
}

.jssora21l:hover {
    background-position: -123px -33px;
}

.jssora21r:hover {
    background-position: -183px -33px;
}

.jssora21l.jssora21ldn {
    background-position: -243px -33px;
}

.jssora21r.jssora21rdn {
    background-position: -303px -33px;
}
/*END OF JSSOR SPECIFIC STYLES */


/* ICON STYLES */

img.disabledIcon {
    opacity: 0.48;
}

/* END OF ICON STYLES*/



/*CPE specific styles*/
.tableHeader {
    color: #444;
    vertical-align: bottom;
    background-color: #ddd;
    border: solid 1px #aaa;
    padding: 8px;
}

.tdLeftBorder {
    /*border-left:solid 1px #aaa;*/
}

/*this class is to make sure that the buttons in the report don't wrap.*/
.report-buttons {
    white-space: nowrap;
    display: inline-block;
}

.cpe-date-column {
    width: 20%;
}

.cpe-activity-column {
    width: 30%;
}

.cpe-provider-column {
    width: 30%;
}

.cpe-structured-hour-column {
    width: 10%;
}

.cpe-unstructured-hour-column {
    width: 10%;
}

.cpe-subtotal-row {
    border-top: solid 1px #555555;
}

.cpe-total-row {
    font-weight: bold;
}



/* END OF CPE specific styles*/
/*Start of Learning Styles*/


.LearningSelectSpan {
    float: left;
    display: inline-block;
    padding-right: 4px;
}

.learning-line-space {
    line-height: 100%;
}

.learning-left-nav {
    font-size: 14px;
    margin: 10px;
}

.learning-left-nav-container-hide {
    visibility: hidden;
    display: none;
}

.learning-left-nav-container-show {
    visibility: visible;
    display: block;
}


.learning-webcast-media-link {
    vertical-align: super;
}

.learning-webcast-media-link {
    vertical-align: super;
}

.learning-webcast-loader {
    position: fixed;
    left: 800px;
    top: 300px;
    width: 100px;
    height: 100px;
    z-index: 9999;
    background: url('/Images/Icons/EYFLAT/Download.png') 50% 50% no-repeat rgb(249,249,249);
}

.learning-wbcast-text-beside-select-eng {
    margin: 0px 17px 5px 0px;
    padding: 10px 2px;
    display: inline-block;
}

.learning-wbcast-text-beside-select-fre {
    margin: 0px 5px 5px 10px;
    padding: 10px 1px;
    display: inline-block;
    width: 80px;
    vertical-align: middle;
}


.learning-wbcast-text-beside-search {
    margin: 5px 2px 5px 30px;
    padding: 5px;
    display: inline-block;
}

.learning-webcast-filter-eng {
    padding-left: 5px;
    height: 25px;
    font-size: 14px;
    width: 712px;
    margin-left: 25px;
}


.learning-webcast-filter-fre {
    padding-left: 5px;
    height: 25px;
    font-size: 14px;
    width: 712px;
    margin-left: 23px;
}

.calendar {
    border: solid 1px #ccc;
    width: 60px;
    margin: 5px;
    float: left;
}

.calendar-bar {
    background-color: #ddd;
    padding: 5px;
    text-align: center;
}

.calendar-content {
    padding: 5px;
    text-align: center;
}

.learning-presentation-wrapper {
    float: left;
    padding: 5px 5px 20px 100px;
    width: 90%;
    max-width: 800px;
}

.learning-presentation {
    max-height: 80px;
    overflow-y: hidden;
}

.read-more-less {
    font-size: 13px;
    padding: 2px;
    width: 90%;
}

.learning-group-header {
    background-color: #777;
    color: #fff;
    padding: 8px;
    margin: 10px 0px;
    width: 100%;
    max-width: 850px;
}

.learning-group, .learning-menu, .learning-description {
    margin: 0px 10px 0px 0px;
    display: inline-block;
    width: 70%;
    position: relative;
    min-width: 850px;
}

.learning-description {
    width: 70%;
}

.learning-filter {
    width: 300px;
    height: 30px;
    font-size: 14px;
}

.learning-year-selector {
    width: 75px;
    height: 30px;
    font-size: 14px;
    margin-top: 20px;
}


.interactiveHelp-selector {
    width: 75px;
    height: 21px;
    font-size: 14px;
}

.media-links {
    text-align: left;
    float: right;
}

.learning-calendar {
    text-align: center;
    width: 80px;
    float: left;
    margin-right: 20px;
}

.learning-calendar-day {
    font-weight: bold;
    font-size: 1.2em;
    border: solid 1px #ccc;
    padding: 5px;
    color: #777;
}

.learning-calendar-month-year {
    font-size: 0.8em;
    background-color: #ddd;
    padding: 5px;
}

.learning-media-links {
    float: left;
    width: 640px;
    padding-top: 5px;
}

.learning-presentation-header-wrapper {
    width: 90%;
    max-width: 850px;
    min-width: 740px;
}

.learning-presentation-title {
    font-size: 11pt;
    background-color: #777;
    border-left: solid 10px #ffe600;
    color: #fff;
    margin: 15px 5px 5px 100px;
    padding: 5px;
}

.show-webcast-img {
    height: 263px;
    background-image: url("/Images/onComputer.jpg");
    background-repeat: no-repeat;
    background-position: top right;
}

.show-cpetracker-img {
    width: 215px;
    height: 150px;
    background-image: url("/Images/clock.jpg");
    background-repeat: no-repeat;
    background-position: top left;
}

.learning-align-center {
    text-align: center;
}

.learning-align-left {
    text-align: left;
}

.learning-padding-left {
    padding: 10px;
}

.learning-padding-between-containers {
    padding-left: 17px;
}

.learning-margin-top {
    margin-top: -31px;
}

.learning-tbl-header {
    border: 0px;
    margin: auto;
}

.learning-top-explanation {
    width: 1020px;
    margin: auto;
}

learning-module-outer-container {
    min-width: 1028px;
}

.learning-container {
    text-align: left;
    *text-align: center;
}

.learning-module-container {
    text-align: left;
    display: inline-block;
    clear: both;
    position: relative;
}

    .learning-module-container:hover span.title {
        bottom: 200px;
    }

    .learning-module-container:hover img {
        opacity: 0.07;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    }

.learning-image-box {
    margin: auto;
    display: inline-block;
    display: table-cell;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEEEEE,endColorstr=#EEEEEE);
    clear: both;
    width: 312px;
    height: 225px;
    display: inline-block;
    float: left;
}



.learning-container-module-title {
    position: relative;
    overflow: hidden;
    width: 312px;
    height: 55px;
    display: inline-block;
    padding-top: 15px;
    border-top: 6px solid #ffe600;
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEEEEE,endColorstr=#EEEEEE);
    clear: both;
    float: left
}

.learning-img {
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
}


.learning-title-select, .learning-module-content {
    width: 312px;
    position: absolute;
    text-align: center;
    font-size: 14px;
    color: #444;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .learning-title-select h1, .learning-module-content h1 {
        color: #2980b9;
    }

.learning-reveal-up-full span {
    height: 141px;
    width: 312px;
    bottom: -111px;
}



.learning-reveal-up-full:hover img {
    opacity: 0.07;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}



.learning-reveal-up-full:hover span {
    bottom: 85px;
}

.learning-module-container:hover span.learning-module-content {
    bottom: 95px;
}

.learning-module-container:hover img {
    opacity: 0.07;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}


.learning-nowrap {
    white-space: nowrap;
}

.learning-wrap {
    white-space: normal;
}

.learning-horizontal-align-center {
    clear: both;
}



ul.arrow-bullet-learning {
    color: #ffe600;
    font-size: 1.0em;
    padding: 0px 0px 0px 25px;
    text-decoration: none;
    list-style: none;
    line-height: 12px;
}



    ul.arrow-bullet-learning li:before {
        content: "";
        border-color: transparent #ffe600;
        border-style: solid;
        border-width: 0.30em 0 0.30em 0.40em;
        display: block;
        height: 0;
        width: 0;
        left: -1em;
        top: 0.7em;
        position: relative;
        line-height: 12px;
    }

    ul.arrow-bullet-learning li {
        line-height: 12px;
    }


/*End of Learning Styles*/


/*START OF home styles*/
.home-body-panel {
    margin: auto;
    max-width: 2000px;
}

.banner {
    background-color: #ddd;
    background-image: url('/Resources/Images/welcome-banner-TNU.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    overflow: hidden;
}

    .banner img {
        width: 100%;
    }

.home-welcome {
    float: left;
    padding-top: 10px;
    width: 40%;
}

/* start of headline section - broken down version of what's new*/
.headline-wrapper {
    float: right;
    margin-top: 5px;
    margin-right: 5%;
    width: 55%;
    min-width: 600px;
    max-height: 160px;
    overflow-y: auto;
}

.headline-title-wrapper {
    float: right;
    margin-right: 5%;
    margin-top: 45px;
    width: 50%;
}

.headline-title {
    background-color: #444;
    color: #fff;
    font-size: 14px;
    float: right;
    margin: 3px 0px 3px 10px;
    padding: 10px;
}

    .headline-selected, .headline-title:hover {
        background-color: #ffe600 !important;
        color: #444 !important;
    }

/* headline content! */
.home-whats-new {
    background: rgba(221,221,221, 0.8);
    padding: 5px 10px;
}

.headline-arrow {
    border-top: 10px solid #ffe600;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    display: inline-block;
    height: 0px;
    position: relative;
    top: 40px;
    width: 0px;
    float: right;
    right: -75px;
}



/* end of headline section*/


/* start of home-subscription section*/
.subscription-panel {
    float: left;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

.subscription-panel-menu {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.subscription-content-panel {
    border: solid 1px #ccc;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: 78%;
}

.subscription-menu-item {
    background: #eee;
    float: left;
    margin-bottom: 2px;
    padding: 5px 15px 5px 25px;
    width: 99%;
}

.subscription-menu-country-selector {
    background: #eee;
    float: left;
    margin-bottom: 2px;
    width: 99%;
}


.subscription-menu-item:hover {
    background: #ccc;
    border-left: solid 10px #ffe600;
    color: #444;
    cursor: pointer;
    padding: 5px 15px;
    width: 99%;
}

.subscription-menu-item-selected {
    background-color: #777 !important;
    border-left: solid 10px #ffe600;
    color: #fff !important;
    padding: 5px 15px;
    width: 99%;
}

.subscription-menu-arrow {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #777;
    display: inline-block;
    height: 0px;
    margin-left: -10px;
    position: absolute;
    top: 11px; /*Set to first item in the leftnav panel (Welcome)*/
    width: 0px;
}

h2.subscription-header {
    font-style: italic;
}

.home-right-panel {
    display: inline-block;
    float: right;
    vertical-align: top;
    width: 25%;
}

.home-right-panel-content {
    padding: 15px;
    width: 100%;
}
/* end of home-subscription section classes*/

/* start of home-subscription-content section classes */

.home-module-header {
    background-color: #eee;
    border: 1px solid #E0E0E0;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 30px;
    margin-top: 9px;
    padding: 2px;
    width: 100%;
}

.home-module-hide {
    display: none;
    visibility: hidden;
}

.home-module-show {
    display: block;
    visibility: visible;
}

.home-module-icon-container {
    background-image: url(/Resources/Images/plus.gif);
    background-position: 0px 5px;
    background-repeat: no-repeat;
    float: left;
    height: 33px;
    margin-left: 5px;
    width: 30px;
}

.home-module-icon {
    background-image: none;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    float: left;
    height: 33px;
    width: 30px;
}

.home-module-icon-active {
    color: #345598;
    background-image: url(/Resources/Images/minus.gif);
    background-position: 0px 5px;
    background-repeat: no-repeat;
}


.home-module-content {
    background-position: 10px 0px;
    background-repeat: repeat-y;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

/* end of home-subscription content section classes */


.RelatedSubscriptionsTable {
    border: solid 1px #ccc;
    background-color: #fff;
}

.RelatedSubscriptionsCategory {
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 7px;
    padding-right: 0px;
    background-color: #777;
    font-size: 0.9em;
}

.RelatedSubscriptionsAllItems {
    color: #444;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 9px;
    padding-right: 0px;
}


input[type="search"] {
    -webkit-appearance: searchfield;
}

    input[type="search"] :: -webkit-search-cancel-button {
        -webkit-appearance: searchfield-cancel-button;
    }


.ui-multiselect-filter {
    padding: 3px 2px;
}

    .ui-multiselect-filter input {
        width: 150px;
        font-size: 11px;
        margin-left: 5px;
        height: 15px;
        padding: 2px;
        border: none;
        margin-top: 5px;
        margin-bottom: 5px;
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        color: #444;
    }

/*START: registration admin email history table styling*/
.registrationEmailHistoryTable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid black;
    background-clip: padding-box;
}

.registrationEmailHistoryTD {
    border: 1px solid black;
    text-align: left;
    padding: 8px;
}

.registrationEmailHistoryTH {
    border: 1px solid black;
    text-align: left;
    padding: 8px;
    background-color: #777;
    color: #FFF;
}

.registrationEmailHistoryTR:nth-child(odd) {
    background-color: #dddddd;
}

/*END: registration admin email history table styling*/

.userList-alternating-row-color:nth-child(odd) {
    background-color: #dddddd;
}


/*START: content admin alert history table styling*/
.alertHistoryTable, .alertRepositoryTable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid black;
    background-clip: padding-box;
}

.alertHistoryTD, .alertRepositoryTD {
    border: 1px solid black;
    text-align: left;
    padding: 8px;
}

.alertHistoryTH, .alertRepositoryTH {
    border: 1px solid black;
    text-align: left;
    padding: 8px;
    background-color: #777;
    color: #FFF;
}

.alertHistoryTR:nth-child(odd), .alertRepositoryTR:nth-child(odd), .alertDisplayTR:nth-child(odd) {
    background-color: #dddddd;
}

.alertDisplayTable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid black;
    background-clip: padding-box;
}

.alertDisplayTD {
    border: 1px solid black;
    text-align: left;
    padding: 8px;
    vertical-align: top;
}

.alertDisplayTH {
    border: 1px solid black;
    text-align: left;
    padding: 8px;
    background-color: #777;
    color: #FFF;
}

.alertDisplayCompareTable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid black;
    background-clip: padding-box;
}

.alertDisplayCompareTD {
    border: 1px solid black;
    padding: 8px;
}

.alertDisplayCompareTR {
    background-color: #777;
    color: #fff;
}

/*END: content admin alert history table styling*/
.emailQueueTable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid black;
    background-clip: padding-box;
}

.emailQueueTD {
    border: 1px solid black;
    text-align: left;
    padding: 8px;
}

.emailQueueTH {
    border: 1px solid black;
    text-align: left;
    padding: 8px;
    background-color: #777;
    color: #FFF;
}

.emailQueueTR:nth-child(odd) {
    background-color: #dddddd;
}

.searchResultSortOderDropdown {
    float: left !important;
    margin-left: 0px !important;
}

/* clickwrap agreement */

#fClickWrapSign input.standard-button {
    padding: 6px 15px;
    border-radius: 0px;
    outline: none;
}

#fClickWrapSign #bAccept {
    background-color: #ffe600;
    color: #444;
    border: 1px solid #ffe600;
    float: right;
}

    #fClickWrapSign #bAccept:hover, #fClickWrapSign #bAccept:focus {
        background-color: #cfb500;
    }

#fClickWrapSign #bView {
    background-color: #fff;
    border: 1px solid #999;
    color: #333;
    margin-right: 15px;
    float: right;
}

    #fClickWrapSign #bView:hover, #fClickWrapSign #bView:focus {
        background-color: #efefef;
    }

/* /Profile/UserEmailSettings.aspx */

button#emailNewsSubmit {
    padding: 6px 15px;
    border-radius: 0px;
    outline: none;
    background-color: #ffe600;
    color: #444;
    border: 1px solid #ffe600;
    float: right;
    font-size: 14px;
}

    button#emailNewsSubmit:hover, button#emailNewsSubmit:focus {
        background-color: #cfb500;
    }
