﻿/* DEFAULTS
----------------------------------------------------------*/

html {
    overflow-y: scroll;
}

body, html {
    min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
    height: 100%; /* For IE */
}

body {
    background: #F2F2F2;
    background-repeat: repeat-x;
    font-size: .80em;
    height: 100%;
    font-family: "proxima-nova",sans-serif;
    margin: 0px;
    padding: 0px;
    color: #222222;
}

form {
    height: 100%;
}

a:link, a:visited {
    color: #222222;
}

a:hover {
    color: #222222;
    text-decoration: none;
}

a:active {
    color: #222222;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.Clear {
    clear: both;
}

.Title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.LoginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .LoginDisplay a:link {
        color: white;
    }

    .LoginDisplay a:visited {
        color: white;
    }

    .LoginDisplay a:hover {
        color: white;
    }

.FailureNotification {
    font-size: 1.2em;
    color: Red;
}

.red {
    color: #FF0000;
}

.SubmitButton {
    text-align: right;
    padding-right: 10px;
}

#NavBarContain {
    float: left;
    width: 100%;
    z-index: 500;
    height: 35px;
    position: relative;
}

#MenuBarContain {
    float: left;
    z-index: 500;
    width: 100%;
    position: relative;
}

    #MenuBarContain.MenuBarContainFixed {
        position: fixed;
        top: 0px;
        z-index: 999;
        height: 35px;
        width: 1160px;
        border-top: none;
        color: #ccc;
        display: block;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        float: left;
    }

.MenuBar {
    float: left;
    width: 100%;
    z-index: 500;
    border-top: 1px solid #EEEEEE;
    background-color: #B8D775;
    /*	-moz-box-shadow: 0 2px 1px #9c9c9c;
-webkit-box-shadow: 0 2px 1px #9c9c9c;
box-shadow: 0 2px 1px #9c9c9c;

border-top-left-radius:5px;
-moz-border-radius-topleft:5px;
border-top-right-radius:5px;
-moz-border-radius-topright:5px;

border-bottom-left-radius:5px;
-moz-border-radius-bottomleft:5px;
border-bottom-right-radius:5px;
-moz-border-radius-bottomright:5px;*/
}

    .MenuBar ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
        height: 37px;
        display: inline-block;
        list-style: none;
    }

        .MenuBar ul li {
            display: inline-block;
            float: left;
            font-size: 13px;
            height: 37px;
            line-height: 37px;
            position: relative; /*--Declare X and Y axis base for sub navigation--*/
            border-right: 1px solid #FFFFFF;
        }

            .MenuBar ul li.Right {
                float: right;
                border-right: 0px solid #EEEEEE;
                border-left: 1px solid #FFFFFF;
            }

            .MenuBar ul li a {
                float: left;
                height: 37px;
                line-height: 37px;
                padding: 0px 10px 0px 10px;
                color: #FFFFFF;
                font-size: 16px;
                text-decoration: none;
                /* text-shadow: 0px 1px 2px #7F0F18;     */
                border-right: 0px solid #EEEEEE;
                background-color: #81BC41;
            }

            .MenuBar ul li.Right a {
                border-right: 0px solid #022246;
                /*border-radius: 0px 7px 0px 0px;      */
                border-left: 0px solid #FFFFFF;
                color: #FFFFFF;
            }

            .MenuBar ul li:first-child a, .MenuBar ul li:first-child a {
                border-left: 0px solid #0a3463;
                /*border-radius: 7px 0px 0px 7px;       */
            }

            .MenuBar ul li.Active a {
                background: #FFFFFF;
                color: #3D3834;
                border-top: 1px solid #CCCCCC;
                border-left: 1px solid #CCCCCC;
                border-right: 1px solid #CCCCCC;
                margin-top: -1px;
            }

            .MenuBar ul li:first-child.Active a {
            }

            .MenuBar ul li.Right.Active a {
            }

            .MenuBar ul li.Right a {
            }

            .MenuBar ul li:hover a {
                color: #FFFFFF;
                background-color: #333333;
            }

            .MenuBar ul li:hover {
            }

            .MenuBar ul li:first-child a:hover {
            }

            .MenuBar ul li.active:first-child a {
            }

            .MenuBar ul li div.SubNav {
                list-style: none;
                position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
                left: 0;
                top: 37px;
                margin: 0;
                display: none;
                height: auto;
                width: 230px;
                padding: 0px 10px 10px 0px;
            }

            .MenuBar ul li.Active div.SubNav {
                left: 1px;
            }

            .MenuBar ul li.Right div ul.SubNavContent {
                right: 25px;
            }

            .MenuBar ul li div.SubNav.QuickSearch {
                width: 1158px;
                left: -406px;
            }

            .MenuBar ul li div ul.SubNavContent {
                float: left;
                margin: 0px 0 0 0;
                clear: both;
                height: auto;
                width: auto;
                background: none;
                background-color: #333333;
                margin-bottom: 10px;
                position: relative;
            }

            .MenuBar ul li div.SubNav.QuickSearch ul.SubNavContent {
                background-color: #333333;
                width: 100%;
                border: 1px solid #81BC41;
                border-bottom: 2px solid #81BC41;
                line-height: normal !important;
            }

            .MenuBar ul li div.col2 {
                width: 450px;
            }

            .MenuBar ul li div.col3 {
                width: 750px;
            }

            .MenuBar ul li div ul.SubNavContent li {
                float: left;
                display: inline;
                margin: 0;
                height: auto;
                background: none;
                padding: 15px;
                position: relative;
            }

                .MenuBar ul li div ul.SubNavContent li dl {
                    float: left;
                    margin: 0;
                    clear: both;
                    padding: 0px;
                    line-height: 20px;
                    font-size: 12px;
                    height: auto;
                    width: 215px;
                    background: none;
                    position: relative;
                    border: 1px solid #333333;
                }

                .MenuBar ul li div ul.SubNavContent li:first-child, .MenuBar ul li div ul.SubNavContent li:nth-child(2), .MenuBar ul li div ul.SubNavContent li:last-child {
                    border: 0px;
                }

            .MenuBar ul li div ul.SubNavContent dl dt {
                float: left;
                margin: 0;
                clear: both;
                padding: 0px;
                width: 210px;
                color: #333333;
                background-color: #81BC41;
                font-weight: bold;
                padding: 5px 5px 5px 5px;
            }

            .MenuBar ul li div ul.SubNavContent dl dd {
                float: left;
                margin: 0;
                clear: both;
                padding: 0px;
                background-color: #333333;
                position: relative;
                border-bottom: 1px solid #AAAAAA;
            }

        .MenuBar ul.SubNavContent dl dt {
        }

        .MenuBar ul.SubNavContent dl dd:hover .SubNavInner a {
            float: left;
            width: 210px;
            background: transparent;
            padding: 5px 5px 5px 5px;
            border: 0px;
            color: #333333;
            text-decoration: none;
            line-height: 20px;
            margin: 0px;
            height: auto;
            text-shadow: none;
            border-radius: 0px;
            font-weight: normal;
            border-radius: 0px;
            -moz-border-radius: 0px;
        }

        .MenuBar ul.SubNavContent dl dd a {
            float: left;
            width: 210px;
            background: transparent;
            padding: 5px 5px 5px 5px;
            border: 0px;
            color: #333333;
            color: #FFFFFF;
            text-decoration: none;
            line-height: 20px;
            margin: 0px;
            height: auto;
            text-shadow: none;
            border-radius: 0px;
            font-weight: normal;
        }

        .MenuBar ul.SubNavContent dl dd:hover a, .MenuBar ul.SubNavContent dl dd:hover .SubNavInner a:hover {
            text-decoration: underline;
            background: #81BC41;
            border-radius: 0px;
            -moz-border-radius: 0px;
        }

        .MenuBar ul.SubNavContent dl dd.SubNavExtendedLink {
            background-image: url('./Images/Buttons/GotoNextRow_289.png');
            background-repeat: no-repeat;
            background-position: right 7px;
        }

            .MenuBar ul.SubNavContent dl dd.SubNavExtendedLink:hover > a {
                background: #FFFFFF url('./Images/Buttons/GotoNextRow_289.png');
                background-repeat: no-repeat;
                background-position: right 7px;
            }

a.MenuAccount {
    background-repeat: no-repeat;
    background-position: 0px center;
}

.MenuBar ul li.Right div.SubNav {
    left: auto;
    right: -18px;
}

.MenuBar ul li dl dd div.SubNavInner {
    list-style: none;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
    left: 210px;
    top: 0px;
    margin: 0px;
    display: none;
    height: auto;
    margin-top: -2px;
}

    .MenuBar ul li dl dd div.SubNavInner ul.SubNavContent li dl {
        padding-top: 31px;
        border-left: 0px solid #AAAAAA;
    }

.MenuBar ul li a.MenuHome {
    background-image: url('./Images/Buttons/Home_5699.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    text-indent: 20px;
    width: 20px;
}

.MenuBar ul li.Active a.MenuHome {
    background-image: url('./Images/Buttons/Home_5699b.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    text-indent: 20px;
}

.MenuBar ul li.Active:hover a.MenuHome {
    background-image: url('./Images/Buttons/Home_5699.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    text-indent: 20px;
}
/*
.Active a.MenuInbox
{
background-image:url('./Images/Buttons/envelope_16xLG.png');
background-repeat:no-repeat;
background-position:5px center;
}

.Active a.MenuOutbox
{
background:url('./Images/Buttons/eps_closedHS.png');
background-repeat:no-repeat;
background-position:5px center;
}

.Active a.MenuHome
{
background:url('./Images/Buttons/house_16xLG.png');
background-repeat:no-repeat;
background-position:5px center;
}

.Active a.MenuArchive
{
background:url('./Images/Buttons/library_16xLG.png');
background-repeat:no-repeat;
background-position:5px center;
}

.Active a.MenuAccount
{
background:url('./Images/Buttons/gear_32xSM.png');
background-repeat:no-repeat;
background-position:5px center;
text-indent:20px;
}*/

.SubNavTbl {
    float: left;
    border-collapse: collapse;
    padding: 0px;
}

    .SubNavTbl td {
        vertical-align: top;
        padding: 5px;
        border-left: 1px solid #333333;
    }

#SiteSurround {
    position: relative;
}

#SiteSurround, .SiteCentreInner {
    float: left;
    width: 100%;
}

#SiteCentre {
    width: 1100px;
    margin: 0 auto;
}

.SiteCentreInner {
    float: left;
    width: 100%;
}

.ContentCentre {
    width: 1160px;
    margin: 0 auto;
    padding: 0px;
}

.SiteInnerContent {
    float: left;
    width: 100%;
}

#HeadContent, #HeadContentHome {
    float: left;
    width: 1160px;
    min-height: 120px;
    border-bottom: 0px;
    background: #FFFFFF;
    background-repeat: no-repeat;
}

#HeadContentHome {
}

.MainContentCentre {
    width: 1160px;
    margin: 0 auto;
}

.SiteMainInner {
}

.Footer {
    clear: left;
    float: left;
    width: 100%;
    border-top: 1px solid #EEEEEE;
    min-width: 1180px;
    border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
}

.FooterInner {
    float: left;
    width: 100%;
    min-width: 1180px;
    height: 89px;
    background: #B8D775 url('Images/Background/gradrounded.png');
    background-repeat: no-repeat;
    background-position: center top;
    border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
}

.Push {
    height: 10px;
    clear: both;
}

.GenericList {
    list-style: none;
    margin: 0px auto 0px auto;
    padding: 0px;
}

    .GenericList li {
        float: left;
        display: inline-block;
    }

        .GenericList li:first-child {
        }

.MainLogo {
    float: left;
    margin-top: 20px;
    padding-left: 15px;
    margin-bottom: 15px;
    width: 236px;
}

.MainLogo2 {
    float: right;
    margin-top: 20px;
    padding-right: 15px;
    margin-bottom: 15px;
    width: 120px;
}

.LoginLogo {
    display: block;
    margin: auto;
    width: 215px;
}

.LoginLogoRight {
    display: block;
    margin: auto;
    width: 130px;
}

.SiteContentSurroundOutter {
    width: 1180px;
    margin: 0px auto;
    position: relative;
}

.SiteContentSurround {
    float: left;
    width: 1180px;
    margin: 0px auto;
    position: relative;
    border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    min-height: 900px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    margin: 0px 0px 10px 0;
}

.FooterList {
    float: left;
    width: 98%;
    font-size: 10px;
    color: #444444;
    padding: 10px;
}

    .FooterList li {
        margin-top: 10px;
    }

.SiteContentMain {
    clear: left;
    float: left;
    min-height: 710px;
}

.SiteContentInner {
    float: left;
    width: 100%;
    min-width: 1180px;
}

    .SiteContentInner .MainContent {
        float: left;
        width: 100%;
        min-height: 100px;
        margin-top: -1px;
        z-index: 1;
        padding-bottom: 10px;
    }

#HeadSection {
    float: left;
    width: 100%;
    min-height: 165px;
    position: relative;
    min-width: 1180px;
}

#PageTitleSection {
    float: left;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
    min-width: 1160px;
    min-height: 10px;
    z-index: 0;
    margin-top: -1px;
}

.PageTitleText {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    margin-top: 2px;
    letter-spacing: -1px;
    background-repeat: no-repeat;
    text-indent: 10px;
}

.TitleContain {
    float: left;
    width: 100%;
    margin: 7px 0px 10px -20px;
    padding: 0px 0px 10px 0px;
    background: url(Images/cornerBottom.png) left bottom;
    background-repeat: no-repeat;
    position: relative;
}

.DetailsTopContain {
    float: right;
    border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
}

.DetailsTopInner {
    float: left;
    padding: 5px;
    background-color: #444444;
    width: 560px;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
}

.FieldTitle, .ProdFieldTitle {
    font-weight: bold;
    color: #444444;
    font-size: 12px;
}

.DetailsTopInner .FieldTitle {
    color: #FFFFFF;
}

.ProdFieldTitle {
    font-size: 13px;
    color: #333333;
}

.StepTitle {
    font-weight: bold;
    color: #444444;
}

a.GenericLink {
    float: left;
    color: #222222;
    font-size: 14px;
    margin-right: 5px;
}

    a.GenericLink:hover {
        color: #81BC41;
    }

.DetailsTopInner a {
    color: #FFFFFF;
}

    .DetailsTopInner a:hover {
        color: #FFFFFF;
    }

.BtnGeneric, .BtnGenericGrid, .BtnGenericDisabled, .GenericButtonForm, .GenericButtonFormDisabled {
    border-right: 1px solid #BCBCBC;
    border-bottom: 1px solid #BCBCBC;
    float: left;
    padding: 8px 8px;
    width: auto;
    margin: 0px 3px 0px 0px;
    font-family: Verdana,Tahoma,Arial,Geneva,sans-serif;
    background-color: #FAFAFA;
    border: 1px solid #BCBCBC;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #222222;
    font-size: 12px;
    line-height: 17px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

a.BtnGeneric, a.GenericButtonFormDisabled, a.BtnGenericGrid {
    color: #222222;
}

a.BtnGeneric {
    padding-top: 9px;
    padding-bottom: 9px;
}

.BtnGenericDisabled, .GenericButtonFormDisabled {
    border: 1px solid #BCBCBC;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    color: #AAAAAA;
}

.BtnGenericGrid {
    margin: 0px 3px 0px 0px;
    padding: 2px 3px 2px 3px;
    font-size: 11px;
}

    .BtnGeneric:hover, .BtnGenericGrid:hover, .GenericButtonForm:hover {
        background-color: #FFFFFF;
        border: 1px solid #E5E5E5;
        color: #111111;
        cursor: pointer;
        color: #81BC41;
    }

.BtnGeneric.BtnPositive:hover, .GenericButtonForm.BtnPositive:hover, .BtnPositive:hover {
    border: 1px solid #E5E5E5;
    color: #81BC41;
}

.BtnNegative:hover, .GenericButtonForm.BtnNegative:hover, .BtnNegative:hover {
    background-color: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #81BC41;
}

.BtnGeneric.BtnInline {
    float: none;
    display: inline;
}

.BtnRefresh {
    padding-left: 22px;
    background-image: url('./Images/Buttons/refresh_16xSM.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnRemoveLabel {
    /*padding-left:22px;
background-image: url('./Images/Buttons/refresh_16xSM.png');
background-repeat:no-repeat;
background-position:5px center;*/
}

.BtnRemoveLabelAll {
    /*padding-left:22px;
background-image: url('./Images/Buttons/refresh_16xSM.png');
background-repeat:no-repeat;
background-position:5px center;*/
}

.BtnAssignLabel {
}

.BtnReset {
    padding-left: 22px;
    background-image: url('./Images/Buttons/DeleteFilter_5563.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnAudit {
    padding-left: 22px;
    background-image: url('./Images/Buttons/EventLog_5735.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnReport {
    padding-left: 22px;
    background-image: url('./Images/Buttons/Filter2HS.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnSearch {
    padding-left: 22px;
    background-image: url('./Images/Buttons/FindHS.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnClear {
    padding-left: 22px;
    background-image: url('./Images/Buttons/109_AllAnnotations_Error_16x16_72.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnAdd {
    padding-left: 22px;
    background-image: url('./Images/Buttons/action_add_16xSM.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnEmail {
    padding-left: 22px;
    background-image: url('./Images/Buttons/EnvelopeHS.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnBack {
    padding-left: 22px;
    background-image: url('./Images/Buttons/GoToPrevious.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnCancel {
}

.BtnView {
    padding-left: 22px;
    background-image: url('./Images/Buttons/GoToNextHS.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnViewDoc {
    padding-left: 22px;
    background-image: url('./Images/Buttons/Magnify_Black_5442.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnAcceptDoc {
    padding-left: 22px;
    background-image: url('./Images/Buttons/ValidateDocument_315.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnRejectDoc {
    padding-left: 22px;
    background-image: url('./Images/Buttons/Error_red_16x16.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnModifyDoc {
    padding-left: 22px;
    background-image: url('./Images/Buttons/PencilTool_206_14x12x.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnDelete {
    padding-left: 22px;
    background-image: url('./Images/Buttons/Bin_2651_Small.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnExportToExcelCsv {
    padding-left: 22px;
    background-image: url('./Images/Buttons/Table_748.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnLandingPageBackin {
    padding-left: 22px;
    background-image: url('./Images/Buttons/GoToNextHS.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnClose, .BtnPrevious, .BtnNext, .BtnPrintPreview, .BtnSave, .BtnCorrect {
    padding-left: 23px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnClose {
    background-image: url('./Images/Buttons/Error_red_16x16.png');
}

.BtnCorrect {
    background-image: url('./Images/Buttons/StatusAnnotations_Complete_and_ok_16xLG_color.png');
}

.BtnSave {
    background-image: url('./Images/Buttons/saveHS.png');
}

.BtnPrevious {
    background-image: url('./Images/Buttons/NavigateBackwards_6270.png');
}

.BtnNext {
    background-image: url('./Images/Buttons/NavigateForward_6271.png');
}

.BtnPrintPreview {
    background-image: url('./Images/Buttons/PrintPreviewControl_698.png');
}

.LandingPageBack, .InnerLandingPageBack {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.FormPanelContain {
    float: left;
    width: 100%;
    border: 1px solid #CCCCCC;
    position: relative;
    -moz-box-shadow: 0 0 2px #CCCCCC;
    -webkit-box-shadow: 0 0 2px #CCCCCC;
    box-shadow: 0 0 2px #CCCCCC;
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    overflow: hidden;
}

.FormPanelCenterContent {
    width: 220px;
    margin: 5px auto;
}

.FormPanelContent {
    float: left;
    width: 100%;
    min-height: 190px;
}

.LoginFoot {
    float: left;
    width: 100%;
    height: 15px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

.LoginHead {
    float: left;
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #444444;
}

.LoginMessage {
    float: left;
    width: 100%;
    margin-top: 10px;
    -moz-box-shadow: 0 0 2px #AAAAAA;
    -webkit-box-shadow: 0 0 2px #AAAAAA;
    box-shadow: 0 0 2px #AAAAAA;
    border: 1px solid #DDDDDD;
}

    .LoginMessage .LoginMessageInner {
        float: left;
        width: 238px;
        text-align: center;
        padding: 5px;
        background: #FEFEFE url(Images/FormGradUp.gif) left bottom;
        background-repeat: repeat-x;
        border: 1px solid #FFFFFF;
        border-left: 1px solid #EEEEEE;
        border-bottom: 1px solid #EEEEEE;
    }

.LoginSurround {
    width: 310px;
    margin-top: 30px;
}

.PanelSurround {
    width: 250px;
    margin-top: 100px;
}

.GenericFormSurround {
    width: 250px;
    margin-top: 100px;
}

.LoginErrorSurround {
    float: left;
    width: 100%;
    padding: 5px 0px;
    text-align: left;
    color: #FFFFFF;
    background-color: #ff3600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    line-height: 15px;
}

    .LoginErrorSurround p {
        margin: 0px;
    }

    .LoginErrorSurround a {
        color: #FFFFFF;
        text-decoration: underline;
        padding: 5px 0;
        clear: left;
        float: left;
    }

.CenterItem {
    margin-left: auto;
    margin-right: auto;
}

.LoginError {
    float: left;
    width: 100%;
    background-color: #ff3600;
    padding: 5px 0px;
    min-height: 40px;
    margin-bottom: 5px;
    color: #FFFFFF;
    color: #FFFFFF;
}

.FieldInput, .FieldInputError {
    float: left;
    border: 1px solid #AAAAAA;
    resize: none;
    border-radius: 4px;
}

    .FieldInput:Focus, .FieldInputError:Focus {
    }

    .FieldInput.Padded, FieldInput.FormPadded {
        padding: 4px;
        border: 1px solid #888888;
    }

    .FieldInput.Padded, .PaddedDoc {
        padding: 4px;
    }

    .FieldInput.PaddedLarge {
        color: #444444;
        font-size: 16px;
        height: 33px;
        padding: 0 8px;
    }

.PaddedDoc {
    padding: 3px;
}

.FormFields {
    padding: 5px 3px 3px 3px;
    margin: 0px 0px 5px 0px;
}

.FieldInput.Label {
    padding: 1px;
}

.LoginSurround .FieldInput.Padded {
    padding: 8px;
}

.FormPanelContain .FieldInput.Padded {
    border: 1px solid #888888;
    margin-left: 0px;
}

.FieldInput.Padded:hover {
    border: 1px solid #193AAD;
}

.FieldInput.SearchPadded {
    padding: 5px;
}

    .FieldInput.SearchPadded:hover {
        border: 1px solid #193AAD;
    }

    .FieldInput.SearchPadded:focus {
        border: 1px solid #B8D775;
    }

.FieldInput.Coloured {
    background-color: #FFFFFF;
}

.FieldInput.Padded:hover, .FieldInput.SearchPadded:hover {
    border: 1px solid #81BC41;
}

.FieldInput.Padded:hover, .FieldInput.PaddedLarge:hover {
    border: 1px solid #81BC41;
}

.FieldInput.Padded:focus, .FieldInput.PaddedLarge:focus {
    border: 1px solid #B8D775;
    color: #333333;
}

.GenericTable {
    float: left;
    border-collapse: collapse;
    border: 0px;
    font-size: 12px;
}

    .GenericTable > tbody > tr > td {
        padding: 3px;
    }

    .GenericTable > th {
        vertical-align: top;
        padding: 5px;
    }

    .GenericTable.FormTable, .GenericTable.TransactionCentreHeading {
        width: 100%;
    }

        .GenericTable.FormTable tr.FieldTitleRow {
            line-height: 15px;
            vertical-align: bottom;
        }

            .GenericTable.FormTable tr.FieldTitleRow td {
                padding: 0px 5px 0px 5px;
            }

    .GenericTable.FormOptions td {
        vertical-align: top;
        padding: 0px;
    }

.SummaryTable {
    border-collapse: collapse;
    width: 300px;
}

    .SummaryTable th, .DocumentSummary th {
        padding: 5px 5px 5px 5px;
        background-color: #81BC41;
        color: #FFFFFF;
        border: 1px solid #BBBBBB;
        border-bottom: 0px;
        font-size: 11px;
        font-weight: bold;
        border-collapse: collapse;
    }

.SummaryGridView {
    float: left;
    border: 1px solid #EEEEEE;
    color: #222222;
    text-align: left;
    background-color: #FFFFFF;
    font-size: 12px;
    border-collapse: collapse;
}

    .SummaryGridView tr td {
    }

.FilterControlTable, .FilterControlTableTop {
    background-color: #F9F9F9;
    border-bottom: 1px solid #F2F2F2;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
}

.FilterControlTableTop {
    border-top: 1px solid #EEEEEE;
}

    .FilterControlTable td, .FilterControlTableTop td {
        padding: 3px 10px;
    }

.ContainerInner {
    float: left;
    width: 100%;
}

.Section {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.PageSection {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
}

.SectionPlain {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.PageSection.FormDiv {
    border-bottom: 2px solid #FFB000;
}

.SectionSurround {
    float: left;
    width: 100%;
}

.SectionTitle {
    float: left;
    width: 100%;
    font-size: 15px;
    height: auto;
    margin-bottom: 3px;
    border-bottom: 1px solid #FFFFFF;
    clear: left;
}

.SectionTitleInner {
    float: left;
    padding: 5px 0px 5px 0px;
    color: #333333;
    width: 100%;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: -0.5px;
    border-bottom: 2px dashed #DDDDDD;
}

.SectionTitle.CollapsableHeader img {
    margin-right: 5px;
}

.SectionTitle.CollapsableHeader {
    margin-bottom: 0px;
}

    .SectionTitle.CollapsableHeader:hover {
        background-color: #F4F4F4;
    }

.SectionSurround:hover .SectionTitleInner {
    color: #002753;
}

.ColumnLeft {
    width: 530px;
    float: left;
}

.ColumnRight {
    float: right;
    width: 610px;
}

.PagePanel {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-position: bottom center;
}

    .PagePanel .PanelHead {
        float: left;
        color: #555555;
        line-height: 25px;
        padding: 3px 0px;
        font-size: 16px;
        width: 100%;
        border-bottom: 1px solid #E4E4E4;
    }

.HalfPage {
    width: 48%;
}

.PagePanelContent {
    float: left;
    color: #333333;
    width: 100%;
    border-top: 1px solid #FFFFFF;
}

.SuppHomePageIssues, .BuyerHomePageIssues {
    float: left;
    width: 610px;
}

.SuppHomePageBottomRight {
    float: right;
    width: 35%;
}

.StatusContain {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
}

    .StatusContain tr {
        border-bottom: 1px solid #DDDDDD;
    }

        .StatusContain tr:hover {
            background-color: #FFF6E2;
        }

.CenteredPanelContent {
    margin-left: auto;
    margin-right: auto;
}

.SuppHomePageBottomLeft .CenteredPanelContent {
    width: 50%;
}

.GenericLinkBtn {
    float: left;
}

    .GenericLinkBtn:hover {
        cursor: pointer;
    }

.ViewLink {
    border: 0px;
}

.MessageSection {
    float: right;
    width: 450px;
}

.MessageList {
    float: left;
    width: 100%;
    margin: 0px;
}

    .MessageList li {
        float: left;
        width: 100%;
    }

        .MessageList li .MessageInner {
            border: 1px solid;
            margin: 0px 0px 3px 0px;
            padding: 5px 5px 5px 50px;
            background-repeat: no-repeat;
            background-position: 10px center;
            font-weight: bold;
        }

        .MessageList li:first-child .MessageInner {
            margin: 3px 0px 3px 0px;
        }

        .MessageList li.AlternateMessage .MessageInner {
            border: 1px solid;
            margin: 0px 0px 3px 0px;
            padding: 5px 5px 5px 50px;
            background-repeat: no-repeat;
            background-position: 10px center;
            font-weight: bold;
        }

        .MessageList li.AlternateMessage:first-child .MessageInner {
            margin: 3px 0px 3px 0px;
        }

        .MessageList li .MessageInner.Error,
        .MessageList li.AlternateMessage .MessageInner.Error {
            color: #D8000C;
            background-color: #ffebeb;
            background-image: url('Images/Buttons/109_AllAnnotations_Error_24x24_72.png');
        }

        .MessageList li .MessageInner.Info,
        .MessageList li.AlternateMessage .MessageInner.Info {
            color: #1068df;
            background-color: #e2f4fa;
            background-image: url('Images/Buttons/109_AllAnnotations_Info_24x24_72.png');
        }

        .MessageList li .MessageInner.Article,
        .MessageList li.AlternateMessage .MessageInner.Article {
            color: #353535;
            border-color: #B9C8D7;
            background-image: url('Images/Buttons/138_PushPin_32x32_72.png');
            background-color: #DBEAF9;
        }

        .MessageList li .MessageInner.Warning,
        .MessageList li.AlternateMessage .MessageInner.Warning {
            color: #353535;
            border-color: #ffba00;
            background-color: #fff1cc;
            background-image: url('Images/Buttons/109_AllAnnotations_Warning_24x24_72.png');
        }

            .MessageList li .MessageInner.Warning:hover,
            .MessageList li.AlternateMessage .MessageInner.Warning:hover {
                background-color: #fff6dd;
            }

        .MessageList li .MessageInner.Info:hover,
        .MessageList li.AlternateMessage .MessageInner.Info:hover {
            background-color: #edf9fd;
        }

        .MessageList li .MessageInner.Article:hover,
        .MessageList li.AlternateMessage .MessageInner.Article:hover {
            background-color: #e9ecfa;
        }

        .MessageList li .MessageInner.Error:hover,
        .MessageList li.AlternateMessage .MessageInner.Error:hover {
            background-color: #ffefef;
        }

.MessageText {
    clear: left;
    font-size: 12px;
}

.MessageDate {
    clear: left;
    font-size: 10px;
}

.NavLeft {
    float: left;
    width: 160px;
}

.ContentRight {
    width: 790px;
    float: right;
}

.LeftNavList {
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.GenericList.LeftNavList {
    float: left;
    margin: 0;
    clear: both;
    padding: 0px;
    line-height: 20px;
    text-indent: 10px;
    font-size: 11px;
    height: auto;
    width: 160px;
    background: none;
}

    .GenericList.LeftNavList dt {
        float: left;
        margin: 0;
        clear: both;
        padding: 3px 0px 3px 0px;
        width: 100%;
        background-color: #444444;
        border: 1px solid #444444;
        color: #FFFFFF;
    }

    .GenericList.LeftNavList dd {
        float: left;
        margin: 0;
        width: 100%;
        clear: both;
        padding: 0px;
    }

        .GenericList.LeftNavList dd a {
            float: left;
            width: 100%;
            line-height: 20px;
            text-decoration: none;
            border-bottom: 1px solid #EEEEEE;
        }

.GenericList.AccessList {
    margin: 0px;
}

    .GenericList.AccessList li {
        float: left;
        width: 100%;
        margin: 0px;
    }

        .GenericList.AccessList li:first-child {
        }

        .GenericList.AccessList li:hover {
            background: #FFFFFF;
        }

        .GenericList.AccessList li a {
            float: left;
            width: 100%;
            min-height: 50px;
            line-height: 25px;
            text-decoration: none;
            color: #444444;
            font-size: 11px;
            text-align: center;
        }

        .GenericList.AccessList li:hover a {
            float: left;
            width: 100%;
            min-height: 50px;
            line-height: 25px;
            text-decoration: none;
            color: #444444;
            text-decoration: underline;
            font-size: 11px;
            text-align: center;
        }


    .GenericList.AccessList.DivisionAccess li a {
        float: left;
        height: auto;
        text-align: center;
    }


    .GenericList.AccessList.DivisionAccess li div:hover {
        background: #FFFFFF;
    }

    .GenericList.AccessList.DivisionAccess li a img.DivisionLogo {
        display: inline-block;
        float: none;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

.VerticalNavListSurround {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.GenericGridView {
    float: left;
    border: 1px solid #EEEEEE;
    color: #222222;
    text-align: left;
    background-color: #FFFFFF;
    font-size: 12px;
    border-bottom: 2px solid #EEEEEE;
    border-collapse: collapse;
}

.MatchingIdentifierGridView {
    border: 1px solid #EEEEEE;
    color: #222222;
    text-align: left;
    background-color: #FFFFFF;
    font-size: 12px;
    border-bottom: 2px solid #EEEEEE;
}

.GenericTableDocument {
    float: left;
    width: 100%;
}

    .GenericTableDocument td, DocumentSummary td {
        vertical-align: top;
        padding: 0px;
        border-collapse: collapse;
    }

.TitleColumn {
    background: #EEEEEE;
}

Table.BorderCollapse {
    border-collapse: collapse;
}

tr.GenericGridViewAltRow {
    background-color: #F9F9F9;
}

.GenericGridView tr:hover, DocumentSummary tr:hover {
    background: #EEEEEE;
}



.GenericGridView tr td, DocumentSummary tr td {
    padding: 3px;
    border-color: #DDDDDD;
}

.GenericGridView.SearchGrid, .GenericGridView.ReportGrid {
    width: 100%;
}

    .GenericGridView.SearchGrid a, .GenericGridView.ReportGrid a {
        font-weight: bold;
    }

.GenericGridView .AlternateRow {
}

.GenericGridView.ManualInput {
    width: 100%;
    border: none;
}

.GenericGridView.SupplierPrevious {
    width: 100%;
    font-size: 11px;
    float: left;
    color: #222222;
}

.GenericGridView.SAMSAccounts {
    width: 100%;
    font-size: 10px;
}

/*header style*/
.GenericGridView th, .GenericGridView tr.GenericGridHead td, .GenericTable th, .GenericTable tr.GenericGridHead td, .MatchingIdentifierGridView tr.GenericGridHead td {
    padding: 5px 5px 5px 5px;
    background-color: #E5E5E5;
    color: #222222;
    border: 1px solid #BBBBBB;
    border-bottom: 0px;
    font-size: 11px;
    font-weight: bold;
}

.GenericGridView tr td:not(:has(input[type="radio"])) {
    border: 1px solid #BBBBBB;
}


.GenericGridView tr.DocumentSummaryHeader td, .GenericTable tr.DocumentSummaryHeader th {
    padding: 5px 5px 5px 5px;
    background-color: #E5E5E5;
    color: #222222;
    border-bottom: 0px;
    font-size: 11px;
    font-weight: bold;
}

.DocumentSummaryHeader a {
    color: #333333;
}

.GenericGridView th {
}

.GenericGridView .GenericGridHead td a, .GenericGridView .GenericGridHead th a,
.GenericGridView .GenericGridHeadClick td a, .GenericGridView .GenericGridHeadClick th a {
    float: left;
    width: 100%;
    color: #222222;
    padding: 5px 5px 5px 5px;
    margin: -5px -5px -5px -5px;
}

.GenericGridFooter, .GenericGridFooter:hover {
    color: #FFFFFF;
    background-color: #444444;
}

.GenericGridView tr.TotalRow {
    background-color: #F9F9F9;
}

/*footer style*/
.GenericGridView.SupplierPrevious .GenericGridFooter:hover, .GenericGridView.SearchGrid .GenericGridFooter:hover, .GenericGridView.ReportGrid .GenericGridFooter:hover, .ExpandingTable .GenericGridFooter:hover {
    background-color: #444444;
}

.GenericGridView.DocumentSummary {
    border-collapse: collapse;
}

.GenericGridView.ProductGridView tr td, .GenericGridView.DocViewTable tr td {
    border: 1px solid #DDDDDD;
    font-size: 11px;
    vertical-align: top;
}

.GenericGridView.ManualInput tr td, .GenericGridView.InvoiceTotal tr td {
    border: 0px solid #DDDDDD;
}

.ProductGridView {
    border-collapse: collapse;
}

.GenericGridView.ManualInput {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.GenericGridView tr td.SummaryStatusDesc {
    text-align: left;
    padding-left: 25px;
}

.GridFooterTable {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border: 1px solid #BBBBBB;
    border-top: 0px;
}

    .GridFooterTable tr th, .GridFooterTable tr td {
        padding: 3px 3px 5px 3px;
        background-color: #E5E5E5;
        color: #222222;
        border-color: #DDDDDD;
        border-top: 0px;
        font-size: 11px;
        font-weight: bold;
    }

tr.GenericGridViewFooter {
    border: 1px solid #DDDDDD;
}

    tr.GenericGridViewFooter td, tr.GenericGridViewFooter:hover td {
        border: 1px solid #BBBBBB;
        background-color: #E5E5E5;
    }

.GenericTable.RepeaterTable {
    float: left;
    border: 1px solid #BBBBBB;
    color: #222222;
    text-align: left;
    background-color: #FFFFFF;
    font-size: 12px;
    border-bottom: 2px solid #DDDDDD;
}

.RepeaterTable tr td {
    border: 1px solid #DDDDDD;
}

.TableCellNoBorder tr td {
    border: 0px !important;
}

.FilterContain {
    border: 1px solid #DDDDDD;
    background: #FEFEFE;
    width: 100%;
    margin-bottom: 3px;
}


.GenericSection {
    float: left;
    width: 100%;
}

.ScrollDiv {
    vertical-align: top;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ScrollDivSurround {
    float: left;
    width: 100%;
}

.UploadReportScroll {
    height: 400px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding-left: 10px;
}

.ScrollGridDiv {
    border-bottom: 1px solid #AAAAAA;
    float: left;
    clear: left;
}

.SearchMessage {
    float: left;
    margin: 20px auto 10px auto;
    padding: 20px;
    background-color: #FEFEFE;
    border: 1px solid #EEEEEE;
}

.NoteSurround {
    float: left;
    position: relative;
    min-width: 200px;
    border: 1px solid #4aa56b;
    padding: 10px;
    margin-top: 5px;
    color: #333333;
}

.NoteSurroundField {
    float: left;
    position: relative;
    min-width: 200px;
    border: 1px solid #81BC41;
    padding: 10px;
    padding: 0px 10px 8px 10px;
    margin-top: 5px;
    color: #444444;
}

    .NoteSurround.NoteNegative, .NoteSurroundField.NoteNegative {
        border: 1px solid #FF0000;
        color: #FF0000;
    }

        .NoteSurroundField.NoteNegative Legend {
            color: #FF0000;
            font-weight: normal;
        }

    .NoteSurroundField Legend {
        color: #444444;
        font-weight: normal;
    }

.NoteSurround .NoteHead {
    position: absolute;
    left: 10px;
    top: -15px;
    width: auto;
    padding: 5px;
    background-color: #FFFFFF;
}

.NoteSurround.NoteNegative .NoteHead {
}

.NoteText {
    float: left;
    width: 100%;
    font-size: 14px;
    clear: left;
    color: inherit;
}

.Right {
    float: right;
}

.ReportField {
    border: 1px solid #FFB000;
}

    .ReportField legend {
        color: #444444;
    }

    .ReportField:hover {
        border: 1px solid #4aa56b;
    }

        .ReportField:hover legend {
            color: #222222;
        }

.ReportControls {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.ContentSurround {
    float: left;
    width: 100%;
    position: relative;
}

.MenuTab {
    float: left;
}

.MultiViewTab {
    float: left;
    width: 100%;
    border-top: solid 3px #FFB000;
}

.menuTabSelected {
    color: #222222;
    padding: 10px;
    background: #FFB000;
    background-repeat: repeat-x;
    background-position: top center;
}

.menuTabNotSelected {
    color: #FFFFFF;
    padding: 10px;
    background: #4B577C;
    background-repeat: repeat-x;
    background-position: top center;
}

    .menuTabNotSelected:hover {
        text-decoration: underline;
    }

#popupContactClose {
    font-size: 14px;
    line-height: 14px;
    right: 6px;
    top: 4px;
    position: absolute;
    color: #6fa5fd;
    font-weight: 700;
    display: block;
}

.DialogueContain, .UpdateProgContain {
    width: 630px;
    position: absolute;
    left: 8%;
    bottom: 50%;
    z-index: 600;
    /*_position:absolute; /* hack for internet explorer 6*/
}

.UpdateProgContain {
    z-index: 20;
    left: 32%;
    width: 350px;
    bottom: 200px;
}

.DialogueCenter {
    width: 870px;
    margin: auto;
    z-index: 2;
    -moz-box-shadow: 0 0 4px #222222;
    -webkit-box-shadow: 0 0 4px #222222;
    box-shadow: 0 0 4px #222222;
}

.DialogueInner {
    width: 850px;
    float: left;
    z-index: 700;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    background-color: #FFFFFF;
    padding: 10px;
    background: #FEFEFE url(Images/FormGradUp.gif) left bottom;
    background-repeat: repeat-x;
}

.DialogueHeader {
    width: 850px;
    float: left;
    z-index: 700;
    padding: 3px 10px 3px 10px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
    background-color: #002753;
    color: #FFFFFF;
    line-height: 20px;
}

a.FailLink, .FailText {
    color: #B8D775;
}

.SuccessText {
    color: #00DD00;
}

.updateProgressPanel, .GenericUpdateProgress {
    width: 350px;
    margin: auto;
    z-index: 2;
    -moz-box-shadow: 0 0 3px #222222;
    -webkit-box-shadow: 0 0 3px #222222;
    box-shadow: 0 0 3px #222222;
    background-color: #fff;
    border: solid 2px #FFB000;
    text-align: center;
    vertical-align: middle;
    padding-top: 16px;
    padding: 5px;
    z-index: 300;
}

.supplierProductMandatoryElement {
    color: Red;
}

.supplierProductDropDown {
    z-index: 100;
}

.supplierProductNotes, .supplierProductNotesItalics {
    color: Black;
    text-decoration: none;
    font-weight: bold;
    margin-left: 10px;
}

.supplierProductNotesItalics {
    font-style: italic;
}

.supplierProductConfirmation {
    color: Red;
    text-decoration: underline;
    font-weight: bold;
    font-size: larger;
    margin: 15px 0px 15px 0;
    float: left;
}

.productRequestErrorMessages {
    border-color: Red;
    color: Red;
    margin-left: 10px;
    margin-bottom: 10px;
}

.horizontal li {
    display: inline;
    float: left;
    padding: 0px 20px 10px 2px;
}

.horizontal ul {
    padding-left: 0px;
    margin-left: 0px;
}

.horizontal .activeStep {
    font-weight: bold;
}

.validationSummaryRight {
    position: fixed;
    bottom: 10px;
    right: 10px;
    border: solid 1px red;
    z-index: 100;
    padding: 10px;
    width: 350px;
    font-weight: bold;
    font-size: 13px;
    background-color: #FFFFFF;
    max-height: 500px;
    overflow-y: scroll;
}

    .validationSummaryRight ul {
        padding: 0 10px 0 15px;
        font-weight: normal;
        font-size: 12px;
    }

.validationContent {
    position: relative;
    float: left;
    width: 100%;
}

/* Module query box CSS *************************************************************/
.ModularDialogue {
    width: 480px;
    margin: auto;
    z-index: 2;
    -moz-box-shadow: 0 0 2px #333333;
    -webkit-box-shadow: 0 0 2px #333333;
    box-shadow: 0 0 2px #333333;
    vertical-align: middle;
    z-index: 400;
    vertical-align: middle;
    text-align: center;
    background: #FFFFFF;
}

.ModularDialogueInner {
    width: 470px;
    padding: 5px;
}

.ModularDialogue.ModularDialoguePageTop {
    top: 100px;
    bottom: auto;
}

.ModularDialogue > table {
    width: 100%;
}

    .ModularDialogue > table > tr > td {
        padding: 5px;
    }

.ModularDialogueHeader {
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    background-color: #81BC41;
    color: #FFFFFF;
    padding: 8px 0px;
    border-bottom: 1px solid #EEEEEE;
}

.ModularDialogueFooter {
    height: 25px;
    font-size: 13px;
    text-align: left;
    background-color: #FCFCFC;
    color: #81BC41;
    border-top: 1px solid #EEEEEE;
    padding: 8px 0px;
}

.ModularDialogueContent {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
}

.ModularDialogueHeader:hover {
    cursor: move;
}

.ModularDialogueHeader img {
    float: left;
    margin: 5px 3px 0px 3px;
    padding-left: 4px;
}

.DialogueHeaderText {
    float: left;
    line-height: 25px;
}

.formMask {
    position: absolute;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #B8D775;
    z-index: 100;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.BackgroundPopup {
    position: absolute;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #555555;
    z-index: 500;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

    .BackgroundPopup.ConfirmDialoguePopup {
        z-index: 799;
    }

.supplierRequestButtons {
    font-size: 12px;
    padding-bottom: 5px;
    margin-top: 15px;
}

    .supplierRequestButtons tbody tr {
        padding-bottom: 5px;
        height: 25px;
    }

.supplierAmendmentNotes {
    color: Red;
    font-size: 14px;
    font-weight: bold;
}

.cal_theme .ajax__calendar_active {
    color: Red;
    font-weight: bold;
    background-color: #ffffff;
}

.GenericBox {
    float: left;
    min-height: 40px;
    font-size: 12px;
    clear: both;
}

    .GenericBox ul {
        float: left;
        border: 1px solid #B8D775;
        color: #B8D775;
        padding: 10px 10px 10px 20px;
    }

.ErrorBoxInner, .MessageBoxInner, .MessageBoxDownloadInner {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #B8D775;
    font-size: 12px;
    color: #444444;
}

.MessageBoxInner, .MessageBoxDownloadInner {
    border: 1px solid #444444;
}

.MessageBoxDownloadInner {
    width: 400px;
    text-align: center;
}

.ErrorBoxInner h4 {
    margin-top: 0px;
    color: #B8D775;
}

.MessageBoxInner h4 {
    margin-top: 0px;
    color: #444444;
}

.AccountSelection {
    width: 500px;
}

.BatchSummaryCenter {
    width: 1060px;
    padding: 10px 0 10px 0;
}

.WhiteText {
    color: #FFFFFF;
}

.Size11Font {
    font-size: 0.8em;
}

.VertMenuList {
    list-style: none;
    margin: 20px auto 5px auto;
    padding: 0px;
}

    .VertMenuList li {
        float: left;
        width: 100%;
        margin: 0px;
        border-top: 1px solid #CCCCCC;
    }

        .VertMenuList li:first-child {
            border-top: 0px;
        }

        .VertMenuList li:hover {
            background-color: #EEEEEE;
        }

        .VertMenuList li a {
            float: left;
            width: 100%;
            height: 50px;
            line-height: 50px;
            text-decoration: underline;
            color: #0d8bac;
            text-align: center;
        }

            .VertMenuList li a:hover {
                background-color: transparent;
            }

.MessageContain, .MessageContainGrid {
    display: inline-block;
    padding: 20px;
    clear: left;
    margin-top: 15px;
    border: 1px solid #d8d8d8;
    background-color: #f7f7f7;
}

.TransactionCentreDataHeading {
    font-weight: bold;
}

.GenericGridView.ReportGrid.TransactionCentreGrid {
    margin-bottom: 10px;
}

    .GenericGridView.ReportGrid.TransactionCentreGrid.TaxGrid {
        width: 70%;
    }

.RoundedTopCorners {
    border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
}

.RoundedBottomCorners {
    border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
}

.TransactionCentreSelectionMessage {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

a.TransactionCentrePageHeadingLink {
    color: #ffffff;
}

    a.TransactionCentrePageHeadingLink:hover {
        color: #ffffff;
        text-decoration: underline;
    }

.MarginBottom15 {
    margin-bottom: 15px;
}

.MarginBottom5 {
    margin-bottom: 5px;
}

.ErrorMessage {
    background-color: #ffebeb;
}

.WarningMessage {
    background-color: #fff1cc;
}

.FilterControlPanelContain {
    float: left;
    border: 1px solid #AAAAAA;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #333333;
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: inset 0 0 3px #AAAAAA;
    -webkit-box-shadow: inset 0 0 3px#AAAAAA;
    box-shadow: inset 0 0 3px #AAAAAA;
    padding: 5px 15px 5px 15px;
}

    .FilterControlPanelContain legend {
        color: #444444;
    }

.ErrorMessageBox {
    float: left;
    color: #FF0000;
}

.GridRow td, .GridRowB td, .GridHeadRow th, .SubTableHeadRow th, .ErrorGridViewRow td, .ProdGridHeadRow td, .ProdGridHeadRow th {
    color: #333333;
    border: 0px solid #FFFFFF;
}

.GridHeadRow {
    border: 1px solid #d8d8d8;
    background-color: #f7f7f7;
}

.GridRowB {
    background-color: #F9F9F9;
}

.GridRow {
    background-color: #FFFFFF;
}

.ErrorGridViewRow {
    background-color: #FFADB1;
}

.ProdGridRow {
    background-color: #FFFFFF;
}

.ProdGridRowB {
    background-color: #F9F9F9;
}

    .ProdGridRow td, .ProdGridRowB td {
        padding: 5px 2px 2px 2px;
    }

.DescRow td {
    border-bottom: 1px solid #DDDDDD;
    padding: 2px 2px 2px 2px;
}

.GridRow:hover, .GridRowB:hover {
    background-color: #edf2f3;
}

.ProdGridHeadRow td, .ProdGridHeadRow th {
    background-color: #E5E5E5;
    border: 1px solid #CCCCCC;
    border-left: 1px solid #FFFFFF;
    padding: 5px 3px;
    vertical-align: top;
    margin-bottom: 5px;
    font-size: 12px;
}

    .ProdGridHeadRow td:first-child, .ProdGridHeadRow th:first-child {
        border-left: 1px solid #CCCCCC;
    }

.Rounded {
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
}

.SubTable {
    border: none !important;
    border: 1px solid #FFFFFF !important;
    border-width: 0px !important;
    border-style: none !important;
}

.SubtableHeadRow td, .SubtableHeadRow th {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.SubtableHeadRowB td, .SubTableHeadRowB th {
    background-color: #F9F9F9;
}

.ExpandingTable {
    float: left;
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    empty-cells: hide;
    font-size: 10px;
    text-align: left;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

    .ExpandingTable.SmallFont {
        font-size: 11px;
    }

    .ExpandingTable td {
        padding: 3px;
        border: 0px solid #FFFFFF;
        text-align: left;
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        vertical-align: top;
    }

    .ExpandingTable tr:hover {
        background-color: #E2F0FF;
    }

tr.Clickable a {
    float: left;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    padding: 8px 5px 8px 5px;
}

tr.Clickable td {
    padding: 0px;
}

    tr.Clickable td:hover {
        background-color: #F9F9F9;
    }

.PageLabel, .PageLabelB, .LabelTextA, .LabelTextB {
    float: left;
    margin-right: 5px;
}

.PageLabelB, .LabelTextB {
    font-weight: bold;
}

.ExpandingTable tr.EnquiryGridHead td, .ExpandingTable tr.EnquiryGridHead th {
    padding: 10px 5px 10px 5px;
    background-color: #EEEEEE;
    color: #222222;
    font-size: 11px;
    font-weight: bold;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

    .ExpandingTable tr.EnquiryGridHead td:first-child, .ExpandingTable tr.EnquiryGridHead th:first-child {
        border-left: 1px solid #DDDDDD;
    }

.ExpandingRow {
    float: left;
    width: 100%;
    display: none;
}

.ExpandingTable tr.HiddenRow {
    padding: 0px;
    border-collapse: collapse;
    height: 0px;
    empty-cells: hide;
    border-bottom: 0px;
}

    .ExpandingTable tr.HiddenRow:hover {
        background-color: #FFFFFF;
    }

    .ExpandingTable tr.HiddenRow td {
        padding: 0px 4px;
    }

.SubTable {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    margin: 0px 0px;
}

    .SubTable tr {
        border: 0px;
    }

        .SubTable tr:first-child {
            border: 0px;
            border-top: 0px solid #EEEEEE;
        }

.SubTableHeadRow {
    background-color: #002753;
    color: #FFFFFF;
}

    .SubTableHeadRow td {
        color: #FFFFFF;
        border-right: 1px solid #27527F;
        border-top: 1px solid #27527F;
    }

.ExpandingTable .SubTable tr td {
    padding: 2px 5px;
}

.SubTableHeadRow:hover {
    background-color: #002753;
}

.SubTableHeadRow td span.FieldTitle {
    color: #FFFFFF;
}

.ExpandingRow tr {
    border-bottom: 0px solid #FFFFFF;
}

.AuditTable {
    float: left;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-collapse: collapse;
    background-color: #FFFFFF;
}

    .AuditTable td {
        border: 0px;
        background-color: inherit;
    }

        .AuditTable td span.FieldTitle {
            font-weight: bold;
            text-decoration: underline;
        }

    .AuditTable tr:hover {
        background-color: inherit;
    }

#myScrollTable {
    float: left;
    width: 100%;
    border-collapse: collapse;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #888888;
    background-color: #FFFFFF;
    color: #222222;
    font-size: 11px;
}

    #myScrollTable tr {
        border-bottom: 1px solid #CCCCCC;
    }

        #myScrollTable tr td {
            padding: 5px;
            margin: 0px;
        }

        #myScrollTable tr:hover {
            background-color: #F2F2F2;
        }

        #myScrollTable tr td {
            border-right: 1px solid #CCCCCC;
        }

    #myScrollTable thead tr {
        border-bottom: 1px solid #888888;
        background-color: #EEEEEE;
    }

        #myScrollTable thead tr:hover {
            background-color: #EEEEEE;
        }

        #myScrollTable thead tr th {
            padding: 5px 5px 5px 5px;
            background-color: #EEEEEE;
            color: #222222;
            border: 1px solid #888888;
            font-size: 11px;
            font-weight: bold;
            border-right: 1px solid #888888;
        }

    .MyScrollTableFooter, #myScrollTable tr.MyScrollTableFooter:hover {
        color: #FFFFFF;
        background-color: #FFB000;
    }

.CenterText {
    text-align: center;
}

.ScrollContainer {
    float: left;
    width: 100%;
}

.GenericGridView.ScrollGrid {
    width: 1152px;
}

.ReportControlsTop {
    float: right;
    margin-right: -10px;
}

icList.AccessList {
    max-height: 300px;
}

.AccessList {
    list-style: none;
    width: 100%;
    margin: 20px auto 5px auto;
    padding: 0px;
}

    .AccessList li {
        float: left;
        display: inline-block;
        width: 100%;
        margin: 0px;
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #D4D4D4;
        border-left: 1px solid #E4E4E4;
        border-right: 1px solid #E4E4E4;
    }

        .AccessList li:first-child {
            border-top: 1px solid #DDDDDD;
        }

        .AccessList li:hover {
            background-color: #EEEEEE;
        }

        .AccessList li a {
            float: left;
            width: 100%;
            height: 60px;
            line-height: 60px;
            font-weight: bold;
            color: #444444;
            text-align: center;
        }

            .AccessList li a:hover {
                text-decoration: none;
            }

.ControlHead, .ControlHead:hover {
    float: right;
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-bottom: 1px solid #FFFFFF;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #222222;
}

.HiddenObject {
    display: none;
}

#ImagePanel {
    float: left;
    margin-left: 5px;
}

.InfoBox {
    top: 0px;
    left: 100px;
    height: 115px;
    width: 500px;
    border-top: 5px solid #FFB000;
    border-bottom: 3px solid #FFB000;
    border-left: 1px solid #FFB000;
    border-right: 1px solid #FFB000;
    background-color: #ffffff;
    position: absolute;
    _position: absolute;
    z-index: 100;
    box-shadow: 4px 4px 4px #000000;
}

.Close {
    position: absolute;
    top: -4px;
    left: 482px;
    z-index: 101;
    cursor: pointer;
}

.InfoBox img {
    padding: 5px 0px 0px 5px;
}

.InfoBox span {
    padding: 0px 0px 5px 0px;
    margin-left: 5px;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
}

.InfoBox hr {
    margin: 2px 0px 5px 0px;
    padding: 0px;
    height: 1px;
    color: #000000;
    border-collapse: collapse;
}

.FormMessageContain {
    float: left;
    clear: left;
    padding: 10px;
    background-color: #EEEEEE;
    border: 1px solid #AAAAAA;
    margin: 10px 0px 10px 0px;
}

.FormCenter {
    margin: 100px auto 0 auto;
}

    .FormCenter.PasswordExpiredCenter {
        width: 300px;
    }

    .FormCenter.ForgotPasswordCenter {
        width: 400px;
    }

    .FormCenter.UnlockAccountCenter {
        width: 600px;
        margin-top: 50px;
    }

.SubSectionContent {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.FullWidth {
    clear: left;
    float: left;
    width: 100%;
}

.ErrorLabel {
    float: left;
    clear: left;
}

a.LnkGeneric {
    font-size: 16px;
    color: #333333;
    text-decoration: underline;
}

.LoginPageTitle {
    width: 100%;
    float: left;
    border-bottom: 1px solid #FFFFFF;
}

.LoginPageTitleInner {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 16px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
}

.UpdateSection {
    float: right;
    padding: 0px 0px 0px 20px;
    margin-bottom: 15px;
    width: 530px;
    background: transparent url('../Images/arrowright.gif')left 50%;
    background-repeat: no-repeat;
}

.UpdateSectionInner {
    float: right;
    width: 530px;
    padding: 10px;
    border: 2px solid #ddf1f1;
    background-color: #f4fdfd;
}

    .UpdateSectionInner:hover {
        float: right;
        width: 510px;
        padding: 10px;
        border: 2px solid #c5e3e3;
        background-color: #f4fdfd;
    }

.RequiredField {
    color: #FF0000;
}

.PriceDisputeHeadRow {
    background-color: #6D6D6D;
    color: #FFFFFF;
    font-weight: bold;
}

    .PriceDisputeHeadRow td {
        border: 1px solid #687C15;
    }

.NarrativeListContain {
    float: left;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 420px;
    height: auto !important;
    height: 420px;
}

.NarrativeList {
    float: left;
    padding: 0px 0px 5px 0px;
    margin: 0px;
    width: 98%;
    list-style-type: none;
    background-color: transparent;
}

    .NarrativeList li {
        float: left;
        margin: 2px 0px 0px 0px;
        padding: 2px 0 0 0;
        width: 100%;
        clear: both;
    }

        .NarrativeList li .narrativeInner {
            float: left;
            width: 1110px;
            border: 1px solid #DDDDDD;
            border-bottom: 8px solid #DDDDDD;
            background-color: #FFFFFF;
            padding: 5px;
        }

        .NarrativeList li:hover .narrativeInner {
            border-color: #AAAAAA;
        }

    .NarrativeList.DisputeNarrative li {
        clear: both;
        width: 10%;
        min-width: 50%;
    }

        .NarrativeList.DisputeNarrative li.NarrativeBuyer {
            float: right;
            margin: 2px 0px 0px 0px;
            padding: 3px 0 0 0;
            clear: both;
            width: auto;
            min-width: 50%;
        }

            .NarrativeList.DisputeNarrative li.NarrativeBuyer .narrativeInner {
                float: right;
                background-color: #FFFFFF;
                border-color: #72B63F;
                width: auto;
                min-width: 100%;
            }


        .NarrativeList.DisputeNarrative li.NarrativeSupplier {
            float: left;
            margin: 2px 0px 0px 0px;
            padding: 3px 0px 0 0;
            clear: both;
            min-width: 50%;
        }

            .NarrativeList.DisputeNarrative li.NarrativeSupplier .narrativeInner {
                float: left;
                background-color: #FFFFFF;
                border-color: #D8EBFF;
                width: auto;
                min-width: 100%;
            }

        .NarrativeList.DisputeNarrative li.NarrativeSystem {
            float: left;
            margin: 2px 0px 0px 0px;
            padding: 3px 0 0 0;
            clear: both;
            min-width: 50%;
        }

            .NarrativeList.DisputeNarrative li.NarrativeSystem .narrativeInner {
                background-color: #E5F5FF;
                border-color: #D8EBFF;
            }

/*.NoteTypelbl {
float: left;
width: 100%;
border-bottom: 1px solid #EFEFEF;
color: #81BC41;
}*/

.NarrativeCreatorLbl {
    float: left;
    clear: both;
    width: 100%;
    font-size: 11px;
    margin-top: 3px;
    color: #444444;
    margin-bottom: 10px;
}

.NarrativeDateLbl {
    float: left;
    clear: both;
    width: 100%;
    font-size: 10px;
    color: #444444;
    margin-top: 11px;
    font-style: italic;
}

.NarrativeTextLbl {
    float: left;
    clear: both;
    font-size: 12px;
    color: #222222;
    max-width: 500px;
}

.PageLeft {
    float: left;
}

.PageRight {
    float: right;
}

.DialogueContainUnFixed {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 20%;
    z-index: 600;
}

.DialogueContainFixed {
    width: 100%;
    position: fixed;
    left: 0%;
    top: 20%;
    z-index: 600; /*_position:absolute; /* hack for internet explorer 6*/
}

    .DialogueContainFixed.ConfirmDialogue {
        z-index: 800;
    }

.DialogueFixedPanel {
    width: 350px;
    margin: auto;
    z-index: 2;
}

.SAMNotesPanel {
    width: 500px;
}

.DialogueFixedInner {
    float: left;
    -moz-box-shadow: 0 0 3px #222222;
    -webkit-box-shadow: 0 0 3px #222222;
    box-shadow: 0 0 3px #222222;
    background-color: #F8F8F8;
    color: #222222;
    border: solid 1px #111111;
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px 10px 5px;
    z-index: 600;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottom: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottom: 5px;
    text-align: left;
}

.DialogueFixedHeader {
    width: 500px;
    float: left;
    z-index: 700;
    padding: 3px 10px 3px 10px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
    background-color: #FFB000;
    color: #FFFFFF;
    line-height: 20px;
}

.DialogueFixedPanelInner {
    float: left;
    width: 500px;
}

.UpdateProgressFixedContain {
    width: 100%;
    position: fixed;
    left: 0%;
    top: 40%;
    z-index: 600; /*_position:absolute; /* hack for internet explorer 6*/
}

.UpdateProgressFixed {
    width: 350px;
    margin: auto;
    -moz-box-shadow: 0 0 3px #222222;
    -webkit-box-shadow: 0 0 3px #222222;
    box-shadow: 0 0 3px #222222;
    background-color: #3D3834;
    color: #FFFFFF;
    border: solid 1px #111111;
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px 10px 5px;
    z-index: 900;
    height: 70px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottom: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottom: 5px;
}

    .UpdateProgressFixed img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }

.SamsHomePageStats, .SamsHomePageStatsRight {
    float: left;
    width: 49%;
}

.SamsHomePageStatsRight {
    float: right;
}

.InfoSurround {
    float: left;
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    border-top: 1px solid #81BC41;
    border-left: 1px solid #81BC41;
    border-bottom: 1px solid #81BC41;
    border-right: 1px solid #81BC41;
}

.InfoInner {
    float: left;
    padding: 8px;
    color: #444444;
    font-size: 18px;
}

    .InfoInner:hover {
        background-color: #F5F5F5;
    }

.MarginTop {
    margin-top: 10px;
}

.MarginBottom {
    margin-bottom: 10px;
}

.NavLeftList {
    float: left;
    width: 100%;
}

.VerticalNavList li:first-child {
    border-top: 0px solid #FFFFFF;
}

.VerticalNavList li {
    overflow: hidden;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #FFFFFF;
}

    .VerticalNavList li a {
        float: left;
        width: 100%;
        padding-left: 8px;
        line-height: 30px;
        text-decoration: none;
        color: #444444;
        font-size: 10px;
        text-indent: 3px;
    }

        .VerticalNavList li a:hover {
            color: #D12335;
            background-color: #F9F9F9;
            border-left: 3px solid #81BC41;
            text-indent: 0px;
        }

.InputNoStyle, .InputNoStyleNumber {
    float: left;
    border: 0px;
    background-color: Transparent;
    color: #222222;
    text-align: left;
}

.InputNoStyleNumber {
    text-align: right;
}

.InputNoStyleInline {
    display: inline;
    float: none;
    border: 0px;
    background-color: Transparent;
    color: #222222;
    text-align: center;
    width: auto;
}


.GridFullWidth {
    float: left;
    width: 100%;
}

.FormTitle {
    font-weight: bold;
}

.ActionMessage {
    display: inline-block;
    padding: 10px;
    clear: left;
    margin-top: 15px;
    border: 2px solid #273469;
    background-color: #FFFFFF;
}

.LargeFont {
    font-size: 16px;
}

.Opacity {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.LoginLeft {
    float: left;
    width: 285px;
    border-right: 1px solid #E9E9E9;
    padding-right: 15px;
}

.LoginRight {
    float: left;
    width: 165px;
    height: 130px;
    padding-top: 11px;
    border-left: 1px solid #FFFFFF;
    padding-left: 10px;
}

.LoginPanelLargeText {
    float: left;
    font-size: 25px;
    margin-bottom: 10px;
    font-family: Verdana,Tahoma,Arial,Geneva,sans-serif;
    color: #504f4f;
    text-shadow: 0px 2px 1px #bbbaba;
}

.ReadonlyInput, .LineNumber {
    border: 0px;
    background-color: transparent;
}

.LineNumber {
    color: #444444;
    font-weight: bold;
}

.ErrorGridViewRow td .FieldInput {
}

.MessageBox {
    float: left;
    border: 1px solid;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 #FFFFFF;
    color: #222222;
    padding: 10px;
}

.MessageBoxWarning {
    background-color: #fbe3a8;
    border-color: #ffba00;
}

.MessageBoxError {
    background-color: #fd5470;
    border-color: #EA8C9C;
}

.MessageBoxError {
    font-weight: bold;
    color: #FFFFFF;
}

    .MessageBoxError .UnlockLink {
        float: left;
        clear: left;
        font-size: 14px;
        color: #FFFFFF;
        margin-top: 5px;
    }

    .MessageBoxError p {
        margin: 0px;
    }

    .MessageBoxError a {
        float: left;
        color: #FFFFFF;
        padding: 5px 0;
        text-decoration: underline;
    }

    .MessageBoxError .UnlockLink:hover {
        text-decoration: none;
        background-color: #f98598;
    }

.FloatLeft {
    float: left;
}

.PaginationTableContainerOuter {
    margin: -1px auto 0px auto;
    text-align: center;
    vertical-align: top;
    background-color: #E5E5E5;
    border-bottom: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 5px;
    width: 650px;
}

.PaginationTableContainer {
    Width: 100%;
    height: 35px;
    border: 1px solid #BBBBBB;
    padding: 0px 10px 0px 10px;
    background-color: #FFFFFF;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
}

.PaginationButtons {
    text-decoration: none !important;
}

.PaginationLabels, .PaginationLabelsB {
    font-size: 10px;
}

.PaginationLabelsB {
    font-size: 11px;
    font-weight: bold;
}

.LinkDisabled, .LinkDisabled:hover {
    background-color: inherit;
    color: #888888 !important;
}

.ErrorLineNum {
    float: left;
    border: 0px;
    font-weight: bold;
    background-color: Transparent;
    color: #B8D775;
}

.RowErrorIndicator {
    float: left;
}

.RowErrorIndicatorInner {
    float: left;
    padding: 2px 5px 2px 5px;
    background-color: #B8D775;
    color: #FFFFFF;
}

.FieldInputError, .FieldInputError:focus {
    border: 1px solid #B8D775;
    color: #B8D775;
}

a.grdLinkNoStyle, a.grdLinkNoStyle:hover {
    text-decoration: none;
    background: transparent;
}

.TabDisplayStyle .ajax__tab_header {
    font-size: 14px;
    display: block;
}

    .TabDisplayStyle .ajax__tab_header .ajax__tab_outer {
        border-color: #222;
        color: #222;
        margin-right: 3px;
        padding: 5px 5px 5px 5px;
        border: solid 1px #d7d7d7;
        border-bottom: 0px;
        border-top-left-radius: 7px;
        -moz-border-radius-topleft: 7px;
        border-top-right-radius: 7px;
        -moz-border-radius-topright: 7px;
    }

    .TabDisplayStyle .ajax__tab_header .ajax__tab_inner {
        border-color: #666;
        color: #666;
    }

.TabDisplayStyle .ajax__tab_hover .ajax__tab_outer {
    background-color: #002753;
    cursor: pointer;
}

.TabDisplayStyle .ajax__tab_hover .ajax__tab_inner {
    color: #FFFFFF;
}

.TabDisplayStyle .ajax__tab_hover a {
    color: #FFFFFF;
}

.TabDisplayStyle .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff;
    color: #FFFFFF;
    background-color: #FFB000;
}

.TabDisplayStyle .ajax__tab_active .ajax__tab_inner {
    color: #FFFFFF;
    border-color: #333;
}

.TabDisplayStyle .ajax__tab_body {
    font-size: 10pt;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #d7d7d7;
    float: left;
}

.TabDisplayStyle.FullWidth .ajax__tab_body {
    background: #EFEFEF;
    width: 1055px;
}

.GenericList.UploadReport li {
    float: left;
    width: 98%;
    padding: 5px 0 5px 5px;
}

    .GenericList.UploadReport li:hover .UploadReportTransaction {
        color: #CF1F31;
    }

    .GenericList.UploadReport li.ReportTransaction:first-child {
    }

.ReportTransaction {
    float: left;
    width: 98%;
    padding: 2px 0 10px 5px;
    border-bottom: 1px solid #DDDDDD;
}

.GenericList.UploadReport li.ReportTransaction:hover {
    border-bottom: 1px solid #AAAAAA;
}

.ReportTransaction .FieldTitle {
    font-size: 12px;
}

.TransactionCentrePanelHead {
    float: left;
    color: #FFFFFF;
    line-height: 25px;
    padding: 3px 0px 3px 0px;
    font-size: 16px;
    width: 100%;
    background: #4B577C;
    background-repeat: repeat-x;
    background-position: top center;
}

.DocumentFieldSet, .ErrorFieldSet {
    margin: 0px 0px 5px 0px;
    padding: 4px 10px 10px 10px;
    border: 1px solid #DDDDDD;
    margin-top: 4px;
    font-size: 12px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 #FFFFFF;
    color: #222222;
}

    .DocumentFieldSet Legend, .ErrorFieldSet Legend {
        background-color: transparent;
        font-weight: bold;
        line-height: 20px;
        color: #444444;
    }

    .DocumentFieldSet.AddressFieldSet {
        position: relative;
    }

.ErrorFieldSet {
    border: 1px solid #B8D775;
}

.LegendImage {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.ErrorList li {
    float: left;
    width: 90%;
}

.GenericClear {
    float: left;
    width: 100%;
    clear: left;
    margin: 0px;
    padding: 0px;
}

.GenericGridView.ReportGrid .HiddenRow td.HiddenRowTD {
    empty-cells: hide;
    height: 0px;
    padding: 0px 10px;
}

.FooterControlInner {
    float: left;
    width: 100%;
    background-color: #fdb913;
}

.FooterControl {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 100;
    border-bottom: 5px solid #fdb913;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

    .FooterControl:hover {
        filter: alpha(opacity=100);
        opacity: 1.0;
    }

.Right {
    float: right;
}

.ExpandingRow {
    float: left;
    width: 100%;
}

.ExpandingTable {
    empty-cells: hide;
}

    .ExpandingTable tr {
    }

        .ExpandingTable tr:hover {
        }

        .ExpandingTable tr.HiddenRow {
            padding: 0px;
            border-collapse: collapse;
            height: 0px;
            empty-cells: hide;
            border-bottom: 0px;
        }

            .ExpandingTable tr.HiddenRow:hover {
                background-color: #FFFFFF;
            }

.HiddenRow > td {
    empty-cells: hide;
    height: 0px;
    padding: 0px 5px;
}

.SubTable {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    margin: 5px 0px;
}

    .SubTable tr {
        border: 0px;
        border-top: 1px solid #EEEEEE;
    }

        .SubTable tr:first-child {
            border: 0px;
            border-top: 0px solid #EEEEEE;
        }

            .SubTable tr:first-child:hover {
                background-color: #002753;
            }

.ExpandingRow tr {
    border-bottom: 0px solid #FFFFFF;
}

.Rounded {
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
}

.RoundedSmall {
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
}

.FooterCompanyControlInner {
    float: right;
    background-color: #fdb913;
    padding: 5px 10px 5px 10px;
    color: #222222;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
}

    .FooterCompanyControlInner a {
        color: #111111;
    }

.ExpandLink {
    float: left;
    padding: 10px;
    background-image: url('./Images/Buttons/expander_16xMD.png');
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    margin: 0px 0px 0px 0px;
    background-color: #F5F5F5;
    border: 1px solid #BCBCBC;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    line-height: 10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #222222;
    font-size: 10px;
    text-decoration: none;
}

    .ExpandLink:hover {
        background-color: #DDDDDD;
    }

.GenericGridViewHead {
    background-color: #F4F3F6;
    border-bottom: 1px solid #DDDDDD;
}

tr.GenericGridViewHead:hover {
    background-color: #EEEEEE;
}

.HomePageLeft {
    float: left;
    width: 63%;
}

.HomePageRight {
    float: right;
    width: 35%;
}

.PageRelativeContain {
    float: left;
    width: 100%;
    position: relative;
}

.DocumentViewControlContain {
    float: left;
    width: 100%;
}

.DocViewContainInner {
    float: left;
    width: 100%;
    padding: 5px 0px;
}

.Hidden {
    display: none;
}

.HiddenTax {
    display: none;
    font-size: 10px;
    color: #B8D775;
}

.DocumentViewHeadLabel {
    font-size: 20px;
    font-weight: bold;
    float: left;
}

.LabelSurround {
    float: left;
    border-bottom: 3px solid #81BC41;
    padding: 0px;
    color: #81BC41;
}

    .LabelSurround.Right {
        float: right;
    }

.HorizontalCheckList {
    float: left;
    width: 100%;
}

.SectionContain {
    float: left;
    width: 100%;
    clear: left;
}

.SubSectionContain {
    float: left;
    width: 100%;
    clear: left;
}

.DocumentViewHeaderTable td {
    padding: 0 3px;
}

.DocAddressLine {
    float: left;
    clear: left;
}

.DocumentFieldSet.MinHeight {
    min-height: 160px;
}

.GridLabelClearLeft {
    display: block;
    clear: left;
}

.TabSection .ajax__tab_header {
    color: #4682b4;
    font-family: Verdana,Tahoma,Arial,Geneva,sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    margin-left: 0px;
    border-bottom: 3px solid #81BC41;
    margin-top: 5px;
}
/*Body*/
.TabSection .ajax__tab_body {
    border: 1px solid #DDDDDD;
    border-top: 0px;
    padding-top: 0px;
    background-color: #FFFFFF;
    padding: 10px;
}
/*Tab Active*/
.TabSection .ajax__tab_active .ajax__tab_tab {
    border: 1px solid #81BC41;
    border-bottom: 0px;
    color: #ffffff;
    background: #81BC41;
    height: 20px;
}

.TabSection .ajax__tab_active .ajax__tab_inner {
    color: #ffffff;
    background: #002753;
    padding: 0px;
}

    .TabSection .ajax__tab_active .ajax__tab_inner a {
        padding: 5px 5px 5px 5px;
        margin: 0px;
    }

.TabSection .ajax__tab_active .ajax__tab_outer {
    color: #ffffff;
    background: #002753;
}

/*Tab Hover*/
.TabSection .ajax__tab_hover .ajax__tab_tab {
}

    .TabSection .ajax__tab_hover .ajax__tab_tab a {
        padding: 5px 5px 5px 5px;
    }

/*Tab Inactive*/
.TabSection .ajax__tab_tab {
    border: 1px solid #CCCCCC;
    border-bottom: 0px;
    background: #FFFFFF;
    color: #666666;
    height: 20px;
}

.TabSection .ajax__tab_inner {
    color: #666666;
}

    .TabSection .ajax__tab_inner a {
        padding: 5px 5px 5px 5px;
        margin: 0px;
    }

.TabSection .ajax__tab_outer {
    color: #666666;
    margin-right: 5px;
}

a {
    outline: 0;
}

.DocViewControlsContain, .DocViewControlsContainTop {
    margin-top: 5px;
    padding-top: 5px;
    float: left;
    width: 100%;
}

.DocViewControlsContainTop {
    position: relative;
    margin-top: -5px;
    margin-bottom: -32px;
}

.ResultsControl {
    float: left;
    width: auto;
    color: #333333;
    text-align: left;
    vertical-align: middle;
    background-color: #E5E5E5;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding: 0px 7px 0px 7px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: -1px;
    position: relative;
}

.PageSection {
    float: left;
    width: 100%;
    clear: both;
}

.TableAlignTop td {
    vertical-align: top;
}

.ajax__calendar {
    line-height: normal;
}

    .ajax__calendar td {
        padding: 0px;
    }

    .ajax__calendar tr td {
        border: none !important;
    }

.ajax__calendar_container td {
    padding: 0 !important;
    margin: 0 !important;
}

.FooterTotalTable {
    border-collapse: collapse;
    width: 360px;
    border: 1px solid #CCCCCC;
}

.TaxSummary {
    width: 100%;
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
}

    .TaxSummary > tbody > tr > td {
        border: 1px solid #CCCCCC;
    }

.InlineField {
    float: none;
    display: inline-block;
}

.ComboBoxContainer {
    float: left;
    position: relative;
}

.ajax__combobox_inputcontainer {
}

    .ajax__combobox_inputcontainer td {
        padding: 0px;
    }

.ajax__combobox_buttoncontainer, .ajax__combobox_textboxcontainer {
    padding: 0px;
}

    .ajax__combobox_textboxcontainer input {
        padding: 3px;
        border: 1px solid #AAAAAA;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    }

    .ajax__combobox_buttoncontainer button {
    }

.ajax__combobox_itemlist {
    position: absolute !important;
    top: 30px !important;
    left: 0px !important;
}

.AddressControlContain {
    position: absolute;
    right: 10px;
    top: 0px;
}

.MyDetailsLeft {
    float: left;
    width: 520px;
}

.MyDetailsRight {
    float: right;
    width: 620px;
    margin-top: 20px;
}

.GenericTable.EditableTable {
    margin-top: 10px;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    -moz-box-shadow: 0 1px 3px #EEEEEE;
    -webkit-box-shadow: 0 1px 4px #EEEEEE;
    box-shadow: 0 1px 4px #EEEEEE;
}

.EditableTable > tbody > tr > td {
    height: 35px;
}

.EditableTable tr.GenericGridViewErrorRow {
    height: auto;
    padding: 0px;
}

.EditableTable tr td {
}

.EditableTable tr.GenericGridViewErrorRow td {
    padding: 0px;
}

.GenericTable.EditableTableSlimline {
    margin-top: 10px;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    -moz-box-shadow: 0 1px 3px #EEEEEE;
    -webkit-box-shadow: 0 1px 4px #EEEEEE;
    box-shadow: 0 1px 4px #EEEEEE;
}

.GenericTable.FilterTable {
    margin-top: 10px;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    -moz-box-shadow: 0 1px 3px #EEEEEE;
    -webkit-box-shadow: 0 1px 4px #EEEEEE;
    box-shadow: 0 1px 4px #EEEEEE;
}

    .GenericTable.FilterTable td {
        padding: 3px;
    }

.EditableTableSlimline tr.GenericGridViewErrorRow {
    height: auto;
    padding: 0px;
}

.EditableTableSlimline tr td {
}

.EditableTableSlimline tr.GenericGridViewErrorRow td {
    padding: 0px;
}

.TitleTD {
    border-right: 2px solid #F9F9F9;
}

tr.GenericGridViewAltRow .TitleTD {
    border-right: 2px solid #FFFFFF;
}

tr:hover > .TitleTD {
    background-color: #F2F2F2;
}

tr:hover .TitleTD span {
    color: #333333;
}

tr.GenericGridViewControlRow {
}

.GenericTable.RegTable tr th {
    background-color: #81BC41;
    font-size: 15px;
    color: #FFFFFF;
    border-color: #81BC41;
}

.GenericTable.RegTable.EmailValidationEntry td {
    padding: 10px;
}

.QuickSearch {
    line-height: normal;
    margin-bottom: 10px;
}

.QuickSearchDialogueContain {
    position: absolute;
    z-index: 100;
    background: #FAFAFA;
    border: 2px solid #CCCCCC;
    width: 1156px;
}

.QuickSearchDialogueHeader {
    float: left;
    width: 1146px;
    padding: 5px;
}

.QuickSearchDialogueInner {
    padding: 5px;
    float: left;
    width: 1146px;
}

.ModularDialogueHeader .BtnClose, .QuickSearchDialogueHeader .BtnClose {
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

h3.CollabsibleSectionTitle {
    float: left;
    color: #555555;
    width: 100%;
    line-height: 15px;
    border-bottom: 1px solid #E4E4E4;
    cursor: pointer;
    background: transparent url('Images/Buttons/plus_Symbol.png');
    background-repeat: no-repeat;
    background-position: 0px center;
    font-family: Verdana,Tahoma,Arial,Geneva,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    margin: 0px;
}

    h3.CollabsibleSectionTitle span {
        float: left;
        text-indent: 20px;
        width: 100%;
        line-height: 15px;
        padding: 5px 0px 5px 0px;
        border-top: 1px solid #FFFFFF;
        text-decoration: none;
    }

    h3.CollabsibleSectionTitle:hover {
        background-color: #F4F4F4;
    }

h3.OpenPanel {
    background: transparent url('Images/Buttons/Symbols_Blocked_16xLG.png');
    background-repeat: no-repeat;
    background-position: 0px center;
}

.CollabsibleSectionContent {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.VerticalCollapsibleList {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .VerticalCollapsibleList li.CollabsibleContent {
        float: left;
        width: 100%;
        list-style-type: none;
        display: inline-block;
        margin: 0px;
    }

        .VerticalCollapsibleList li.CollabsibleContent:first-child h2 {
            border-top: 0px;
            -webkit-border-radius: 5px 5px 0px 0px; /* for Safari */
            -moz-border-radius: 5px 5px 0px 0px; /* for Firefox */
        }

.VerticalAlignTop {
    vertical-align: top;
}

td.VerticalAlignBottom {
    vertical-align: bottom;
}

.DocumentLabelDisplay {
    float: left;
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 5px 0px;
}

    .DocumentLabelDisplay li {
        float: left;
        border: 1px solid #AAAAAA;
        margin-right: 4px;
        font-size: 11px;
        background: #EFEfEF;
    }

        .DocumentLabelDisplay li a {
            color: #333333;
            float: left;
            text-decoration: none;
            padding: 4px 5px;
        }

            .DocumentLabelDisplay li a:hover {
                color: #FFFFFF;
                background: #444444;
            }

            .DocumentLabelDisplay li a.DeleteLnk:hover {
                color: #FFFFFF;
                background: #B8D775;
            }

.BorderCollapse {
    border-collapse: collapse;
}

.PurchaseOrderTable tr.ProductRow > td {
    border-top: 2px solid #CCCCCC;
}

    .PurchaseOrderTable tr.ProductRow > td:first-child {
        border-top: 2px solid #CCCCCC;
        border-bottom: 1px solid #FFFFFF;
    }

.PurchaseOrderTable tr.AdditionalInfo > td:first-child {
    background: inherit;
    border-right: 1px solid #FFFFFF;
}

table.FullWidth.NoBorders tr td {
    border-collapse: separate;
    background: inherit;
    border: 0px solid #000000;
}

.LoginFooter, .LoginPanelHead, .DialoguePanelHead, .DialoguePanelFooter {
    float: left;
    width: 100%;
    background-color: #FAFAFA;
}

.LoginPanelHead, .DialoguePanelHead {
    background-color: #FFFFFF;
    padding-top: 10px;
    border-bottom: 1px solid #FFFFFF;
}


.LoginFooter, .DialoguePanelFooter {
    padding: 5px 0px 10px 0px;
    border-top: 1px solid #FFFFFF;
}

.LoginDialogueContain, .PanelDialogueContain {
    float: left;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 5px;
    padding-top: 0px;
}

.PanelDialogueContain {
    border-top: 1px solid #FFFFFF;
}

.LoginDialogueTopContain {
    float: left;
    width: 100%;
    border-top: 1px solid #FFFFFF;
}

.LoginPanelHead h2 {
    font-family: Verdana,Tahoma,Arial,Geneva,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-align: center;
    font-size: 20px;
    text-shadow: rgb(224, 224, 224) 1px 1px 0px;
    margin-top: 5px;
}

.BtnLogin {
    text-align: center;
    width: 50%;
    margin-bottom: 8px;
}

td.LoginIcon {
}

.TextAlignLeft {
    text-align: left !important;
}

.TextAlignRight {
    text-align: right !important;
}

.TextAlignCenter {
    text-align: center !important;
}

.WizardLinks {
    margin-top: 10px;
}

ul.SteppedPorgressIndicator {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 15px 0px;
}

    ul.SteppedPorgressIndicator li {
        padding: 0px;
        margin: 5px 0px 5px 0px;
        float: left;
        text-align: center;
        width: 232px;
        border-bottom: 3px solid #EEEEEE;
        padding-bottom: 10px;
    }

        ul.SteppedPorgressIndicator li a {
            float: left;
            width: 100%;
            height: 40px;
            text-decoration: none;
        }

            ul.SteppedPorgressIndicator li a:hover {
                text-decoration: underline;
            }

            ul.SteppedPorgressIndicator li a.InactiveLink {
                text-decoration: none;
                color: #333333;
            }

                ul.SteppedPorgressIndicator li a.InactiveLink:hover {
                    text-decoration: none;
                    color: #333333;
                }

.SteppedPorgressIndicatorStep {
    font-weight: bold;
}

.SteppedPorgressIndicatorStepDesc {
    font-size: 12px;
}

ul.SteppedPorgressIndicator li.ProgressActive {
    border-bottom: 3px solid #81BC41;
}

ul.CompanyWizardSteppedPorgressIndicator li {
    padding: 0px;
    margin: 5px 0px 5px 0px;
    float: left;
    text-align: center;
    width: 200px;
    border-bottom: 3px solid #EEEEEE;
    padding-bottom: 10px;
}

.GenericTable tr td.EditTD {
    min-width: 30px;
    padding: 0px;
}

.BtnTableTD, .BtnTableTDBorderTop {
    border: 0px;
    background-color: transparent;
    padding-left: 22px;
    padding-right: 5px;
    height: 40px;
    line-height: 40px;
    background-image: url('./Images/Buttons/PencilTool_206_14x12x.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    margin: 0px;
    border-left: 1px solid #EEEEEE;
}

    .BtnTableTD.BtnSave {
        background-image: url('./Images/Buttons/Save_6530.png');
    }

    .BtnTableTD.BtnCancel {
        background-image: url('./Images/Buttons/Error_red_16x16_cyan.png');
    }

    .BtnTableTD.BtnApprove {
        background-image: url('./Images/Buttons/Redirectedrequest_10297.png');
    }

    .BtnTableTD.BtnAddNote {
        background-image: url('./Images/Buttons/PencilTool_206_14x12x.png');
    }

    .BtnTableTD.BtnDownload {
        background-image: url('./Images/Buttons/Save_6530.png');
    }

.BtnTableTDBorderTop {
    border-top: 1px solid #EEEEEE;
}

    .BtnTableTD:hover, .BtnTableTDBorderTop:hover {
        border: 0px;
        border-left: 1px solid #EEEEEE;
    }

    .BtnTableTDBorderTop:hover {
        border-top: 1px solid #EEEEEE;
    }

.GenericTable tr.GenericGridViewAltRow td.EditTD {
}

    .GenericTable tr.GenericGridViewAltRow td.EditTD .BtnTableTDBorderTop, .GenericTable tr.GenericGridViewAltRow td.EditTD .BtnTableTD {
        background-color: #FFFFFF;
    }

.BtnAddNote {
    background-image: url('./Images/Buttons/envelope_16xMD.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnEdit {
    padding-left: 22px;
    background-image: url('./Images/Buttons/126_Edit_16x16_72.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

ul.HorizontalTabControls {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    border-bottom: 4px solid #81BC41;
}

    ul.HorizontalTabControls li {
        float: left;
        width: auto;
        padding: 0px;
        margin: 0px 5px 0px 0px;
    }

        ul.HorizontalTabControls li a {
            float: left;
            height: 30px;
            line-height: 30px;
            color: #333333;
            padding: 0px 5px 0px 5px;
            background-color: #F9F9F9;
            border: 1px solid #EEEEEE;
            border-bottom: 0px;
            text-decoration: none;
            margin-top: 5px;
        }

            ul.HorizontalTabControls li a.active, ul.HorizontalTabControls li a:hover {
                background-color: #81BC41;
                border-color: #B8D775;
                color: #FFFFFF;
                height: 35px;
                line-height: 35px;
                margin-top: 0px;
            }

.VerticalListCentre {
    width: 500px;
    margin: 5px auto;
}

.GenericVerticalList {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
    list-style: none;
    border: 1px solid #EEEEEE;
}

    .GenericVerticalList dt, .GenericVerticalList dd {
        float: left;
        width: 100%;
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #EEEEEE;
    }

.GenerciVerticalList dd {
}

.GenericVerticalList dt {
    background-color: #FAFAFA;
    padding: 10px 0px;
    border-bottom: 0px solid #EEEEEE;
}

.GenericVerticalList dd a {
    float: left;
    width: 100%;
    padding: 10px 10px;
    border-left: 10px solid #F9F9F9;
}

    .GenericVerticalList dd a:hover {
        border-left: 10px solid #81BC41;
    }

.PaddedText {
    padding: 0 10px;
}

.PasswordLeft {
    float: left;
    width: 55%;
    border-right: 1px solid #E9E9E9;
    padding-right: 15px;
}

.PasswordRight {
    float: left;
    width: 40%;
    height: 230px;
    border-left: 1px solid #FFFFFF;
    padding-left: 10px;
}

.PasswordPolicyBulletList {
    padding: 0px 20px;
}

    .PasswordPolicyBulletList li {
        color: #81BC41;
    }

.PasswordTitle {
    font-size: 16px;
    float: left;
    margin-bottom: 10px;
}

.PasswordPolicyText {
}

.ValidationSummary {
    color: #353535 !important;
    background-color: #fff1cc;
    background-image: url('Images/Buttons/109_AllAnnotations_Warning_24x24_72.png');
    border: 1px solid #ffba00;
    margin: 0px 0px 5px 0px;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 90%;
    text-align: left;
}

    .ValidationSummary ul {
        color: #353535;
        font-weight: normal;
        list-style-type: none;
        margin: 0px 0px 0px 0px;
        padding: 2px 0px 2px 0px;
    }

.InvoiceLineVATRateDesc {
    float: left;
    width: 150px;
    padding-top: 5px;
    text-align: right;
}

.SiteVersionBanner {
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-bottom: 10px solid #019E5A;
}

    .SiteVersionBanner span {
        color: #FFFFFF;
        font-size: 23px;
        height: 20px;
        width: 490px;
        display: block;
        margin: auto auto;
        padding: 8px 10px 8px 42px;
        background-color: #019E5A;
        background-image: url('Images/Buttons/StatusAnnotations_Information_32xMD_color.png');
        background-repeat: no-repeat;
        background-position: 10px 5px;
    }

tr.DivisionAccountCodeRow {
    border-bottom: 4px solid #81BC41;
}

tr.DivisionHeader th {
    background-color: #444444;
    border-color: #444444;
    color: #FFFFFF;
}

tr.AccountsHead th {
    background-color: #444444;
    background-color: #444444;
    border-color: #444444;
    color: #FFFFFF;
}

tr.DivisionControls, tr.DivisionControls:hover {
    background-color: #81BC41;
}

    tr.DivisionControls td, tr.DivisionControls:hover td {
        background-color: #81BC41;
        border: 0px solid #81BC41;
        padding: 0px;
    }

tr.SubscriptionControls, tr.SubscriptionControls:hover {
    background-color: #2881A0;
}

    tr.SubscriptionControls td, tr.SubscriptionControls:hover td {
        border: 0px solid #81BC41;
        border-bottom: 4px solid #FFFFFF;
        padding: 0px;
    }

.DivisionConfigTable {
    margin-bottom: 3px;
    margin-top: 0px;
}

.HomepageImages {
    float: left;
    width: 1158px;
    margin-top: 40px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .HomepageImages img {
        display: block;
        width: 1090px;
        margin: auto auto;
        height: 46px;
    }

.DivisionGrid tr td:first-child, .DivisionGrid tr td:first-child {
    background-color: #FFFFFF;
}

.BtnSubscriptionAdd {
    float: left;
    background-color: #2881A0;
    border: 0px;
    color: #FFFFFF;
    padding: 10px 10px;
    text-decoration: none;
    border-right: 1px solid #FFFFFF;
}

    .BtnSubscriptionAdd:hover {
        background-color: #2881A0;
        cursor: pointer;
        color: #FFFFFF;
    }

.BtnAccountAdd {
    float: left;
    background-color: #81BC41;
    border: 0px;
    color: #FFFFFF;
    padding: 10px 10px;
    text-decoration: none;
    border-right: 1px solid #36A591;
}

    .BtnAccountAdd:hover {
        background-color: #2881A0;
        cursor: pointer;
    }

.Gold {
    background-color: #AD9C6F;
}

.FileBrowser {
}

input[type="file"] {
    z-index: 999;
    line-height: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    left: 0;
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding: 0;
    padding: 0px;
    margin: 0px;
    height: auto;
}

.ProductRequestFileUpload {
    line-height: 1 !important;
    position: inherit !important;
    opacity: 1 !important;
    filter: alpha(opacity = 100);
    -ms-filter: "alpha(opacity=100)" !important;
}

.InvoiceFooterSummaryLeft {
    float: left;
    width: 780px;
}

.InvoiceFooterSummaryRight {
    float: right;
    width: 360px;
}

.LineTop {
    border-top: 3px solid #81BC41;
}

ul.MenuGrid {
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    ul.MenuGrid li {
        float: left;
        clear: none;
        width: auto;
        margin-right: 5px;
    }

        ul.MenuGrid li:last-child {
            margin-right: 0px;
        }

        ul.MenuGrid li dl {
            float: left;
            clear: left;
            width: auto;
        }

            ul.MenuGrid li dl dt {
                float: left;
                clear: left;
                width: 264px;
                color: #FFFFFF;
                font-size: 17px;
                border-bottom: 1px solid #81bc41;
                border-left: 1px solid #81bc41;
                border-right: 1px solid #81bc41;
                padding: 5px 10px;
                line-height: 30px;
                background-color: #81bc41;
            }

            ul.MenuGrid li dl dd {
                float: left;
                clear: left;
                margin: 0px;
                width: 284px;
                border-left: 1px solid #81bc41;
                border-right: 1px solid #81bc41;
                border-bottom: 1px solid #81bc41;
            }

                ul.MenuGrid li dl dd a {
                    float: left;
                    padding: 15px 10px;
                    width: 264px;
                    color: #333333;
                    text-decoration: none;
                    -webkit-transition: width 2s, height 0.5s; /* Safari */
                    transition: width 2s, height 0.5s;
                }

                    ul.MenuGrid li dl dd a:hover {
                        background-color: #81bc41;
                        color: #FFFFFF;
                    }

/* Styles for the sliding options menu*/
.NavigationButtonOverlay, .DisplayOptions, .HideOptions {
    float: right;
    right: -30px;
    height: 100px;
    width: 30px;
    margin: 6px 0px 0px 0px;
    cursor: pointer;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #222222;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    z-index: 100;
    position: relative;
}

.Options {
    height: 35px;
    width: 30px;
    left: 0px;
}

.OptionsPanel {
    position: relative;
    height: 35px;
    width: 0px;
    left: 0px;
    /*z-index: 105;*/
}

.OptionsContent {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 110;
    color: #FFFFFF;
    font-family: Arial, Verdana, Sans-Serif;
    display: none;
    padding: 5px;
}

.DisplayOptions {
    background-image: url('./Images/Buttons/NavigateForward_Black_6271.png');
    background-color: #E5E5E5;
    right: -17px;
}

.HideOptions {
    background-image: url('./Images/Buttons/NavigateBackwards_Black_6270.png');
    background-color: #E5E5E5;
    display: none;
    right: -17px;
}

.OptionPanelBackground {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    position: absolute;
    z-index: 100;
}

.vr {
    float: right;
    right: -3px;
    height: 100%;
    width: 3px;
    background-color: #E5E5E5;
    position: relative;
    /*z-index: 100;*/
}
/* End of styles for sliding options menu*/

.MatchingHighlightPass {
    color: #47be1b;
    font-weight: bold;
    text-decoration: underline;
}

.MatchingHighlightError {
    color: #dd0000;
    font-weight: bold;
    text-decoration: underline;
}

.MatchingHighlightIdentifier {
    font-weight: bold;
}

.RejectionTitle {
    font-weight: bold;
}

.MatchingErrorCell {
    color: #dd0000;
}

.GridViewLink {
    float: left;
    /*height: 20px;*/
    min-height: 20px;
    /*width: 20px;*/
    min-width: 20px
}

.MatchingErrorGrid {
    border: 1px solid #dd0000;
    border-color: #dd0000;
}

    .MatchingErrorGrid tr.MatchingErrorGridHeadRow th {
        background: #dd0000;
        color: #FFFFFF;
    }

.DocumentViewErrorRow .MatchingErrorGrid tbody tr td {
    border: 1px solid #CC0000;
}

.DocumentViewErrorRow .MatchingErrorGrid tr.MatchingErrorGridHeadRow th {
    border: 1px solid #770000;
}

.WrapContent {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.TestRibbon {
    width: 100%;
    background-color: #dd0000;
    background-image: url('Images/Buttons/StatusAnnotations_Information_32xMD_color.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #FF0000;
}

    .TestRibbon span {
        color: #FFFFFF;
        font-size: 12px;
        /*height:20px;*/
        width: 900px;
        display: block;
        margin: auto auto;
        padding: 8px 10px 8px 42px;
    }

.LoggedInAsRibbon {
    width: 100%;
    background-color: #dd0000;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    border: 1px solid #FF0000;
    position: fixed;
    left: 0px;
    bottom: 0px;
}

    .LoggedInAsRibbon span {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold;
        /*height:20px;*/
        width: 900px;
        display: block;
        margin: auto auto;
        padding: 8px 10px 8px 42px;
    }

    .LoggedInAsRibbon table {
        margin: 0px auto;
    }

    .LoggedInAsRibbon td {
        text-align: center;
        color: #fff;
    }

    .LoggedInAsRibbon a, .LoggedInAsRibbon a:visited {
        color: #ccc;
        font-size: 14px;
    }

.TestSiteBanner {
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-bottom: 10px solid #DD0000;
}

    .TestSiteBanner span {
        color: #FFFFFF;
        font-size: 23px;
        height: 25px;
        width: 650px;
        display: block;
        margin: auto auto;
        padding: 6px 10px 8px 50px;
        background-color: #DD0000;
        background-image: url('Images/Buttons/109_AllAnnotations_RedWarning_32x32.png');
        background-repeat: no-repeat;
        background-position: 10px 5px;
        border-top: solid 2px #ff0000;
        border-right: solid 2px #ff0000;
        border-left: solid 2px #ff0000;
    }

    .TestSiteBanner input {
        margin: auto auto;
        width: 153px;
    }

.FieldDescription {
    font-style: italic;
}

.AsyncUpload {
    float: left;
}

    .AsyncUpload input[type="file"] {
        position: relative;
    }

.ClosePanel {
    float: right;
    position: relative;
    top: -8px;
    width: 50px;
    background-color: #f74242;
}

    .ClosePanel input[type="submit"] {
        width: 100%;
        border: none;
        background-color: #f74242;
        background-image: url('./Images/Buttons/Symbols_Critical_16xLG.png');
        background-repeat: no-repeat;
        background-position: 17px 0px;
        cursor: pointer;
    }

        .ClosePanel input[type="submit"]:hover {
            background-color: #ff0000;
        }

.UnderchargeUnauthorisedRow, .UnderchargeUnauthorisedRow table {
    background-color: #D3D3D3;
}

    .UnderchargeUnauthorisedRow:hover table {
        background: #EEEEEE;
    }

.FilterControlCheckBoxListTable {
    border: 1px solid #333333;
}

a.FailLink, .FailText {
    color: #DD0000;
}

.sectionMask {
    float: left; /*Allows the control to inherit parents height and width*/
    margin-top: 30px;
    position: absolute;
    _position: absolute; /* hack for internet explorer 6*/
    height: 96%;
    width: 100%;
    background: #B8D775;
    z-index: 100;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.LoaderSurround {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
}

.LoaderFixedContain {
    float: left;
    width: 100%;
    z-index: 900;
    position: relative;
    top: 20%;
}

.LoaderFixed img {
    margin-bottom: 10px;
}

.LoaderFixed {
    width: 350px;
    margin: auto;
    -moz-box-shadow: 0 0 3px #222222;
    -webkit-box-shadow: 0 0 3px #222222;
    box-shadow: 0 0 3px #222222;
    background-color: #FFFFFF;
    color: #222222;
    border: solid 1px #111111;
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px 10px 5px;
    z-index: 900;
}

.InformationNote {
    background-color: #e6f2ff;
    background-image: url('./Images/Buttons/109_AllAnnotations_Info_16x16_72.png');
    border: 1px solid #3396ff;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 5px 25px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.WarningNote {
    background-color: #ffffcc;
    background-image: url('./Images/Buttons/109_AllAnnotations_Warning_16x16_72.png');
    border: 1px solid #feed00;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 5px 25px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.ErrorNote {
    background-color: #ffe6e6;
    background-image: url('./Images/Buttons/109_AllAnnotations_Error_16x16_72.png');
    border: 1px solid #ff5d5d;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 5px 25px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.SuccessNote {
    background-color: #E6EFC2;
    background-image: url('./Images/Buttons/109_AllAnnotations_Default_16x16_72.png');
    border: 1px solid #5CC938;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    padding: 5px 5px 5px 25px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.GenericSectionGroup {
    float: left;
    position: relative;
}

.PriceErrorRow .TitleTD span, .PriceErrorRow .FieldTitle, .PriceErrorRow .TitleTD:hover span {
    color: #DD0000;
}

.PriceErrorField {
    color: #DD0000;
    font-weight: bold;
}

.WizardStep {
    width: 120px;
    height: 50px;
    float: left;
}

.WizardArrow {
    margin: 0px 10px 0px 10px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}

.WizardStepActive {
    width: 120px;
    height: 50px;
    float: left;
    border: 2px solid #b8d775;
}

.WizardStepInactive {
    width: 120px;
    height: 50px;
    float: left;
    border: 1px solid #222222;
}

.WizardStepLink {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.SAMSValue {
    padding-right: 20px;
}

.WrapLink {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
}

.ElementFullWidth {
    float: left;
    display: inline-block;
    width: 100%;
}

.AlcoholDueDiligenceReportButton {
    background-image: url('./Images/Buttons/book_reportHS.png');
}

.LabelPreserveSpaces {
    white-space: pre;
}

.Download {
    background-image: url('./Images/Buttons/010_LowPriority_16x16_72.png');
}

.Relative {
    position: relative;
}

.CreateProductRequestCalloutExtender {
    position: relative !important;
    left: 270px !important;
    top: -30px !important;
    z-index: 500 !important;
    background-color: transparent;
    border: none 0;
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

    .CreateProductRequestCalloutExtender > tbody > tr > td {
        background-color: LemonChiffon;
        border: solid 1px Black;
    }

    .CreateProductRequestCalloutExtender > tbody > tr > .ajax__validatorcallout_callout_cell {
        background-color: transparent !important;
        border: none !important;
        height: 100%;
        margin: 0;
        padding: 0;
        text-align: right;
        vertical-align: top;
        width: 20px;
    }

        .CreateProductRequestCalloutExtender > tbody > tr > .ajax__validatorcallout_callout_cell > .ajax__validatorcallout_callout_table {
            background-color: transparent;
            border: none 0;
            height: 100%;
            margin: 0;
            padding: 0;
            border-spacing: 0;
        }

            .CreateProductRequestCalloutExtender > tbody > tr > .ajax__validatorcallout_callout_cell > .ajax__validatorcallout_callout_table > tbody > .ajax__validatorcallout_callout_table_row {
                background-color: transparent;
                margin: 0;
                padding: 0;
            }

                .CreateProductRequestCalloutExtender > tbody > tr > .ajax__validatorcallout_callout_cell > .ajax__validatorcallout_callout_table > tbody > .ajax__validatorcallout_callout_table_row > .ajax__validatorcallout_callout_arrow_cell {
                    background-color: transparent !important;
                    border: none !important;
                    font-size: 1px;
                    margin: 0;
                    padding: 8px 0 0 0;
                    text-align: right;
                    vertical-align: top;
                }

                    .CreateProductRequestCalloutExtender > tbody > tr > .ajax__validatorcallout_callout_cell > .ajax__validatorcallout_callout_table > tbody > .ajax__validatorcallout_callout_table_row > .ajax__validatorcallout_callout_arrow_cell > .ajax__validatorcallout_innerdiv {
                        background-color: transparent !important;
                        border-bottom: none !important;
                        border-left: none !important;
                        border-right: none !important;
                        font-size: 1px;
                        left: 1px;
                        margin: 0;
                        padding: 0;
                        position: relative;
                        width: 15px;
                        border: solid 1px Black;
                    }

                        .CreateProductRequestCalloutExtender > tbody > tr > .ajax__validatorcallout_callout_cell > .ajax__validatorcallout_callout_table > tbody > .ajax__validatorcallout_callout_table_row > .ajax__validatorcallout_callout_arrow_cell > .ajax__validatorcallout_innerdiv > div {
                            background-color: LemonChiffon;
                            border: solid 1px Black;
                        }

    .CreateProductRequestCalloutExtender > tbody > tr > .ajax__validatorcallout_icon_cell {
        border-right: none !important;
        margin: 0;
        padding: 5px;
        width: 20px;
    }

    .CreateProductRequestCalloutExtender > tbody > tr > .ajax__validatorcallout_error_message_cell {
        border-left: none !important;
        border-right: none !important;
        font-family: Verdana;
        font-size: 10px;
        padding: 5px;
        width: 100%;
    }

    .CreateProductRequestCalloutExtender > tbody > tr > .ajax__validatorcallout_close_button_cell {
        border-left: none !important;
        margin: 0;
        padding: 0;
        text-align: right;
        vertical-align: top;
    }

.ModalBackground {
    background-color: Black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.ModalPopup {
    background-color: #FFFFFF;
    width: 300px;
    border: 4px solid #DDDDDD;
}

    .ModalPopup .ModalHeader {
        background-color: #DDDDDD;
        height: 35px;
        color: White;
        text-align: center;
        font-weight: bold;
        line-height: 35px;
        color: #222222;
    }

        .ModalPopup .ModalHeader span {
            float: left;
            clear: none;
        }

        .ModalPopup .ModalHeader img {
            float: left;
            margin-top: 3px;
            margin-right: 5px;
        }

    .ModalPopup .ModalBody {
        min-height: 50px;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        padding: 10px;
    }

    .ModalPopup .ModalFooter {
        padding: 3px;
    }

.DisputeSummaryRowBorder {
    border-bottom: 2px solid #CCCCCC;
}

.MatchedIndicator {
    background-image: url('./Images/Buttons/StatusAnnotations_Complete_and_ok_16xLG_color.png');
    background-repeat: no-repeat;
    background-position: right 3px bottom 3px;
}

.QueryText {
    font-size: 14px;
    color: #222222;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

.PrintFriendlyVisbleOnly {
    display: none;
}

.BtnDropDownContain {
}

.BtnDropDownInner {
    clear: left;
    position: relative;
    left: 9px;
    float: left;
}

    .BtnDropDownInner .BtnGeneric {
        clear: left;
        width: 100%;
    }

.BtnOptions {
    position: relative;
    left: -4px;
}

.FooterControlsFixed {
    position: fixed;
    bottom: 10px;
    z-index: 1;
}

    .FooterControlsFixed a.BtnCorrect {
        display: none;
    }

.hideMessage {
    display: none;
    visibility: hidden;
}

.SAMSSupplierTable {
    width: 100%;
    border: 2px solid #b8d775;
}

    .SAMSSupplierTable td {
        padding-right: 4px;
    }

    .SAMSSupplierTable tr {
        display: flex;
        align-items: stretch;
    }

        .SAMSSupplierTable tr:first-child {
            padding-bottom: 5px;
        }

    .SAMSSupplierTable td:last-child {
        flex: 1;
        display: inline-block;
    }


div.CollabsibleSectionTitle {
    float: left;
    color: #444444;
    width: 100%;
    line-height: 15px;
    cursor: pointer;
    background: transparent url('Images/Buttons/plus_Symbol.png');
    background-repeat: no-repeat;
    background-position: 0px center;
    font-family: Verdana,Tahoma,Arial,Geneva,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    font-size: 11px;
}

    div.CollabsibleSectionTitle span {
        float: left;
        text-indent: 20px;
        width: 100%;
        line-height: 15px;
        text-decoration: none;
    }

    div.CollabsibleSectionTitle:hover {
        background-color: #F4F4F4;
    }

div.OpenPanel {
    background: transparent url('Images/Buttons/Symbols_Blocked_16xLG.png');
    background-repeat: no-repeat;
    background-position: 0px center;
}

tr.SeparatedRow {
    Border-bottom: 5px solid #F0F0F0;
}

td.SeparatedCell {
    background-color: #F0F0F0;
}

.RegistrationEnabled .LoginDialogueWidth {
    width: 530px;
}

.RegistrationEnabled .LoginDialogueSurroundWidth {
    width: 540px;
}

.RegistrationEnabled .LoginLeft {
    float: left;
    width: 335px;
    border-right: 1px solid #E9E9E9;
    padding-right: 15px;
}

.RegistrationEnabled .LoginRight {
    display: block;
    float: left;
    width: 165px;
    height: 130px;
    padding-top: 11px;
    border-left: 1px solid #FFFFFF;
    padding-left: 10px;
}

.RegistrationEnabled .LoginPanelHead {
    padding-top: 0px;
}

.RegistrationEnabled .MessageBoxError {
    width: 100%;
    box-sizing: border-box;
}

.PriceOverrideInner {
    width: fit-content;
    display: flex;
    flex-flow: row wrap;
}

    .PriceOverrideInner .ModularDialogueFooter {
        margin-top: 20px;
        display: inline-block;
        width: -webkit-fill-available;
    }

.GenericGridView tbody.rowGroup:hover tr {
    background: #EEEEEE;
}

.FieldInputTable tr td {
    line-height: 25px;
}


.SummaryLoadingContain {
    float: left;
    padding-top: 30px;
    width: 100%;
    height: 180px;
    position: relative;
    text-align: center;
}


    .SummaryLoadingContain img {
        display: block;
        margin: auto;
        text-align: center;
    }

.assistance-card {
}

.assistance-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

    .assistance-header b {
        font-size: 16px;
    }

.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #1e88e5;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-right: 8px;
}

.assistance-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .assistance-list li {
        display: flex;
        align-items: center;
        margin: 6px 0;
        padding-left: 8px;
    }

.check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #1e88e5;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    margin-right: 8px;
}
.unlock-option {
    transition: background-color 0.2s;
}

    .unlock-option:hover {
        background-color: #F5F5F5;
    }

.doc-type-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
    width: 100%;
}

    .doc-type-list input {
        display: none;
    }

    .doc-type-list label {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 16px;
        min-width: 140px;
        border: 2px solid #ccc;
        border-radius: 10px;
        cursor: pointer;
        background: #fff;
        font-weight: 500;
        text-align: left
    }

        .doc-type-list label::before {
            content: "";
            flex-shrink: 0;
            width: 22px;
            height: 22px;
            margin-right: 8px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%2381BC41"><path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5z"/></svg>') no-repeat center center;
            background-size: contain;
        }

        .doc-type-list label::after {
            content: "";
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #81BC41;
            border-radius: 50%;
            margin-left: auto;
            background: #fff;
            transition: background .2s ease, box-shadow .2s ease, border-color .2s ease;
        }


    .doc-type-list input:checked + label {
        border-color: #81BC41;
        background: #f0f7ff;
    }

        .doc-type-list input:checked + label::after {
            border-color: #81BC41;
            background: radial-gradient(circle,#007bff 40%,transparent 45%);
        }

.doc-type-list {
    flex-wrap: wrap;
}


.drop-zone {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    margin-top: 15px;
}

.drop-zone--over {
    border-color: #4caf50;
    background-color: #f6fff6;
}

.drop-zone__icon {
    font-size: 60px;
    display: block;
    margin-bottom: 10px;
}

.drop-zone__prompt {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.drop-zone__subprompt {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #666;
}

.file-input {
    display: none;
}

.btn-browse {
    margin-top: 10px;
}

.action-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

    .action-buttons .right {
        display: flex;
        gap: 10px;
    }


.doc-type-container {
    display: flex;
    justify-content: center;
}


.dialogue-subtitle {
    font-size: 14px;
    color: #666;
    margin: 15px 15px 0px;
    text-align: left;
}

.dialogue-label {
    font-size: 15px;
    padding: 10px 0px;
    display: flex;
    justify-content: left;
}

.link-previous {
    font-size: 14px;
    color: #81BC41;
    text-decoration: none;
    text-align: left;
}

    .link-previous:hover {
        text-decoration: underline;
    }

.selected-file-label {
    display: block;
    margin-top: 10px;
}

.action-message-container {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    z-index: 9999;
    font-family: Arial, sans-serif;
    color: #fff;
    display: none;
    min-width: 200px;
}

    .toast.show {
        display: block;
        animation: fadeInOut 3s forwards;
    }

    .toast.info {
        background-color: #81BC41;
    }

    .toast.error {
        background-color: #dc3545;
    }

.toast-close {
    margin-left: 10px;
    cursor: pointer;
    float: right;
    font-weight: bold;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
