﻿body
{
    margin: 0px;
    font-family: Verdana;
    font-size: 11px;
    margin-bottom: 20px;
    color: #333333;
}

.masterRuler
{
    width: 800px;
    background-color: Red;
    height: 20px;
    margin-left: 10px;
}

.masterHeader
{
    background-image: url(images/master/header_bg_beta.png);
    height: 75px;
    background-position: left;
    background-repeat: no-repeat;
}

.masterMenu
{
    height: 31px;
    background: #4a4a4c;
    color: White;
    padding-left: 20px;
}

.masterMenu .item:hover .bg
{
    display: block;
}

.masterMenu a, .masterMenu .menuLabel
{
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: White;
    text-decoration: none;
}

.masterMenu .bg
{
    z-index: 10000000;
    display: none;
    position: absolute;
    border-right: solid 1px #4a4a4c;
    border-bottom: solid 1px #4a4a4c;
    border-left: solid 1px #4a4a4c;
    background-image: url(images/menuBg.png);
    margin-left: -1px;
    padding-right: 10px;
    margin-top: 22px;
}

body:nth-of-type(1) .masterMenu .bg
{
    margin-top: 22px;
}
.masterMenu .bg a
{
    height: auto;
    padding: 2px;
}

.masterMenu td
{
    border-right: solid 1px #2c2c2c;
}

.masterMenu td:hover
{
    border-right: solid 1px #8cc240;
    background-color: #78a932;
    color: #3c3c3c;
}

.masterLeft
{
    background-image: url(images/master/leftShader.gif);
    background-repeat: repeat-y;
}

.masterRight
{
    background-image: url(images/master/rightShader.gif);
    background-repeat: repeat-y;
}

.masterContent
{
    /* background-image: url(images/master/content_bg.gif); */
    /*height: 500px;*/
    vertical-align: top;
    background-repeat: repeat-x;
    width: 900px;
}

.masterFooter
{
    vertical-align: top;
    height: 100px;
    background-color: #8cc63f;
    padding: 10px;
    border-bottom: solid 1px green;
}

.masterFooter a
{
    color: White;
    text-decoration: none;
}

.masterFooter a:hover
{
    text-decoration: underline;
}

.userBanner
{
    background-color: #7e7e81;
    padding: 8px 8px 8px 20px;
    color: White;
}
.masterMenu .userBanner
{
    padding: 8px 8px 8px 0px;
}

.userBanner .name
{
    color: #8ace3d;
    padding-left: 5px;
}

.userBanner a
{
    color: #8ace3d;
    text-decoration: none;
}

.userBanner a:hover
{
    text-decoration: underline;
}

.btn
{
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
    background-color: #8cc63f;
    color: White;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 5px;
}

.btnOrange
{
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
    background-color: #FF9900;
    color: White;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 5px;
}

.homeStepsFilled
{
    width: 185px;
    background-color: #e2e9d9;
    vertical-align: top;
    padding: 10px;
    border-top: solid 2px #99c75c;
}
.homeStepsClear
{
    border-top: solid 2px #99c75c;
    vertical-align: top;
    padding: 5px;
}
.homeStepTopBottom
{
    vertical-align: top;
    padding: 10px;
    border-top: solid 2px #99c75c;
    border-bottom: solid 2px #99c75c;
}
.homeStepTopBottomFilled
{
    background-color: #e2e9d9;
    vertical-align: top;
    padding: 10px;
    border-top: solid 2px #99c75c;
    border-bottom: solid 2px #99c75c;
}

.homeStepTopBottomClear
{
    vertical-align: top;
    padding: 5px;
    border-top: solid 2px #99c75c;
    border-bottom: solid 2px #99c75c;
}

.homeRuilInBox
{
    background-color: #e2e9d9;
    margin-top: 20px;
    padding: 4px;
}

.H1pageHeader
{
    border-bottom: solid 2px #99c75c;
    margin-bottom: 10px;
}

