﻿@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 */
}

body
{
    font-family: Times New Roman;
    margin: 0px 0px 0px 0px;
}

#Login
{
    padding: 6px 0px 6px 0px;
}
#lblLogin, #lkLogin
{
    padding: 0px 10px 0px 10px;
}

#Head
{
    background-color: #000064;
}

#Navigation
{
    width: 520px; /* 4 * (126 + 4) */
    height: 32px;
    margin-top: 0px; /* Top Main Header */
    margin-left: auto;
    margin-right: auto;
    background-color: #000064; /*text-shadow: 0.1em 0.1em #FFC060;*/
    font-weight: bolder;
}

#nav
{
    list-style: none;
    margin-top: 0px; /* Top Main Header */
    margin-bottom: 0px;
    padding-left: 0px;
    width: 520px; /* 4 * (126 + 4)*/
}

#nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    display: none;
}

#nav li
{
    font-size: 16px;
    float: left;
    padding: 6px 2px 6px 2px;
    position: relative;
    height: 20px;
    width: 126px; /* 126 */
}

#nav li ul li
{
    background-color: #000064;
    background-size: cover;
    height: 20px;    /*top: 4px;*/ /* Top Sub Header */
    width: 126px; /* 126 */
    z-index: 103;
}

#nav a:link, #nav a:active, #nav a:visited
{
    display: block;
    color: #e0e0ff;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

#nav a:hover
{
    color: #FF6A00;
}

#Footer
{
    clear: both;
    width: auto;
    height: 20px;
    text-align: center;
    color: #fff;
}

.wte
{
    background-color: #FFE8E8;
    color: gray;
}

.sel
{
    -webkit-appearance: none;
}

/* Color */
.Red
{
    color: Red;
}
