﻿body {
    font: normal .80em LindeDaxPowerPoint, sans-serif;
    background: #535353;
    color: #1D1D1D;
}

img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font: bold LindeDaxPowerPoint, arial, sans-serif;
    color: #DDDDDD;
    letter-spacing: -1px;
    margin: 0 0 5px 0;
    padding: 15px 0 0 0;
}

    h2.dark {
        color: #999999;
    }

.context {
    background: #DDDDDD;
}

.ImageDisplay {
    background: #FFFFFF;
    border-collapse: collapse;
    border: solid;
    border-color: #999999;
    border-width: 1px;
    border-spacing: 10px;
    text-align: center;
    font-size: 8pt;
    vertical-align: top;
    align-items: center;
    color: #535353;
    padding: 15px;
    width: 170px
}

.BlankIt {
    background: #DDDDDD;
}

a:link, a:active, a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #c2d5f7;
}

a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #c2d5f7;
}


.dark a, .dark a:link, .dark a:active, .dark a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #0000FF;
}

    .dark a:hover {
        font-weight: bold;
        text-decoration: none;
        color: #0000FF;
    }

/* NAVIGATION */

.nav {
    /* -   padding:10px;
    border:solid 1px #c0c0c0;
    float:left;*/
    padding: 5px;
    float: left;
    list-style: none;
    margin: 0px;
    width: auto;
}

    .nav li {
        /* list-style-type:none;
    float:left;
    margin:0 10px;*/
        list-style-type: none;
        float: left;
        background-color: #737A7E;
        border: 1px #B1BCC5 solid;
        color: #dde4ec;
        display: block;
        line-height: 1.0em;
        padding: 4px 10px;
        text-decoration: none;
        white-space: nowrap;
    }

        .nav li a {
            float: left;
            background-color: #737A7E;
            /*   border: 1px #B1BCC5 solid;*/
            color: #dde4ec;
            display: block;
            line-height: 1.0em;
            padding: 4px 10px;
            text-decoration: none;
            white-space: nowrap;
        }

        .nav li.active {
            background-color: #BA1126;
            text-decoration: none;
            font-weight: bold;
        }

            .nav li.active a {
                background-color: #BA1126;
                color: #fff;
                font-weight: bold;
            }

        .nav li a:hover {
            background-color: #BA1126;
            color: #FFFFFF;
            text-decoration: none;
        }

