/*=======================================
    EAS Style Sheet
=========================================*/

body
{
    background-color: #f6fff6;
}

.MainContainer
{
    min-width: 800px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e6ffe6;
}

.Header
{
    height: 110px;
    background-image: url(/Portals/_default/Skins/EAS/HeaderBG.jpg);
    background-repeat: repeat-x;
    padding-right: 170px;
    padding-left: 210px;
    padding-top: 15px;
}

.HeaderLogoRight
{
    position: absolute;
    right: 0;
    top: 0;
    height: 100px;
    width: 166px;
}

.HeaderLogo
{
    position: absolute;
    left: 15px;
    top: 12px;
    height: 89px;
    width: 189px;
}

.SearchPanel .SearchText .SearchTextButton
{
    font-size: 75%;
}

.Breadcrumbs
{
    font-size: 80%;
}

/*------------------------------
    Menu 
-------------------------------*/

.MenuBar
{
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    height: 25px;
}

.UserContainer
{
    float: right;
    margin-right: 5px;
}

.RadMenu_Global
{
    margin-left: 5px;
}

.RadMenu_Global .item
{
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
}
.RadMenu_Global .item
{
    border-left: solid 1px #000;
}
.RadMenu_Global .first,
.RadMenu_Global .vertical .item
{
    border-left: none;
}

.RadMenu_Global .vertical
{
    background-color: #f8b13f;
    border: solid 1px #9fbfdb;
}

/*---------------------------
    Content Area
-----------------------------*/

.MainPanel
{
    width: 100%;
}

.LeftPanel
{
    width: 170px;
    padding: 1.5em 5px 5px 5px;
    vertical-align: top;
}

.ContentPanel
{
    vertical-align: top;
    padding: 0.5em 5px 5px 5px;
}

.ContentPane
{
    background-color: #fff;
    border: solid 1px #9fbfdb;
    min-height: 350px;
    padding: 5px;
}

.RightPanel
{
    width: 170px;
    padding: 1.5em 5px 5px 5px;
    vertical-align: top;
}

/*-----------------------
    Footer
-------------------------*/

.Footer
{
    font-size: 70%;
    position: relative;
    top: 1.5em;
}

.FooterRight
{
    float: right;
    white-space: nowrap;
    margin-right: 5px;
}

.FooterLeft
{
    float: left;
    white-space: nowrap;
    margin-left: 5px;
}

.FooterMiddle
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

