﻿#application
{
    border: 0 solid red;
    position: relative;
    top: 10px;
    width: 1350px;
    box-shadow:0px 0px 10px #888;
    -webkit-box-shadow:0px 0x 10px #888;
    margin-bottom:250px;
}
#top-bar
{
    background-color: White;
    height: 95px;
    position: relative;
    text-align: left;
    border-radius:20px 20px 0px 0px;
    
}
#logoutArea
{
    position:absolute;
    right:20px;
    top:40px;
    text-align:right;
}
#logo
{
    position:absolute;
    left:20px;
    top:10px;
}

#main-content
{
    background-color: white;
    border: 0 solid orange;
    left: 0;
    position: relative;
    text-align: left;
    top: 0;
    min-height: 540px;
    padding: 10px;
}
#footer {
    background-color: #004C94;
    color: #FFFFFF;
    display: block;
    font-size: 11pt;
    font-weight: normal;
    height: 20px;
    padding: 10px 5px;
    position: relative;
    text-align: left;
    border-radius:0px 0px 4px 4px;
}

#poweredBy
{
    font-size:8pt;
    top:10px;
    position:absolute;
    width:200px;
    z-index:1;
    right:0px;
}

#rapid
{
    position:relative;
    float:right;
    margin-right:200px;
}
#rapidText
{
    color:#004C94;
    position:relative;
    float:right;
    font-size:28px;
    font-weight:bold;
    margin-top:20px;
    margin-right:20px;
}
.rapidLogo
{
    height:75px;
    float:right;
}