﻿
/* OrderSelectPage */

.OrderSelectPage .MemberOrder
{
    float: right;
    margin-top: -108px;
}

.OrderSelectPage .page-title
{
    display: none;
}

.OrderSelectPage .body .sidebar
{
    display: none;
}

.OrderSelectPage  .body .content
{
    width: 890px;
}

.OrderSelectPage .content .MemberOrder
{
    display: none;
}

/* OrderCheckoutPage */

.OrderCheckoutPage .OrderFilters
{
    margin-bottom: 20px;
}

.OrderCheckoutPage .CheckoutButtons
{
    margin-bottom: 20px;
    text-align: right;
    line-height: 200%;
}

.OrderCheckoutPage .CheckoutButtons .fieldvalue,
.OrderCheckoutPage .CheckoutButtons .watermarked
{
    width: 17.355%;
}

.OrderCheckoutPage .CheckoutButtons br.clear
{
    display: none;
}

/* OrderEntranceEditPage */

.OrderEntranceEditPage .PriceBar,
.OrderEntranceEditPage .ActualPriceBar
{
    display: none;
}

/* OrderEntranceModifyPage */

.OrderEntranceModifyPage .PriceBar
{
    display: none;
}

/*  CashDailyPage */

.Daily table
{
    width: 100%;
    line-height: 200%;
}

.Daily table th
{
    border: 1px #000 solid;
}

.Daily table td
{
    border: 1px #000 solid;
    text-align:right;
}

.Daily table tfoot th
{
    text-align:right;
}

.Daily .TimeLabel
{
    float: right;
    margin-bottom: 30px;
}

.Daily h2
{
    margin: 0;
    float: left;
    margin-bottom: 30px;
}

.Daily .Signature
{
    margin: 0 auto;
    width: 200px;
    margin-top: 40px;
}

@media print
{
   .header{ display: none;}
   .footer{ display: none;}
   .page-title{ display: none;}
   .filters{ display: none;}
}

