﻿@Media screen {

    html, body, form
    {
        margin: 0px;
        padding: 0px;
        border: none;
        width: 100%;
        height: 100%;
    }
    body
    {
        background-color: #ffffff;
        cursor: default;
        topmargin: 0px;
        leftmargin: 0px;
        rightmargin: 0px;
        bottommargin: 0px;
        marginheight: 0px;
        marginwidth: 0px;
        background-image: url(/AveSui2010/WebSite/App_Structure/Body/Background.jpg);
        background-position: left top;
        background-repeat: repeat-x;
        text-align: center;
    }

    /*****************************************************
    *** Header
    *****************************************************/
    .HeaderPanel
    {
        position: absolute;
        top: 0px;
        z-index: 2;
        display: block;
        margin-top: 140px;
        height: 165px;
        overflow: hidden;
        background-color: Transparent;
    }
    .HeaderBox
    {
        display: block;
        clear: both;
        margin-left: 275px;
        border-left: dashed 1px #ffffff;
        height: 155px;
        padding-left: 15px;
    }
    .HeaderLoginTitle
    {
        display: block;
        clear: both;
        font-family: Arial Narrow, Arial, Tahoma;
        font-size: 12pt;
        font-weight: bold;
        color: #0f5c18;
        margin-top: 5px;
    }
    .HeaderLoginLabel
    {
        font-family: Tahoma, Verdana, Arial;
        font-size: 0.7em;
        color: #5d5436;
        display: block;
        clear: both;
        padding-top: 5px;
        line-height: 13px;
    }
    .HeaderLoginTextBox
    {
        margin: 0px;
        padding: 4px 5px 2px 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #00803e;
        font-family: Verdana, Tahoma, Arial;
        font-size: 12px;
        color: #000000;
        background-color: #ffffff;
        width: 135px;
    }
    .HeaderLoginButton
    {
        display: block;
        clear: both;
        text-align: right;
        width: 145px;
        padding-top: 3px;
    }
    .HeaderLoginForgot
    {
        display: block;
        clear: both;
        font-family: Verdana, Tahoma, Arial;
        font-size: 0.6em;
        color: #80765a;
        text-decoration: none;
        margin-top: 5px;
    }
    .HeaderLoginForgot:hover
    {
        display: block;
        clear: both;
        font-family: Verdana, Tahoma, Arial;
        font-size: 0.6em;
        color: #5d5436;
        text-decoration: none;
        margin-top: 5px;
    }    

    /*****************************************************
    *** Body
    *****************************************************/
    .BodyPanel
    {
        display: block;
        clear: both;
        width: 860px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .BodyHeader
    {
        position: absolute;
        top: 0px;
        z-index: 1;
        display: block;
        width: 860px;
        height: 510px;
        overflow: hidden;
         background-color: Transparent;
    }
    .BodyPage
    {
        margin-top: 426px;
        position: absolute;
        top: 0px;
        z-index: 2;
        display: block;
        width: 860px;
        background-color: Transparent;
    }
    .BodyBox
    {
        display: block;
        clear: both;
        padding-bottom: 15px;
    }
    .BodyCell
    {
        padding: 0px 10px 0px 10px;
        vertical-align: top;
        width: 530px;
    }

    /*****************************************************
    *** Menu
    *****************************************************/
    .MenuCell
    {
        vertical-align: top;
        width: 165px;
        background-image: url(/AveSui2010/WebSite/App_Structure/Body/Division.gif);
        background-position: right top;
        background-repeat: repeat-y;
    }
    .MenuGroup
    {
        display: block;
        clear: both;
        padding-bottom: 15px;
    }
    .MenuGroupTitle
    {
        display: block;
        clear: both;
        height: 27px;
        overflow: hidden;
        font-family: Arial, Verdana, Tahoma;
        font-size: 9pt;
        color: #054427;
        font-weight: bold;
        background-position: left top;
        background-repeat: no-repeat;
        line-height: 29px;
        padding-left: 10px;
    }
    .MenuItem
    {
        display: block;
        clear: both;
        font-family: Tahoma, Arial, Verdana;
        font-size: 8pt;
        color: #70847b;
        text-decoration: none;
        margin-left: 15px;
        line-height: 17px;
    }
    .MenuItem:hover
    {
        color: #01301a;
    }
    .MenuLogo
    {
        clear: both;
        text-align: center;
        padding-top: 20px;
        border-top-style: dashed;
        border-top-width: 1px;
        border-top-color: #ccd1cf;
        width: 150px;
    }
    .MenuLogoItem
    {
        margin-bottom: 25px;
    }
    .MenuLogoItem2
    {
        margin-bottom: 20px;
    }
    
    /*****************************************************
    *** SideBar
    *****************************************************/
    .SideBarCell
    {
        vertical-align: top;
        width: 145px;
        text-align: right;
        background-image: url(/AveSui2010/WebSite/App_Structure/Body/Division.gif);
        background-position: left top;
        background-repeat: repeat-y;
    }
    .SideBarBox
    {
        display: block;
        clear: both;
        width: 130px;
        text-align: center;
        margin-left: auto;
    }
    .SideBarDivision
    {
        height: 10px;
        overflow: hidden;
        border-top-style: dashed;
        border-top-width: 1px;
        border-top-color: #ccd1cf;
    }
    .SideBarCategory
    {
        font-size: 0.6em;
        color: #71827a;
        font-family: 'Microsoft Sans Serif' , Tahoma, Verdana;
        display: block;
        clear: both;
        text-align: center;
        padding-bottom: 3px;
    }
    .SideBarBanner
    {
        background-color: #ffffff;
        text-align: center;
        padding-bottom: 10px;
    }
    .SideBarWeather
    {
        background-color: #ffffff;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    /*****************************************************
    *** Footer
    *****************************************************/
    .FooterPanel
    {
        margin: 0px;
        display: block;
        clear: both;
    }
    .FooterBox
    {
        display: block;
        clear: both;
        background-color: #748c7e;
    }
    .FooterBox1
    {
        display: block;
        float: left;
        width: 287px;
        height: 20px;
        background-color: #004123;
        overflow: hidden;
    }
    .FooterBox2
    {
        display: block;
        float: left;
        width: 286px;
        height: 20px;
        background-color: #00663f;
        overflow: hidden;
    }
    .FooterBox3
    {
        display: block;
        float: left;
        width: 287px;
        height: 20px;
        background-color: #3d9b51;
        overflow: hidden;
    }
    .FooterCopy
    {
        padding: 10px 0px 15px 15px;
        font-family: Arial, Verdana, Tahoma;
        color: #ffffff;
        font-weight: bold;
        font-size: 7pt;
        display: block;
    }

}