* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    font-size: .85em;
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #696969;
    background: url(/images/TopFade.png) repeat-x;
}

h4 {
    margin-bottom: 24px;
}


button,
a.FormButton {
    background: url(/images/button_bg.png);
    border: none;
    color: #fff;
    font-family: Arial;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 6px;
    cursor: pointer;
}

.ContentContainer {
    padding: 12px;
}

.FormButtonContainer {
    padding: 12px 0 0 180px
}

.DisclosureContainer,
.TerminologyContainer,
#tblFundFacts {
    font-size: .85em;
}

.DisclosureContainer {
    margin-top: 18px;
}

.DisclosureFramed {
    border: 1px solid black;
    padding: .5em;
    font-weight: bold;
}

.DisclosureClauseDisplay {
    font-weight: 400;
    font-style: normal;
    padding-bottom: 6px;
}


.DisclosureContainer p,
.TerminologyContainer p {
    margin-bottom: 6px;
}

.TerminologyContainer h4 {
    margin: 12px 0 6px 0;
    text-decoration: underline;
}

.Italic,
.BoldItalic {
    font-style: italic;
}

.Bold,
.BoldItalic {
    font-weight: bold;
}

.KeepWithPrevious {
    padding-bottom: 0px;
}


.page {
    width: 945px;
    margin: 0 auto;
    min-height: 100%; /* you can specify a greater/lesser percentage or an exact pixel width for the page width*/
}

#logo {
    position: relative;
    left: -21px;
}

#branding_top {
    float: right;
    margin-top: 42px;
}

#pageTitle {
    height: 40px;
    width: 945px;
    background: linear-gradient(#0f5bb1, #0b2176);
    color: #81cbea;
    line-height: 36px;
    padding-left: 12px;
}

#lnkLogout {
    font-size: 75%;
    float: right;
    margin-right: 12px;
    color: #81cbea;
    text-decoration: none;
}

    #lnkLogout:hover {
        color: #b2dced;
    }


footer {
    font-size: .9em;
    background: #f5f5f5;
    border-top: solid 2px #888888;
    /*position: relative;
    margin-top: -60px;
    height: 26px;*/
    clear: both;
    padding: 16px;
}

    footer a {
        text-decoration: none;
        color: #696969;
    }

        footer a:hover,
        footer a:active {
            text-decoration: underline;
        }

        footer a:active {
            color: #81cbea;
        }

    footer img {
        float: right;
    }

#footer_content {
    width: 945px;
    margin: 0 auto;
}

.pageStatusMessage,
.pageErrorMessage {
    padding: 18px 0;
}

.pageErrorMessage,
.globalErrorMessage {
    color: #d00;
}

.globalErrorMessage {
    padding-top: 18px;
    font-size: 2em;
    font-weight: bold;
}

/*
Form Elements
-----------------------------------------------------------
*/

.FormFieldContainer {
    margin-bottom: 8px;
}

input[type="text"],
input[type="password"] {
    height: 22px;
    width: 200px;
    border: 1px solid #999999;
    padding-left: 4px;
    font-size: 1.2em;
    color: #444;
}

label {
    font-weight: 400;
    width: 180px;
    float: left;
    padding-top: 4px;
}

    label::after {
        content: ":"
    }

sup {
    vertical-align: baseline;
    position: relative;
    top: -.6em;
}

#tblFundFacts {
    border-top: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
}

    #tblFundFacts tr:nth-child(even) {
        background: #eee;
    }

    #tblFundFacts td {
        border-bottom: 1px solid #ccc;
    }

        #tblFundFacts td:nth-child(odd) {
            padding: 9px 48px 9px 6px;
        }

        #tblFundFacts td:nth-child(even) {
            padding: 9px 12px 9px 48px;
        }


.PDFContainer {
    margin-bottom: 30px;
}

    .PDFContainer h4 {
        margin-bottom: 6px;
    }

ul#divMonthlyHoldingList {
    margin-left: 60px;
    list-style-image: url('/images/blt-red-ul.png');
}

    ul#divMonthlyHoldingList li {
        margin-bottom: 6px;
    }

    ul#divMonthlyHoldingList a {
        color: #777;
        text-decoration: none;
    }

        ul#divMonthlyHoldingList a:hover {
            color: #ccc;
            text-decoration: none;
        }



/*
Validation Helpers
-----------------------------------------------------------
*/
.field-validation-error {
    color: #d00;
    padding-left: 12px;
}
