﻿/*Common Styles*/

/* COLOR PALETTE



Color Palette:
White:#FFFFFF
Very Light Gray: #F8F8F8  (background)
Light Gray: #BFBFBF (borders)
Dark Gray: #7F7F7F
Darker Gray: #595959 (subquestion text)
Very Dark Gray: #3F3F3F (question text)

Questions Text (Dark Gray):


Light Blue: #729BC7  
Medium Blue: #2266A9
Deep Blue: #5373A4



*/

/*#region MAIN*/
html {
    overflow-y: scroll;
}

div {
    /*-moz-box-sizing: border-box;*/
    margin: 0;
    padding: 0;
    border: 0px;
}

body {
    font-family: Verdana;
    font-size: 62.5%;
    background: #FFFFFF;
    /*height:100%;*/
    /*margin: 50px 0px 50px;*/
    padding: 0;
    text-align: left;
    color: #000000;
}


#fullPage {
    /*margin: 10px;*/
    margin-left: auto;
    margin-right: auto;
    /*width:1260px;*/
    width: 100%;
}

.full-page-width {
    min-width: 970px;
    max-width: 1260px;
    margin: 0 auto;
}

/*#endregion*/

/*#region Headings*/


h1 /*Page Heading*/ {
    color: #5373A4;
    font-size: 4em;
    font-weight: bold;
    font-variant: small-caps;
    margin: 0;
}

h2 /*Page Subheading*/ {
    color: #8B9AA5;
    padding: 8px 0px 4px 30px;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

h3 /*Section Heading*/ {
    color: #336699;
    font-size: 14px;
    line-height: 16px;
}

hr /*Dividing Line*/ {
    border: 1px solid #D8D8D8;
    margin-right: 15%;
    margin-bottom: 15px;
}
/*#endregion*/

/*#region Page Header*/
.master-Header {
    padding: 20px 20px 0 20px;
    height: 90px;
    margin-bottom: -10px;
}

.HeaderLogoImage {
    height: 35px;
    border: none;
    float: left;
    clear: both;
}

#topLinks {
    float: right;
    font-size: 9px;
    position: relative;
    width: 50%;
}

#headerUserInfo {
    border: solid #A3A3A3;
    border-width: 1px 1px 0px 1px;
    border-radius: 5px;
    text-align: right;
    padding: 1px 20px 10px 15px;
    right: 0px;
    top: 47px;
    width: 155%;
    height: 22px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    color: #595959;
}

    #headerUserInfo img {
        height: 13px;
        vertical-align: middle;
    }

#helpLinkPadding {
    padding-left: 75px;
}

#topLinks {
    float: right;
    font-size: 9px;
    position: relative;
    text-align: right;
}

.headerUserFieldName {
    font-weight: bold;
}

/*#region Language Selector*/

.dropdown {
    margin: 0;
    float: right;
    width: 250px;
    z-index: 1;
}

    .dropdown dd, .dropdown dt, .dropdown ul {
        margin: 0px;
        padding: 0px;
        float: right;
    }

    .dropdown dd {
        position: relative;
    }

    .dropdown a, .dropdown a:visited {
        text-decoration: none;
        outline: none;
    }

        .dropdown a:hover {
        }

    .dropdown dt a:hover {
    }

    .dropdown dt a {
        background: url(../../Images/arrow.png) no-repeat scroll right center;
        display: block;
        padding-right: 20px;
        width: 150px;
    }

        .dropdown dt a span {
            cursor: pointer;
            display: block;
            padding: 5px;
        }

    .dropdown dd ul {
        background: #F8F8F8 none repeat scroll 0 0;
        border: 1px solid #BFBFBF;
        color: red;
        display: none;
        left: 0px;
        padding: 5px 0px;
        position: absolute;
        top: 0px;
        width: auto;
        min-width: 170px;
        list-style: none;
    }

    .dropdown span.value {
        display: none;
    }

    .dropdown dd ul li a {
        padding: 5px;
        display: block;
    }

        .dropdown dd ul li a:hover {
            background-color: #ECECEC;
        }

    .dropdown img.flag {
        border: none;
        vertical-align: middle;
        margin-left: 10px;
    }

.flagvisibility {
}
/*#endregion*/

/*#region BreadCrumb*/
#breadCrumbdiv {
    float: left;
    color: #595959;
    font-weight: bold;
}


/*#endregion*/

/*#endregion*/

/*#region Links */
a:link, a:visited {
    color: #2266A9;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
}

a:active {
    color: #2266A9;
    text-decoration: none;
}

a:hover {
    color: #729BC7;
    text-decoration: none;
    cursor: pointer;
}

.determineFATCAStatusLink {
    width: 100%;
    text-align: center;
    font-size: .5em;
}

    .determineFATCAStatusLink a:link, .determineFATCAStatusLink a:visited {
        padding: 2px 10px;
        background: #2266A9;
        border: solid 1px #2266A9;
        color: #FFFFFF;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .determineFATCAStatusLink a:hover {
        background-color: #D9D9D9;
        color: #2266A9;
        border: solid 1px #2266A9;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }
/*#endregion*/

/*#region Buttons*/
.sbttn {
    background: #2266A9;
    border: solid 1px #2266A9;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    cursor: hand;
    min-width: 75px;
    padding: 2px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

    .sbttn:hover {
        background-color: #D9D9D9;
        color: #2266A9;
        border: solid 1px #2266A9;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

        .sbttn:hover:enabled {
            background-color: #D9D9D9;
            color: #2266A9;
            border: solid 1px #2266A9;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
        }

    .sbttn:disabled {
        background-color: Silver;
        border: solid 1px Silver;
        color: White;
    }

    .sbttn.secondary {
        background-color: #D9D9D9;
        color: #2266A9;
        border: solid 1px #2266A9;
    }

        .sbttn.secondary:hover {
            color: #3F3F3F;
            border: solid 1px #7F7F7F;
        }

    .sbttn.small {
        font-size: 8px;
    }



.buttonActive {
    /*background: url("../images/menu/buttonback.png") repeat;	
	color:White;
	font-weight:bold; 
	text-decoration:none;
	min-width:125px;
	min-height:30px;
	border-radius: 5px ;*/
    /*border-radius: 6px;
    font-size: 14px;
    line-height: 0.00;
    padding: 12px 12px;
    background-color: #006699;
    border-color: #357EBD;
    cursor:pointer;
    color: #FFFFFF;*/
    /*width:100%;*/
    padding: 2px 10px;
    font-size: 18px;
    background: #2266A9;
    border: solid 1px #2266A9;
    color: #FFFFFF;
    cursor: pointer;
    min-height: 33px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


    .buttonActive:hover {
        background-color: #D9D9D9;
        color: #2266A9;
        border: solid 1px #2266A9;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

.buttonInctive {
    /*background: url("../images/menu/buttonbackgray.png") repeat;	
	color:White;*/
    font-weight: bold;
    text-decoration: none;
    min-width: 125px;
    min-height: 33px;
    border-radius: 5px;
    background-color: Silver;
    border: solid 1px Silver;
    color: White;
}

.ButtonPanel {
    margin-top: 10px;
    /*margin-left: 55%;*/
    text-align: right;
}

.ButtonPanelEW {
    /*margin-top:10px; 
    margin-left: 1%;
    margin-right: 1%;*/
}

#ctl00_EFATCAMasterCntPlcHldr_cltrQuestionPanel_pnlNavigation /*Navigation Buttons div*/ {
    position: absolute;
    bottom: 0px;
    padding: 20px 0;
}

.buttonSaveAndExit {
    padding: 2px 10px;
    font-size: 14px;
    font-weight: bold;
    border: solid 1.5px #7F7F7F;
    color: #7F7F7F;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .buttonSaveAndExit:hover {
        background-color: #7F7F7F;
        color: #FFFFFF;
        border: solid 1.5px #2266A9;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }


/*#endregion*/

/*#region Page Layout*/
#pageBody {
    padding-bottom: 10px;
    min-height: 750px;
}

.leftMenuStyle {
    width: 208px;
    float: left;
    padding-left: 15px;
    padding-top: 20px;
}


.RightContentStyle {
    margin-left: 199px;
    border: solid #A3A3A3;
    border-width: 1px;
    border-radius: 5px;
    z-index: 1;
    background: #FFFFFF;
    min-height: 700px;
}

.RightContentBody {
    /*min-height: 1000px;*/
}


/*#endregion*/

/*#region Progress Menu*/


.leftMenuActive {
    /*background: url("../images/menu/arrow-blue-sub.png") repeat-y scroll 0 0 transparent;*/
    /*background: #006699 repeat scroll 0 0 transparent;*/
    background: #006699;
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 185px;
    min-height: 32px;
    /*text-align:center;*/
    z-index: 10;
    margin-top: 1px;
    margin-bottom: 1px;
    /*padding-bottom:10px;    */
    display: inline-block;
}

.leftMenuActiveSub {
    /*background: url("../images/menu/arrow-blue-sub.png") repeat-y scroll 0 0 transparent;*/
    background: none repeat scroll 0 0 transparent;
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 175px;
    /*height:23px;*/
    /*text-align:center;*/
    z-index: 10;
    margin-top: 1px;
    margin-bottom: 1px;
    /*padding-bottom:10px;    */
    display: inline-block;
    margin-left: 10px;
}

.leftMenuActive #leftTextMenuContainer {
    background-color: #006699;
    float: left;
    /*min-height:50px;*/
    padding-bottom: 10px;
    width: 100%;
    border-radius: 2px;
    vertical-align: middle;
    text-align: left;
    padding-top: 5%;
}

.leftMenuInactiveVisited #leftTextMenuContainer {
    background-color: #7F7F7F;
    float: left;
    /*min-height:50px;*/
    padding-bottom: 10px;
    width: 100%;
    border-radius: 2px;
    vertical-align: middle;
    text-align: left;
    padding-top: 5%;
}

.leftMenuInactive #leftTextMenuContainer {
    background-color: #DFE1E9;
    float: left;
    /*min-height:50px;*/
    padding-bottom: 10px;
    width: 100%;
    border-radius: 2px;
    vertical-align: middle;
    text-align: left;
    padding-top: 5%;
}

.leftMenuActiveSub #leftTextMenuContainer {
    background-color: #006699;
    float: left;
    min-height: 30px;
    padding-bottom: 10px;
    width: 100%;
    border-radius: 2px;
    text-align: left;
    /*padding-top: 5%;*/
}

.leftMenuInactiveSub #leftTextMenuContainer {
    float: left;
    /*min-height:30px;*/
    /*padding-bottom:10px;*/
    /*width: 100%;*/
    border-radius: 2px;
    background: url("../images/menu/gray-button.png") repeat-y scroll 0 0 transparent;
    border-radius: 2px;
    text-align: left;
    /*padding-top: 5%;*/
}

.leftMenuActive a, .leftMenuActive a:link, .leftMenuActive a:visited {
    color: White;
    /*margin-top:5%;*/
    padding-right: 14%;
    /*padding-left:15%;*/
    /*font-weight:bold;*/
    text-decoration: none;
    display: inherit;
    text-align: left;
    padding-left: 5px;
    font-weight: 200;
}

.leftMenuActiveSub a, .leftMenuActiveSub a:link, .leftMenuActiveSub a:visited {
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    margin-right: 0px;
    margin-top: 7%;
    padding-left: 10px;
    padding-top: 2px;
    text-decoration: none;
    font-weight: 200;
    text-align: left;
}

.leftMenuInactive {
    background: none repeat scroll 0 0 #DFE1E9;
    border: 1px solid #DFE1E9;
    border-radius: 4px;
    height: 35px;
    margin-bottom: 1px;
    /* padding: 10px; */
    position: relative;
    text-align: center;
    width: 185px;
}

.MenuInnerArrowTOP {
}

.MenuInnerArrowBOTTOM {
}

.MenuInnerArrowVisitedTOP {
}

.MenuInnerArrowVisitedBOTTOM {
}

.leftMenuInactiveVisited {
    background: none repeat scroll 0 0 #5C5858;
    border: 1px solid #7F7F7F;
    border-radius: 4px;
    height: 35px;
    margin-bottom: 1px;
    /*padding: 10px;*/
    position: relative;
    text-align: center;
    width: 185px;
}

.MenuInnerArrowTOP:before {
}

.MenuInnerArrowBOTTOM:after {
}

.MenuInnerArrowVisitedTOP:before {
}

.MenuInnerArrowVisitedBOTTOM:after {
}

.leftMenuInactiveSub {
    background: url("../images/menu/gray-button.png") repeat scroll 0 0;
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 175px;
    min-height: 28px;
    /* text-align: center; */
    z-index: 10;
    margin-top: 1px;
    margin-bottom: 1px;
    /* padding-bottom: 10px; */
    display: inline-block;
    margin-left: 10px;
}

.leftMenuInactiveSubHidden {
    display: none;
}

.leftMenuInactiveSubVisited {
    /*background: url("../images/menu/extra-gray-button.png") repeat-y scroll 0 0 transparent;*/
    background: url("../images/menu/extra-gray-button.png") repeat scroll 0 0;
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 175px;
    min-height: 28px;
    /*text-align:center;*/
    /*padding-bottom: 10px;*/
    z-index: 10;
    margin-top: 1px;
    margin-bottom: 1px;
    display: inline-block;
    margin-left: 10px;
    text-align: left;
}

.leftMenuInactive a, .leftMenuInactive a:link, .leftMenuInactive a:visited {
    color: #111C24;
    /*padding-top: 5%;*/
    padding-right: 14%;
    /* font-weight: bold; */
    text-decoration: none;
    display: inherit;
    text-align: left;
    padding-left: 5px;
    font-weight: 200;
}

.leftMenuInactiveVisited a, .leftMenuInactiveVisited a:link, .leftMenuInactiveVisited a:visited {
    color: white;
    /*padding-top: 5%;*/
    padding-right: 15%;
    /* font-weight: bold; */
    text-decoration: none;
    display: inherit;
    text-align: left;
    padding-left: 5px;
    font-weight: 200;
}

.leftMenuInactiveSub a, .leftMenuInactiveSub a:link, .leftMenuInactiveSub a:visited {
    color: Black;
    margin-top: 2px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding-left: 10px;
    font-size: 10px;
    padding-top: 6px;
    margin-right: 20px;
    font-weight: 200;
    text-align: left;
}

.leftMenuInactiveSubVisited a, .leftMenuInactiveSubVisited a:link, .leftMenuInactiveSubVisited a:visited {
    color: White;
    margin-top: 2px;
    text-decoration: none;
    display: inline-block;
    padding-left: 10px;
    font-size: 10px;
    padding-top: 6px;
    margin-right: 20px;
    font-weight: 200;
    text-align: left;
}


.leftMenuActiveSub #right-triangle {
    border-bottom: 19px solid rgba(0, 0, 0, 0);
    border-left: 20px solid #006699;
    border-top: 19px solid rgba(0, 0, 0, 0);
    float: right;
    height: 0;
    left: 100%;
    margin-top: -19px;
    position: absolute;
    top: 50%;
    width: 0;
}

.leftMenuActive #right-triangle-menu {
    border-bottom: 18px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #006699;
    border-top: 18px solid rgba(0, 0, 0, 0);
    float: right;
    height: 0;
    left: 99%;
    margin-top: -28px;
    position: absolute;
    top: 80%;
    width: 0;
    border-radius: 3px;
}

/*#endregion*/

/*#region Footer*/
#divFooter {
    clear: both;
    width: 100%;
    text-align: left;
    color: #C6C6C6;
    font-size: 11px;
    text-align: center;
}
/*#endregion*/

/*#region E-W8 Content*/
.MainPlaceHolder {
    margin: 15px 0 0 35px;
    padding: 0 20px 50px 0;
    min-height: 615px;
    position: relative;
    /*overflow:auto;
    text-align: left;
    padding-left: 15px;
    color:#000000;*/
}


.QuestionOnlyText /*Question Text - When no other controls present*/ {
    /*color: #0099CC;*/
    /*font-size: 15px;*/
    /*line-height: 30px;*/
    /*font-size:2.5em;*/
    font-size: medium;
    color: #3F3F3F;
    font-weight: bold;
    padding-bottom: 15px;
}

.QuestionStyle /*Div Around Sub-questions*/ {
    margin-bottom: 15px;
    margin-left: 3%;
    font-size: 15px;
    display: block;
    /*font-size:1.75em;*/
    color: #595959;
    /*font-weight:bold;*/
}

.MainContentAnswer /*Content Labels*/ {
    background-color: White;
    /*background-color: #EFEFEF;*/
    font-size: .9em;
    color: #333;
    display: table;
    margin-left: 45px;
    width: 95%;
}

.RadioButtonStyle /*Radio Button Labels*/ {
    margin-left: auto;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: normal;
    text-indent: -20px;
    padding-right: 20px;
}

.TextBoxlabel /*Question Text - Before a text box input*/ {
    /*display: inline-block;
    width:auto;
    
    text-align:right;
     font-size:12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:bold;*/
    font-size: 18px;
    color: #595959;
    font-weight: bold;
    display: inline-block;
    text-align: right;
    min-width: 27%;
}

.TextBoxInput {
    display: inline-block;
    width: 45%;
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 16px;
    padding: 2px 2px 2px 5px;
    font-family: Verdana;
}

.CustomTextBoxlabel {
    /*display: inline-block;
    float: left;
    clear: left;
    width: 250px;
    text-align: right;
    font-size: 18px;
    color: #595959;
    font-weight: bold;
    min-width: 20%;*/
    box-sizing: border-box;
    clear: left;
    color: #595959;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    width: 40%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.TextBoxInputForDDL {
    display: inline-block;
    float: left;
    width: 55%;
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 16px;
    padding: 2px 2px 2px 5px;
    font-family: Verdana;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



.TextBoxlabelTableRow {
    width: auto;
}

.TextBoxInputStyleTableRow /*Text input into Text Box*/ {
    margin-left: 15px;
    width: 45%;
    font-size: 16px;
    padding: 2px 2px 2px 5px;
    font-family: Verdana;
}


.MainContentBody {
}

.MainContentQuestion {
    background-color: White;
    /*background-color: #EFEFFF;*/
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    display: block;
    width: 95%;
}


.MainContentTextBox {
    background-color: white;
    font-size: 12px;
    color: #333;
}

.ErrorMessage {
    border: 1px solid Red;
    background-color: #FEECE9;
}

.reviewtableQuestionText {
    padding-left: 20px;
    font-weight: bold;
    color: Gray;
    margin-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #808080;
}

.reviewtableAnswerText {
    padding-left: 50px;
    font-weight: normal;
    color: Black;
}

.NavigationButton {
    display: block;
}

.reviewtable {
}

.Row {
    display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    border-spacing: 10px; /*Optional*/
}

.Column {
    display: inline-block;
    margin-right: 25px;
}

.entityTypeDefinition {
    border: 3px solid #9EBCDB;
    padding: 5px 10px 10px;
    width: 100%;
    font-size: 12px;
}


/*DELETED*/
.QuestionLabel /*Question Heading - moved code to h1 tag*/ {
    /*width: 215px;
    vertical-align:baseline;
    color: #006699;
    text-transform: uppercase;
    font-size:25px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top:-22px;
    margin-top:-15px;*/
}

.first-letter {
    /*font-size:30px;*/
}

/*#endregion*/

/*#region Error Messages*/
#ctl00_EFATCAMasterCntPlcHldr_cltrQuestionPanel_pnlMessage /*error message div*/ {
    position: absolute;
    bottom: 60px;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}


/*#endregion*/

/*#region Entity Form Selection Table*/
#entFormSelectTable {
    font-weight: normal;
}

#entFormSelectTable_table {
    border-collapse: collapse;
    border-spacing: 0;
}

#entFormSelectTable_Header {
    background: #5373A4;
    color: #FFFFFF;
    font-variant: small-caps;
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
}

#entFormSelectTable .spacerRow {
    background: transparent;
    font-size: 2px;
    height: 10px;
}

.entFormSelectTable_TRBody {
    height: 130px;
}

.entFormSelectTable_TDFormType {
    font-size: 0.9em;
    width: 20%;
    font-weight: bold;
    padding-left: 2%;
}

.entFormSelectTable_TDFormDesc {
    font-size: .8em;
    width: 50%;
    border: 1px #7F7F7F solid;
    padding: 10px;
}

.entFormSelectTable_TDFormUTF {
    font-size: .7em;
    width: 30%;
    border: 1px #7F7F7F solid;
    background: #F8F8F8;
    padding: 10px;
}

.pub515Note {
    border: 2px #5373A4 solid;
    background: #F8F8F8;
    padding: 10px 10px 10px 20px;
    font-size: .7em;
}


/*#endregion*/

/* #region Account Selection Table */
#acctSelectionTable {
    width: 60%;
    height: 100%;
    color: #7F7F7F;
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 0.5em;
}

/*#endregion*/

/*#region Special Text Formatting*/
.specialTreatyHeader {
    font-weight: bold;
}

.specialTreatyBody {
    font-size: .9em;
}

.specialTreatyValue {
    font-size: 12px;
    text-align: right;
    width: 160px;
    margin: 0;
}

.specialTreatyValueExplanation {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.W9ExemptionCodes {
    font-size: 12px;
    font-weight: normal;
}

.W9ExemptionCodesHeader {
    font-size: 11px;
    font-weight: bold;
    padding: 3px;
}

#FATCAHelp_FIDescription {
    font-size: 14px;
}

    #FATCAHelp_FIDescription li {
        padding-bottom: 10px;
    }

#FATCAHelp_IODescription ul {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 90px;
}

#ESignActText {
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px 15px;
    height: 150px;
    text-align: justify;
    border: solid 1px black;
    font-size: 11px;
}


/*#endregion*/

/*#region Dialog Boxes*/
#fatcaHelpW9popup {
    padding: 20px;
    font-size: 16px;
}

#USAddrExplanation_Message {
    margin: 10px;
    padding: 10px;
    border: 2px #5373A4 solid;
    background: #F8F8F8;
    font-size: 1.2em;
    color: #595959;
}

#USAddrExplanation_MismatchCountries {
    margin: 10px;
    padding: 10px;
    border: 2px #BFBFBF solid;
    background: #FFFFFF;
}

#USAddrExplanation_MismatchCountriesTable {
    width: 100%;
}

#USAddrExplanation_TreatyCountry {
    padding-bottom: 10px;
}

.USAddrExplanation_HeaderFieldLabel {
    font-weight: bold;
    font-size: 16px;
    color: #5373A4;
}

.USAddrExplanation_FieldLabel {
    font-weight: bold;
    font-size: 15px;
    color: #595959;
}

.USAddrExplanation_FieldValue {
    font-size: 14px;
    color: #595959;
}

#dialog {
    font-family: Verdana;
}

#USAddrExplanation_Explanation {
    margin: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #595959;
}

    #USAddrExplanation_Explanation textarea {
        font-weight: normal;
        font-size: 12px;
    }
/*#endregion*/


/*#region Other*/
.container {
    position: relative;
    z-index: 402;
    width: 100%;
}

.actualHeaderContantainer {
    width: 930px;
    display: inline-block;
    background: none repeat scroll 0 0 #006699;
    text-align: left;
}

.UserCtlHeaderContantainer {
    width: 930px;
    display: inline-block;
    background: none repeat scroll 0 0;
    text-align: left;
}

.actualBodyContantainer {
    width: 1000px;
    display: inline-block;
    /*text-align:left;*/
    min-height: 100%;
    background: none repeat scroll 0 0 #FFFFFF;
}

/*Classes*/
.QuestionHeader {
    /* background-color: #5373A4;*/
    background-color: #FFFFFF;
    color: Black;
    /*font-weight: bold;*/
    overflow: hidden;
    /*background-image:url(../Images/mainmenu.png);*/
    text-align: left;
    font-size: 18px;
    font-family: Sans-Serif, Arial;
    padding-left: 10px;
    height: 25px;
}

.NavigationButton {
    /*background-color: #5373A4;
	border-style: solid;
	border-left-color: #5373A4;
	border-top-color: #5373A4;
	border-right-color: #5373A4;
	border-bottom-color: #5373A4;
	font-size: 12px;
	overflow: visible;
	color :#FFFFFF;	*/
}

.MainContentQuestion {
    background-color: White;
    /*background-color: #EFEFFF;*/
    width: 100%;
    font-family: Sans-Serif, Arial;
    font-size: 12px;
    font-weight: bold;
    display: block;
}


.MainContentTextBox {
    background-color: white;
    font-size: 12px;
    color: #333;
}

.ErrorMessage {
    border: 1px solid Red;
    background-color: #FEECE9;
}

.error {
    COLOR: red;
}

.GridHeader {
    font-family: Sans-Serif, Arial;
    font-weight: 600;
    text-align: Center;
    border-width: 2px;
    color: Blue;
    border-style: None;
    background-color: White;
    padding: 3px;
}

.GridItem {
    padding-right: 1px;
    padding-left: 5px;
    padding-bottom: 1px;
    padding-top: 1px;
    vertical-align: top;
    border-style: None;
}

.leftGridItem {
    padding-right: 1px;
    padding-left: 5px;
    padding-bottom: 1px;
    padding-top: 1px;
    vertical-align: top;
    border-style: None;
    text-align: left;
}

.Grid {
    border-color: White;
    border-width: 0px;
    font-size: 1.1em;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 10px;
}

.GridCenter {
    text-align: left;
}

.listStyleForAll {
    margin-left: 20px;
    font-size: 1.0em;
}

.divError {
    background-color: #feffd5;
    background: #feffd5 url("../images/global/iconError.gif") 8px 5px no-repeat;
    border: 1px solid #dc9988;
    float: left;
    font-size: 1.2em;
    margin: 3px 0;
    padding: 7px 7px 7px 30px;
}

.topCurve {
    background: url("../images/global/borderCurve.png") 0 -9px no-repeat;
    height: 8px;
    text-indent: -9999px;
}

.btmCurve {
    background: url("../images/global/borderCurve.png") 0 0 no-repeat;
    clear: both;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
    width: 955px;
}

.oneCol,
.twoColSideContent {
    background: none;
}

.BoxTopCurve {
    background: url("../Images/Global/borderCurve.png") 0 -6px no-repeat;
    clear: both;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
    width: 955px;
}

.BoxBtmCurve {
    background: url("../Images/Global/borderCurve.png") 0 0 no-repeat;
    clear: both;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
    width: 955px;
}

.oneCol #callouts .dividerHoriz {
    width: auto;
}

.QContent .label {
    font-size: 1.3em;
    line-height: normal;
    text-align: justify;
}

.QContent {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
    padding-bottom: 0;
    margin-left: 10px;
}

.button {
    /* margin-top:50px;
    width: 680px;
    text-align: right;*/
    display: block;
    margin-top: 50px;
    float: Right;
    width: 680px;
    padding: 2px;
    text-Align: Right;
}

.CertRowWide {
    margin-bottom: 10px;
}


/*ID / Control - specific*/

#utilityNav a:hover,
#callouts a:link,
#callouts a:visited {
    color: #000;
}

#colMain #callouts .col a.addArrow:hover,
#colMain #callouts li a:hover,
#callouts a.addArrow:hover,
.reviewtable {
    border: 1px;
}

.reviewtableQuestionText {
    padding-left: 20px;
}

#utilityNav {
    float: right;
    font-size: 1.1em;
    padding-right: 9px;
}

    #utilityNav li {
        float: left;
        line-height: 2.0em;
    }

    #utilityNav a {
        color: #333;
        padding: 0 9px;
        text-decoration: none;
    }
/*#header {
    margin: 10px auto 0px auto;
    width: 955px;
}*/
#middle {
    margin: 10px auto 0px auto;
    width: 955px;
}

#footer {
    BORDER-LEFT: 0px;
    PADDING-BOTTOM: 20px;
    MARGIN: 10px auto 0px;
    WIDTH: 950px;
    COLOR: #999;
    CLEAR: both;
    FONT-SIZE: 1.1em;
    BORDER-TOP: #cdcdcd 1px solid;
    BORDER-RIGHT: 0px;
}

    #footer SPAN {
        LINE-HEIGHT: 31px;
        FLOAT: left;
    }

    #footer A {
        COLOR: #999;
        TEXT-DECORATION: none;
    }

.oneCol #colMain p {
    padding-right: 0;
}

#callouts a.addArrow {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.oneCol #callouts .dividerHoriz {
    width: auto;
}

#callouts {
    display: inline;
    float: left;
    margin: 8px 0 0 0;
    padding-bottom: 2px;
    width: 100%;
}

    #callouts .col {
        float: left;
    }

    #callouts .left {
        padding: 0 15px 0 0px;
        width: 300px;
    }

    #callouts .mid {
        padding: 0 20px;
        width: 281px;
    }

    #callouts .right {
        padding: 0 10px 0 20px;
        width: 278px;
    }

    #callouts .leftmid {
        padding: 0 15px 0 0px;
        width: 670px;
    }

    #callouts .ResolPage {
        padding: 0 15px 0 0px;
        width: 900px;
    }


    #callouts .lastright {
        float: right;
        padding: 0 0px 0 0px;
        width: 200px;
    }

    #callouts .col p {
        padding: 2px 0 10px 0;
    }


    #callouts .col img {
        float: left;
        margin: 3px 13px 5px 0;
        height: 32px;
    }

#colMain #callouts a.addArrow {
    font-size: 1.1em;
    font-weight: bold;
}

#callouts .dividerHoriz {
    margin: 15px 0 5px 0;
}

#callouts .col p {
    padding: 2px 0 10px 0;
}

#callouts .col img {
    float: left;
    margin: 3px 13px 5px 0;
    height: 32px;
}

#Progress {
    float: left;
    width: 45%;
    vertical-align: baseline;
    _height: 4.8em;
    min-height: 4.8em;
}


    #Progress img {
        vertical-align: baseline;
        padding: 30px 25px 10px 25px;
    }

#colMain .noBtmPadding {
    padding-bottom: 0;
    margin-left: 10px;
}

#content {
    background: url("../images/global/borderMid.png") 0 0 repeat-y;
    clear: both;
    margin: 15px auto 0 auto;
    width: 955px;
}

#mastsubhead {
    background: url("../images/global/borderMid.png") repeat-y scroll 0 0 transparent;
    clear: both;
    float: left;
    margin: 0 auto;
    min-height: 8.8em;
    position: relative;
    width: 955px;
}

.leftMiddleContent {
    padding: 20px;
}

.sbutton {
    width: 100px;
}

.textboxWidth {
    width: 99%;
    color: black;
}

.controlWidth {
    width: 100%;
    color: black;
}

.controlRequiredWidth {
    width: 70%;
    color: black;
}

.Success {
    color: blue;
}

.Fail {
    color: Red;
}

.lblHeading {
    font-size: 12pt;
    font-weight: bold;
    vertical-align: central;
    color: #006699;
}

.AdditionalDocUploadCell {
    column-span: all; /* W3C */
    -webkit-column-span: all; /* Safari & Chrome */
    -moz-column-span: all; /* Firefox */
    -ms-column-span: all; /* Internet Explorer */
    -o-column-span: all; /* Opera */
}

.lblValidator {
    font-size: 14pt;
    font-weight: bold;
    vertical-align: bottom;
    /*color: #428BCA;*/
}

.rounded {
    background-color: #f1f0f1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 95%;
    align-items: center;
    /*margin-bottom: 20px;*/
    /*margin-top: 20px;*/
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.roundedbundle {
    border: 1px solid #D3CDD3;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 98%;
    align-items: center;
    /*margin-bottom: 20px;*/
    /*margin-top: 20px;*/
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}
/*style the main menu -- Language Selection*/
.myMenu {
    margin: 0;
    padding: 0;
}

    .myMenu li {
        list-style: none;
        float: right;
        font: 12px Arial, Helvetica, sans-serif #111;
    }

        .myMenu li a:link, .myMenu li a:visited {
            display: block;
            text-decoration: none;
            /*background-color: #09F;*/
            padding: 0.5em 2em;
            margin: 0;
            border-right: 1px solid #fff;
            color: #111;
        }

        .myMenu li a:hover {
            background-color: #a8beff;
        }

        /*style the sub menu*/
        .myMenu li ul {
            position: absolute;
            visibility: hidden;
            border-top: 1px solid #fff;
            margin: 0;
            padding: 0;
        }

            .myMenu li ul li {
                display: inline;
                float: none;
            }

                .myMenu li ul li a:link, .myMenu li ul li a:visited {
                    /*background-color: #09F;*/
                    width: auto;
                }

                .myMenu li ul li a:hover {
                    background-color: #b0bdf3;
                }
/*#endregion*/

/*Registration Pages*/
.divRow {
    vertical-align: top;
    /*width: 600px;*/
    display: table-row;
    float: none;
    height: 30px;
    vertical-align: middle;
}

.divRowDataLeft {
    display: table-cell;
    float: left;
    width: 150px;
    padding: 2px;
    text-Align: left;
    vertical-align: text-bottom;
    font-size: 1.5em;
}

.divRowDataRight {
    display: table-cell;
    float: right;
    width: 400px;
    padding: 2px;
    text-Align: left;
}

.pic-container {
    width: 850px;
    height: 650px;
}

.PrintForm_Table {
    border: solid 1px #BFBFBF;
    font-size: 11px;
    color: #3F3F3F;
}

    .PrintForm_Table td {
        text-align: center;
        border: solid 1px #BFBFBF;
    }

    .PrintForm_Table th {
        text-align: center;
        border: solid 1px #BFBFBF;
        background-color: #D9D9D9;
        color: #2266A9;
    }

.PrintForm_TableAlternatingRow {
    background-color: #FCFCFC;
}

.PrintForm_TableSelectedRow {
    background-color: #D9D9D9;
}

.PrintForm_TableRowStyle {
    background-color: #FFFFFF;
}

.PrintFormGridHeader {
    font-size: 16px;
    color: #595959;
    font-weight: bold;
    border: solid 1px #BFBFBF;
    text-align: center;
    padding: 2px 0px 2px 0px;
}

.ChangePasswordTbl td > span {
    font-size: 14px;
    font-style: italic;
    text-align: right;
    color: #595959;
}

.PasswordInstruction {
    margin: 20px 0 20px 70px;
    padding: 10px;
    border: 2px solid #bdc9dc;
    background: #f7f4f4;
    color: #595959;
    width: 45%;
    font-weight: bold;
}

.EmailAddressVerfication {
    font-size: 14px;
    font-style: italic;
    text-align: right;
    color: #595959;
}
/*End registration*/

.nonreportingIGAFFIModel {
    display: inline-block;
    margin-left: 55px;
}


.q_nonreporting_igaffi_9 {
    font-weight: normal;
    margin-left: 25px;
}

.q_nonreporting_igaffi_94 {
    margin-left: 55px;
}

.yourGIN {
    margin-bottom: 20px;
}

.lobProvisionText {
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
}

.lobProvisionSelect {
    margin-left: 55px;
}

.disabledTextBox {
    background-color: rgb(235, 235, 228);
    border: 1px solid rgb(169,169,169);
    color: rgb(84, 84, 84);
}

#browserSpecificMsg {
    font-size: 14px;
    font-weight: 600;
    color: #595959;
    margin-top: -50px;
}
