﻿nav
{
    background-color: #eee;
    border-top: 3px solid #0088cc;
    border-bottom: 1px solid #0088cc;
}

#menuContent {        
    /*clear: both;
    text-align: center;*/
    display: table;
    margin: 0 auto;
}

.level1
{
    font-size: 14px;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
}

.level2 
{
    color: #085390 !important;   
    background: #eee;
}

.level1 a:hover, .level2 a:hover
{
    background: #ddd !important;
}

#footerContent {
    background-color: #085390;
    border-top: 3px solid #0088cc;
    width: 100%;
    bottom: 0px;
    min-height: 30px;
    position: fixed;
    color: White;
    font-size: 90%;
    text-align:center;
    padding-top: 5px;
    z-index: 10;
}

fieldset 
{
    border: 1px solid black;
    border-radius: 10px;
    background-color: aliceblue;
    padding: 8px;
    margin-bottom: 10px;
}

legend 
{
    width: auto;
    padding: 0 10px;
    border: none;
    margin-bottom: 0px;
}

input[type=checkbox]
{
    width: 20px;
    height: 20px;
}

.customul 
{
    padding: 5px;
    list-style: none; 
}

