body
{
    background: #b6b7bc;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-size: 11px;
    font-family: Verdana, Arial;
}

.page
{
    border: 1px solid black;
    width: 960px;
    background: #fff;
    margin: 0px auto 0px auto;
    min-height: 500px;
}

.content
{
    overflow: auto;
    margin-right: 25px;
    margin-bottom: 25px;
}

.right
{
    text-align: right;
}

.help
{
    text-align: right;
    margin-right: 20px;
    font-size: 1.2em;
    font-weight: 600;
}

.top
{
    vertical-align: top;
}

.center
{
    text-align: center;
}

.clear
{
    clear: both;
}

.bold
{
    font-weight: bold;
}

.block
{
    display: block;
}

.none
{
    display: none;
}

h1
{
    font-size: 1.4em;
    font-weight: 600;
}

h2
{
    font-size: 1.3em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
    font-weight: 600;
}

.FieldLabel
{
    background-color: #DEDEDE;
    width: 175px;
    text-align: right;
    border: 1px solid grey;
}

.LargeTextBox
{
    width: 200px;
}

.SmallTextBox
{
    width: 100px;
}

.Button
{
    background-color: #DEDEDE;
    border: 1px solid;
    border-top-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 7px;
    padding-left: 7px;
    font-weight: bold;
    font-size: 11px;
}

.GridCell
{
    background-color: #FFFFFF;
}

.AltGridCell
{
    background-color: #DEDEDE;
}

.GridCellTotals
{
    background-color: #ffffcc;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
}

img.reqdIndcator
{
    height: 10px;
    width: 4px;
    vertical-align: middle;
}

.Menu ul.AspNet-Menu /* Tier 1 */
{
    margin-left: 10px;
    width: 15em;
    border-top: 1px solid #000;
}

.Menu ul.AspNet-Menu ul /* Tier 2 */
{
    width: 6em;
    top: 100%;
    left: 0;
    font-weight: bold;
}

.Menu ul.AspNet-Menu ul ul /* Tier 3+ */
{
    top: 0%;
    left: 6em;
    font-weight: normal;
}

.Menu li /* all list items */
{
    width: 6em;
    background: #DEDEDE;
}

.Menu li:hover, /* list items being hovered over */ .Menu li.AspNet-Menu-Hover
{
    background: #FFF;
    color: #000;
}

.Menu a, /* all anchors and spans (nodes with no link) */ .Menu span
{
    color: #000;
    padding: 4px 2px 4px 8px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.Menu li.AspNet-Menu-Leaf a, /* leaves */ .Menu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.Menu .AspNet-Menu-Selected /* this tier is selected */
{
    background: #FFF;
    font-weight: bold;
}

.Menu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    background: #FFF;
}

.HorizontalMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 100%;
}

.HorizontalMenu li /* all list items */
{
    width: 10em;
    margin-right: 2px;
    background: #DEDEDE;
    text-align: center;
}

.HorizontalMenu li:hover, /* list items being hovered over */ .Menu li.AspNet-Menu-Hover
{
    background: #FFF;
    color: #000;
}

.HorizontalMenu a, /* all anchors and spans (nodes with no link) */ .Menu span
{
    font-weight: bold;
    color: #000;
    padding: 4px 4px 4px 4px;
    border: 1px solid #000;
}

.Cart
{
    height: 250px;
    width: 100%;
    overflow-y: scroll;
}

a
{
    color: #0000A0;
}

.HelpPageContainer
{
    width: 100%;
    padding: 0px;
}

.HelpPageMain
{
    float: left;
    width: 70%;
    margin: 0px;
    padding: 0px;
}

.HelpPageRight
{
    float: right;
    width: 30%;
    margin: 0px;
    padding: 0px;
}

.HelpPageBox
{
    border: solid 1px black;
    padding: 2px;
    margin: 2px;
}

.Watermark
{
    color: Gray;
}

table
{
    background: gray;
}

.white
{
    background: #fff;
}

.border
{
    border: 1px solid #000;
}

.flash
{
    padding-bottom: 10px;
}

.CreditCard
{
    display: block;
    background: #FFF url(../Images/creditcard.png) right 0px no-repeat;
    height: 32px;
    padding: 18px 0px 0px 10px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 153px;
    margin-left: 10px;
    text-decoration: none;
    color: #000;
}

.Check
{
    display: block;
    background: #FFF url(../Images/check.png) right 0px no-repeat;
    height: 32px;
    padding: 18px 0px 0px 10px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 153px;
    margin-left: 10px;
    text-decoration: none;
    color: #000;
}

.CreditCardManual
{
    display: block;
    background: #FFF url(../Images/creditcard.png) right 0px no-repeat;
    height: 32px;
    padding: 18px 0px 0px 10px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 153px;
    margin-left: 10px;
    text-decoration: none;
    color: #000;
}

.CheckManual
{
    display: block;
    background: #FFF url(../Images/check.png) right 0px no-repeat;
    height: 32px;
    padding: 18px 0px 0px 10px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 153px;
    margin-left: 10px;
    text-decoration: none;
    color: #000;
}

.Cash
{
    display: block;
    background: #FFF url(../Images/cash.png) right 0px no-repeat;
    height: 32px;
    padding: 18px 0px 0px 10px;
    border: 1px solid black;
    width: 153px;
    margin-left: 10px;
    text-decoration: none;
    color: #000;
}

legend
{
    color: #000;
    font-weight: bold;
    padding: 10px 5px 10px 5px;
}

.PaymentMode
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.overlay
{
    background: #aaaaaa;
    opacity: .30;
    filter: Alpha(Opacity=30);
}
