﻿/* Base style overrides */
li {
    list-style-type: none !important;
    height: 25px;
}


/* Conversion to .NET Project new styles */

.net-button {
    width: 120px !important;
    height: 30px !important;
    margin-left: -87px;
    cursor: pointer;
}

.net-header {
    width: 79%;
    margin: 0 auto;
    margin-top: -10px;
}

    .net-header table {
        width: 100%;
        height: 108px;
        margin-left: 00px;
    }

    .net-header td {
        width: 100%;
        padding-left: 35px;
        background-image: url('../Images/00.gif');
        background-repeat: repeat-x;
    }

.net-header-3 {
    font-size: 1.9em;
    color: black;
    font-weight: bold;
    padding: 0 0 25px 25px;
}

.net-header-4 {
    font-size: 1.5em;
    font-weight: bold;
    color: #808080;
    margin-bottom: 15px;
}

.net-header-5 {
    font-size: 1.9em;
    color: black;
    font-weight: bold;
    padding: 0 0 10px 10px;
}

.net-header-6 {
    font-size: 1.9em;
    color: black;
    font-weight: bold;
    padding: 0 0 25px 25px;
}

.net-header-7 {
    font-size: 1.5em;
    font-weight: bold;
    color: #808080;
    margin-bottom: 5px;
}

.net-indent {
    margin-left: 40px;
}

.net-login {
    text-align: left;
    padding-left: 10px;
    background-image: url('../Images/gradient.png');
}

    .net-login input {
        height: 25px;
        width: 200px;
    }

    .net-login td {
        padding: 20px;
    }

.net-menu {
    background-image: url('../Images/blackgradient.png');
    width: 80%;
    height: 38px;
    padding: 10px;
    margin: 0 auto;
}

    .net-menu > li {
        float: left;
        width: 12%;
    }

        .net-menu > li > a {
            color: white !important;
            text-decoration: none;
        }

            .net-menu > li > a.active {
                color: red !important;
                text-decoration: none;
            }

.net-urgent-box {
    border: 1px solid red;
    padding: 25px;
    position: absolute;
    left: 50%;
    top: 200px;
    z-index: 100;
    width: 300px;
}
