﻿body {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
}

#MainContentDiv {
    position: absolute;
    top: 150px;
    left: 100px;
    perspective: 2500px;
    z-index: 1;
}

#ContentDiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#ContentTable {
    border: 1px solid #CC9900;
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-color: #FFFFCC;
}

#ContentScreen {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    visibility: hidden;
    background-image: url('/Img/Shadow.png');
    background-repeat: repeat;
}

#UpRibbonDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #F0F0F0;
    height: 140px;
    z-index: 101;
}

#FooterDiv {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #F0F0F0;
    z-index: 102;
}

#FakeLeftRibbonDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 2000px;
    background-image: url('/Img/LeftRibbonFon.png');
    background-repeat: repeat-y;
    z-index: 103;
}

#LeftRibbonDiv {
    position: absolute;
    width: 80px;
    top: 220px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    vertical-align: top;
    z-index: 104;
}

#LoginDiv {
    padding: 23px 0px 0px 0px;
    position: fixed;
    width: 80px;
    height: 80px;
    top: 100px;
    left: 0px;
    text-align: center;
    vertical-align: top;
    background-color: #21242D;
    z-index: 105;
}

#LogoDiv {
    position: fixed;
    top: 10px;
    left: 0px;
    width: 250px;
    height: 100px;
    background-image: url('/Img/LogoN.gif');
    background-repeat: no-repeat;
    z-index: 106;
}

#LoginMenu {
    position: absolute;
    top: 170px;
    left: -500px;
    /*left: 200px;*/
    z-index: 201;
}

.LoginMenuRow {
    padding: 0px;
    margin: 0px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 32px;
    color: #FFFF66;
    line-height: 64px;
    text-shadow: 1px 1px 0 #996633;
    vertical-align: middle;
    font-style: italic;
    height: 64px;
}

.LoginMenuRowRed {
    padding: 0px;
    margin: 0px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 32px;
    color: #FF0000;
    line-height: 64px;
    text-shadow: 1px 1px 0 #996633;
    vertical-align: middle;
    font-style: italic;
    height: 64px;
}

#LoginScreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-image: url('/Img/Shadow.png');
    background-repeat: repeat;
    visibility: hidden;
    z-index: 108;
}

.Level2MenuNormalItem {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100px;
    height: 20px;
    position: relative;
    cursor: pointer;
    text-align: center;
    z-index: 220;
}

.Level2MenuSelectedItem {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100px;
    height: 20px;
    position: relative;
    cursor: pointer;
    text-align: center;
    z-index: 220;
}

.Level2MenuItemLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 20px;
    -moz-box-shadow: 0px 0px 2px #000 inset;
    -webkit-box-shadow: 0px 0px 2px #000 inset;
    box-shadow: 0px 0px 2px #000 inset;
}

.Level2MenuItemIcon {
    border: none;
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: 0px;
    left: 50px;
    -moz-box-shadow: 0px 0px 4px #000;
    -webkit-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
}

.Level2MenuItemFon {
    position: absolute;
    top: 20px;
    width: 100px;
    height: 0px;
    left: 0px;
    -moz-box-shadow: 0px 0px 4px #000 inset;
    -webkit-box-shadow: 0px 0px 4px #000 inset;
    box-shadow: 0px 0px 4px #000 inset;
    background-image: url('/Img/Level2MenuFon.png');
}

.Level2MenuItemText {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100px;
    height: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
    float: left;
    clear: both;
    width: 100%;
    font-size: 10px;
    letter-spacing: 1px;
}

.Level2MenuItemToolTip {
    display: block;
    padding: 5px;
    position: absolute;
    width: 90px;
    overflow: hidden;
    height: 90px;
    top: 20px;
    left: 0px;
    display: none;
    background-image: url('/Img/Level2MenuFon.png');
    text-align: center;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0B75AF;
    font-weight: bold;
    vertical-align: middle;
}

#Level3Menu {
    margin: 0;
    padding: 0;
}

    #Level3Menu li {
        list-style: none;
        height: 64px;
        width: 64px;
        margin: 6px;
        padding: 2px;
        background-repeat: no-repeat;
    }

    #Level3Menu a {
        height: 64px;
        width: 64px;
        display: block;
        position: relative;
        background-image: url('/Img/Level3MenuIcon64Shadow.png');
    }

        #Level3Menu a span {
            /* Container properties */
            width: 0;
            left: 64px;
            padding: 0;
            position: absolute;
            overflow: hidden;
            /* Text properties */
            font-family: 'Myriad Pro',Arial, Helvetica, sans-serif;
            font-size: 18px;
            font-weight: bold;
            letter-spacing: 0.6px;
            white-space: nowrap;
            line-height: 64px;
            /* CSS3 Transition: */
            -webkit-transition: 0.25s;
            -moz-transition: 0.25s;
            transition: 0.25s;
        }

        #Level3Menu a:hover {
            text-decoration: none;
            -moz-box-shadow: 0 0 5px #9ddff5;
            -webkit-box-shadow: 0 0 5px #9ddff5;
            box-shadow: 0 0 5px #9ddff5;
            background-image: url('/Img/Level3MenuIcon64Transparent.png');
        }

            #Level3Menu a:hover span {
                width: auto;
                padding: 0 20px;
                overflow: visible;
            }

.HeaderLeft {
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-collapse: separate;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #000000;
}
.HeaderCenter {
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-collapse: separate;
}
.HeaderRight {
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-collapse: separate;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #000000;
}
.HeaderAll {
    border: 2px solid #000000;
    border-collapse: separate;
}
.HeaderUp {
    border-collapse: separate;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-color: #000000;
    border-right-color: #000000;
    border-left-color: #000000;
    font-weight: bold;
}
.HeaderVertical {
    border-collapse: separate;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 2px;
    border-left-width: 2px;
    border-right-color: #000000;
    border-left-color: #000000;
    font-weight: bold;
}
.HeaderDown {
    border-collapse: separate;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    font-weight: bold;
}
.DataRight {
    border-collapse: separate;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #000000;
}
.DataLeft {
    border-collapse: separate;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #000000;
}
.DataDown {
    border-collapse: separate;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #000000;
}
