/* --- Muted Luxembourg Heritage Color Scheme (Template 4) --- */

/* 1. Main Background Bars & Data Labels: Soft Historic Slate Blue */
.fieldnameback, .bar, .LB_closeAjaxWindow {
    background-image: none !important;
    background-color: #4A6B82 !important; 
    color: #FFFFFF !important;
}

/* 2. Left Sidebar: Muted Deep Blue-Grey */
.sideback {
    background-image: none !important;
    background-color: #2E3E4F !important;
}

/* 3. Navigation Tabs & Menu Highlights (Sub-menus/Tabs inside individual profiles) */
#tngnav a:hover, #tngnav a.here, .tabback {
    background-image: none !important;
    background-color: #A65252 !important; 
    color: #FFFFFF !important;
}

/* 4. Ensure typography color stays clean and highly readable */
span.fieldname, .fieldnameback, .bar {
    color: #FFFFFF !important;
}


/* --- Flat Clean Top Navigation Bar (Like Icelandic Roots) --- */
.menu, #menu, .nav {
    background-image: none !important;
    background-color: #F8F9FA !important; /* Flat light grey/off-white background */
    border-radius: 0px !important;          /* Strips the rounded pill shape */
    box-shadow: none !important;            /* Strips the 3D drop shadow */
    border-top: 1px solid #D6D8DB !important; /* Clean horizontal separator lines */
    border-bottom: 1px solid #D6D8DB !important;
    border-left: none !important;
    border-right: none !important;
    padding: 8px 12px !important;
}

/* Style the links inside the top nav bar to look clean and un-bolded */
.menu a, #menu a, .nav a {
    color: #0056B3 !important; /* Simple flat blue links */
    font-weight: normal !important;
    font-size: 13px !important;
    text-decoration: none !important;
}

.menu a:hover, #menu a:hover, .nav a:hover {
    color: #003366 !important;
    text-decoration: underline !important;
    background: transparent !important;
}


/* --- Modern Flat Header Layout --- */
.header, h1, h2, .header td font {
    color: #111111 !important;
    font-family: "Impact", "Arial Black", sans-serif !important;
    text-shadow: none !important;
    filter: none !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

/* Hide the vintage oval portrait placeholder image on the far right */
td[align="right"] img, .header img, img[src*="title.gif"] {
    display: none !important;
}
