﻿* {
    font-family: Arial
}

header {
    background-color: #C0C0C0;
    width: 844px;
    height: 86px;
}

h1 {
    font-size: 20px;
}

#PageWrapper {
    width: 844px;
    margin: auto;
}

.navbar {
    overflow: hidden;
    background-color: #5F84CE;
    position: fixed;
    top: 0;
    width: 100%;
    border: 1px solid #ccc;
}

    .navbar a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .navbar a:hover {
            background: #ddd;
            color: black;
        }


body {
    color: #5F84CE;
}

aside {
    background-color: Gray;
    width: 180px;
    float: left;
}

footer {
    background-color: #5F84CE;
    color: white;
    text-align: center;
    padding: 1px;
    height: 20px;
    width: 99%;
    border: 1px solid #ccc;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    font-size: 12px;
}

/* Style the tab */
.tabline {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #5F84CE;
}

    /* Style the  inside the tab */
    .tabline a {
        float: left;
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tabline a:hover {
            background: #4C6AA5;
            color: black;
        }

        /* Create an active/current tablink class */
        .tabline a:active {
            background-color: white;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    color: #4C6AA5;
}

.dispcontent {
    padding: 20px 20px 20px 20px;
    color: #5F84CE;
}
.ErrorMessage {
    color: Red;
}