﻿.brand
{
  background: url(/img/Overhang_Logo_HD.png) no-repeat left center;
  height: 60px;
  width: 400px;
}

.nav-collapse.collapse
{
    margin-top:20px;
}

.topnav {
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(center top , #F5F5F5 0%, #EEEEEE 100%);
    background-repeat: repeat-x;
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 4px 4px;
    height: 36px;
    margin-bottom: 10px;
    margin-top:5px;
    width: 100%;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
    opacity: 0.8;
    background-color: #fff;
    z-index: 9998;
    text-align: center;
    vertical-align: middle;
}

#loading-image 
{
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}