﻿.UpdateProgress
{
    background-color: #ffffff;
    border: solid 2px #cfcfc1;
    left: 4px;
    padding: 4px 4px 4px 4px;
    position: absolute;
    top: 4px;
}

body
{
    background-color: #000000;
    background-image: url('Assets/background.gif');
    background-repeat: repeat-x;
    background-position: top;
}

#Website
{
    background-color: #ffffff;
    border: 2px solid #ff0000;
    margin: 24px auto 0px auto;
    padding: 10px 10px 10px 10px;
    text-align: left;
    width: 800px;
}

#Website #Header
{
}

#Website #Header img
{
    border: none;
}

#Website #Header #Compliance
{
    float: right;
}

#Website #Header #Compliance a
{
    text-decoration: none;
}

#Website #Navigation
{
    border-bottom: 1px solid #ff0000;
    height: 20px;
    margin-left: 74px;
    margin-right: 74px;
    text-align: right;
}

#Website #Navigation div
{
    background-image: url('Assets/tab.gif');
    float: right;
    line-height: 21px;
    margin-left: 1px;
    text-align: center;
    width: 70px;
}

#Website #Navigation div a
{
    color: #000000;
    text-decoration: none;
}

#Website #Navigation div a:hover
{
    color: #ff0000;
}

#Website #PageContent
{
    margin-top: 10px;
    min-height: 200px;
    height: 518px;
    overflow: auto;
}

#Website #PageContent #ContentPlaceHolder
{
}

#Footer
{    
    height: 13px;
    margin: 0px auto 4px auto;
    padding-top: 16px;
    text-align: center;
    vertical-align: middle;
    width: 800px;
}

#Footer *
{
    color: #ffffff;
    display: inline-block;    
}

#Footer ul li
{
    border-left: 1px solid #8e8c8c;
    list-style-type: none;
    margin-left: 0px;    
    padding-left: 8px;
}

#SiteBy div
{
    display: inline-block;
}

#SiteBy #WebFactory
{
    background-image: url('Assets/web-factory-txt-logo.png');
    height: 13px;
    width: 72px;
}

#SiteBy #WebFactory span
{
    display: none;
}

#SiteBy #WebFactory:hover
{
    background-image: url('Assets/web-factory-txt-logo-over.png');
}

#SiteBy #WebFactory *
{
}
