﻿body {
    background-color: black;
    margin: 0px 0px 0px 0px;
}

.header, .footer {
    width: 100%;
    position: fixed;
    margin: 0px 0px 0px 0px;
    float: none;
    height: 120px;
}

.header {
    top: 0px;
    height: 120px;
    z-index: 1000;
}

.footer {
    bottom: 0px;
    height: 30px;
    padding-left: 30px;
}

.body {
    margin-top: 130px;
    margin-bottom: 50px;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
}

.icon, .subtitle, .item ul li, .whitetext {
    text-shadow: 2px 2px 5px #000;
    color: #fff;
}

.ul {
    text-decoration: underline;
}

.header {
}

.headertext {
    font-size: 30px;
    font-weight: bolder;
    margin-left: 50px;
    margin-top: 30px;
    display: block;
}

.center {
    text-align: center;
    display: block;
}

.clear {
    float: none;
    clear: both;
}

.metrocontent {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

:target {
    display: inline !important;
    position: fixed;
    top: 120px;
    left: 0px;
    right: 0px;
    bottom: 30px;
    background-color: rgba(0, 0, 0,.95);
    z-index: 1;
}



.dialog {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    top: 10%;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
    max-width: 800px;
    border: solid thin;
    border-color: rgba(255, 216, 0,.5);
    min-height: 80%;
    max-height: 85%;
    overflow-y:auto ;
}

    .dialog h1 {
        color: gold;
        text-shadow: 2px 2px 5px #ccc;
    }

    .dialog h3 {
        text-shadow: 2px 2px 5px #ccc;
        color: #fff;
    }

.alignleft {
    text-align: left;
}

.margin30px {
    margin-left: 30px;
}

.margin40px {
    margin-left: 40px;
}

.floatright {
    float: right;
}

.divstree {
    position: absolute;
    float: left;
    left: 100px;
    width: 100px;
    overflow: auto;
    border: solid thin gold;
    top: 120px;
    bottom: 30px;
}

.divs {
    position: absolute;
    float: left;
    left: 200px;
    width: 100px;
    overflow: auto;
    border: solid thin gold;
    top: 120px;
    bottom: 30px;
}

.divsitem {
    width: 75px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    margin: 1px 3px 3px 1px;
}

.pages {
    position: absolute;
    float: left;
    width: 100px;
    overflow: auto;
    border: solid thin gold;
    top: 120px;
    bottom: 30px;
}

.pageitem {
    width: 75px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

.modal, .ui-front {
    z-index: 1001 !important;
}

.status {
    position: absolute;
    float: left;
    left: 300px;
    right: 0px;
    height: 50px;
    overflow: auto;
    border: solid thin gold;
    top: 120px;
    bottom: 30px;
}

.hand {
    cursor: pointer;
}

.item {
    float: right;
    font-family: 'Times New Roman', Arial,'Arial Unicode MS';
    font-weight: bold;
    overflow: hidden;
}

.item {
    width: 120px;
    height: 120px;
}

    .item ul {
        list-style-type: square;
        text-align: left;
        margin-left: 10px;
    }

.item2w {
    width: 250px;
}

.item3w {
    width: 380px;
}

.item4w {
    width: 510px;
}

.item5w {
    width: 650px;
}

.item6w {
    width: 770px;
}

.item2h {
    height: 250px;
}

.item3h {
    height: 380px;
}

.item4h {
    height: 510px;
}

.item6h {
    height: 770px;
}

.item:hover {
    margin: 1px 1px 1px 1px;
}

.subtitle {
    float: left;
    text-align: left;
    bottom: 0px;
    margin-left: 5px;
    font-family: Lato, Helvetica, Arial, Tahoma;
    font-weight: bold;
}

.icon {
    padding-top: 15px;
}

.iconitem {
}

.headerlistitem {
}

.backbutton {
    color: gold;
    right: 10px;
    position: fixed;
    bottom: 10px;
}
