﻿/* ----------------------------------- Master Page Help Style Start ------------------------- */


#PageHelp
{
    /*
    Sets the total width for the entire page.
    Uses margin: auto to center the entire page in the middle of the browser's window.
  */
    width: 844px;
    margin: auto;
}

#HeadHelp
{
    /* 
       Style header of the page. Width of 844px to fit nicely on screens with a size of 1024 x 768 pixels.
       The margin at the bottom creates some room between the header and the menu and the main content.
    */
    background-image: url(Images/MainPage/Header.jpg);   
    width: 834px;
    height: 100px;
    margin-bottom: 5px;
    padding-right: 10px;    
}


#MenuHelp
{
   /*
    The menu spans the page width, right below the header.
    At the top and left a few pixels padding is applied to create some room.
  */
  /* background-image: url(Images/MenuBackground.jpg); */
  width: 844px;
  height: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
}

#mcHelp
{
    width: 628px;
    background-color: #FFFFFF;
    min-height: 655px;
    padding-left: 214px;
    background-image: url('Images/SBExtend.jpg');
    background-repeat: repeat-y;
    background-position: left top;
}

#MainPageText
{
    margin-top: 0px;
    margin-right: 245px;
    margin-left: 15px;
}

#LSBHelp
{
    /*
    The Sidebar is positioned to the left of the MainContent area. To ensure it is visible in (most) browsers
    on a small page, the element gets a minimum height of 500px.
  */
    margin: 0px;
    background-color: #e1e1e1;
    width: 210px;
    min-height: 500px;
    padding-left: 5px;
    position: absolute;
}

.tvRootNodeStyle
{
    padding-top: 10px;
    font-size: 18px;
    color: #000080;
}

.tvParentNodeStyle
{
    font-size: 16px;
    color: #000080;
}

.tvLeafNodeStyle
{
    font-size: 14px;
    color: #000080;
}

.HelpMenuSelectedNodes
{
    color: #800000;
}

.HelpMenuStyle a:hover
{
    color: #0000FF;
}

.HelpPagesHeader
{
    color: #000080;
    text-align: center;
}

.HelpPagesParagraph
{
    border-color: #e1e1e1;
    border-width: 1px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
    margin-left: 5px;
    text-indent: 20px;
}

.HelpPagesItems
{
    font-family: sans-serif;
    font-size: 14px;
    padding-left: 20px;
}


/* ----------------------------------- Master Page Help Style End ---------------------------- */

.tblHelpMain
{
    width: 550px;
    margin-right: auto;
    margin-left: auto;
}

.tblHelpMain_r1
{
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tblHelpMain_r2
{
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    text-align: left;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
}

.tblHelpMain_r3
{
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.txtHelpMailBody
{
    width: 540px;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    height: 200px;
}

.txtHelpEmailAddr
{
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    width: 250px;
}

.tblHelpMain_r4
{
    padding-top: 0px;
    padding-bottom: 5px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    vertical-align: top;
    text-align: center;
}

.tblHelpMain_r5
{
    text-align: left;
    padding: 35px 0px 25px 115px;
}
