﻿body {
    /*width: 100%;*/
    font-family: Arial, Helvetica, sans-serif;
    background-color: black !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

table {
}

    table tr, table td, table th {
        margin: 2px;
        padding: 2px;
    }
.divMain {
    /*width: 1100px;*/
    margin: 0 auto;
    position: relative;
}

.divHeader {
    box-shadow: 0px 5px 12px #888888;
    border-bottom: 2px solid black;
    background-color: #5C5C5C;
    height: 100px;
}

.menuDiv {
    background-color: #5C5C5C;
    width: 195px;
    border-right: 1px solid black;
    /*border-bottom: 2px solid black;*/
}

.contentDiv2 {
    background-color: #5C5C5C;
    /*width: 800px;*/
    overflow-x:hidden;
    /*border-bottom: 2px solid black;*/
}

.divLogin {
    margin: 0 auto;
    width: 400px;
    padding:30px;
}

.loginPrompt {
    padding-top: 25px;
    height: 300px;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    font-family: Tahoma;
    color: gray;
}

.divFooter {
    border-top: 2px solid black;
    background-color: #5C5C5C;
    font-size: small;
    font-family: Tahoma;
    text-align: center;
    color: white;
    min-height: 48px;
    padding: 10px;
    /*bottom: 0px;*/
    position: absolute;
    width: 100%;
    box-shadow: 0px 5px 12px #888888;
    border-bottom: 2px solid black;
}

.divFloatLeft {
    float:left;
}
.divFloatRight {
    float:right;
}

.Div10 {
    padding: 10px;
}


.Div10NoBottom {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.Div10NoTop {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

h1, h2, h2 a, h3 a {
    color: #960000;
}