﻿/* Default Theme */

#Banner
{
    background-image: url(Images/Banner/BannerFade.jpg);
    background-repeat: repeat-x;
    width: 100%;
}

#BannerLeft
{
    text-align: left;
}

#BannerSpacer
{
    width: 100%;    
}

#BannerRight
{
    text-align: right;
}

#NameAreaFade
{
    background-image: url(Images/Banner/HeaderNameAreaFade.jpg);
    line-height: 23px;
    height: 23px;
    width: 534px;
}

#SOMFade
{
    background-image: url(Images/Banner/HeaderSOMFade.jpg);
    height: 64px;
    width: 534px;
}

.loginLogoutLink
{
    color: #8c7434; /* #8c7434 is a gold color */
    padding-right: 5px; /* Puts some space to the right of the Logout link. */
}


