/* 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: #FFFFFF;
    font-size: .80em;
    height: 100%;
    font-family: Verdana,Tahoma,Arial,Geneva,sans-serif;
    margin: 0px;
    padding: 0px;
    color: #555555;
}

form {
    height: 100%;
}


a:link, a:visited {
    color: #8EBC12;
}

a:hover {
    color: #8EBC12;
    text-decoration: none;
}

a:active {
    color: #8EBC12;
}

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;
}

.bold {
    font-weight: bold;
}

.red {
    color: #dd0000;
}

.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;
        box-shadow: 0 3px 3px #9c9c9c;
    }

.MenuBar {
    float: left;
    width: 100%;
    z-index: 500;
    background-color: #000;
    /*	-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: 0px solid #FFFFFF;
        }

            .MenuBar ul li.Right {
                float: right;
                border-right: 0px solid #EEEEEE;
                border-left: 0px solid #FFFFFF;
                background-color: #444444;
            }

            .MenuBar ul li a {
                float: left;
                height: 37px;
                line-height: 37px;
                padding: 0px 10px 0px 10px;
                color: #FFF;
                font-size: 14px;
                text-decoration: none;
                /* text-shadow: 0px 1px 2px #7F0F18;     */
                border-right: 0px solid #EEEEEE;
                background-color: inherit;
            }

            .MenuBar ul li.Right a {
                /*border-radius: 0px 7px 0px 0px;      */
                color: #fff;
                /*border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;*/
            }

            .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: #EEEEEE;
                color: #222;
            }

            .MenuBar ul li:first-child.Active a {
                /*border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
    border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft:5px;*/
            }


            .MenuBar ul li.Right.Active a {
                /*border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;*/
            }

            .MenuBar ul li.Right a {
            }

            .MenuBar ul li:hover a {
                background-color: #EEEEEE;
                color: #222;
            }

            .MenuBar ul li:hover {
            }

            .MenuBar ul li:first-child a:hover {
                /*border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
    border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft:5px;*/
            }

            .MenuBar ul li.active:first-child a {
                /*border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;*/
            }

            .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 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: #fff;
                margin-bottom: 10px;
                position: relative;
                border: 2px solid #ddd;
                border-top: 0px solid #000000;
            }

            .MenuBar ul li.Right div ul.SubNavContent {
                right: 2px;
            }

            .MenuBar ul li div.SubNav.QuickSearch ul.SubNavContent {
                background-color: #00749B;
                width: 100%;
                border: 1px solid #000000;
                border-bottom: 2px solid #000000;
                line-height: normal !important;
            }

            .MenuBar ul li div.col2 {
                width: 450px;
            }

            .MenuBar ul li div.col3 {
                width: 700px;
            }

                .MenuBar ul li div.col3 ul.SubNavContent {
                    padding-top: 0px;
                    padding-left: 4px;
                    padding-bottom: 5px;
                }

            .MenuBar ul li div ul.SubNavContent li {
                border: 0px;
                float: left;
                display: inline;
                margin: 0;
                height: auto;
                background: none;
                position: relative;
            }

            .MenuBar ul li div.col3 ul.SubNavContent li {
                margin-right: 4px;
            }



            .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: 225px;
                background: none;
                position: relative;
            }

            .MenuBar ul li div ul.SubNavContent li:first-child, .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: 214px;
                color: #555;
                font-weight: bold;
                padding: 5px 5px 5px 5px;
            }

            .MenuBar ul li div ul.SubNavContent dl dd {
                float: left;
                margin: 0;
                clear: both;
                padding: 2px;
                position: relative;
                border-bottom: 1px solid #ddd;
            }

        .MenuBar ul.SubNavContent dl dt {
        }

        .MenuBar ul.SubNavContent dl dd a {
            float: left;
            width: 210px;
            background: transparent;
            padding: 5px 5px 5px 5px;
            border: 0px;
            color: #555;
            text-decoration: none;
            line-height: 20px;
            margin: 0px;
            height: auto;
            text-shadow: none;
            /*border-left:4px solid #DDDDDD;*/
            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;
            color: #8EBC12;
            background-color: #FFFFFF;
            text-decoration: none;
        }


        .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: -13px;
}

.MenuBar ul li dl dd div.SubNavInner {
    list-style: none;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
    left: 224px;
    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 {
    width: 25px;
    background-image: url('./Images/Buttons/Home_5699.png');
    background-repeat: no-repeat;
    background-position: center 10px;
}

/*
.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%;
}

.MainContentCentre {
    width: 1160px;
    margin: 0 auto;
}

.SiteMainInner {
}

.Footer {
    clear: left;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    border-top: 1px solid #EEEEEE;
    min-width: 1180px;
    /*padding-top:15px;
	background: #FFFFFF url('./Images/SiteTopGrad.gif');
	background-repeat: repeat-x;
	background-position: left top;*/
}

.FooterInner {
    float: left;
    width: 100%;
    min-width: 1180px;
    height: 89px;
    background-repeat: no-repeat;
    background-position: center top;
}

.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;
    height: 22px;
    margin: 20px 0px 13px 10px;
}

.PartnerLogo {
    float: left;
    max-height: 60px;
    padding-right: 10px;
}

.MainLogo2 {
    float: right;
    margin-top: 20px;
    padding-right: 15px;
    margin-bottom: 15px;
    width: 120px;
}

.LoginLogo {
    display: block;
    margin: auto;
    margin-top: 10px;
    width: 300px;
}

.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;
    min-height: 800px;
    background: #FFFFFF;
    /*box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);*/
    margin: 0px 0px 10px 0px;
}

.FooterList {
    float: left;
    width: 98%;
    font-size: 10px;
    color: #444444;
    padding: 10px;
}

    .FooterList li {
        margin-top: 10px;
    }

.SiteContentMain {
    clear: left;
    float: left;
    min-height: 600px;
    padding-bottom: 40px;
}


.SiteContentInner {
    float: left;
    width: 100%;
    clear: left;
    min-width: 1180px;
}

    .SiteContentInner .MainContent {
        float: left;
        width: 100%;
        min-height: 100px;
        margin-top: -1px;
        background-repeat: no-repeat;
        background-position: center top;
        z-index: 1;
    }

#HeadSection, #HeadSectionHome {
    float: left;
    width: 100%;
    min-height: 120px;
    position: relative;
    min-width: 1180px;
    background: #fff;
    z-index: 1;
    background: #FFFFFF url('./Images/SiteTopGrad.gif');
    background-repeat: repeat-x;
    background-position: left bottom;
    position: relative;
}

#HeadSectionHome {
    min-height: 90px;
}


#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;
    margin-top: 0px;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    margin-bottom: 5px;
}

.DetailsTopInner {
    float: left;
    padding: 5px;
    background-color: #F9F9F9;
    min-width: 600px;
    font-size: 12px;
    line-height: 15px;
    color: #333333;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #FFFFFF;
}

    .DetailsTopInner table tr td.PartnerLogoColumn {
        border-right: 1px solid #DDDDDD;
    }


    .DetailsTopInner table tr td {
        vertical-align: top;
    }

.FieldTitle, .ProdFieldTitle {
    font-weight: bold;
    color: #444444;
    font-size: 12px;
}

    .FieldTitle.Right {
        text-align: right;
    }

.DetailsTopInner .FieldTitle {
    color: #444444;
}

.ProdFieldTitle {
    font-size: 13px;
    color: #333333;
}

.StepTitle {
    font-weight: bold;
    color: #444444;
}

a.GenericLink {
    float: left;
    color: #8EBC12;
    font-size: 14px;
    margin-right: 5px;
}

    a.GenericLink:hover {
        color: #8EBC12;
    }

.DetailsTopInner a {
    color: #8EBC12;
    float: right;
    text-align: right;
}

.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: #000000;
    }

.BtnGeneric.BtnPositive:hover, .GenericButtonForm.BtnPositive:hover, .BtnPositive:hover {
    border: 1px solid #E5E5E5;
    color: #000000;
}

.BtnNegative:hover, .GenericButtonForm.BtnNegative:hover, .BtnNegative:hover {
    background-color: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #000000;
}

.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;
}

.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;
}

.BtnLandingPageBackin {
    padding-left: 22px;
    background-image: url('./Images/Buttons/GoToNextHS.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnClose, .BtnPrevious, .BtnNext, .BtnPrintPreview {
    padding-left: 23px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnClose {
    background-image: url('./Images/Buttons/Error_red_16x16.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;
    overflow: hidden;
}

.FormPanelCenterContent {
    width: 250px;
    margin: 0 auto 5px;
}

.FormPanelContent {
    float: left;
    width: 100%;
    min-height: 190px;
    background: #FFFFFF;
    border: 1px solid #f2f2f2;
    /*border-radius: 10px 10px 10px 10px;*/
    -moz-box-shadow: 0 0 3px #CCCCCC;
    -webkit-box-shadow: 0 0 3px #CCCCCC;
    box-shadow: 0 0 3px #CCCCCC;
}

.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: 50px;
}

.FormContain.HomePageForm {
    background: #f5f5f5 url(Images/backgroundNoise.gif) left 50%;
    border: 1px solid #f2f2f2;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0 0 3px #CCCCCC;
    -webkit-box-shadow: 0 0 3px #CCCCCC;
    box-shadow: 0 0 3px #CCCCCC;
}

.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, .FormFields, .FieldInputError {
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
    outline: none;
    padding: 4px 2px 4px 3px;
    color: #444444;
    border: 1px solid #AAAAAA;
}

    .FieldInput:focus, FieldInputError:Focus {
        box-shadow: 0 0 5px #000000;
        padding: 4px 2px 4px 3px;
        border: 1px solid #000000;
    }

    .FieldInput.Padded, FieldInput.FormPadded {
        padding: 4px 2px 4px 3px;
    }

    .FieldInput.Padded {
        padding: 5px;
    }

    .FieldInput.PaddedLarge {
        font-size: 16px;
        height: 33px;
        padding: 0 8px;
    }

.PaddedDoc {
    padding: 4px 2px 4px 3px;
}

.FieldInput.Label {
    padding: 1px;
}

.GenericGridView.ManualInput .FieldInput {
    padding: 4px 2px 4px 2px;
    margin: 0px;
}

.GenericGridView.ManualInput Select.FieldInput {
    padding: 3px 2px 3px 2px;
    margin: 0px;
}

.LoginSurround .FieldInput.Padded {
    padding: 8px;
}

.FormPanelContain .FieldInput.Padded {
    margin-left: 0px;
}

.FieldInput.SearchPadded {
    padding: 5px;
}

.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: #000000;
        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 {
    border: 1px solid #EEEEEE;
}

.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: 8px 0px 8px 0px;
    color: #555555;
    width: 100%;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #CCCCCC;
}

.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;
        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;
        color: #444444;
    }

        .GenericList.AccessList li:first-child {
            border-top: 1px solid #DDDDDD;
        }

        .GenericList.AccessList li:hover {
            background-color: #FFFFFF;
            color: #AD9C6F;
        }


            .GenericList.AccessList li:hover a {
            }

        .GenericList.AccessList li a {
            float: left;
            width: 100%;
            min-height: 15px;
            padding: 10px 0px;
            font-weight: bold;
            color: inherit;
            text-align: center;
            background-repeat: repeat-x;
            text-decoration: none;
        }

            .GenericList.AccessList li a:hover {
                color: #8EBC12;
                background-color: #FFFFFF;
            }

    .GenericList.AccessList.DivisionAccess li a {
        float: left;
        height: auto;
        width: 412px;
        height: auto;
        line-height: 20px;
        text-align: center;
        background: #FFFFFF;
    }



        .GenericList.AccessList.DivisionAccess li a:hover {
            background: #FFFFFF;
        }

        .GenericList.AccessList.DivisionAccess li a img.DivisionLogo {
            display: inline-block;
            float: none;
            width: 100px;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

.GenericList.LanguagesList {
    margin: 5px 0px;
}

    .GenericList.LanguagesList li {
        float: left;
        width: 100%;
        margin: 0px;
    }

        .GenericList.LanguagesList li:first-child {
        }

        .GenericList.LanguagesList li:hover {
            background-color: #EEEEEE;
        }

        .GenericList.LanguagesList li a {
            float: left;
            width: 100%;
            height: 50px;
            line-height: 50px;
            text-decoration: none;
            color: #042653;
            font-size: 11px;
            text-align: center;
        }

.LanguagesList {
    list-style: none;
    width: 100%;
    margin: 20px auto 5px auto;
    padding: 0px;
}

    .LanguagesList 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;
    }

        .LanguagesList li:first-child {
            border-top: 1px solid #DDDDDD;
        }

        .LanguagesList li:hover {
            background-color: #EEEEEE;
        }

        .LanguagesList li a {
            float: left;
            width: 100%;
            height: 60px;
            line-height: 60px;
            font-weight: bold;
            color: #444444;
            text-align: center;
            background: #F9F9F9;
            background-repeat: repeat-x;
        }

            .LanguagesList li a:hover {
                background: #F2F2F2;
                text-decoration: none;
            }

.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;
}

.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;
}

.GenericGridView tr, DocumentSummary tr {
}

    .GenericGridView tr:hover, DocumentSummary tr:hover {
        background: #EEEEEE;
    }

    .GenericGridView tr td, DocumentSummary tr td {
        padding: 3px;
        background: #FFFFFF;
        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 {
    padding: 5px 5px 5px 5px;
    background-color: #E5E5E5;
    color: #222222;
    border: 1px solid #BBBBBB;
    border-bottom: 0px;
    font-size: 11px;
    font-weight: bold;
    vertical-align: top;
}

.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;
}

.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;
}

.GenericGridView .GenericGridHeadClick:hover, .GenericGridView .GenericGridHeadClick:hover {
}

.GenericGridView .GenericGridHead td:hover, .GenericGridView .GenericGridHead th:hover {
}

.GenericGridFooter, .GenericGridFooter:hover {
    color: #E5E5E5;
    background-color: #E5E5E5;
}

.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: #4B577C;
}

.GenericGridView.DocumentSummary {
    border-collapse: collapse;
}

.GenericGridViewAltRow {
    background-color: #F9F9F9;
}

.GenericGridView.ProductGridView tr td, .GenericGridView.DocViewTable tr td {
    border: 1px solid #DDDDDD;
    font-size: 11px;
    vertical-align: top;
}

.GenericGridView.ProductGridView {
    border-collapse: collapse;
}

.GenericGridView.ManualInput tr td, .GenericGridView.InvoiceTotal tr td {
    border: 0px solid #DDDDDD;
}

.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;
}

.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 #000000;
    padding: 10px;
    padding: 0px 10px 8px 10px;
    margin-top: 5px;
    color: #444444;
}

    .NoteSurround.NoteNegative, .NoteSurroundField.NoteNegative {
        border: 1px solid #DD0000;
        color: #DD0000;
    }

        .NoteSurroundField.NoteNegative Legend {
            color: #DD0000;
            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: 2;
    /*_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: #DD0000;
}

.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: #222222;
    color: #FFF;
    border: solid 1px #111111;
    text-align: center;
    vertical-align: middle;
    padding-top: 16px;
    padding: 5px;
    z-index: 300;
    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;
}


.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: 300px;
    font-weight: bold;
    font-size: 13px;
    background-color: #FFFFFF;
}

    .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;
    text-align: left;
    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: #000000;
    color: #FFFFFF;
    padding: 8px 0px;
    border-bottom: 1px solid #EEEEEE;
}

.ModularDialogueFooter {
    height: 25px;
    font-size: 13px;
    text-align: left;
    background-color: #FCFCFC;
    color: #000000;
    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, .FormMask {
    position: absolute;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #555555;
    z-index: 100;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.BackgroundPopup {
    position: absolute;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #555555;
    z-index: 1;
    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 #DD0000;
        color: #DD0000;
        padding: 10px 10px 10px 20px;
    }

.ErrorBoxInner, .MessageBoxInner, .MessageBoxDownloadInner {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #DD0000;
    font-size: 12px;
    color: #444444;
}

.MessageBoxInner, .MessageBoxDownloadInner {
    border: 1px solid #444444;
}

.MessageBoxDownloadInner {
    width: 400px;
    text-align: center;
}

.ErrorBoxInner h4 {
    margin-top: 0px;
    color: #DD0000;
}

.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: #000000;
}


.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;
}

.DescRow {
    border-bottom: 1px solid #AAAAAA;
}

.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;
}

.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: 1080px;
}

.GenericGridView.ScrollGrid {
    width: 1072px;
}



.ReportControlsTop {
    float: right;
    margin-right: -10px;
}

GeneiicList.AccessList {
    max-height: 300px;
}


.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: #DD0000;
}


.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;
        }

.NoteTypelbl {
    float: left;
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
    color: #000000;
}

.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;
    width: 100%;
    font-size: 12px;
    color: #222222;
}

.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 img {
    margin-bottom: 10px;
}

.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: #222222;
    color: #FFFFFF;
    border: solid 1px #111111;
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px 10px 5px;
    z-index: 900;
    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;
}

.SamsHomePageStats, .SamsHomePageStatsRight {
    float: left;
    width: 49%;
}

.SamsHomePageStatsRight {
    float: right;
}

.InfoSurround {
    float: left;
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #F1F1F1;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}

.InfoInner {
    float: left;
    padding: 8px;
    color: #444444;
    font-size: 15px;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

    .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 #000000;
            text-indent: 0px;
        }

.InputNoStyle, .InputNoStyleNumber {
    float: left;
    border: 0px;
    background-color: Transparent;
    color: #222222;
    text-align: left;
}

.InputNoStyleNumber {
    text-align: right;
}

.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;
}

.LoginWelcomeText {
    float: left;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Verdana,Tahoma,Arial,Geneva,sans-serif;
    color: #504f4f;
    text-shadow: 0px 1px 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: #DD0000;
    border-color: #DD0000;
}

.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: #DD0000;
}

.RowErrorIndicator {
    float: left;
}

.RowErrorIndicatorInner {
    float: left;
    padding: 2px 5px 2px 5px;
    background-color: #DD0000;
    color: #FFFFFF;
}

.FieldInputError, .FieldInputError:focus {
    border: 1px solid #DD0000;
    color: #DD0000;
}

a.grdLinkNoStyle, a.grdLinkNoStyle:hover {
    text-decoration: none;
    background: transparent;
}

.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 #DD0000;
    color: #DD0000;
}

.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;
}

.GenericGridView.ReportGrid.SmallFont {
    font-size: 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;
}

.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;
    }


.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: #DD0000;
}

.DocumentViewHeadLabel {
    font-size: 20px;
    font-weight: bold;
    float: left;
}

.LabelSurround {
    float: left;
    border-bottom: 3px solid #000000;
    padding: 0px;
    color: #000000;
}

    .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: 125px;
}

.GridLabelClearLeft {
    display: block;
    clear: left;
}


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_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;
}

.EditableTableSlimline > tbody > tr > td {
    height: 20px;
}

.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: #000000;
    font-size: 15px;
    color: #FFFFFF;
    border-color: #000000;
}

.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: #DD0000;
            }

.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;
    border-bottom: 1px solid #FFFFFF;
    background: #FFFFFF;
    border-bottom: 0px solid #f2f2f2;
    /*-moz-box-shadow: 0 0 3px #CCCCCC;
	-webkit-box-shadow: 0 0 3px #CCCCCC;
	box-shadow: 0 0 3px #CCCCCC;*/
}

.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: 231px;
        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 #000000;
}


.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');
    }

.BtnDownload {
    padding-left: 22px;
    background-image: url('./Images/Buttons/010_LowPriority_16x16_72.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.BtnDownloadNoText {
    padding-left: 22px;
    background-image: url('./Images/Buttons/010_LowPriority_16x16_72.png');
    background-repeat: no-repeat;
    background-position: center;
}

.BtnRefreshBlue {
    padding-left: 22px;
    background-image: url('./Images/Buttons/112_RefreshArrow_Blue_16x16_72.png');
    background-repeat: no-repeat;
    background-position: center;
}

.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 {
    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: 3px solid #000000;
}

    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: #000000;
                border-color: #000000;
                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 #000000;
    }

.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: #000000;
    }

.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: 65px;
    padding-top: 5px;
}

.SiteVersionBanner {
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-bottom: 10px solid #019E5A;
}

    .SiteVersionBanner span {
        color: #FFFFFF;
        font-size: 23px;
        height: 20px;
        width: 550px;
        display: block;
        margin: auto auto;
        padding: 8px 10px 8px 42px;
        margin-bottom: -1px;
        background-color: #019E5A;
        background-image: url('Images/Buttons/StatusAnnotations_Information_32xMD_color.png');
        background-repeat: no-repeat;
        background-position: 10px 5px;
        z-index: 100;
    }

tr.DivisionAccountCodeRow {
    border-bottom: 4px solid #000000;
}

tr.DivisionHeader th {
    background-color: #000000;
    background-color: #000000;
    border-color: #039AA5;
    color: #FFFFFF;
}

tr.AccountsHead th {
    background-color: #039AA5;
    background-color: #039AA5;
    border-color: #039AA5;
    color: #222222;
}

tr.DivisionControls, tr.DivisionControls:hover {
    background-color: #000000;
}

    tr.DivisionControls td, tr.DivisionControls:hover td {
        background-color: #000000;
        border: 0px solid #000000;
        padding: 0px;
    }

tr.SubscriptionControls, tr.SubscriptionControls:hover {
    background-color: #039AA5;
}

    tr.SubscriptionControls td, tr.SubscriptionControls:hover td {
        border: 0px solid #000000;
        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: #039AA5;
    border: 0px;
    color: #FFFFFF;
    padding: 10px 10px;
    text-decoration: none;
    border-right: 1px solid #FFFFFF;
}

    .BtnSubscriptionAdd:hover {
        background-color: #000000;
        cursor: pointer;
        color: #FFFFFF;
    }

.BtnAccountAdd {
    float: left;
    background-color: #000000;
    border: 0px;
    color: #FFFFFF;
    padding: 10px 10px;
    text-decoration: none;
    border-right: 1px solid #039AA5;
}

    .BtnAccountAdd:hover {
        background-color: #039AA5;
        cursor: pointer;
    }

.Gold {
    background-color: #AD9C6F;
}

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;
}

.InvoiceFooterSummaryLeft {
    float: left;
    width: 780px;
}

.InvoiceFooterSummaryRight {
    float: right;
    width: 360px;
}

.LineTop {
    border-top: 3px solid #000000;
}

.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;
}

.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;
    font-size: 12px;
    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;
    padding: 10px;
}

.ModalPopup .ModalFooter {
    padding: 3px;
}


.ajax__tab_default .ajax__tab {
    display: block;
    float: left;
    height: 21px;
    margin-top: 1px;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    background-position: right;
    background-repeat: no-repeat;
    height: 21px;
    padding-right: 4px;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    background-repeat: repeat-x;
    margin: 0;
    padding: 4px;
    font-size: 14px;
}

.ajax__tab_default .ajax__tab_tab {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    outline: none;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    background-repeat: no-repeat;
    padding-left: 3px;
}

.Hidden {
    display: none;
}
