﻿/** homepage structure **/
div.Home_Header
{
    text-align: left;
    height: 40px;
    line-height: 40px;
    
    margin-bottom: 4px;
    padding-left: 8px;
    
    background-image: url(gfx/dottedBottomBorder.gif);
    background-repeat: repeat-x;
    background-color: #B1BB7F;
    background-position: left bottom;
    
    position: relative;    
}

div.Home_ContentZone
{
    background-image: url(gfx/hmpg_bkg.gif);
    background-repeat: repeat-y;
    background-position: top left;
}

div.Home_LeftPanel
{
    width: 201px;
    float: left;
    padding: 20px 12px 20px 12px;   
}

div.Home_RightPanel
{
    width: 190px;
    float: right;
}

div.Home_ContentArea
{
    overflow: auto;
    padding: 30px 15px 0px 15px;
}

* html div.Home_ContentArea
{
    display: inline-block;
}

div.Home_ContentPane
{
}

div.Home_BottomLeftPane
{
    width: 49%;    
    float: left;
}

div.Home_BottomRightPane
{
    width: 49%;
    float: right;
}

div.Home_SearchArea
{
    width: 124px;
    margin-bottom: 12px;
}

div.Home_SearchArea input
{
    width: 100px;
}

div.Home_SearchBox
{
    float: right;
}

div.Home_RightPanelMenuArea
{
    background-color: #E8F1FA;
    margin-right: 8px;  
    padding-top: 1em; 
    padding-bottom: 1em; 
}

div.Home_RightPanelMenuArea ul
{
    abackground-color: Red;
    list-style-image: url(gfx/blue_arrow.gif);
    margin-top: 0px;
    margin-bottom: 0px;
}

div.Home_RightPanelMenuArea ul li
{
    abackground-color: Blue;
    margin-top: 1em;
}

div.Home_RightPanelMenuArea ui li:first-child
{
    margin-top: 0em;
}

div.Home_RightPanelMenuArea a
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #15497b;
    FONT-FAMILY: arial, helvetica, sans-serif;
    TEXT-DECORATION: none;
}

div.Home_RightPanelMenu a:hover
{
    text-decoration: underline;
}

div.Home_RightPanelUserSection
{
    text-align: center; 
    line-height: 18px;   
}

div.Home_RightPanelDivider
{
    background-image: url(gfx/dbl_dashed_bkgrnd.gif);
    background-repeat: repeat-x;
    background-position: left center;
    
    width: 186px;
    height: 9px;
    margin-right: 4px;
}

div.Home_SearchBox
{
    float: right;
}
