﻿
/* weekcalendar */

.wc-header td
{
    background: #ffe8e8;
    padding: 2px;
    height: 42px;
    vertical-align: middle;
}

.wc-container .day-1,
.wc-container .day-3,
.wc-container .day-5
{

}

.wc-container .day-2,
.wc-container .day-4,
.wc-container .day-6
{

}

.wc-time-slots
{
    position: inherit;
}

.wc-day-column-header
{
    line-height: 120%;
}

.wc-cal-event
{
    background: #FFF7C8;
    color: #474747;
}

.wc-cal-event:hover
{
    background: #fba819;
    color: #fff;
}

.wc-cal-event div
{
    padding-left: 0;
    padding-right: 0;
}

.wc-cal-event .Child
{
    background: #e0fcd5;
    filter: alpha(opacity=70);
    opacity: 0.7;
    color: #000;
}

.wc-cal-event .Baby
{
    background: #effccc;
    filter: alpha(opacity=70);
    opacity: 0.7;
    color: #000;
}

.wc-cal-event .Ordered
{
    background: #999;
}

.wc-cal-event .CheckedOut
{
    background: #666;
}

.wc-cal-event span
{
    padding-left: 1em;
    white-space: nowrap;
}

.wc-scrollable-grid
{
    height: 100%;
    overflow-x: visible!important;
    overflow-y: visible!important;
    overflow: visible!important;
}

*html .wc-time-header-cell
{
    padding-top: 3px!important;
}

/* TicketList */

.TicketList
{
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 黑体;
    color: #767676;
}

.TicketList table
{
    width: 100%;
}

.TicketList tr,
.TicketList td
{
    height: 36px;
    line-height: 36px;
}
.TicketList table br.clear
{
    display: none;
}

.TicketList caption
{
    margin: 20px 0px 20px 20px;
    text-align: left;
    display: block;
    padding: 0px;
    *padding: 20px 0px 20px 20px;
}

.TicketList .error
{
    color: red;
}

.TicketList tr.Infant td,
.TicketList tr.Baby td,
.TicketList tr.Child td
{
    background-color: #effdc8;
}
.TicketList td
{
    display: table-cell;
    vertical-align: middle;
}
.TicketList td.Type
{
    width: 270px;
    padding: 5px 0px 5px 14px;
    vertical-align: middle;
    line-height: 150%;
}

.TicketList tr.Adult td
{
    background-color: #E2FDF4;
}

*+html .TicketList tr.Infant
*+html .TicketList tr.Baby,
*+html .TicketList tr.Child,
*+html .TicketList tr.Adult
{
    line-height: 300%;
}

.TicketList .Type
{
}
.TicketList .UnitPrice
{
}
.TicketList .StatusBar
{
    margin-top: 20px;
    color: #E64F62;
    padding-left: 24px;    
}
.TicketList .PriceBar
{
    height: 32px;
    line-height: 32px;
    padding-left: 24px;
    font-size: 18px;
}
.TicketList .PriceBar span.Price
{
    color: #FFBC8F;
}
.TicketList .PriceBar span.focus
{
    color: #DD1728;
    font-size: 32px;
}

.TicketList span.fieldvalue,
.TicketList table.fieldvalue
{
    font-size: 16px;
}



















/* Button */

.tickettype
{
    margin-top: -30px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.tickettype .typeone
{
    background: url(Images/2+1.png) no-repeat left top;
    padding-top: 45px;
}

.tickettype .typetwo
{
    background: url(Images/1+1.png) no-repeat left top;
    padding-top: 45px;
}

.tickettype .typethree
{
    background: url(Images/2+2.png) no-repeat left top;
    padding-top: 45px;
}

.tickettype .typefour
{
    background: url(Images/1+2.png) no-repeat left top;
    padding-top: 45px;
}

/* LoginDialog */

.LoginDialog fieldset legend
{
    margin-left: 40px;
    width: 260px;
    margin-bottom: 20px;
}

.LoginDialog fieldset .fieldlabel
{
    float: left;
    display: inline;
    margin-left: 40px;
    margin-right: 10px;
    width: 100px;
    margin-bottom: 10px;
}

.LoginDialog fieldset .fieldvalue
{
    float: left;
    display: inline;
    margin-left: 10px;
    width: 160px;
    margin-bottom: 10px;
}

.LoginDialog fieldset span
{
    float: left;
}

.LoginDialog .buttons
{
    margin-left: 40px;
    width: 280px;
    margin-bottom: 10px;
    text-align: right;
}


