/* Minification failed. Returning unminified contents.
(18,12): run-time error CSS1036: Expected expression, found '#'
 */
#innerContent.k-widget {
    border: none;
}

#innerContent .k-grid-header {
    display: none;
}

.k-alt {
    background: #ffffff;
}

.k-grid td {
    line-height: normal;
}

.sm-nav-topid-head {
    color: ##707070;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
}

#innerContent div a:last-of-type {
    margin-bottom: 10px;
}

#innerContent div.k-grid-content table[role='grid'] {
    padding-bottom: 10px;
}

.sm-nav-sec-link {
    margin-left: 20px;
    display: block;
    font-weight: normal;
    font-size: initial;
    text-decoration: underline;
    margin-bottom: 5px;
}

#breadcrumb {
    /*vertical-align: sub;*/
}

    #breadcrumb,
    #breadcrumb a {
        color: #004A80;
    }

        #breadcrumb a {
            /*#breadcrumb label {*/
            text-decoration: underline;
            display: inline-block;
            max-width: 300px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        #breadcrumb label {
            display: inline-block;
            text-decoration: none;
            margin: 0px 5px;
            vertical-align: top;
        }

/*#breadcrumb div {
            display: inline;
        }

        #breadcrumb > div {
            vertical-align: top;
        }*/

.agencyText {
    color: #707070;
    font-weight: bold;
}

#innerContentWrapper {
    height: 600px;
    width: 100%;
    overflow-y: auto;
}

#innerContent {
    padding: 10px;
    /*font-family: 'Times New Roman', Arial, Helvetica, sans-serif;*/
}

#innerHeader {
    font-size: .9em;
    color: #707070;
    /*color: #515151;*/
    padding-left: 10px;
    /*border-bottom: 1px solid gray;*/
    margin-top: 5px;
    padding-bottom: 10px;
    font-weight: bold;
}

.k-grid-content {
    overflow-y: auto !important;
}

#innerContent h1.title,
#innerContent p.title {
    color: black;
}

.highlight-yellow {
    background: yellow;
}

    .highlight-yellow.active {
        background: #57ea1c;
    }

.blue-underline {
    text-decoration: underline !important;
    color: #004A80;
}

