﻿body {
}
/* Font */
@font-face {
    font-family: My7Seg;
    src: url('../Font/c7seg.eot'); /* this will be applied from IE 9 compatibility mode*/
    src: url('../Font/c7seg.eot?') format('embedded-opentype'), /* IE prior versions */ url('../Font/c7seg.woff') format('woff'), /* modern browser that support web open font */ url('../Font/c7seg.ttf') format('truetype'); /* browsers that support true type */
}

.a7seg {
    font-family: 'My7Seg';
    font-weight: bold;
    font-size: 28px;
    background-color: Black;
    color: White;
}

/* Body */
body {
    font-family: Times New Roman;
    margin: 0px 0px 0px 0px;
}

/* Navigation */
#Head {
    background-color: #000064; /*text-shadow: 0.1em 0.1em #FFC060;*/
    margin-top: -16px; /* HeadLess Margin-Top */
    font-weight: bolder;
}

#nav {
    width: 520px; /* 4 * (126 + 4) = 520 */
    height: 32px;
    margin-top: 0px; /* Top Main Header */
    margin-left: auto;
    margin-right: auto;
}

    #nav ul {
        padding-left: 0px;
        list-style: none;
    }

        #nav ul li {
            background-color: #000064;
            border-width: 0px;
            width: 126px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            float: left;
            position: relative;
            z-index: 1001;
        }

            #nav ul li a {
                text-decoration: none;
                color: White;
                display: block;
                font-weight: bold;
            }

                #nav ul li a:hover {
                    color: #FF6A00;
                }

        #nav ul ul {
            position: absolute;
            display: none;
        }

            #nav ul ul li {
                text-align: left;
                padding: 0px 8px 0px 8px;
            }

        #nav ul li:hover > ul {
            display: block;
        }

        #nav ul ul ul {
            margin-left: 126px;
            margin-top: -35px;
        }

#Footer {
    clear: both;
    width: auto;
    height: 20px;
    text-align: center;
    color: #fff;
}

/* Drop down list */
.select {
    /*for firefox*/
    -moz-appearance: none; /*for chrome*/
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    height: 21px;
}
.none {
    border: none;
    outline: none;
    scroll-behavior: smooth;
}

/* WatermarkExtender */
.wte {
    background-color: #FFE8E8;
    color: gray;
}

/* Sorting */
th a {
    text-decoration: none;
}

/* LinkButton */
.lb {
    text-decoration: none;
}

/* Auto Complete Extender */
.ace {
    margin: 0px !important;
    width: auto !important;
    height: auto !important;
    border: 1px solid buttonshadow;
    overflow: auto;
    text-align: left;
    list-style-type: none;
    padding-left: 1px;
    max-height: 300px;
}

.ace_highlight {
    background-color: #99CCFF;
    color: black;
    padding: 1px;
}

.ace_listItem {
    background-color: #dddddd; /*#ffffaa;*/
    color: windowtext;
    padding: 1px;
}

.ace340 {
    min-width: 340px;
}

.ace300 {
    min-width: 300px;
}

.ace280 {
    min-width: 280px;
}

.ace260 {
    min-width: 260px;
}

.ace240 {
    min-width: 240px;
}

.ace220 {
    min-width: 220px;
}

.ace200 {
    min-width: 200px;
}

.ace180 {
    min-width: 180px;
}

.ace160 {
    min-width: 160px;
}

.ace140 {
    min-width: 140px;
}

.ace120 {
    min-width: 120px;
}

.ace100 {
    min-width: 100px;
}

.ace80 {
    min-width: 80px;
}

/* Etc */
.Red {
    color: Red;
}

.Hand {
    cursor: pointer;
}

.Init {
    cursor: initial;
}

.over {
    overflow: hidden;
}

.aCenter {
    text-align: center;
}

.aRight {
    text-align: right;
}
