﻿#container {
    width: 960px;
    margin: 0 auto;
}

.backcolor-salmon {
    background-color: salmon;
}

.backcolor-lavender {
    background-color: lavender;
}

#form1 {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 400px;
    height: 300px;
    border-collapse: collapse;
}

.login_table {
    width: 400px;
}

.miniModal {
    background-color: salmon;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 480px;
    height: 480px;
}

.setting_table {
    position: absolute;
    width: 400px;
    height: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#login_container {
    margin: auto auto;
}

.title {
    text-align: center;
}

#Panel1 {
    background-color: azure;
    border: medium solid #fe0010;
}

.login_column_left {
    text-align: center;
    width: 150px;
}

.login_column_right {
    width: 150px;
}

.submit {
    float: right;
    margin-right: 20px;
    margin-left: auto;
}

#hello {
    text-align: right;
    /*margin-right:0px;*/
    display: block;
}

#date {
    display: block;
    vertical-align: bottom;
    text-align: end;
}

#product {
    vertical-align: bottom;
    text-align: center;
}

#hours {
    vertical-align: bottom;
    text-align: right;
}

/*.menubtn {
    display: block;
    background-color: #b0b2af;
    width: 200px;
}

    .menubtn a {
        display: block;
        color: #FFF;
        font-weight: bold;
        text-align: center;
    }

.nav-global {
    display: none;
}

    .nav-global li {
        float: left;
        width: 100%;
        text-align: center;
        border: 1px solid #fff;
        padding: 0px;
        margin-left:0px;
        background-color: #b0b2af;
    }

ul {
    list-style-type: none;
    width: 200px;
    padding: 0px;
    margin: 0px;
}

    ul li {
        color: #FFF;
        border-left: solid 6px #1fa67a;
        border-bottom: solid 2px #dadada;
        background: whitesmoke;
        margin-bottom: 5px;        
        line-height: 1.5;
        list-style-type: none !important;
        font-weight: bold;
    }
*/

nav {
    border-bottom: 5px solid #ccc;
    position: relative;
}

    nav ul {
        position: absolute;
        left: 10%;
        display: table;
        margin: 0 auto;
        padding: 0;
        width: 80%;
        text-align: center;
    }

        nav ul li {
            display: table-cell;
            min-width: 50px;
        }

            nav ul li a {
                display: block;
                width: 100%;
                height: 100%;
                padding: 10px 0;
                text-decoration: none;
                color: #aaa;
            }

            nav ul li.current {
                font-weight: bold;
                border-top: 5px solid #CCCCCC;
            }

                nav ul li.current a {
                    color: #CCCCCC;
                }

            nav ul li a:hover {
                color: #88004a;
                background-color: #fc5565;
            }

            nav ul li:hover {
                border-top: 5px solid #ffd800;
            }


.image_center {
    /*float:none;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.image_left {
    float: left;
    margin-left: 0px;
    margin-right: auto;
}

.image_right {
    float: right;
    margin-right: 0px;
    margin-left: auto;
}

.table_main {
    width: 960px;
    table-layout: fixed;
}

.column_left {
    width: 35%;
}

.scroll {
    table-layout: fixed;
    width: 960px;
    border-width: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .scroll thead {
        float: left;
        background-color: #CCCCCC;
        color: #FFFFFF;
    }

    .scroll tbody {
        float: left;
        /*height: 300px;*/
        table-layout: fixed;
        /*margin-left: auto; margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;*/
    }

    .scroll th {
        border: solid 1px #CCCCCC;
        table-layout: fixed;
        padding: 0;
        margin: 0;
        height: 30px;
    }

    .scroll td {
        border: solid 1px #CCCCCC;
        table-layout: fixed;
        line-height: 1.5em;
        padding: 0;
        margin: 0;
        height: 12px;
    }

.col1 {
    width: 110px;
}

.col2 {
    width: 110px;
}

.col4 {
    width: 110px;
}

.col5 {
    width: 110px;
}

h3 {
    font-size: 12pt;
    text-decoration: underline;
    /*margin-left: auto; margin-right: auto;*/
    text-align: center;
}

.footer {
    text-align: center;
    font-size: 12px;
    color: #333;
    height: 29px;
}

/*#Table1 {
    margin-right:50px;
}*/

.PasswordForm {
    margin-left: 2em;
    width: 12em;
}

#Table3 {
    position: relative;
    width: 960px;
}

.auto-style4 {
    width: 960px;
    height: 6px;
}
