﻿@Media screen {

    html, body, form
    {
        margin: 0px;
        padding: 0px;
        border: none;
        width: 100%;
        height: 100%;
    }
    body
    {
        background-color: #00284f;
        cursor: default;
        background-image: url(/App_Structure/Body/Background.png);
        background-position: center top;
        background-repeat: repeat-y;
    }

    /*****************************************************
    *** Header
    *****************************************************/
    .HeaderPanel
    {
        display: block;
        clear: both;
        height: 250px;
        overflow: hidden;
    }
    .HeaderLoginBox
    {
        display: block;
        clear: both;
        height: 33px;
        overflow: hidden;
        background-image: url(/App_Structure/Header/LoginBack.png);
        background-position: left top;
        background-repeat: repeat-x;
        margin-top: 172px;
    }
    .HeaderLoginTitle
    {
        display: block;
        float: left;
        font-family: Arial Narrow, Arial, Tahoma;
        font-size: 18px;
        font-weight: bold;
        color: #99bcd7;
        margin-top: 7px;
        width: 165px;
        text-align: center;
    }
    .HeaderLoginLabel
    {
        font-family: Verdana, Tahoma, Arial;
        font-size: 10px;
        color: #ffffff;
        font-weight: bold;
        display: block;
        float: left;
        padding-top: 5px;
        line-height: 13px;
        width: 58px;
        text-align: right;
        margin-right: 3px;
        line-height: 29px;
    }
    .HeaderLoginTextBoxDiv
    {
        display: block;
        float: left;
        width: 150px;
        padding-top: 5px;
    }
    .HeaderLoginTextBox
    {
        margin: 0px;
        padding: 4px 5px 2px 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #081e3c;
        font-family: Verdana, Tahoma, Arial;
        font-size: 12px;
        color: #000000;
        background-color: #ffffff;
        width: 135px;
    }
    .HeaderLoginButton
    {
        float: left;
        display: block;
        width: 50px;
        padding-top: 6px;
    }   

    /*****************************************************
    *** Body
    *****************************************************/
    .BodyPanel
    {
        display: block;
        clear: both;
        text-align: center;
        background-image: url(/App_Structure/Body/BackgroundAqua.jpg);
        background-position: center top;
        background-repeat: no-repeat;
    }
    .BodyPage
    {
        display: block;
        clear: both;
        width: 860px;
        margin-left: auto;
        margin-right: auto;
        text-align: left; 
    }
    .BodyBox
    {
        padding: 13px 0px 15px 0px;
        display: block;
        clear: both;
        background-image: url(/App_Structure/Page/Back.gif);
        background-repeat: repeat-x;
        background-position: left top;
    }
    .BodyMenu
    {
        display: block;
        clear: both;
        background-image: url(/App_Structure/Footer/MenuBack.gif);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-color: #ffffff;
    }
    .BodyCell
    {
        padding: 0px 10px 0px 10px;
        vertical-align: top;
        width: 530px;
    }

    /*****************************************************
    *** Menu
    *****************************************************/
    .MenuCell
    {
        vertical-align: top;
        width: 165px;
        background-image: url(/App_Structure/Body/Division.gif);
        background-position: right top;
        background-repeat: repeat-y;
        padding-bottom: 60px;
    }
    .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: #19212d;
        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: #526f98;
        text-decoration: none;
        margin-left: 15px;
        line-height: 17px;
    }
    .MenuItem:hover
    {
        color: #11161e;
    }
    .MenuLogo
    {
        clear: both;
        text-align: center;
        padding-top: 20px;
        border-top-style: dashed;
        border-top-width: 1px;
        border-top-color: #ccd1cf;
        width: 150px;
        padding-left: 5px;
    }
    .MenuLogoItem
    {
        margin-bottom: 25px;
    }
    .MenuLogoItem2
    {
        margin-bottom: 20px;
    }
    
    /*****************************************************
    *** SideBar
    *****************************************************/
    .SideBarCell
    {
        vertical-align: top;
        width: 145px;
        text-align: center;
        background-image: url(/App_Structure/Body/Division.gif);
        background-position: left top;
        background-repeat: repeat-y;
    }
    .SideBarBox
    {
        display: block;
        clear: both;
        width: 130px;
        text-align: center;
    }
    .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;
        height: 141px;
        overflow: hidden;
        background-image: url(/App_Structure/Footer/Back.gif);
        background-position: left top;
        background-repeat: no-repeat;
    }
    .FooterBox
    {
        display: block;
        clear: both;
        padding-top: 100px;
    }
    .FooterCopy
    {
        padding: 10px 0px 15px 15px;
        font-family: Arial, Verdana, Tahoma;
        color: #333366;
        font-weight: bold;
        font-size: 7pt;
        display: block;
    }

}