﻿
td.chartHeader {
    font-size: large;
}

td.chartSubHeader {
    font-size: larger;
}

td.tabTopRow {
    border: 3px solid #FFE4B5;
    padding: 10px;
    background-color: #FAFAD2;
    cursor: pointer;
}

    td.tabTopRow:hover {
        background-color: #FAFAE2;
        font-weight: bold;
    }


td.tabTopRowSelected {
    border: 3px solid #FFE4B5;
    padding: 10px;
    background-color: #FFE4B5;
    font-weight: bold;
    cursor: default;
}

td.tabMiddleRow {
    border: 3px solid #FFE4B5;
    border-top: 3px solid #FFE4B5;
    border-bottom: 3px solid #FFE4B5;
    padding: 10px;
    background-color: #FAFAD2;
    cursor: pointer;
}

    td.tabMiddleRow:hover {
        background-color: #FAFAE2;
        font-weight: bold;
    }

td.tabMiddleRowSelected {
    border: 3px solid #FFE4B5;
    border-bottom: 3px solid #FFE4B5;
    padding: 10px;
    background-color: #FFE4B5;
    font-weight: bold;
}

td.tabLeftColumn {
    border: 3px solid #FFE4B5;
    padding: 3px;
    background-color: #FAFAD2;
    text-align: left;
    cursor: pointer;
}

span.tabLeftColumn {
    border: 3px solid #FFE4B5;
    padding: 3px;
    background-color: #FAFAD2;
    text-align: center;
    cursor: pointer;
}

div.tabTab {
    font-size: 1.5em;
}

div.tabTabUnSelected {
    cursor: pointer;
    background-color: #FFFFFF;
}

    div.tabTabUnSelected:hover {
        background-color: #f2f0ee;
        font-weight: bold;
    }

td.tabLeftColumn_inert {
    border: 3px solid #FFE4B5;
    padding: 3px;
    background-color: #FAFAD2;
}

td.tabLeftColumn:hover {
    background-color: #FAFAE2;
    font-weight: bold;
}

span.tabLeftColumn:hover {
    background-color: #FAFAE2;
    font-weight: bold;
}



td.tabLeftColumnSelected {
    border: 3px solid #FFE4B5;
    padding: 0px;
    background-color: #FFE4B5;
    text-align: left;
    font-weight: bold;
}

td.tabLeftColumnItem {
    border: 3px solid #FFE4B5;
    padding: 3px;
    background-color: #FAFAD2;
    text-align: left;
    cursor: pointer;
}

span.tabLeftColumnItem {
    cursor: pointer;
}

td.tabLeftColumnItem:hover {
    background-color: #FAFAE2;
    font-weight: bold;
}

span.tabLeftColumnItem:hover {
    background-color: #FAFAE2;
    font-weight: bold;
}

td.tabLeftColumnItemSelected {
    border: 3px solid #FFE4B5;
    padding: 0px;
    background-color: #FFE4B5;
    text-align: left;
    font-weight: bold;
}


td.tabLeftColumnGroupSelected {
    border: 3px solid #FFE4B5;
    background-color: #FFE4B5;
    text-align: left;
}

td.tabLeftColumnGroup {
    border: 3px solid #FFE4B5;
    padding: 0px;
    background-color: #FAFAD2;
    text-align: left;
    cursor: pointer;
}

    td.tabLeftColumnGroup:hover {
        background-color: #FAFAE2;
        font-weight: bold;
    }

span.LeftColumnHeader {
    font-size: large;
}

td.tabLeftColumnGroupItem {
    border: 1px solid #FFE4B5;
    border-bottom: 2px solid #FAFAE2;
    background-color: transparent;
    text-align: left;
}

select.dotnetdropdown {
    width: 8em;
}

    select.dotnetdropdown:hover {
        cursor: pointer;
    }

select.vgSelect {
    width: 15em;
}

    select.vgSelect:hover {
        cursor: pointer;
    }

.tabulardata_label {
    width: 50%;
    text-align: left;
}

.tabulardata_numeric {
    width: 15%;
    text-align: right;
    padding-right: 10px;
}

.tabulardata_percent {
    width: 10%;
    text-align: left;
}



/*City Footer*/
#cityfooter {
    background-color: #666;
    color: #eee;
    padding: 0px;
    width: 100%;
    height: 30px;
    padding: 0px;
    bottom: 0px;
    position: absolute;
    margin: 0px !important
}

    #cityfooter ul {
        list-style: none;
        display: inline;
        width: 100%;
        margin: 0px;
    }

    #cityfooter li {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-top: 6px;
        font-family: arial, helvetica;
        font-size: 12px;
        color: #e1e1e1;
    }

    #cityfooter a {
        color: #e1e1e1;
        font-family: Arial,Helvetica;
        font-size: 12px;
        text-decoration: none;
        font-weight: bold;
    }

        #cityfooter a:active {
            color: #e1e1e1
        }

        #cityfooter a:visited {
            color: #e1e1e1
        }

        #cityfooter a:hover {
            color: #fff
        }


.highlight {
    background-color: yellow;
}

.error {
    color: red;
    display: none;
    font-weight: bold;
}

.sm {
    font-size: 0.85em;
}

/*Content page*/
.contentpage {
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    top: 0;
}

.contentpage-header {
    padding: 15px;
}

.contentpage-header-title {
    font-size: 2em;
    vertical-align: middle;
}

.contentpage-header-desc {
    font-size: 1em;
    font-style: italic;
    text-align: left;
    overflow: hidden;
    vertical-align: middle;
    padding-top: 5px;
}

.contentpage-content-container {
    background-color: #FFFFFF;
    padding: 10px;
}


/*accordion style*/
.accordion {
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

    .accordion:hover {
        opacity: 0.85;
    }

    .accordion:before {
        content: '\002B';
        font-weight: bold;
        float: left;
        padding-right: 20px;
    }

    .accordion.active:before {
        content: "\2212";
    }

.panel {
    padding: 0 18px !important;
    background-color: white !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0px !important;
    border: none !important;
    box-shadow: none !important;
}

/*left menu style*/
.leftmenu-container {
    position: absolute;
    width: 185px;
    float: left;
    vertical-align: top;
    padding: 5px;
    background-color: White;
    margin-left: 30px;
    margin-top: 40px;
}

#leftNav:before {
    display: block;
    content: "";
    width: 75%;
    height: 2px;
    border-top: 8px solid #000;
    margin-top: -20px;
    margin-bottom: 20px;
}

#leftNav ul {
    padding: 0px;
    list-style: none;
}


@media (min-width: 768px) {
    #leftNav li {
        width: 100%;
    }
}

#leftNav li {
    padding: 0px 5px 20px 0px;
}

#leftNav a {
    color: #000;
    display: inline-block;
    font-weight: 600;
    max-width: 75%;
    text-decoration: none;
    background-color: transparent;
    FONT-SIZE: 100% !important;
}

    #leftNav a.activePage {
        color: #003da5;
        font-weight: 700;
    }

        #leftNav a.activePage:before {
            margin: 4px 0px 0px -15px;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 7px solid #000;
            position: absolute;
            content: "";
        }

    #leftNav a:hover {
        background-color: #0047ba;
        color: white;
    }

/*ethics footer*/
#ethicsfooter {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

    #ethicsfooter div {
        text-align: center;
        padding: 10px 0px;
    }


/*City Footer*/
#cityfooter {
    background-color: #666;
    color: #eee;
    padding: 0px;
    width: 100%;
    height: 30px;
    padding: 0px;
    bottom: 0px;
    position: absolute;
    margin: 0px !important
}

    #cityfooter ul {
        list-style: none;
        display: inline;
        width: 100%;
        margin: 0px;
    }

    #cityfooter li {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-top: 6px;
        font-family: arial, helvetica;
        font-size: 12px;
        color: #e1e1e1;
    }

    #cityfooter a {
        color: #e1e1e1;
        font-family: Arial,Helvetica;
        font-size: 12px;
        text-decoration: none;
        font-weight: bold;
    }

        #cityfooter a:active {
            color: #e1e1e1
        }

        #cityfooter a:visited {
            color: #e1e1e1
        }

        #cityfooter a:hover {
            color: #fff
        }

/*Pop report link style*/
.popLink {
    color: #0047ba;
    cursor: pointer;
}