﻿
    .highlightbox header.UNLRed, .heading .UNLRed, .secondnavbox header.UNLRed

{
    background: #B70302 url(/sharedcode/css/UNLRed/images/ui-bg_highlight-hard_35_D00000_1x100.png) 50% 50% repeat-x;
    color: white !important
}
/*---------------------------------------------------------------------------------------------------------*/
/* Highlight Box */
/*---------------------------------------------------------------------------------------------------------*/

.highlightbox {
    padding: 5px;
    background-color: rgba(74, 59, 19, 0.1);
    margin: 0 0 10px 0;
}

    .highlightbox header {
        background: #4A3B13 url(/sharedcode/css/UNLNeutralLight/images/ui-bg_highlight-soft_35_4A3B13_1x100.png) 50% 50% repeat;
        color: White !important;
        padding: 5px;
        margin: -5px -5px 0 -5px;
        font-weight: normal;
        font-family: Gotham SSm A, Gotham SSm B, sans-serif;
        font-size: 12pt; /*border-top-right-radius: 5px;border-top-left-radius: 5px;*/
    }

    .highlightbox > ul, .highlightbox ul {
        padding: 0 !important;
        list-style: none !important;
    }

        .highlightbox > ul > li, .highlightbox ul li {
            font-size: 10pt !important;
            border-bottom-width: 1px;
            border-top-width: 1px;
            border-bottom-style: solid;
            border-top-style: solid;
            border-bottom-color: rgba(74, 59, 19, 0.3);
            border-top-color: rgba(255, 255, 255, 0.5);
            list-style: none;
            padding: 5px;
            margin: 0;
        }

            .highlightbox > ul > li:first-of-type {
                border-top: none;
            }

            .highlightbox > ul > li:last-of-type {
                border-bottom: none;
            }

            .highlightbox > ul > li > ul > li {
                border-bottom-width: 1px;
                border-top-width: 1px;
                border-bottom-style: solid;
                border-top-style: solid;
                border-bottom-color: rgba(74, 59, 19, 0.3);
                border-top-color: rgba(255, 255, 255, 0.5);
                list-style: none;
                padding: 5px 5px 5px 10px;
                margin: 0;
            }

                .highlightbox > ul > li > ul > li:first-of-type {
                    border-top: none;
                }

                .highlightbox > ul > li > ul > li:last-of-type {
                    border-bottom: none;
                }

            .highlightbox > ul > li > ul {
                padding: 0 0 0 1.5em !important
            }

    .highlightbox li li {
        font-size: inherit !important;
    }

    .highlightbox p {
        font-size: 10pt !important;
        margin: 5px !important;
    }

    .highlightbox a {
        color: #c20000 !important;
    }

