﻿/* DEFAULTS
----------------------------------------------------------*/
html {
    padding: 0px;
    margin: 0px;
}

body {
    background: #21897E;
    font-size: 10pt;
    font-family: Arial;
    color: #646464;
    margin: 0px;
    padding: 0px;
    color: #696969;
    width: 100%;
    /*    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
    background-image:url('/images/More/Backgrounds/background1.jpg');*/
}

   a {
    color: #646464;
    text-decoration: none;
}

    a:visited {
        color: #646464;
        text-decoration: none;
    }

    a:hover {
        color: #6EBB1F;
        text-decoration: underline;
    }

.globalSecondaryContainer {
    margin-left: auto;
    margin-right: auto;
    overflow:auto;
    height: 100vh;
}

.secondaryContainer {
    margin-top: 80px;
}

.secondaryNavigator {
    float:right;
    display: table-row;
    margin: 8px 12px;
}

body.privateServer {
    background-color: #c0504d;
}