body {
    margin: 0px;
    background-color: black;
}

a {
    color: white;
}

#siteControls {
    bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: transparent;
    background: transparent;
    color: white;
    cursor: url('/resources/img/mouseCursor.png') 16 16, default;
}

#siteControls ul {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    width: 100%;
}

#siteControls ul li {
    padding: 1em;
    display: inline;
    list-style-type: none;
    text-transform: uppercase;
    margin: 20px 5px 10px 0px;
}

.toggle {
    width: 20px;
    height: 20px;
}

.toggleOff {
    opacity: 0.5;
    filter: opacity(0.5);
    cursor: pointer;
}

.toggleOn {
    opacity: 1;
    filter: opacity(1);
    cursor: pointer;
}

.hiddenInfo {
    display: none;
}