.title {
    font-size: 18px !important;
    font-weight: normal !important;
    font-family: "HPSimplified" !important;
    color: #0096D6 !important;
}

.collapsed {
    background: url(../images/sprite-for-plus-minus.png) no-repeat;
    background-position: -116px -69px;
}

.expanded {
    background: url(../images/sprite-for-plus-minus.png) no-repeat;
    background-position: -113px -211px;
}

.expanded, .collapsed {
    background-repeat: no-repeat;
    margin-right: 5px;
    min-height: 18px;
    min-width: 18px;
    text-indent: 25px;
    margin-top: 4px;
    display: inline-block;
}

.expandAllContainer {
    height: 58px;
    border-bottom: 1px solid #CCCCCC;
}

.collapseAll {
    margin-right: 10px;
    margin-left: 10px;
}

.collapseAll, .expandAll {
    height: 18px;
    width: 18px;
    float: right;
    margin-top: 20px;
    text-align: right;
}

.td_retired
{
    vertical-align:bottom;
    text-align:center;
    width: 40%;
}

.td_expCol
{
    width: 27%;
}

.td_ddl
{
    width: 33%;
}

.titleSpace {
    margin-top: 20px;
    margin-bottom: 20px;
}

#htmlContentTitle {
    font-family: HPSimplified, Arial;
    color: #000000;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 0px;
    border-bottom: 1px solid #000;
    padding-bottom: 16px;
}

/*#mainContainer table td{
    border: none !important;
    padding: inherit !important;
}*/

#toTop {
    display: block;
    position: fixed;
    top: 90%;
    left: 0;
    font-family: "HPSimplified" !important;
    color: #0096D6 !important;
}

#imgBackToTop {
    position: relative;
    top: 10px;
    border: none;
}

.fixToTop {
    top: 0px;
    position: fixed;
    width: 75%;
    z-index: 1000;
    background: white;
}

@media screen and (max-width: 797px) {
    #body {
        width: 90% !important;
        margin-left: 5%;
    }

    #topContainer {
        width: 100%;
    }

    #htmlContentTitle {
        font-size: 24px;
    }

    .fixToTop {
        width: 95% !important;
    }

    body {
        overflow-x: hidden;
    }

    table tbody tr {
        width: 50%;
    }

    .contentDiv {
        overflow-x: scroll;
    }

    #spanToTop {
        display: none;
    }

    table.MsoNormalTable {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .section img {
        width: 100% !important;
    }
}

.contentDiv {
    margin-top: 10px;
    margin-left: 20px;
    display: none;
}

#divHTMLFooter {
    text-align: center;
    font-weight: bold;
}

.body {
    width: 75%;
    margin-left: 10%;
}
