/* consolidated css */
html, body {
    height: 100%;
}

html {
    overflow-y: scroll;
}

body {
    color: #333;
    background-color: #F0F0F0;
}

#container {
    width: 960px;
    margin: 0 auto;
}

input {
    color: #636363;
    border: 1px solid #A6AAAD;
}

a {
    font-family: Arial, serif;
    font-size: 14px;
    font-weight: normal;
    color: #035d92;
    padding-left: 10px;
    text-decoration: none;
}

hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    margin-bottom: 20px;
}

.large {
    width: 20em;
}

.medium {
    width: 15em !important;
}

.small {
    width: 9em;
}

.xxsmall {
    width: 3em;
}

.xxxsmall {
    width: 1em;
}

.xsmall {
    width: 7em;
}

.xmedium {
    width: 12em;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}
.underline {
    text-decoration: underline;
}
.center {
    margin-left: auto !important;
    margin-right: auto !important;
}
.inline-block {
    display: inline-block;
}
.txt-align-left {
    text-align: left;
}
.txt-align-right {
    text-align: right;
}
.txt-align-center {
    text-align: center !important;
}
.heading {
    font-size: 20px;
    font-weight: normal;
    color: #004276;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f6f6f6;

}

/*.headerBG {
    box-shadow: 0 4px 6px #B4B4B4;
    -moz-box-shadow: 0 4px #B4B4B4;
}

.headerBG, .headerBGInside {
    color: #ffffff;
    background-color: #004b84;
    padding-left: 0;
    padding-right: 25px;
    height: 100px;
    position: relative;

}*/

#logo {
    /*float: left;*/
    border: 0;
    max-height: 100px;
}

#logo img {
    height: 58px;
    width: 124px;
}

#headerLinks {
    float: right;
    padding-top: 10px;
    font-weight: bold;
    text-align: right;
}

/*#headerLinks a:hover {
    color:#3ecbe7;
    text-decoration: underline;
}*/

.headerCurLoggedIn {
    position: relative;
    margin-top: 20px;
    /*color:white;*/
    font-weight: normal;
    font-size: 12px;
}

.link {
    font-size: 14px;
    color: #3ecbe7;
    text-decoration: none;
}

.link:focus {
    outline: #000 dotted 1px;
}

.pad-0 {
    padding: 0 !important;
}

.logOut {
    font-size: 14px;
    color: #3ecbe7;;
    text-decoration: none;
}

.loginBGRight {
    display: inline;
    background: url(images/sprite.png) no-repeat right top;
    width: 95%;
    height: 324px;
    float: left;
    text-align: left;
    padding: 22px 0 0 0;
}

.std-button {
    min-width: 50px;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    /* border */
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;

    /* background gradient */
    background-color: #e4e4e4;
    background: -moz-linear-gradient(top, #f8f8f8, #e4e4e4);
    background: -o-linear-gradient(top, #f8f8f8, #e4e4e4);
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e4e4e4));

}

.std-button:hover {
    background: #fff;
    background: -moz-linear-gradient(top, #fff, #f0f0f0);
    background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
    background: -o-linear-gradient(top, #fff, #f0f0f0);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
    -pie-background: linear-gradient(top, #fff, #f0f0f0);
}

.std-button.disabled {
    color: #CACACA !important;
    /* Border */
    border: 1px solid #CACACA;
}

.bold-button {

    min-width: 50px;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    font-size: 14px;

    color: #FFFFFF !important;
    /* background */
    background-color: #0275CD;
    /* background */
    background: -moz-linear-gradient(top, #00c6e4, #00acda);
    background: -o-linear-gradient(top, #00c6e4, #00acda);
    background: -ms-linear-gradient(top, #00c6e4, #00acda);
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6e4), to(#00acda));
    -pie-background: linear-gradient(top, #00c6e4, #00acda);

    /* Border */
    border: 1px solid #009FC8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.bold-button:hover {
    /* background */
    background: -moz-linear-gradient(top, #0890cf, #016abd);
    background: -ms-linear-gradient(top, #0890cf, #016abd);
    background: -o-linear-gradient(top, #0890cf, #016abd);
    background: -webkit-gradient(linear, left top, left bottom, from(#0890cf), to(#016abd));
    background-color: #014980;

    border: #036fbf solid 1px;
}

.bold-button.add-client-button {
    width: 61% !important;
    background-color: #00ACDA;
}

.std-button.disabled.add-client-button {
    width: 61%;
}

.panel-border-bottom {
    margin-bottom: 20px;
    border: 1px solid #CACACA;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.errorMsg {
    color: red;
    font-size: 14px;
    padding-top: 20px;
    width: 80%;
}

.errorMsg-ext {
    padding: 0;
}

.suspendedAccountMsg {
    font-size: 1em;
    color: black;
    border: 1px solid;
    border-color: #D8000C;
    background-color: #FFBABA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0;
    padding: 10px 10px 10px 10px;
}

.suspendedAccountMsg ul {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
}

.suspendedAccountMsg li {
    margin-left: 30px;
}

.suspendedAccountMsg a {
    font-size: 1em;
    text-decoration: underline;
}



.suspendedAccountMsgIcon {
    background-image: url(../ic/images/stop_small.png);
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    display: block;
    float: left;
    margin: 10px 0;
    padding: 10px 10px 10px 10px;
    position: relative;
    top: -4px;
}

/*.ui-messages-fatal-icon { background-image:url(../ic/images/stop_small.png) !important; }
.ui-messages-fatal { border: 0px !important; color: black !important; background-color: #FFBABA !important;}*/
/* ======================= Password Rules Start ===========================*/

.passwordRuleHead {
    font-size: 13px;
    padding-top: 10px;
    padding-left: 40px;
}

.passwordRuleText {
    font-size: 13px;
    padding-top: 10px;
    padding-left: 55px;
}

/* ======================= Password Rules End ===========================*/

/* ======================= Change Password Start ===========================*/

#changePassword {
    display: block;
    width: 643px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-top: 60px;
    padding: 40px 60px 0 60px;
    height: 400px;
    border: 2px solid #00B0DA;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 12px 3px #b4b4b4;
    -moz-box-shadow: 0 0 12px 3px #b4b4b4;
    -webkit-box-shadow: 0 0 12px 3px #b4b4b4;
}

#changePassword {

}

#changePassword .highlight {
    font-weight: bold;
}

#changePassword .changePasswordConfirmation {
    display: table;
}

#changePasswordIcon {
    float: left;
    display: inline;
    position: relative;
    width: auto;
    height: auto;
    margin-left: 22px;
    margin-right: 12px;
}

#changePasswordIconSmall {
    background: url(images/changePasswordIconSmall.png) no-repeat left top;
    float: left;
    display: inline;
    position: relative;
    width: auto;
    height: auto;
}

#changePassword .heading {
    position: relative;
    text-align: left;
    line-height: 36px;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    color: #EAAB00;
    text-align: left;
    float: left;
    padding-top: 20px;
    margin-left: -30px;
}

#changePassword .subHeading {
    position: relative;
    text-align: left;
    line-height: 30px;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: #EAAB00;
    text-align: left;
    float: left;
}

#changePassword .subHeading a {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: #5582AC;
    text-decoration: underline;
    font-weight: bold;
}

#changePassword p {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: 0 solid blue;
    margin-bottom: 65px;
}

#changePassword .normalTxt {
    font-size: 12px;
    color: #333333;
    margin-top: 15px;
    line-height: 15px;
}

#changePassword #buttons {
    padding-left: 14px;
}

#changePassword #buttons .firstlink {
    padding-top: 13px;
    margin-bottom: 4px;
}

#changePassword #buttons input[type="submit"] {
    /*font: bold 20px 'calibrib';*/
    font-size: 20px;
    min-height: 40px;
    position: relative;
    cursor: pointer;
    color: #FFFFFF;
    /* background */
    background-color: #035D92;
    background: -moz-linear-gradient(top, #00c6e4, #00acda);
    background: -o-linear-gradient(top, #00c6e4, #00acda);
    background: -ms-linear-gradient(top, #00c6e4, #00acda);
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6e4), to(#00acda));
    -pie-background: linear-gradient(top, #00c6e4, #00acda);

    /* Border */
    border: 1px solid #009FC8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    line-height: 20px;
}

#changePassword #buttons input[type="submit"].submit {
    font-weight: bold;
    font-size: 21px;
}

#changePassword #buttons input[type="submit"]:hover {
    background: -moz-linear-gradient(top, #0890cf, #016abd);
    background: -ms-linear-gradient(top, #0890cf, #016abd);
    background: -o-linear-gradient(top, #0890cf, #016abd);
    background: -webkit-gradient(linear, left top, left bottom, from(#0890cf), to(#016abd));
    background-color: #014980;

    border: #036fbf solid 1px;
}

/* ======================= Change Password End ===========================*/

/* ======================= Password Recovery Start ===========================*/
#messageContainer {
    width: 600px;
    padding-left: 180px;
    padding-right: 180px;
}

#recoverContainer {
    min-width: 500px;
    margin: 40px 100px 80px 100px;
    padding: 40px 40px 30px 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #595959;

    /* Border and box shadow */
    border: 2px solid #00B0DA;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 12px 3px #b4b4b4;
    -moz-box-shadow: 0 0 12px 3px #b4b4b4;
    -webkit-box-shadow: 0 0 12px 3px #b4b4b4;
}

.recoverHeading01 {
    line-height: 30px;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: #00a1c8;
    margin-bottom: 30px;
}

.recoverheading02 {
    font-weight: bold;
    font-size: 18px;
}

.recoverIndent01 {
    padding-left: 30px;
}

.recoverIndent02 {
    padding-left: 80px;
}

.recoverIndent03 {
    padding-left: 15px;
}

.recoverIndentItalic {
    padding-left: 15px;
    font-style: italic;
    font-size: 12px;
}

.recoverItalic {
    font-style: italic;
    font-size: 12px;
}

.recoverNoteItalic {
    position: relative;
    font-style: italic;
    font-size: 12px;
}

/*.recoverContent { padding:20px 50px 10px 50px;}*/

.recoverHeadingIcon {
    vertical-align: middle;
    padding-right: 5px;
}

.recoverHeadingIconMultiRow {
    float: left;
    margin-bottom: 80px;
    padding-right: 5px;
}

.recoverStatusMessage {
    font-size: 18px;
}

.recoverInputLine {
    display: inline-block;
    margin: 15px 0 10px 40px;
}

.recoverInputLine > div {
    display: inline-block;
}
.recoverInputLine > div:first-child {
    margin-top: 2px;
    vertical-align: top;
}

.recoverInputLineTitle {
    text-align: left;
    color: #767676;
    font-size: 12px;
    padding-right: 5px
}

#recovery,
#recovery2 {
    display: block;
    width: 643px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-top: 60px;
    height: 400px;

    border: 2px solid #00B0DA;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 12px 3px #b4b4b4;
    -moz-box-shadow: 0 0 12px 3px #b4b4b4;
    -webkit-box-shadow: 0 0 12px 3px #b4b4b4;
}

#recovery {
    padding-top: 40px;
}

#recovery .highlight {
    font-weight: bold;
}

#recovery .heading {
    position: relative;
    text-align: left;
    line-height: 36px;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    color: #00B0DA;
    text-align: left;
    float: left;
    padding-top: 20px;
    margin-left: -30px;
}

#recovery .subHeading {
    position: relative;
    text-align: left;
    padding-top: 30px;
    line-height: 30px;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: #00B0DA;
    text-align: left;
    float: left;
}

#recovery .subHeading a {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: #5582AC;
    text-decoration: underline;
    font-weight: bold;
}

#recovery p {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: 0 solid blue;
    margin-bottom: 65px;
}

#recovery .normalTxt {
    font-size: 12px;
    color: #333333;
    margin-top: 15px;
    line-height: 15px;
}

#recovery #buttons {
    padding-left: 14px;
}

#recovery #buttons .firstlink {
    padding-top: 13px;
    margin-bottom: 4px;
}

#recoverContainer input[type="radio"] {
    border: 0;
    padding: 10px;
    margin: 10px;
}

#recoverContainer .buttons {
    padding-left: 0px !important;
    margin-bottom: 20px;
}

#recoverContainer .buttons input[type="submit"] {
    width: auto;
    height: auto;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;

    padding: 10px 10px 10px 10px;
    margin-top: 50px;
    margin-bottom: 10px;
    line-height: 14px;
    /* background */
    background-color: #035d92;
    background-color: #027CDA;
    background: -moz-linear-gradient(top, #00c6e4, #00acda);
    background: -o-linear-gradient(top, #00c6e4, #00acda);
    background: -ms-linear-gradient(top, #00c6e4, #00acda);
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6e4), to(#00acda));
    -pie-background: linear-gradient(top, #00c6e4, #00acda);

    /* Border */
    border: 1px solid #009FC8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

}

#recoverContainer .buttons input[type="submit"]:hover {
    /*background-image: url(images/eStatementBtnHover.png);*/
    /* background */
    background: -moz-linear-gradient(top, #0890cf, #016abd);
    background: -ms-linear-gradient(top, #0890cf, #016abd);
    background: -o-linear-gradient(top, #0890cf, #016abd);
    background: -webkit-gradient(linear, left top, left bottom, from(#0890cf), to(#016abd));
    background-color: #014980;

    border: #036fbf solid 1px;
}

/* ======================= Password Recovery End ===========================*/

/*
    All customization for E-Delivery Campaign is done below.
*/
/* ======================= E-Delivery Campaign Start ===========================*/

#eStatement,
#eStatement2 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    display: block;
    width: 643px;
    line-height: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px;

    /* Border and box shadow */
    border: 2px solid #00B0DA;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;

    box-shadow: 0 0 12px 3px #b4b4b4;
    -moz-box-shadow: 0 0 12px 3px #b4b4b4;
    -webkit-box-shadow: 0 0 12px 3px #b4b4b4;
}

#eStatement {
    padding-top: 40px;
}

#eStatement .highlight {
    font-weight: bold;
}

#eStatement .eStatementConfirmation {
    display: table;
}

#eStatement .heading {
    display: table;
    position: relative;
    text-align: left;
    line-height: 36px;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    color: #00B0DA;
    text-align: left;
    float: left;
    /*padding-top: 20px;*/
    margin-left: -30px;
    background-color: #ffffff;
}

#eStatement .subHeading {
    position: relative;
    text-align: left;
    padding-top: 30px;
    line-height: 30px;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: #EAAB00;
    text-align: left;
    float: left;
}

#eStatement .subHeading a {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: #5582AC;
    text-decoration: underline;
    font-weight: bold;
}

#eStatement p {
    margin-bottom: 65px;
    display: table-cell;
    vertical-align: middle;
}

#eStatement .normalTxt {
    font-size: 12px;
    color: #333333;
    margin-top: 15px;
    line-height: 15px;
}

#eStatement .checkBoxLabel {
    font-size: 14px;
    color: #666666;;
    font-weight: bold;
}

.checkBoxPanel .checkBoxLabel {
    font-size: 13px;
    color: #666666;;
    font-weight: bold;
}

#eStatement .checkBoxLabelDsc {
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    top: -12px;
    left: 25px;
    position: relative;
    height: 10px;
}

#eStatement .checkBox {
    border: 0;
}

#eStatement .checkBoxPanel {
    text-align: left;
    width: 200px;
    line-height: 25px;
}

#eStatement #buttons {
    margin-top: 40px;
}

/*#eStatement #buttons .firstlink {
    padding-top: 13px;
    margin-bottom: 4px;
}*/
#eStatement #buttons a {
    display: block;
    margin: 10px 0;
    width: 140px;
    min-height: 45px;
    padding: 10px 30px 5px 30px;
    font-weight: normal;
    line-height: 20px;
    white-space: pre-wrap;
    font-size: 14px;
    color: #333333;
    cursor: pointer;

    font-weight: bold;
}

#eStatement #buttons a.submit {
    font-weight: bold;
    font-size: 21px;
}

#eStatement #buttons > .bold-button {
    clear: both;
    /* background */
    background-color: #00ACDA;
    /* background */
    background: -moz-linear-gradient(top, #00c6e4, #00acda);
    background: -o-linear-gradient(top, #00c6e4, #00acda);
    background: -ms-linear-gradient(top, #00c6e4, #00acda);
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6e4), to(#00acda));
    -pie-background: linear-gradient(top, #00c6e4, #00acda);

    /* Border */
    border: 1px solid #009FC8;
}

#eStatement #buttons > .bold-button:hover {
    background: #016ABD;
    background: -moz-linear-gradient(top, #0890cf, #016abd);
    background: -ms-linear-gradient(top, #0890cf, #016abd);
    background: -o-linear-gradient(top, #0890cf, #016abd);
    background: -webkit-gradient(linear, left top, left bottom, from(#0890cf), to(#016abd));
    background-color: #014980;

    border: #036fbf solid 1px;
}

#eStatement #buttons .fre {
    width: 180px;
}

.confirmation {
    display: table;
}

.confirmationPanel {
    text-align: center;
}

.confirmationHeading {
    font-size: 36px;
    color: #666666;
}

.confirmationTxt {
    padding-top: 10px;
    font-size: 13px;
    color: #666666;
}

.prefConfirmationTxt {
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
}

.prefSecurityTxt {
    font-size: 13px;
    color: #666666;
    text-align: justify;
    padding-top: 10px;
}

.secQuestion {
    font-weight: bold;
    font-size: 13px;
    color: #666666;
    width: 80%;
}

.secQuestionNormal {
    font-weight: normal;
}

.spacerVertical5Px {
    height: 5px;
}

.spacerVertical10Px {
    height: 10px;
}

.spacerVertical30Px {
    height: 30px;
}

.spacerHorizontal20Px {
    width: 20px;
}

.spacerHorizontal5Px {
    width: 5px;
}

/* ======================= E-Delivery Campaign End ===========================*/

/* ============================================================================
                    E-DELIVERY ENROLMENT PREFERENCE PAGES
   ============================================================================ */

.eDeliveryEnrollPanel {
    font-family: Arial, serif;
    font-size: 13px;
    color: #5D5D5D;
    width: 580px;
    text-align: left;
    padding: 20px 20px 10px 20px;
}

.eDeliveryEnrollHeader {
    font-size: 20px;
}

.eDeliveryUnenrollHeader {
    font-size: 20px;
}

.eDeliveryUnenrollButtons {
    display: block;
    width: 50%;
}

.eDeliveryEnrollSubPanel {
    border: 2px solid #cccccc;
    background-color: #f5f5f5;
}

.eDeliveryEnrollStatus {
    display: block;
    align: left;
    font-size: 16px;
}

.eDeliveryEnrollStatusIcon {
    padding-right: 8px;
    vertical-align: middle;
}

.eDeliveryUnenrollStatusIcon {
    padding-right: 8px;
    vertical-align: middle;
}

.eDeliveryUnenrollStatusIconColumn {
    float: left;
    height: 150px;
}

.eDeliveryUnenrollColumn2 {
    text-align: justify;
}

.eDeliveryEnrollPad10px {
    padding: 10px;
}

.eDeliveryEnrollTxtRight {
    text-align: right;
}

/* ======================= forgot password start ===========================*/

#forgotLogin,
#forgotLogin2 {
    display: block;
    width: 643px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-top: 60px;
    height: 501px;
}

#forgotLogin {
    padding-top: 40px;
}

#forgotLogin .highlight {
    font-weight: bold;
}

#forgotLogin .forgotLoginConfirmation {
    display: table;
}

#forgotLoginIcon {
    float: left;
    display: inline;
    position: relative;
    width: auto;
    height: auto;
    margin-left: 22px;
    margin-right: 12px;
}

#forgotLoginIconSmall {
    background: url(images/eStatementIconSmall.png) no-repeat left top;
    float: left;
    display: inline;
    position: relative;
    width: auto;
    height: auto;
}

#forgotLogin .heading {
    position: relative;
    text-align: left;
    line-height: 36px;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    color: #EAAB00;
    text-align: left;
    float: left;
    padding-top: 20px;
    margin-left: -30px;
}

#forgotLogin .subHeading {
    position: relative;
    text-align: left;
    width: 500px;
    height: 60px;
    line-height: 30px;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: #EAAB00;
    float: left;
    display: inline;
    vertical-align: middle;
}

#forgotLogin .subHeading a {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: #5582AC;
    text-decoration: underline;
    font-weight: bold;
}

#forgotLogin p {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: 0 solid blue;
    margin-bottom: 65px;
}

#forgotLogin .normalTxt {
    font-size: 12px;
    color: #333333;
    margin-top: 15px;
    line-height: 15px;
}

#forgotLogin .checkBoxLabel {
    font-size: 14px;
    color: #666666;;
    font-weight: bold;
}

#forgotLogin .checkBoxLabelDsc {
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    top: -12px;
    left: 25px;
    position: relative;
    height: 10px;
}

#forgotLogin .checkBox {
    border: 0;
}

#forgotLogin #buttons {
    display: table-cell;
    width: 400px;
    float: right;
    padding-top: 50px;
}

#forgotLogin #buttons .buttonLeft {
    float: left;
    /* size of actual button */
    width: 119px;
    height: 41px;
}

#forgotLogin #buttons .buttonLeft a {
    display: block;
    white-space: nowrap;
}

#forgotLogin #buttons .buttonRight {
    float: right;
}

#forgotLogin #buttons .buttonRight a {
    display: block;
    white-space: nowrap;
    padding-top: 10px;
}

#forgotLogin .confirmation {
    display: table;
}

#forgotLogin .confirmationPanel {
    padding-top: 50px;
    text-align: center;
}

#forgotLogin .confirmationHeading {
    font-size: 36px;
    color: #666666;
}

#forgotLogin .confirmationTxt {
    padding-top: 10px;
    font-size: 14px;
    color: #666666;
}

/* ======================= forgot password end ===========================*/

.btnLeft {
    display: inline;
    background: url(images/btnLeft.png) no-repeat left top;
    float: left;
    height: 31px;
    width: 7px;
    cursor: pointer;
}

.point {
    cursor: pointer;
}

.sinInput {
    width: 30px;
}

.btnBG, .buttonOneLine {
    /* font settings */
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF !important;
    background-color: #f1f1f1;
    /* background settings */
    background-size: 125px 42px;
    white-space: normal;
    text-align: center;
    width: 125px;
    height: 34px;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    /*border: 0px solid #FFFFFF;*/
    border: 1px solid #c7c7c7;
    padding: 3px;
    margin: 0;

}

.btnBG:hover {
    background-size: 125px 42px;
    border: 0px solid #FFFFFF;
}

/* Button one line text */
.buttonOneLine {
    padding: 10px 0 0 0;
    margin: 0;
    background-color: #00ACDA;

}

.buttonOneLine:hover {
    background-size: 125px 42px;
    border: 1px solid #c7c7c7;
    background-color: #014980;
}

.btnBG, .closeButtonOneLine {
    /* font settings */
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF !important;
    /* background settings */
    background-color: #00ACDA;
    background-size: 125px 42px;
    text-align: center;
    width: 100px;
    height: 42px;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid #FFFFFF;
    padding: 3px;
    margin: 0;
}

.closeButtonOneLine {
    padding: 10px 0 0 0;
    margin: 0;
}

.closeButtonOneLine:hover {
    background-color: #014980;
    background-size: 125px 42px;
    border: 0px solid #FFFFFF;
}


#signup-container {
    min-width: 500px;
    margin: 80px 100px 45px 100px;
    padding: 40px;
    /*padding-bottom: 0px; *//* 2nd page*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    /* Border and box shadow */
    border: 2px solid #00B0DA;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 12px 3px #b4b4b4;
    -moz-box-shadow: 0 0 12px 3px #b4b4b4;
    -webkit-box-shadow: 0 0 12px 3px #b4b4b4;
}
#signup-container #warning-messages{
    width:580px;
}

.signUpHeadingIconMultiRow {
    float: left;
    margin-bottom: 20px;
    padding-right: 5px;
}

.signUpHeading01 {
    line-height: 30px;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: #00B0DA;
    margin: 0px 30px 10px 30px;
    text-align: left;
}

.signUpheading02 {
    text-decoration: underline;
    font-weight: bold;
}

.signUpContent {
    padding: 20px 30px 20px 30px;
}

.signUpContentLeftColumn {
    max-width: 180px;
    margin-left: 5px;
    float: left;
    text-align: left;
}

.signUpContentVerticalDivider {
    float: left;
    vertical-align: top;
    margin: 5px 10px 5px 10px;
}

.eSignUp {
    vertical-align: bottom;

    display: block;
    height: 48px;
    position: relative;
    z-index: 0;
}

.eSignUp .link {
    content: '';
    display: table-cell;
    cursor: pointer;
    position: relative;
    height: 48px;
    z-index: 0;

}

.eSignUp .link:hover a {
    color: white;
}

.eSignUp  a {
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 0 5px;
    vertical-align: middle;
    padding-top: 3px;
    padding-left: 3px;
}

.eSignUp .link .left, .eSignUp .link .right {
    height: 48px;
    width: 15px;
}

.eSignUp .link .left {
    text-align: center;
    background: url(images/but_blue_Left.png) no-repeat left top;
    margin-right: -10px;
}

.eSignUp .link .right {
    background: url(images/but_blue_Right.png) no-repeat left top;
}

.eSignUp .link .body {
    background: url(images/but_blue_mid.png) repeat-x left top;
    height: 48px;
    float: left;
}

.eSignUp .link .body2 a {
    font-size: 12px;
    background: url(images/but_blue_mid.png) repeat-x left top;
    height: 48px;
    float: left;
    margin-right: 0px;
}

.eSignUp .link:hover .left {
    background: url(images/but_hover_Left.png) no-repeat left top;
}

.eSignUp .link:hover .right {
    background: url(images/but_hover_Right.png) no-repeat left top;
}

.eSignUp .link:hover .body {
    background: url(images/but_hover_mid.png) repeat-x left top;
    height: 48px;
    float: left;
}

.eSignUp .link:hover .body2 a {
    font-size: 12px;
    background: url(images/but_hover_mid.png) repeat-x left top;
    height: 48px;
    float: left;
    margin-right: 0px;
}

.signUpText {
    font-size: 13px;
}

.signUpTextErr {
    color: red;
    font-size: 12px;
}

.btnBlack {
    background: url(images/btnBlack.png) no-repeat left top;
    color: white;
    white-space: nowrap;
    text-align: center;
    height: 20px;
    width: 130px;
    display: block;
    float: left;
    cursor: pointer;
    margin: 8px 0;
    padding-top: 4px;
}

.btnBlack .txt {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.btnGrey {
    background: url(images/btnGrey.png) no-repeat left top;
    color: white;
    white-space: nowrap;
    text-align: center;
    height: 25px;
    width: 72px;
    display: block;
    float: left;
    cursor: pointer;
    margin: 8px 0;
    padding-top: 4px;
}

.btnGreyLong a.text {
    font-size: 14px;
    font-weight: bold;
    color: #606060;
}

.btnGreyLong {
    background: url(images/btnGreyLong.png) no-repeat left top;
    color: #606060;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    width: 135px;
    display: block;
    float: left;
    cursor: pointer;
    margin: 8px 0;
    padding-top: 2px;
}

/*.btnGreyComposite {
    vertical-align: bottom;
    display: block;
    height: 40px;
    position: relative;
    z-index: 0;
}

.btnGreyComposite .link {
    content: '';
    display: table-cell;
    cursor: pointer;
    position: relative;
    height: 35px;
    z-index: 0;
}*/

.btnGreyComposite .link a:hover {
    background: #fff;
    background: -moz-linear-gradient(top, #fff, #f0f0f0);
    background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
    background: -o-linear-gradient(top, #fff, #f0f0f0);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
    -pie-background: linear-gradient(top, #fff, #f0f0f0);
}

.btnGreyComposite .link a {
    display: block;
    width: 130px;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: middle;
    margin: 5px 5px;
    padding: 7px 10px;
    /* background gradient */
    background-color: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8, #e4e4e4);
    background: -o-linear-gradient(top, #f8f8f8, #e4e4e4);
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e4e4e4));
    -pie-background: linear-gradient(top, #f8f8f8, #e4e4e4);
    /* border */
    border: 1px solid #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}

.buttonLink a {
    text-decoration: none;
}

.wrapper {
    min-height: 770px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D3D3D3;
    box-shadow: 0 0 9px 1px #E1E1E1;
    margin: 0 auto;
    position: relative;
    width: 960px;
    height: 98%;
}

.btnBG a {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.footer, .push {
    height: 4em;
}

.footerPanelPadding {
    padding-top: 0px;
    display: table;
    padding-left: 1px;
}

.footerPanel {
    display: table;
    margin-bottom: 20px;
    padding-top: 20px;
}

.footerBG {
    height: 33px;
    display: table-cell;
    vertical-align: middle;
    background-position: left top;
}

.footerStrip {
    background-color: #004B84;
    height: 5px
}
.footer .powered-pnl{
    margin-top: -20px;
}
.footer .powered {
    background: url(images/powered.png) no-repeat right bottom;
    padding: 5px 100px 0 0;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;
    color: #333;
    margin-left: 179px;
}

.panelText {
    font-size: 12px;
    padding-left: 30px;
}

.oneQuarterHeight {
    padding-top: 10%;
}

.oneSixthMargin {
    padding-top: 6%;
}

.oneSecondMargin {
    padding-top: 2%;
}

.grid {
    display: table;
}

/*=====================Page review======================*/

.panel {
    margin-top: 13px;
}

.menu {
    display: table-cell;
    float: left;
    position: relative;
    vertical-align: middle;
    background-color: #039ABE;
    height: 30px;
    width: 100%;

    /*background-image: -ms-linear-gradient(top, #004B84 75%, #039ABE 100%); *//* IE10 Consumer Preview *//*
    background-image: -moz-linear-gradient(top, #004B84 75%, #3ECBE7 100%); *//* Mozilla Firefox *//*
    background-image: -o-linear-gradient(top, #004B84 75%, #039ABE 100%); *//* Opera *//*
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #004B84), color-stop(1, #039ABE)); *//* Webkit (Safari/Chrome 10) *//*
    background-image: -webkit-linear-gradient(top, #004B84 75%, #039ABE 100%); *//* Webkit (Chrome 11+) *//*
    background-image: linear-gradient(to bottom, #004B84 75%, #039ABE 100%);*//* W3C Markup, IE10 Release Preview *//*
    */
}

.menu a {
    display: table-cell;
    float: left;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 6px;
    padding-left: 30px;
    padding-right: 30px;
    height: 24px;
}

.menu a:hover, .menu a:focus  {
    background-color: #00b7df;
}
.menu .selected {
    background-color: #187795;
}

filter {
    padding-left: 25px;
    text-align: right;
    position: relative;
    float: right;
    overflow: hidden;
    display: inline;
    padding-right: 10px;
}

.panelBG {
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    margin-right: 1px;
}

.row {
    cursor: pointer;
    border: 1px solid #CACACA;
    border-top: 0;
    background-image: linear-gradient(bottom, #F1F1F1 24%, #FFFFFF 62%);
    background-image: -o-linear-gradient(bottom, #F1F1F1 24%, #FFFFFF 62%);
    background-image: -moz-linear-gradient(bottom, #F1F1F1 24%, #FFFFFF 62%);
    background-image: -webkit-linear-gradient(bottom, #F1F1F1 24%, #FFFFFF 62%);
    background-image: -ms-linear-gradient(bottom, #F1F1F1 24%, #FFFFFF 62%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.24, #F1F1F1), color-stop(0.62, #FFFFFF));
}
.document-row {
    cursor: auto;
}

.fund-company-name {
    height: 50px;
}
.fund-company-name .company-name {
    padding-top: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
.fund-company-name .numbr {
    margin-top: 15px;
}


.rowDocField {
    text-align: left;
    margin-top: 6px;
    display: inline;
    position: relative;
    float: left;
    overflow: hidden;
    font-size: 14px;
    padding-left: 5px;

}

.docYrFilter {
    background: url(images/accord.png) repeat-x;
    color: #5582AC;
    font-weight: bold;
    width: 60px;
    border-width: 1px;
}

.docLabel {
    padding: 10px 13px 10px 5px;
    float: right;
    margin-top: 20px;
}

.docPanel {
    margin-top: 39px;
}

.docHead {
    margin: 0 1px;
    padding-left: 5px;
}

.docRow {
    padding-left: 8.5px;
}

.docDate {
    width: 19%;
}

.docDesc {
    width: 71%;
}

.docStat {
    width: 125px;
}

.docBlank {
    width: 2%;
}

.docRowDownload {
    clear: right;
    padding-bottom: 5px;
    text-align: left;
}

.docRowDownloadIcon {
    vertical-align: middle;
    padding: 10px 5px 5px 5px;
}

.docRowDownloadLink {
    /*margin-top: -10px;*/
    display:block;
    font-size: 14px;
    color: #5582AC;
    margin: 0 12px;
}

.docRowStatNew {
    font-weight: normal;
    color: red;
}

.docRowSeparator {
    float: left;
    width: 100%;
}

.panelBG h1 {
    font-family: "Trebuchet MS", serif;
    color: #FFF;
    padding-top: 15px;
}

.headingTxt {
    display: inline;
    position: relative;
    float: left;
    padding-top: 7px;
    padding-left: 2px;
    padding-bottom: 3px;
    font-size: 18px;
    font-family: Trebuchet MS, serif;
    color: #FFF;
    height: 35px;
    width: 617px;
    background-color: #009cc2;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}


.headingTxt .left {
    width: 443px;
    overflow: hidden;
    text-align: left;
    padding-left: 14px;
    padding-top: 2px;
    text-transform: uppercase;
}

.left .headingTxtTop {
    font-size: 14px;
    font-weight: bold;
    margin-top: -4px;
    line-height: 18px;
    float:left;
}

.left .headingTxtBottom {
    float:left;
    clear: left;
}

.headingTxt .right {
    float: right;
    margin-right: 20px;
    padding-top: 2px;
    text-transform: uppercase;
}

.dateTxt {
    display: inline;
    position: relative;
    float: right;
    padding: 10px 13px 10px 3px;
    font-size: 12px;
    color: #5D5D5D;
    white-space: nowrap;
}

.dateTxt-ext {
    margin-top: 10px;
    padding-bottom: 0;
}

div.dash-notice {
    width: 95%;
    text-align: left;
    float: left;
    margin: 7px 10px;
}
.notice {
    position: relative;
    line-height: normal;
    font-size: 12px;
    font-family: Arial, serif;
    font-style: italic;
    color: #5D5D5D;
}

.panelAccord {
    font-family: Arial, serif;
    font-size: 14px;
    color: #555;
    background: url(images/panelAccordBG.png) repeat-x left top;
    width: 100%;
}

.panelAccord1 {
    font-family: Arial, serif;
    font-size: 14px;
    color: #5D5D5D;
    width: 100%;
}

.panelAccord2 {
    font-family: Arial, serif;
    font-size: 14px;
    color: #5D5D5D;
    width: 100%;
    background: url(images/accordTopBg.png) repeat-x left top;
}

.accordTop {
    background-image: linear-gradient(bottom, #F1F1F1 24%, #FFFFFF 62%);
    background-image: -o-linear-gradient(bottom, #F1F1F1 24%, #FFFFFF 62%);
    background-image: -moz-linear-gradient(bottom, #F1F1F1 24%, #FFFFFF 62%);
    background-image: -webkit-linear-gradient(bottom, #F1F1F1 24%, #FFFFFF 62%);
    background-image: -ms-linear-gradient(bottom, #F1F1F1 24%, #FFFFFF 62%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.24, #F1F1F1), color-stop(0.62, #FFFFFF),);
    border: 1px 0px 0px 0px solid #cacaca;
}

.accordLeft {
    background: url(images/accordLeft.png) no-repeat left top;
    color: #5D5D5D;
    font-family: "Trebuchet MS", serif;
    font-size: 14px;
    font-weight: bold;
    height: 29px;
    vertical-align: middle;
    text-align: left;
}

.accordRight {
    background: url(images/accordRight.png) no-repeat right top;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    height: 29px;
    width: 215px;
}

.accordLeft .txt {
    font-family: "Trebuchet MS", serif;
    font-size: 14px;
    font-weight: bold;
    color: #5D5D5D;
    text-transform: uppercase;
    padding-left: 15px;
}

.accordLeft .rightTxt {
    font-family: "Trebuchet MS", serif;
    font-size: 14px;
    font-weight: bold;
    color: #5D5D5D;
    text-transform: uppercase;
    padding-right: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: right;
}

.accordLeft .accordLeftMargin {
    font-family: "Trebuchet MS", serif;
    font-size: 14px;
    font-weight: bold;
    color: #5D5D5D;
    text-transform: uppercase;
    padding-left: 15px;
    margin-right: 100px;
}

.accordRight .txt {
    font-family: "Trebuchet MS", serif;
    font-size: 14px;
    font-weight: bold;
    color: #5D5D5D;
    text-transform: uppercase;
    padding-right: 15px;
    display: block;
    position: relative;
    overflow: hidden;
}

.minus {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

.actName, .actDescription, .accountTabDate, .accountTabVal,
.numbr, .accountTabValue {
    margin-top: 6px;
}

.actName {
    display: inline;
    position: relative;
    float: left;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    max-height: 19px;
}

.actDescription {
    display: inline;
    position: relative;
    float: left;
    font-size: 14px;
    color: #5582AC;
    font-weight: bold;
    max-height: 19px;
}

.actNoOther {
    display: inline;
    position: relative;
    float: left;
    overflow: hidden;
    font-size: 15px;
    color: black;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 120px;
    padding-bottom: 5px;
}

.accountTabDate {
    display: block;
    position: relative;
    overflow: hidden;
    font-family: Arial, serif;
    font-size: 14px;
    /*color: #5582AC;*/
    font-weight: bold;
    text-decoration: none;
    float: left;
}

.numbr {
    display: inline;
    position: relative;
    float: right;
    font-family: Arial, serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    margin-right: 16px;
}
.mvHead   > .numbr {
    margin-right: 0;
}
.mvHeadNonManagedAsset > .numbr {
    margin-right: 0;
}
.allocation-num {
    margin-right:6px;
}
.accountTabNum {
    display: inline;
    position: relative;
    float: right;
    overflow: hidden;
    font-family: Arial, serif;
    font-size: 14px;
    color: #5582AC;
    font-weight: normal;
    text-decoration: none;
}

.accountTabValue {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #5F5F5F;
    text-align: right;
    padding-right: 15px;
    text-decoration: none;
}

.accountTabVal {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #5F5F5F;
    text-align: right;
    text-decoration: none;
}

span.valueText {
    display: inline;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: #5F5F5F;
    text-align: left;
    text-decoration: none;
    vertical-align: bottom;
}

span.valueTextAlign {
    display: inline;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: #5F5F5F;
    text-align: left;
    text-decoration: none;
    margin-right: 16px;
}

.valueTextRight {
    float: right;
    padding-left: 5px;
    margin-right: 16px;
}

.rightPadding5PX {
    padding-right:5px;
}
.valueTextLeft {
    text-align: justify;
}

.heightSpacer {
    height: 33px;
}

.collapse {
    background: url(images/collapse.png) repeat-x left bottom;
    height: 0;
}

.total {
    font-family: Arial, serif;
    font-size: 14px;
    color: #5D5D5D;
    font-weight: bold;
    vertical-align: middle;
    padding-right: 17px;
    text-align: right;
}

.totalLeft {
    font-family: Arial, serif;
    font-size: 14px;
    color: #5D5D5D;
    font-weight: bold;
    vertical-align: middle;
    padding-right: 15px;
    text-align: left;
    height: 50px;
    padding-left: 15px;
}

.totalAcc {
    font-family: Arial, serif;
    font-size: 14px;
    color: #5D5D5D;
    font-weight: bold;
    vertical-align: middle;
    padding-right: 7px;
    text-align: right;
}

#advisor-pnl {
    font-family: sans-serif;
    font-size: 12px;
    width: auto;
    height: auto;
    margin-top: 13px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #acacac;
    background-color: #edfafd;
    overflow:hidden;
}

#advisor-pnl > #advisor-pnl-content {
    color: #5D5D5D;
    line-height: 16px;
    height: auto;
    width: 278px;
    margin: 15px 10px;
    overflow: auto;
}

#advisor-pnl > #advisor-pnl-content span {
    font-size: 20px;
    font-family: sans-serif;

}
#advisor-pnl > #advisor-pnl-content a {
    float: none;
    display: inline;
    font-family: sans-serif;
    font-size: 12px;
    color: #369ABE;;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#advisor-pnl > #advisor-pnl-content a:hover {
    text-decoration: underline;
    color: #036abe;
}
#advisor-pnl-content > #advisor-photo-pnl {
    display: inline-block;
    float: left;
}
#advisor-photo-pnl > img.advisor-photo {
    height: 80px; width:80px;
    margin-right: 10px;
}

#advisor-pnl > #advisor-pnl-content #details {
    display: inline-block;
    position:relative;
    float: left;
    max-width: 180px;
    width:auto;
    text-align: left;
}
#advisor-pnl .headingTxt {
    height: 35px;
    /*padding-top: 8px;*/
    padding: 8px 0 0 0;
    text-align: left;

    overflow:hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
    word-break: normal;
    word-wrap: break-word;

    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;

}

#advisor-pnl .headingTxt span {
    margin-left: 10px;
}

/* For IE, must apply to div */
#advisor-pnl .branch-name {
    -ms-word-break: normal;
    word-break: normal;
    word-wrap: break-word;
}

#advisor-pnl .email {
    display: block;
    /*float: left;*/
    position: relative;
    /*width: 50%;*/
    background: url(images/mail.jpg) no-repeat left center;
    padding: 0 0 0 20px;
    margin: 5px 0 0;
}


.advisorArticle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3A6578;
    background: url(images/advisorTop.png) no-repeat left top;
    width: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 20px;
}

.accountDelimiter {
    width: 1%;
    height: 230px;
    float: left;
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3A6578;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
}

.advisorArticleTxt {
    display: table-cell;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5D5D5D;
    line-height: 16px;
    width: auto;
    height: auto;
    text-align: left;
}

.advisorArticleTxt p {
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
}

.advisorArticleTxt a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5582AC;
    font-weight: bold;
    text-decoration: none;
}

.advisorArticleTxt a:hover {
    text-decoration: underline;
}

.advisorArticle a.normal {
    font-weight: normal;
    font-size: 12px;
    color: #5582AC;
    text-decoration: none;
}

.advisorArticle a:hover.normal {
    text-decoration: underline;
}

.advisorArticle .txt {
    font-size: 12px;
}

.chart {
    width: 391px;
    float: left;
}

.chartDescription {
    float: right;
    width: 29%;
    margin: 2px;
    padding-left: 40px;

}
.chartDescription .header {
    padding-left: 18px;
}

.chartNoData {
    height: 100px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 45px;
    font-weight: bold;
    color: #05050a;
    font-size: 12px;
}

.chartPriceHistory{
    width: 600px;
    height: 337px;
}

.chartPriceHistory .noData{
    padding-top: 150px;
}

.filter {
    float: right;
    padding-right: 10px;
}

.alertsTable {
    vertical-align: top;
    padding-right: 10px;
    color: #333333;
    font-size: 14px;
    text-align: left;
    width: 618px;
}

.alertsTable td {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 2px;
}

.alertsTable pre {
    padding: 0 0 13px 0;
    width: 215px;
    margin: 0;
    font: inherit;
    float: left;
}

.alertsTable ul {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    margin-left: -20px;
}

.alertsTable li {
    list-style-type: none;
}

.alertsTable .alertItem {
    width: 25px;
    float: left;
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 10px;
}

.alertsTable .alertText {
    text-align: left;
    padding-top: 5px;
}

.alertsTable .headingTxt {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    width: auto;
    height: auto;
}

.alertsTable a {
    font-weight: bold;
}

.alertsTable a:hover {
    text-decoration: underline;
}

.alertsTable .profileHeading {
    font-size: 13px;
    font-weight: bold;
    color: #343434;
    width: 165px;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 7px;
}

.alertsTable .profileLeft {
    float: left;
    white-space: nowrap;
}

.alertsTable .profileRight {
    float: right;
    white-space: nowrap;
}

.alertsTable .profileTxt {
    font-size: 14px;
    color: #535A60;
    line-height: 20px;
}

.alertsTableGroup {
    vertical-align: top;
    padding-right: 10px;
    color: #333333;
    font-size: 14px;
    text-align: left;
    font-weight: bold
}

.alertIconDocument {
    background: url(../ic/images/file_upload_alert.png) no-repeat center left transparent;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle;
}

.alertIconEmail {
    background: url(../ic/images/iconEmailNotification.png) no-repeat center left transparent;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle;
}

.alertIconNewLinkedRegistration {
    background: url(../ic/images/iconNewLinkedRegistration.png) no-repeat center left transparent;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle;
}

.alertIconNone {
    background: url(../ic/images/ICON-CHECK.png) no-repeat center left transparent;
    width: 32px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
    margin-left: 14px;
    margin-right: 4px;
    vertical-align: middle;
}

.alertDocLink {
    display: inline;
    text-transform: none;
    font-size: 14px;
    color: #5582AC;
    font-weight: bold;
}

.alertsCount {
    background: url(../ic/images/alert_total.png) no-repeat center right transparent;
    display: inline-block;
    float: right;
    width: 27px;
    height: 29px;

    position: relative;
    top: -46px;

    cursor: pointer;
    padding-top: 3px;
    vertical-align: bottom;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: white;
}

.profileTable {
    vertical-align: top;
    color: #333333;
    font-size: 14px;
    text-align: left;
    border: 1px solid #cacaca;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.profileTable td {
    padding-top: 7px;
    height: 100px;
}

.profileTable pre {
    padding: 0 0 13px 0;
    width: 215px;
    margin: 0;
    font: inherit;
    float: left;
}

.profileTable tr {
    border-bottom: 1px dotted #CACACA;
}

.profileTable tr:last-child {
    border-bottom: 0;
}

.profileContent tr {
    border-bottom:none;
}

.profileContent span {
    float:left;
    padding-top: 2px;
    width:100%;
}

.profileContent td {
    height:0;
    padding-top:0;
    vertical-align:top;
    padding-bottom:12px;
}


span.note {
    font-size: 12px;
    color: gray;
}

span.noteBold {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

.profileTable ul {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    margin-left: -20px;
}

.profileTable li {
    list-style-type: none;
}

.profileTable .alertItem {
    width: 25px;
    float: left;
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 10px;
}

.profileTable .alertText {
    text-align: left;
    padding-top: 5px;
}

.profileTable .headingTxt {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    width: auto;
    height: auto;
}

.profileTable .profileHeading {
    font-size: 13px;
    font-weight: bold;
    color: #343434;
    width: 165px;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 15px;
}

.profileTable .profileContent {
    padding-top: 15px;
    white-space: normal;
    overflow: hidden;
}

.profileTable .profileEmailIndGroup {
    width: 68%;
    margin-right: 40px;
    vertical-align: top;
}

.profileTable .profileEmailIndImg {
    padding-top: 0px;
    vertical-align: top;
}

.profileEmailIconSpace {
    padding-left: 32px;
}

.profileTable .profileEmailIndText {
    padding-top: 3px;
    vertical-align: top;
}

.profileTable .profileLeft {
    float: left;
    white-space: nowrap;
}

.profileTable .profileRight {
    float: right;
    white-space: nowrap;
}

.profileTable .profileTxt {
    font-size: 14px;
    color: #535A60;
    line-height: 20px;
}

#homeEmail .red {
    color: red;
}

#homeEmail .green {
    color: green;
}

#homeEmail .button {
    padding-right: 25px;
    width: 75px;
}

#homeEmail .left {
    background: url(images/but_default_left.png) no-repeat left top;
    margin: 0;
    padding: 0;
    height: 25px;
    width: 5px;
}

#homeEmail .right {
    background: url(images/but_default_right.png) no-repeat left top;
    margin: 0;
    padding: 0;
    height: 25px;
    width: 5px;
}

#homeEmail .mid {
    background: url(images/but_default_mid.png) repeat-x left top;
    border: 0;
    height: 25px;
    width: 60px;
    cursor: pointer;
}

#homeEmail .mid a {
    color: gray;
    font-family: Arial, serif;
    font-size: 12px;
    font-weight: bold;
}

/* ======================= login alert ===========================*/
/*------------------ Client Portfolio Blind Effect*/
.accountDetailsBlind {
    float: left;
    width: 297px;
    text-align: left;
    margin-left: 28px;
}

.investmentDesc {
    margin-top: -2px;
}

.rowLeft {
    font-size: 12px;
    color: #3A6578;
    height: 35px;
    max-height: 35px;
    float: left;
    text-align: left;
    overflow: visible;
}

.nonManagedAsset {
    margin-left: 10px;
}

.paneFoot {
    font-family: Arial, serif;
    font-size: 14px;
    color: #5D5D5D;
    background: url("images/accord-conecnts.jpg") repeat-xy;
    width: 617px;
    padding: 10px 0 18px 0;
    margin-right: 1px;
    border: 1px solid #CACACA;
    border-top: 0;
}

.paneFoot-content {

    width: auto;
    height: auto;
    padding: 10px 0 9px 10px;
    margin-bottom: 10px;
}

.accountTabNameBlind {
    display: inline;
    position: relative;
    float: left;
    overflow: hidden;
    font-family: Arial, serif;
    font-size: 14px;
    color: #5582AC;
    font-weight: bold;
    text-decoration: none;
    padding-top: 7px;
}

.accountTabValueBlind {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #5F5F5F;
    text-align: right;
    padding-right: 15px;
    text-decoration: none;
    padding-top: 7px;
}

.minusBlind {
    float: left;
    margin: 10px 0 0;
    padding: 10px 0 0;
    text-align: center;
}

.minusBlind img {
    margin-left: 0px;
}

/*------------------ Client Portfolio Blind Effect ends here------------------*/
/*-------------Acoordion section --------------------------*/
.accord {
    color: #5D5D5D;
    font-weight: bold;
}

.accordBG {
    overflow-y: auto;
    text-transform: uppercase;
    background-color: #E5F6FD;
    border: 1px solid #cacaca;
    margin-left: 0px;
    height: 29px;
}

.accord  a {
    /*text-transform: uppercase;*/
    background: none transparent;
    color: #369ABE;
    font-family: Arial, serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.accord, .acc {
    vertical-align: middle;
    padding-top: 7px;
    float: left;
}

.accord SPAN {
    display: block;
    margin-top: -2px;
}

/*img #expand-all {
    padding-left: 3px;
    padding-top: 0px
}*/

.accord .leftText {
    text-align: left;
}

.accord .rightText {
    text-align: right;
}

.right {
    float: right;
}

.left {
    float: left;
}

.label {
    line-height: 1.5;
    height: 16px;
    text-align: left;
    padding-left: 5px;
}

.value {
    line-height: 1.5;
    height: 16px;
    text-align: right;
}

/*--------plus header---------*/
.plus,.rowPlus, .actHead, .marketValueHeader,
.descHead, .percHead, .mvHead, .mvHeadNonManagedAsset,
.transactionDateHeader, .transactionTypeHeader, .transactionDescrHeader,
.transactionAmountHeader, .head, .preferencesHead {
    margin: 0 1px;
    padding-left: 5px;
}

.plus,.rowPlus {
    width: 5%;
    padding-left: 0;
}

.plus img {
    margin-left: 3px;
    margin-top: 2px;
}
.rowPlus img {
    padding-left: 3px;
    padding-top: 10px;
}

/*---- Dashboard table ----*/
.actHead {
    width: 66%;
}

.marketValueHeader {
    float: right;
}

/*---- Dashboard table end ----*/
/*------Invetment table -------*/
.descHead {
    width: 48%;
    /*white-space:nowrap; overflow:hidden;*/
}

.percHead {
    width: 15%;
}

.mvHead {
    width: 27%;
}

.mvFooter {
    padding-top: 10px;
    padding-bottom: 20px;
}

/*------Invetment table end -------*/
/*------ NonManagedAsset table -----*/
.mvHeadNonManagedAsset{
    width: 267px;
}
/*------ NonManagedAsset table end-----*/
/*----------Transactions table -------*/
.pendingTransaction {
    font-style: italic;
}

.transactionDateHeader {
    width: 16%;
}

.transactionTypeHeader {
    width: 20%;
}

.transactionDescrHeader {
    width: 31.1%;
}

.transactionAmountHeader {
    float: right;
}

/*----------Transactions table end -------*/
/*-----transactions-------*/
div.hr {
    width: 100%;
    /*background: url(images/delimeterBottom.png) repeat-x left top transparent;*/
    height: 4px;
    margin: 15px 0 5px;
}

#dashFooter {
    height: 40px;
    padding-top: 2px;
    margin-right: 1px;
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#trFooter {
    background: none transparent;
    padding-right: 0;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #606060;
    text-align: center;
    margin-top: 10px;
}

#trFooter a {
    background: url(images/btnGrey.png) no-repeat left top transparent;
    height: 25px;
    width: 72px;
    font-weight: bold;
    color: #606060;
    text-align: center;
    padding-top: 2px;
    display: inline-block;
    padding-right: 5px;
}

#prevNextButton {
    background: none transparent;
    padding-right: 0;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #606060;
    text-align: center;
    /*margin-top: 5px;*/
    margin-bottom: 12px;
}
#trFooter select {
    border: 1px solid #a8acaf;
}

#prevNextButton .topIcon, #prevNextButton .topIcon:hover {
    background: url(../ic/images/topUp.png) no-repeat center left transparent;
    border: none;
    display: block;
    cursor: pointer;
    margin-left: 8px;
    text-align: left;
    padding-left: 22px;
}
/* .document-controls override styles for documents page */
.accord.docHead.docDate{
    padding-left: 0;
}
.panel-border-bottom.panel-border-bottom-documents {
    height: 70px;
    padding: 20px 0 0 0;
}
#prevNextButton .doc-controls {
    display: inline-block;
    min-height: 24px; height: 24px;
    margin: 5px 0 10px 5px;
}
#prevNextButton .doc-controls .top-section {
    display: inline-block;
    border:none;
    margin-top: 15px;
}
#prevNextButton .doc-controls .top-section a{
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
}
#prevNextButton .doc-controls .top-section a img{
    padding-right: 3px;
    margin-left: 1px;
}

#prevNextButton .doc-controls .top-section > .topIcon {
    border:none;
}
#prevNextButton .doc-controls .top-section > .topIcon:hover, #prevNextButton .doc-controls .top-section> .topIcon:focus, #prevNextButton .doc-controls .top-section> a{
    /*border: 1px dotted black;*/
    background:none;
    width: auto;
    cursor:pointer;
    font-size:12px;
}
#prevNextButton .doc-controls .show-items-section {
    display: block;
}
#prevNextButton .doc-pagination {
    display: inline-block;
    min-height: 30px;
    height: 30px;
    margin-right: 5px;
}
#prevNextButton .doc-pagination span {
    margin: 0 5px;
}
.delimeterArrowLeftInv {
    height: 50%;
    width: 275px;
    float: right;
    padding-left: 5px;
    border-left: 1px solid #c2c2c2;
}

.allocationText {
    float: left;
    padding-left: 1px;
}

.delimeterArrowLeftTrn {
    height: 50%;
    width: 250px;
    float: right;
    border-left: 1px solid #c2c2c2;
}

/*-----transactions end-------*/
.changeAccount, .changeAccountHover {
    float: right;
    height: 42px;
    width: 153px;
    cursor: pointer;
    margin-top: -5.24px;
    color: whitesmoke;
    overflow: hidden;
    background: url(images/white_arrow_down.png) no-repeat scroll 122px;
}

.changeAccount:hover {
    background-color: #00B7DF;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.changeAccount span, .changeAccountHover span {
    float: right;
    padding: 12px 35px 0 3px;
}

.accountLink {
    position: absolute;
    top: 39px;
    left: 67px;
    width: 550px;
    max-height: 320px;
    overflow-y: auto;
    z-index: 1;
    opacity: 1;
    -moz-box-shadow: 0 2px 6px #d5d5d5;
    -webkit-box-shadow: 0 2px 6px #d5d5d5;
    box-shadow: 0 3px 6px #d5d5d5;
    border: 1px solid #AAA;
    border-top: 0;
    color: #222;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-radius: 6px;
    border-color: #B4B4B5;
    box-shadow: 0px 4px 8px #323232;
}

.accountLink a:hover div, .disabledLink {
    background-color: #F2F6FF;
    text-decoration: none;
}
.accountLink_backgroundColor{
    background-color: #E7EEF3;
}
.closeText {
    font-size: 14px;
    color: #357;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
    padding: 12px 25px 0;
    margin: 0 13px;
    float: right;
    background: url(images/close.png) no-repeat right center;
}

.closeText:hover {
    text-decoration: underline;
}

.carrencyBlock {
    width:95%;
    margin: 16px 1px 0 1px;
    text-align: left;
    float:left;
}

.currencyCanadian {
    font-family: Arial, serif;
    font-size: 15px;
    color: #5D5D5D;
    font-style: italic;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
    display: inline;
}

/*------------ My accounts section ends here----------------------*/
/*---------------------Preferences--------------------------------*/
.preferencesHead {
    width: 99%;
}

.buttons {
    padding-left: 80px;
}

.buttons a {
    background: url(images/eStatementBtn.png) no-repeat;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    width: 56px;
    height: 34px;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    line-height: 14px;
}

.buttons a.submit {
    font-weight: bold;
    font-size: 21px;
}

.buttons a:hover {
    background-image: url(images/eStatementBtnHover.png);
}

.passwordRules {
    text-align: left;
    float: left !important;
    width: 40% !important;
    margin-left: -24px !important;
    margin-right: 15px;
}

.changePasswordRight {
    float: left;
    text-align: right;
    width: 63%;
    font-size: 13px;
    border-left: 1px solid #c2c2c2;
    margin-top: 6px;
    padding-bottom: 5px;
    margin-left: -12px;
}

.preferencesChangePasswordRight {
    float: left;
    text-align: right;
    font-size: 13px;
    border-left: 1px solid #c2c2c2;
    margin-top: 6px;
    padding-bottom: 5px;
    margin-left: -12px;
    width: 63%;
}

.preferencesChangePasswordRight > .data{
    margin-right: 50px
}

.confirmPasswordMargin1 {
    float: left;
    -moz-margin-start: 48px !important;
    margin-left: 61px;
    -webkit-margin-start: 50px
}

.confirmPasswordMargin2 {
    float: left;
    margin-left: 79px;
    -moz-margin-start: 67px;
    -webkit-margin-start: 67px
}

/*---------------------Preferences End--------------------------------*/
/*------------------help page---------------  */
.helpHeader {
    min-width: 60%;
    height: 50px;
    padding-top: 20px;
}

.helpHeader div {
    float: right;
    height: 25px;
}

.helpHeader .left {
    background: url(images/but_default_left.png) no-repeat left top;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 5px;
}

.helpHeader .right {
    background: url(images/but_default_right.png) no-repeat left top;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 5px;
}

.helpHeader input {
    border: 0;
    height: 25px;
    width: 75px;
    font-family: Arial, serif;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.helpHeader .button {
    padding-right: 25px;
    width: 75px;
}

/*--------------help page end ----------------------*/

/*-----------------textes -------------------------*/
.text {
    display: block;
    position: relative;
    font-size: 12px;
    font-family: Arial, serif;
    font-weight: bold;
}

a.text {
    color: white;
}
/*-----------------textes -------------------------*/
/* 960 begin */
body {
    min-width: 960px
}
#content{
    padding: 10px 0 10px 0;
}

.container_12, .container_16 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.container_12 {
    overflow: hidden;

}

/*Always place this class below .container_12 class*/
.container_12_ChangeAccount {
    overflow: visible;
}

.container_12 .grid_3, .container_16 .grid_4 {
    width: 220px
}

.container_12 .grid_6, .container_16 .grid_8 {
    width: 460px
}

.container_12 .grid_9, .container_16 .grid_12 {
    width: 700px
}

.container_12 .grid_12, .container_16 .grid_16 {
    width: 940px
}

.alpha {
    margin-left: 0
}

.omega {
    margin-right: 0
}

.container_12 .grid_1 {
    width: 60px
}

.container_12 .grid_2 {
    width: 140px
}

.container_12 .grid_4 {
    width: 300px
}

.container_12 .grid_5 {
    width: 380px
}

.container_12 .grid_7 {
    width: 540px
}

.container_12 .grid_8 {
    width: 620px;
    min-height: 600px;
}

.container_12 .grid_10 {
    width: 780px
}

.container_12 .grid_11 {
    width: 860px
}

.container_16 .grid_1 {
    width: 40px
}

.container_16 .grid_2 {
    width: 100px
}

.container_16 .grid_3 {
    width: 160px
}

.container_16 .grid_5 {
    width: 280px
}

.container_16 .grid_6 {
    width: 340px
}

.container_16 .grid_7 {
    width: 400px
}

.container_16 .grid_9 {
    width: 520px
}

.container_16 .grid_10 {
    width: 580px
}

.container_16 .grid_11 {
    width: 640px
}

.container_16 .grid_13 {
    width: 760px
}

.container_16 .grid_14 {
    width: 820px
}

.container_16 .grid_15 {
    width: 880px
}

.container_12 .prefix_3, .container_16 .prefix_4 {
    padding-left: 240px
}

.container_12 .prefix_6, .container_16 .prefix_8 {
    padding-left: 480px
}

.container_12 .prefix_9, .container_16 .prefix_12 {
    padding-left: 720px
}

.container_12 .prefix_1 {
    padding-left: 80px
}

.container_12 .prefix_2 {
    padding-left: 160px
}

.container_12 .prefix_4 {
    padding-left: 320px
}

.container_12 .prefix_5 {
    padding-left: 400px
}

.container_12 .prefix_7 {
    padding-left: 560px
}

.container_12 .prefix_8 {
    padding-left: 640px
}

.container_12 .prefix_10 {
    padding-left: 800px
}

.container_12 .prefix_11 {
    padding-left: 880px
}

.container_12 .prefix_12 {
    padding-left: 60px
}

.container_16 .prefix_1 {
    padding-left: 60px
}

.container_16 .prefix_2 {
    padding-left: 120px
}

.container_16 .prefix_3 {
    padding-left: 180px
}

.container_16 .prefix_5 {
    padding-left: 300px
}

.container_16 .prefix_6 {
    padding-left: 360px
}

.container_16 .prefix_7 {
    padding-left: 420px
}

.container_16 .prefix_9 {
    padding-left: 540px
}

.container_16 .prefix_10 {
    padding-left: 600px
}

.container_16 .prefix_11 {
    padding-left: 660px
}

.container_16 .prefix_13 {
    padding-left: 780px
}

.container_16 .prefix_14 {
    padding-left: 840px
}

.container_16 .prefix_15 {
    padding-left: 900px
}

.container_12 .suffix_3, .container_16 .suffix_4 {
    padding-right: 240px
}

.container_12 .suffix_6, .container_16 .suffix_8 {
    padding-right: 480px
}

.container_12 .suffix_9, .container_16 .suffix_12 {
    padding-right: 720px
}

.container_12 .suffix_1 {
    padding-right: 80px
}

.container_12 .suffix_2 {
    padding-right: 160px
}

.container_12 .suffix_4 {
    padding-right: 320px
}

.container_12 .suffix_5 {
    padding-right: 400px
}

.container_12 .suffix_7 {
    padding-right: 560px
}

.container_12 .suffix_8 {
    padding-right: 640px
}

.container_12 .suffix_10 {
    padding-right: 800px
}

.container_12 .suffix_11 {
    padding-right: 880px
}

.container_16 .suffix_1 {
    padding-right: 60px
}

.container_16 .suffix_2 {
    padding-right: 120px
}

.container_16 .suffix_3 {
    padding-right: 180px
}

.container_16 .suffix_5 {
    padding-right: 300px
}

.container_16 .suffix_6 {
    padding-right: 360px
}

.container_16 .suffix_7 {
    padding-right: 420px
}

.container_16 .suffix_9 {
    padding-right: 540px
}

.container_16 .suffix_10 {
    padding-right: 600px
}

.container_16 .suffix_11 {
    padding-right: 660px
}

.container_16 .suffix_13 {
    padding-right: 780px
}

.container_16 .suffix_14 {
    padding-right: 840px
}

.container_16 .suffix_15 {
    padding-right: 900px
}

.container_12 .push_3, .container_16 .push_4 {
    left: 240px
}

.container_12 .push_6, .container_16 .push_8 {
    left: 480px
}

.container_12 .push_9, .container_16 .push_12 {
    left: 720px
}

.container_12 .push_1 {
    left: 80px
}

.container_12 .push_2 {
    left: 160px
}

.container_12 .push_4 {
    left: 320px
}

.container_12 .push_5 {
    left: 400px
}

.container_12 .push_7 {
    left: 560px
}

.container_12 .push_8 {
    left: 640px
}

.container_12 .push_10 {
    left: 800px
}

.container_12 .push_11 {
    left: 880px
}

.container_16 .push_1 {
    left: 60px
}

.container_16 .push_2 {
    left: 120px
}

.container_16 .push_3 {
    left: 180px
}

.container_16 .push_5 {
    left: 300px
}

.container_16 .push_6 {
    left: 360px
}

.container_16 .push_7 {
    left: 420px
}

.container_16 .push_9 {
    left: 540px
}

.container_16 .push_10 {
    left: 600px
}

.container_16 .push_11 {
    left: 660px
}

.container_16 .push_13 {
    left: 780px
}

.container_16 .push_14 {
    left: 840px
}

.container_16 .push_15 {
    left: 900px
}

.container_12 .pull_3, .container_16 .pull_4 {
    left: -240px
}

.container_12 .pull_6, .container_16 .pull_8 {
    left: -480px
}

.container_12 .pull_9, .container_16 .pull_12 {
    left: -720px
}

.container_12 .pull_1 {
    left: -80px
}

.container_12 .pull_2 {
    left: -160px
}

.container_12 .pull_4 {
    left: -320px
}

.container_12 .pull_5 {
    left: -400px
}

.container_12 .pull_7 {
    left: -560px
}

.container_12 .pull_8 {
    left: -640px
}

.container_12 .pull_10 {
    left: -800px
}

.container_12 .pull_11 {
    left: -880px
}

.container_16 .pull_1 {
    left: -60px
}

.container_16 .pull_2 {
    left: -120px
}

.container_16 .pull_3 {
    left: -180px
}

.container_16 .pull_5 {
    left: -300px
}

.container_16 .pull_6 {
    left: -360px
}

.container_16 .pull_7 {
    left: -420px
}

.container_16 .pull_9 {
    left: -540px
}

.container_16 .pull_10 {
    left: -600px
}

.container_16 .pull_11 {
    left: -660px
}

.container_16 .pull_13 {
    left: -780px
}

.container_16 .pull_14 {
    left: -840px
}

.container_16 .pull_15 {
    left: -900px
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

.preserveSpace {
    white-space: pre;
}

* html .clearfix, *:first-child+html .clearfix {
    zoom: 1
}

/* 960 end */
/* reset.css begin */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    margin-left: 30px;
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* Registration Date of Birth */
.dob {
    margin: 3px;
}

/* Registration Error panel */
.errorSignup {
    background-color: #F6F6F6;
    border: 1px solid #cccccc;
    height: 55px;
    margin: 6px;
    padding: 8px;
    vertical-align: middle;
}

.errorSignupStep2 {
    background-color: #F6F6F6;
    border: 1px solid #cccccc;
    height: 14px;
    margin: 5px;
    padding: 5px;
    vertical-align: middle;
}

/* reset.css end */
/* text.css  begin*/
body {
    font: 13px / 1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif
}

a:focus {
    outline: #000 dotted 1px;
}

/* text.css  end*/
div.err {
    font-family: 'Verdana', sans-serif;
    padding: 35px;
    color: #084252;
}

div.err h1 {
    color: orange;
}

div.err p, div.err ul, div.err h5 {
    margin: 20px 30px;
}

div#ownerPanel1 h5 {
    color: #358BCA;
    text-align: left;
}

.signUp {
    color: #5582AC
}

.docDownload {
    background: url(../ic/images/doc_download.png) no-repeat center left transparent;
    width: 25px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: bottom;
}

.success-pnl {
    text-align: center;
}

.success-pnl .success-control-pnl {
    margin-top: 30px;
    margin-bottom: 30px;
}

.success-control-pnl > .success-button {
    font-size: 16px;
}

.success-header {
    position: relative;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
    /*font-family: arial helvetica sans-serif;*/
    color: #666666;
    padding-top: 20px;
}

.successTextAlign span {
    color: #808080;
}

.heightSpacer7 {
    height: 90px;
}

.loadingTextAlign {
    text-align: center;
}
div.document-empty-message{
    float:left;
    width: 450px;
}
p.emptyList {
    color: #5d5d5d;
    font-size: 12px;
    text-align: center;
}

@media print {
    .helpHeader {
        display: none
    }
}

/*
  Consolidated Balance CSS
*/

.consolidated-banner-pnl {
    float: none;
    width: 100%;
    height: 42px;
    font-size: 93%;
    line-height: normal;
    background-color: #009cc2;
    /* Rounded borders */
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    white-space: nowrap; /*force to one-line*/
}

.consolidated-banner-pnl span {
    display: block;
    color: white;
    text-transform: uppercase;
    background-color: #009cc2;
    line-height: 42px;
    height: 42px;
    margin: 0 12px 0 12px;
    clear: right;
}

.consolidated-banner-font-size span{
    font-size:20px;
}
.nma-consolidated-banner-font-size span{
    font-size:17px;
}
/*
  Header
*/
.registrationHeading {
    background-color: #009cc2;
    overflow: hidden;
    /* rounded border */
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
}

.registrationHeading .indent {
    margin-left: 10px;
}
.heading2row {
    color: white;
    margin: 0px 10px 0px 10px;
    height: 42px;
}

.heading2row .top {
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
    line-height: 18px;
}

.heading2row .bottom {
    font-size: 12px;
    clear: left;
}

.heading2row .right {
    float: right;
}

.heading2row .left {
    float: left;
}

.heading2row .single {
    font-size: 18px;
    margin-top: -14px;
}

.heading2row .indent {
    margin-left: 10px;
}

/*
    Change registration drop-down style
*/
.reg-drop-down {
    height: 20px;
    margin-top: 20px;
    color: #000000;
    overflow: visible;
}

.reg-drop-down span {
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    font-size: 13px;
}

.reg-drop-down .label {
    float: left;
    width: 20%;
    margin-top: 6px;
    padding-left: 0;
}

/*
    END Change registration drop-down style
*/

.linkedOverview {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 15px;
    text-align: left;
}

.linkedNoIDs {
    margin-top: 50px;
}

.stop-sharing-bkgnd {
    background: #FFFFFF; /* Old browsers */
    background: -moz-linear-gradient(top, #E4E4E4 0%, #FFFFFF 15%, #FFFFFF 85%, #E4E4E4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E4E4E4), color-stop(15%, #FFFFFF), color-stop(85%, #FFFFFF), color-stop(100%, #E4E4E4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E4E4E4 0%, #FFFFFF 15%, #FFFFFF 85%, #E4E4E4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E4E4E4 0%, #FFFFFF 15%, #FFFFFF 85%, #E4E4E4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #E4E4E4 0%, #FFFFFF 15%, #FFFFFF 85%, #E4E4E4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #E4E4E4 0%, #FFFFFF 15%, #fafafa 85%, #E4E4E4 100%); /* W3C */
}

.linked-reg-list {
    min-height: 80px; /* used for expansion */
    border-top: 1px dotted #CACACA;
    background-color: white;
    padding: 10px 10px 10px 10px;
}

.linked-reg-list:last-child {
    border-bottom: 1px dotted #CACACA;
    margin-bottom: 40px;
}

.linked-reg-list-last-child {
    /* For browsers not supporting last-child selector */
    border-bottom: 1px dotted #CACACA;
    margin-bottom: 40px;
}

.linked-reg-list .linkedOverview {
    margin-top: 25px;
}

.linked-reg-list #nestConfirm {
    width: 600px;
    /*margin-top: 10px;*/
}

.linked-reg-list > .reg-tbl {
    display: table;
    width: 100%;
    overflow: hidden;
}

.reg-tbl > .reg-tbl-row {
    display: table-row;
    min-height: 100px;
}

.reg-tbl div[id*="actions"] {
    display: table-cell;
    width: 120px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
}

.stop-sharing-pnl {
    min-width: 300px;
    max-width: 480px;
    padding: 10px;
}

.stop-sharing-pnl .msg-tbl {
    display: table;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
}

.stop-sharing-pnl .icon-cell {
    display: table-cell;
    padding-left: 5px;
    vertical-align: top;
}

.stop-sharing-pnl .text-cell {
    display: table-cell;
    padding-left: 15px;
    vertical-align: top;
}

.stop-sharing-pnl .control {
    display: inline-block;
}

/* ===========================================
 Family Linking Styles Tab
===========================================   */
.linked-sharing-tab {
    clear: both;
    margin: 20px 0 5px 0;
    width: 600px;
    display: table;
}

.linked-sharing-tab .tab-row {
    display: table-row;
}

.linked-sharing-tab .tab-row-left {
    display: table-cell;
    width: 400px;
    padding: 3px;
    vertical-align: middle;
}

.linked-sharing-tab .tab-row-right {
    display: table-cell;
    width: 200px;
    vertical-align: middle;
}

.linked-sharing-tab .full-width {
    width: 600px;
}

.linked-sharing-tab .selected {
    background-color: #00b7df;
    /* background */
    background: -moz-linear-gradient(top, #00c6e4, #00acda);
    background: -o-linear-gradient(top, #00c6e4, #00acda);
    background: -ms-linear-gradient(top, #00c6e4, #00acda);
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6e4), to(#00acda));
    -pie-background: linear-gradient(top, #00c6e4, #00acda);

    border: 1px solid #009FC8;
}

.linked-sharing-tab .selected:hover {
    /* background */
    background: -moz-linear-gradient(top, #0890cf, #016abd);
    background: -ms-linear-gradient(top, #0890cf, #016abd);
    background: -o-linear-gradient(top, #0890cf, #016abd);
    background: -webkit-gradient(linear, left top, left bottom, from(#0890cf), to(#016abd));
    background-color: #016ABD;
}

.linked-sharing-tab .selected a {
    color: #FFFFFF;
}

.linked-sharing-tab ul {
    list-style: none inside none;
    left: -5px;
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
}

.linked-sharing-tab li {
    display: inline;
    margin: 0;
    padding: 0;
    border: 1px solid #cccccc;;
    float: left;
    /* background gradient */
    background-color: #e4e4e4;
    background: -moz-linear-gradient(top, #f8f8f8, #e4e4e4);
    background: -o-linear-gradient(top, #f8f8f8, #e4e4e4);
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e4e4e4));
    -pie-background: linear-gradient(top, #f8f8f8, #e4e4e4);
}

.linked-sharing-tab li > a {
    color: #000000;
}

.linked-sharing-tab a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
}

.linked-sharing-tab li:hover {
    background: #fff;
    background: -moz-linear-gradient(top, #fff, #f0f0f0);
    background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
    background: -o-linear-gradient(top, #fff, #f0f0f0);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
    -pie-background: linear-gradient(top, #fff, #f0f0f0);
}

.linked-sharing-tab li:first-child {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;

}

.linked-sharing-tab li:last-child {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*.linked-sharing-tab .add-client-id-btn {
    float: right;
}*/

.linked-reg-list .confirm-btn {
    margin: 10px 25px 10px 25px;
    font-size: 18px;
}

/* ==========================================
       Registration Card
========================================== */
.card-details {
    display: table-cell;
    vertical-align: middle;
    /*width: 90%;*/
    text-align: left;
    padding: 10px;
    max-width: 400px;;
}

.card-details #portrait {
    display: table-cell;
    height: 100px;
    width: 100px;
    vertical-align: middle;
}

#portrait.img {
    max-height: 80px;
    max-width: 80px;
}

.card-details .owner-header {
    font-size: 16px;
}

.add-client-id-pnl {
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px dotted #CACACA;
    border-bottom: 1px dotted #CACACA;
    margin-bottom: 40px;
}

.add-client-id-pnl > #buttons {
    margin-top: 20px;
    margin-bottom: 40px;
}

.add-client-id-pnl > span {
    padding-left: 10px;
}

.add-client-id-pnl span.owner-header {
    padding-left: 0;
}

.add-client-id-pnl label {
    padding-right: 10px;
}

.add-client-id-pnl .text-block {
    display: block;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.add-client-id-pnl .error-pnl {
    width: 525px;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.add-client-id-pnl .error-tbl {
    display: table;
    margin-top: 20px;
    margin-bottom: 30px;
    /*width: 500px;*/
}

.add-client-id-pnl .error-tbl .tbl-row {
    display: table-row;
    margin-top: 10px;
    margin-bottom: 10px;
}

.table-cell {
    display: table-cell;
}
.table-row {
    display: table-row;
}
.table-header-group {
    display: table-header-group;
}

.table-row-group {
    display: table-row-group;;
}
/*.add-client-id-pnl .error-tbl .tbl-cell {
    display: table-cell;
}*/
.add-client-id-pnl .error-tbl .icon-cell {
    display: table-cell;
    padding-left: 5px;
    vertical-align: middle;
    max-width: 50px;
}

.add-client-id-pnl .error-tbl .text-cell {
    display: table-cell;
    padding-left: 15px;
    text-align: left;
    font-size: 16px;
}

.add-client-id-pnl .error-tbl .note {
    font-size: 12px;
}

.add-client-id-pnl .input {
    width: 340px;
}

.add-client-id-pnl .input-tbl {
    display: table;
    width: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.add-client-id-pnl .input-tbl .tbl-row {
    display: table-row;
}

.add-client-id-pnl .input-tbl .cell {
    display: table-cell;
    padding-top: 10px;
    padding-bottom: 10px;
}

.add-client-id-pnl .input-tbl .cell.border {
    min-width: 125px;
    overflow: hidden;
    white-space: nowrap;
}

.add-client-id-pnl .input-tbl .cell.center {
    display: table-cell;
    width: 350px;
}

.add-client-id-pnl .confirm-btn {
    margin: 10px 25px 10px 25px;
    color: #000;
}

.add-client-id-pnl #confirm-dlg {

}

.add-client-id-pnl #confirm-dlg img {
    vertical-align: middle;
}

.add-client-id-pnl #confirm-dlg .message {
    margin-top: 30px;
    margin-bottom: 40px;
}

#confirm-dlg>.btn-row {
    display: inline-block;
    margin-bottom: 40px;
}

.add-client-id-pnl .reg-card {
    display: table;
    width: 300px;
    padding: 5px 10px 5px 10px;
    margin: 15px 0 15px 0;

    border: 1px solid #000000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.reg-card > .reg-card-row {
    display: table-row;
    height: 100px;
}

.helpButton {
    color: #636363;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, serif;
    border: 0px;
    background: url(../ic/images/btnHelp.png) no-repeat center;
}

/* ===========================================
            Primefaces override
===========================================*/
.ui-widget-header {
    background: url(images/accord.png) repeat-x !important;
    border: 0px !important;
}

.ui-dialog .ui-dialog-titlebar-close span {
!important;
    z-index: 1;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
}

/*.ui-messages-fatal-icon { background-image:url(../ic/images/stop_small.png) !important; }
.ui-messages-fatal { border: 0px !important; color: black !important; background-color: #FFBABA !important;}*/
.ui-icon .ui-icon-closethick {
    max-width: 19px !important;
}

.headerSpan {
    padding-right: 10px;
    padding-left: 10px;
    color: #cccccc;
}

.footerspan {
    padding-right: 10px;
    padding-left: 10px;
    color: #515151;
}

.panelTopMargin {
    margin-top: 11px;
}

.paneFootBottomBorder {
    border-bottom: 1px solid #cacaca;
}

.cancelLink {
    float: left;
}

.cancelLink a {
    float: inherit;
    margin-top: -30px;
    margin-left: -18px;
}

.cancelLink  a:hover {
    color: #036ABE;
}

.passwordButton {
    margin-top: 10px;
}

.paneFootborder {
    border-bottom: 1px solid #cacaca;
    overflow: hidden;
}

.uppercase {
    text-transform: uppercase;
}

.profilEmail {
    color: #3ECBE7;
    margin-right: 5px;
}

/*tab head */
.tabsHeadBG {
    text-align: left;
    vertical-align: bottom;
    display: block;
    height: 56px;
    position: relative;
    z-index: 0;
    background-image: linear-gradient(bottom, #ECECEC 10%, #FFFFFF 45%);
    background-image: -o-linear-gradient(bottom, #ECECEC 10%, #FFFFFF 45%);
    background-image: -moz-linear-gradient(bottom, #ECECEC 10%, #FFFFFF 45%);
    background-image: -webkit-linear-gradient(bottom, #ECECEC 10%, #FFFFFF 45%);
    background-image: -ms-linear-gradient(bottom, #ECECEC 10%, #FFFFFF 45%);

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.10, #ECECEC), color-stop(0.45, #FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ECECEC');
    border-bottom: 1px solid #b4b4b5;
}

.tabsHeadBG .link_selected {
    z-index: 125;
}

.tabsHeadBG .link:hover a {
    color: #000000;
}

.tabsHeadBG .link .left, .tabsHeadBG .link .right,
.link_selected .left, .link_selected .right {
    height: 56px;
    width: 15px;
}

.tabsHeadBG a {
    display: block;
    font-size: 14px;
    margin: 14px 5px 0 5px;
    text-transform: uppercase;
}

.tabsHeadBG .link, .tabsHeadBG .link_selected {
    content: '';

    display: table-cell;
    cursor: pointer;
    position: relative;
    height: 56px;
    z-index: 0;

}

.tabsHeadBG .link_selected  .tablink_new a {
    z-index: 125;
    margin-top: -12px;
    color: #000;
}

.tabsHeadBG .link_selected  .tablink_new {
    background-color: #ffffff;
    border-bottom-color: #FFFFFF;
    color: #000000;
}

.tabsHeadBG .link .tablink_new :hover {
    color: #000000;
}

.tablink_new {
    display: block;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: -7px;
    margin-top: 14px;
    padding-top: 11px;
    text-transform: uppercase;
    -webkit-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    height: 30px;
    position: relative;
    color: #656565;
    border: 1px #b4b4b5 solid;
    width: 170px;

}

.tabsHeadBG .link .tablink_new a {
    z-index: 125;
    margin-top: -12px;
    color: #656565;
}

.tablabel {
    text-align: center;
}

.preferenceFooter {
    background-color: #E0E0E0;

    min-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;

    /* border */
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.preferenceButton {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    padding: 5px;
    /* border */
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    /* background gradient */
    background-color: #e4e4e4;
    background: -moz-linear-gradient(top, #f8f8f8, #e4e4e4);
    background: -o-linear-gradient(top, #f8f8f8, #e4e4e4);
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e4e4e4));
    -pie-background: linear-gradient(top, #f8f8f8, #e4e4e4);

}

.preferenceButton:hover {
    background: #fff;
    background: -moz-linear-gradient(top, #fff, #f0f0f0);
    background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
    background: -o-linear-gradient(top, #fff, #f0f0f0);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
    -pie-background: linear-gradient(top, #fff, #f0f0f0);
}

.preferenceButton span {

    color: #333333;
}

.changePasswordRight input {
    margin-right: 30px;
}

.prefHome {
    margin-top: 5px;
}

.prefHome a:hover {
    color: #036ABE;
}

/* ======================= Login start ===========================*/
.login {
    position: relative;
    width: 590px;
    z-index: 0;
    overflow: hidden;

    margin: 10px auto 10px auto;

    background: #FFF;
    /* box shadow */
    box-shadow: #ccc 0px 0px 9px;
    -moz-box-shadow: #ccc 0px 0px 9px;
    -webkit-box-shadow: #ccc 0px 0px 9px;
    -ms-box-shadow: #ccc 0px 0px 9px;
    -o-box-shadow: #ccc 0px 0px 9px;
    /*border*/
    border: solid 1px #ccc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

.login .heading {
    font-size: 28px;
    text-align: left;
    background-color: #F6F6F6;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;

    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%); /* IE10 Consumer Preview */
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%); /* Mozilla Firefox */
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%); /* Opera */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E0E0E0)); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%); /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #E0E0E0 100%); /* W3C Markup, IE10 Release Preview */
}

.login .loginTable {
    display: table;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 420px;
}

.login .loginRow {
    display: table-row;
    height: 40px;
}

.login .loginCell, .loginCellLeft {
    display: table-cell;
    padding: 10px;
    text-align: right;
    vertical-align: middle;
}

.login .loginCellLeft {
    text-align: left;
    width: 240px;
}

.loginMsg {
    min-height: 40px;
    width: 500px;
    text-align: left;
    margin: 20px auto 20px auto;
}

.login-lbl {
    text-align: right;
    vertical-align: bottom;
    white-space: nowrap;
    font-weight: bold;
    padding-top: 5px;
}

.login input {
    margin: 5px 0 5px 0;
    height: 20px;
    font-size: 16px;
}

.login input[type=checkbox] {
    margin: 0;
    height: auto;
}

.login .login-area-content-cell > .remember-lbl {
    font-size: 12px;
}

.login-area-content-cell >  a {
    font-size: 12px;
}

.login-button {
    font-size: 20px !important;
    min-height: 40px;
    background-color: #0479B3;
    margin: 20px 0 20px 0;
}

.login-register-pnl {
    display: table;
    height: 215px;
    width: 100%;
    /*padding: 10px 20px 10px 20px;*/
    background-color: #F7F7F7;

    /* Border */
    border: 1px solid #CCC;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.login-register-pnl > .register-pnl-row {
    display: table-row;
    height: 50%;
}

.register-pnl-row > .register-pnl-cell {
    display: table-cell;
    height: 100px;
    text-align: center;
}

.login-register-heading {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #004276;
    vertical-align: middle;
}

#login-area-content {
    display: table;
    padding: 20px;
    width: 550px;
}

#login-area-content > .login-area-content-row {
    display: table-row;
}

.login-area-content-row > .login-area-content-cell {
    display: table-cell;
    padding: 15px;
}

.login-area-content-row > .register-cell {
    min-width: 200px;
    max-width: 210px;
    vertical-align: top;
    padding-top: 20px;
}

#register-button-pnl {
    margin: 20px 0 10px 0;
}

.register-button {
    background-color: #0479B3;
    font-size: 20px;
}

.botMargin {
    margin-bottom: 20px;
}

.panelprefBorder {
    border: 1px solid #CACACA;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    padding-bottom: 5px;
    margin-right: 1px;
    overflow: hidden;
}

.prefMargin {
    padding-right: 3px;
    margin-left: -1px;
}

.paneborder {
    border-bottom: 1px dotted #cacaca;
    height: auto;
    min-height: 100px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.paneboder:last-child {
    border-bottom: 0;
}

.signup-button {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF !important;
    /* background settings */

    background-size: 125px 42px;
    text-align: center;
    white-space: normal;
    height: 42px;
    width: 114px;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    margin: 0 25px;
    /* background */
    background-color: #0479B3;
    /* background */
    background: -moz-linear-gradient(top, #00c6e4, #00acda);
    background: -o-linear-gradient(top, #00c6e4, #00acda);
    background: -ms-linear-gradient(top, #00c6e4, #00acda);
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6e4), to(#00acda));
    -pie-background: linear-gradient(top, #00c6e4, #00acda);

    /* Border */
    border: 1px solid #009FC8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.signup-button:hover, .signup-button:focus {
    /* background */
    background: -moz-linear-gradient(top, #0890cf, #016abd);
    background: -ms-linear-gradient(top, #0890cf, #016abd);
    background: -o-linear-gradient(top, #0890cf, #016abd);
    background: -webkit-gradient(linear, left top, left bottom, from(#0890cf), to(#016abd));
    background-color: #014980;

    border: #036fbf solid 1px;
}

.fundCompanyLink tr td {
    padding-top: 5px;
}

/* Override primefaces css*/
.ui-icon {
    text-indent: 45px !important;
}

.ui-icon-closethick {
    background-position-x: -93px !important;
    background-position-y: -127px !important;
}

.panelBorderDocuments {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #cacaca;
}

.panel-border-bottom-documents {
    margin-right: 1px;
    border-top: 0;
}

.prefStatus {
    float: left;
    color: #5D5D5D;
    margin: 5px;
}

.alertTable {
    border: #cacaca 1px solid;
    width: 618px;
    float: left;
}

.alertRow {
    border-bottom: #cacaca 1px solid;
    padding-bottom: 7px;
    padding-bottom: 7px;
}

/*Price history*/

#price-history {
    margin: 10px 20px;
    /*border: 1px solid black;*/
}

#price-history .price-history-header{
    border: 1px solid #CACACA;
    background-color: #009CC2;
    color: #ffffff;
    padding-left: 5px;
    font: 13px / 1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    text-align: left;
}

#price-history #search-options{
    /*border: 1px solid blue;*/
    border:1px solid #CACACA;
    /*height:60px;*/
    margin-bottom: 10px;
}

#price-history #search-criteria {
    margin: 10px 0;
}
#price-history #search-criteria .criteria {
    margin: 0 10px;
}
#price-history #search-criteria .criteria span {
    margin-right: 5px;
}

#price-history .command {
    overflow:auto;
}
#price-history .search-button {
    float:right;
    margin-right: 10px;
}
/*#price-history #search-option #search-date {
    border: 1px solid blue;
}
#price-history #search-option #search-symbol {

}
#price-history #search-option #search-period {

}
                                              */
#price-history #search-results {
    margin: 10px 0;
    /*overflow:auto;*/
}
#price-history #search-results #price-data{
    float:left;
    border:1px solid #CACACA;
    margin-right: 10px;
    height: 340px;
    width: 270px;
    overflow:hidden;
}
#price-history #search-results #price-data > table {
    height:20px;
}
#price-history #search-results #price-data > .price-data-header {
    border: 1px solid #CACACA;
    background-color: #009CC2;
    width: 100%;
    height:20px;
}
#price-history #search-results #price-data > .price-data-list {
    overflow-y:auto; height:99%
}
#price-data table td {
    padding-left: 12px;
}

#price-history #search-results #price-graph {
    float:right;
    border:1px solid #CACACA;
    margin-left:10px;
}
#price-graph > img {
    margin:10px;
}


.currency-unit{
    color: #666666;
    font-size: 12px;
    padding-left: 3px;
    font-weight: bold;
}

.header_font {
    font-size: 13px;
}

.closeButton {
    /* font settings */
    font-size: 18px;
    font-weight: bold;
    color: #000000 !important;
    /* background settings */
    background-color: #e4e4e4;
    background-size: 125px 42px;
    text-align: center;
    width: 80px;
    height: 30px;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #cccccc;
    padding: 3px;
    margin: 0;
}

.closeButton:hover {
    background-color: #FFFFFF;
    background-size: 125px 42px;
    border: 1px solid #cccccc;
}

.currency-unit{
    color: #666666;
    font-size: 12px;
    padding-left: 3px;
    font-weight: bold;
}

.closeButtonEpending {
    /* font settings */
    font-size: 14px;
    font-weight: normal;
    color: #000000 !important;
    /* background settings */
    background-color: #e4e4e4;
    background-size: 125px 42px;
    text-align: center;
    width: 80px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #cccccc;
    padding: 3px;
    margin: 0;
}

.closeButtonEpending:hover {
    background-color: #FFFFFF;
}

.preferencesChangePasswordRight .reenterLabel {
    padding-left: 55px;
}

.forgot-login-link{
    font-size: 12px;
}

span:focus{outline:1px dotted #000}

.actName:focus{outline:1px dotted #000}


/* ------ UI ------ */
/*

#menu{border-radius:0; padding: 0;background: #039ABE;  border: medium none;}
#menu li{width:auto; float:left; list-style: none; margin: 0;}
#menu a{ border-radius: 0;   color: #FFFFFF;   font-weight: bold;   padding: 6px 30px 0;}
#menu .ui-state-focus{background:#00B7DF;color:#fff; outline:1px dotted #fff; border:none; border-radius:0; margin:0}

#tabs{background-image: -moz-linear-gradient(center bottom , #ECECEC 10%, #FFFFFF 45%); border:none; border-bottom: 1px solid #B4B4B5; display: block; height: 56px; padding: 0; position: relative; text-align: left; vertical-align: bottom; z-index: 0; border-radius: 0;}
#tabs .ui-menu-item{width:auto; float:left;}
#tabs .ui-menu-item a{ -moz-border-bottom-colors: none; border-radius: 6px 6px 0 0; border:1px solid #B4B4B5; border-bottom:none; color: #656565; display: block; height: 30px; margin: 14px 0 0 10px; padding-top: 10px; position: relative; text-transform: uppercase; width: 150px;}
#tabs .ui-state-focus{background:#fff;color:#fff; outline:1px dotted #000; border:none; border-radius:0; margin:0}


#tabs .tfocused a:focus, a:focus{outline: 1px dotted #000;}
/*.list-row.selected {outline: 1px dotted #000}*/

#menu .focused a{background-color: #00ccf9; }
#menu .focused .selected {background-color: #00B7DF;}
#reg-list a{display:block}


.changeAccount span{float: none; text-align: right;}
/*#change-account a:focus{ outline:1px dotted #fff; padding-bottom: 10px;}*/
#change-account a,#change-external-asset a{color: #F5F5F5; display: block;}
.account-list a{display: block;}
.row-inner:focus{display: block;outline: 1px dotted #000}



.accordBG {overflow-y: inherit;}
.actHead {width: 65%;}
.reg-drop-down li:hover, .reg-drop-down a:hover {filter:none;}

.chart-text-description-table {
    /*display:table;*/
    display:none;
    text-align: left;
    width: 500px;
}

#signup-table {
    float: left;
    width: 380px;
    text-align: left;
    margin-bottom: 40px;
}
#signup-table .table-row > div {
    display:table-cell;
    /*border:1px red dashed;*/
    position:relative;
    vertical-align: top;
    padding:2px;
}
#validateStepTwo #signup-table .table-row > div:first-child {
    min-width: 210px;
    max-width: 224px;
}
#signup-table .table-row > div:first-child {
    min-width: 130px;
    max-width: 138px;
}
#signup-table .table-row > div.right-col {
    padding-left: 14px;
}

#signup-table .table-row > div.col-spanned {
    position: absolute;
    max-width: none !important;
    /*border: 1px solid black; width: 100%;*/
}
#signup-table .table-row > div.empty {
    height: 1.5em;
    /*border: 1px dotted blue;*/
}

/* Special case to line up the agreement ui:include
    Should be approx the same width as sign-up table
    to allow the centering of the agreement sub-elements
*/
#signup-table #confirm-agreement {
    height: 145px;
}
#signup-table #confirm-agreement > div {
    width: 380px;
}
#signup-control {
    width: 380px;
    margin-left: 203px;
    height: 43px;
    padding: 5px;
}

#dob-input {
    left:-6px;
}
#dob-input .inline-block .dob-month-label{
    max-width: 5.5em;
}
#dob-input .inline-block .dob-month-label > select{
    max-width: 5.5em;
}
#dob-input select{
    display:inline-block;
    position:relative;
    min-width: 3em;
    max-width: 5em;
    top:-3.25em;
    left:5px;
}
#dob-input label{
    display:inline-block;
    position:relative;
    min-width: 3em;
    max-width: 5em;
    top:2em;
    text-align:right;
    margin-right:2px;
}
.input-description {

    font-size: 12px;
    font-style: italic;
}


.document-type-panel{
    width:25%;
    float:left;
    padding-left: .5%;
    padding-right: .5%;
}

.content-panel{
    width: 73%;
    float:left;
    margin-left: .5%;

}
.top-margin{
    margin-top: 10px;
}

.rounded-borders{
    border: 1px solid #CACACA;
    border-top-left-radius :8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;

    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomright: 8px;
}

.subtitle {
    font-size: 12px;
}



.document-type-panel ul{
    list-style-type: none;
}

.document-type-panel ul li{
    margin-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    word-wrap: break-word;
}

.document-type-bottom-border{
    border-bottom: 2px solid #d3d3d3;
}

.document-type-panel a{
    font-size: 12px;
}

.unread-documents-count{
    color: red;
}

.document-description-truncate {
    width: 315px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.term-investment-forced-width {
    width: 170px;
}
/********************************
    Drop Down (aka SelectItem)
*********************************/
select.uui-input-field-drop-down {
    border: 1px solid #b2b2b2;
    height: 26px;
    padding: 3px;
}
select.uui-input-field-drop-down.width-80 {
    width: 80%;
}
select.uui-input-field-drop-down:hover {
    background: #ffffff;
    border: 1px solid #777777;
}
select.uui-input-field-drop-down:focus {
    background: #ffffff;
    border: 1px solid #777777;
}
select.uui-input-field-drop-down > option {
    color: #525252;
    padding: 4px;
}
.registrationPanel {
    position:relative;
}
.overlay{
    background: #FFF;
    display: block;
    filter: alpha(opacity=75);
    opacity: 0.90;
    z-index: 100;
    top: 0;
    position:absolute;
    height: 100%;
    width: 100%;
}
div.overlay-message {
    margin: auto;
    font-size: 18px;
    position:absolute;
    top: 150px;
    color: #5D5D5D;
    z-index:101;
    font-weight: bold;
    width: 100%;
}

.overlay-message div {
    vertical-align: middle;
}
.overlay-message img {
    position: relative;
    vertical-align: middle;
}
.overlay-message span {
    padding: 0 10px;
}

.overlay-message .loading-message {
    width: 480px;
}
.overlay-message .loading-message--secondary {
    margin-top:80px;
    width: 480px;
    font-size:12px;
}
.overlay-message .loading-message--secondary a {
    display:block;
    text-decoration: underline;
}
/*
    Input Field Date Overrides
*/
.uui-input-field-container--left-justify {
    display: inline-block;
    width: auto !important;
}
.uui-input-field__small {
    width: 60px !important;
}
.uui-input-field__med {
    width: 110px !important;
}
.uui-input-field-container.hint .uui-font--utility {
    font-size: 11px;
}
.uui-input-field-date {
    width: 116px;
}
.uui-input-field-date-container {
    width: 354px;
}
.uui-input-field-date__format {
    display: inline-block;
    font-size: 10px;
    left: -20px;
    position: relative;
    width: 60px;
}
.uui-input-field-date__range-container {
    width: 410px;
}
.uui-input-field-date__range-container > div.uui-input-field-date-container:last-child {
    position: relative;
    left: -30px;
    width: 225px;
}

.loading-background {
    background: url(../ic/images/ajax-loader-wheel.gif) no-repeat center;
}

.std-button .button-link {
    min-height: 22.5px;
    vertical-align: top;
}

.bold-button .button-input {
    color: #FFFFFF !important;
    background: transparent;
    border: none;
    min-height: 22.5px;
    vertical-align: top;
}

.pie-chart-loading {
    margin-top: 30px;
}

.embedded-iframe {
    width: 100%;
    min-height: 1000px;
}