﻿/* interior CSS styles */
div.Interior_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.Interior_ContentArea
{
    overflow: auto;
    margin-right: 19px;
}

* html div.Interior_ContentArea
{
    display: inline-block;
}

div.Interior_ContentPane
{
    margin-left: 50px;
    margin-right: 32px;
    margin-top: 30px;
}

div.Interior_RightPanel
{
    width: 190px;
    float: right;
}

div.Interior_RightPanelDivider
{
    background-image: url(gfx/dbl_dashed_bkgrnd.gif);
    background-repeat: repeat-x;
    background-position: left center;
    
    width: 186px;
    height: 9px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 4px;
}

div.Interior_RightPanelUserSection
{
    text-align: center; 
    line-height: 18px;   
}


/* center everything in right panel */
div.Inteior_RightPanel > div /* ff and other good browsers*/
{
    margin: 0 auto;
}

* html div.Interior_RightPanel /*ie*/
{
    text-align: center;
}
/* /center */

div.Interior_RightMenuHeader
{
    width: 142px;
    background-color: #8CA4BE;
    
    border: 2px ridge #DDD;
    
    color: White;
    font-weight: bold;
    font-size: 7.5pt;
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    
    padding: 8px 8px 8px 8px;
    text-align: center;
}

div.Interior_SearchArea
{
    width: 124px;
}

div.Interior_SearchArea input
{
    width: 100px;
}

div.Interior_SearchBox
{
    float: right;
}

* html div.Interior_RightMenuHeader
{
    width: 162px;
}

div.Interior_PageOptionsArea
{
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block; /*haslayout for ie*/
}

/* bold links on interior pages
   color, underline:hover changes in the main skin should still apply */
.Normal a,
.Normal a:hover,
.Normal a:visited,
.Normal a:active
{
    font-weight: bold;
}
