﻿
/* ----------------------------------------------------------------------------
	General html
---------------------------------------------------------------------------- */


th
{
	background-color: #000067;
}

td 
{
	vertical-align: top;
}
	
#SalesChannelDetailRepeater
{
	
}

/* ----------------------------------------------------------------------------
	Masterpage, page layout
---------------------------------------------------------------------------- */

#MasterLayout
{
	width: 100%;
}

#CagegoryGroupNav
{
	display: none;
}

#SalesChannelNav
{

}

.ContentCell
{

}
	
#ContentWrapper
{
	padding: 5px;
	width: 100%;
}

#ContentWrapper table
{
	/*width: 100%;*/
}

#Content
{

}

hr { display: none; }


#UserNotification
{
	color: #ff0000;
	font-weight: bold;
}

#Footer
{
	padding: 10px; 
	background-color:#0067C6;
	color: #ffffff;
}

#BillingInformation, #ShippingInformation, #DeliveryInformation
{
	float: left;
	width: 200px;
}

#OrderInfo .OrderInfoHeading
{
	font-weight: bold;
}

#OrderInfo #OrderInformation
{
	padding-top: 20px;
}

/* ----------------------------------------------------------------------------
	Navigation
---------------------------------------------------------------------------- */

#Navigation ul
{
	list-style: none;
	margin: 0;
	text-align: left;
	padding-left: 0;
}

#Navigation ul li 
{
	list-style-type: none;
	padding-left: 0;
	list-style: none;
	padding-left: 0;
    font-weight: bold;  
}


/* ----------------------------------------------------------------------------
	ViewItems
---------------------------------------------------------------------------- */

#SalesChannelDetailPLUListView input[type=submit]
{
	margin: 5px 0px 5px 0px;
}

.PLUErrorLiteral
{
	color: #ff0000;
	font-weight: bold;
}

.MissingDateTimeButtonLocatorLiteral
{
	color: #ff0000;
	font-weight: bold;
}

.ParentSCDName
{
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.PLUImage
{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.CompleteDetailsCell
{
	text-align: left;
}

.SalesChannelDetailPLUListTable
{
	width: 100%;
}

.ViewItemsPLUImage
{
}

.ViewItems .PLUDescription
{
	
}

.ViewItemsPriceColumn
{
    width: 70px;
    text-align: left;
}

.ViewItemsQuantityColumn
{
}


.ViewItemsQuantityColumn div.PriceAndQuantity
{	
    float: right;
}
.ViewItemsQuantityColumn div.PriceAndQuantity table
{
    float: right;
}

.ViewItemsQuantityColumn .PLUPrice
{	
}

.ViewItemsQuantityColumn .PLUQuantity
{
    width: 30px;
    padding-left: 3px;
    text-align: right;
}


/* Version 4.10 new CSS Added */

.ViewItemsQuantityColumnContents
{
	text-align:right;   
    float:right;	
	width:140px; /* this is important for IE Compability mode fix */
}

.PLUName, .PLUShortName
{
	font-weight: bold;
	padding-bottom: 10px;
}


#ViewItems
{
	margin: 0px;
	padding: 0px;
}

.PLULeftContainer
{
	width: 70%;	
	float: left;
}

.PLURightContainer
{
	text-align: right !important;
}

#SCDPLUItemsHolder
{
	width: 100%;
}

.ViewItemsPLUInfoColumn
{
	width: 100%; 
}

.ViewItemsAddToCartCell
{
	text-align:right;
}

.PLUImage
{	
	float: left;
}

.PLUInfo
{
		
}

.PLUDesecription
{
	width: 300px;
}
	
.ViewItemsQuantityColumn
{
} 

.ParentSCDRow
{
}

.ParentSCDRow .ParentSCDImage
{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.PackageDetailsContainer
{
	float: left;
}

.PackageDetailsItemRow
{
}

/* PLUItems Header */

.PLUHeaderRow
{
	display: none;
}

.PLUHeaderRow td
{
	font-weight: bold;
	background-color: #c0c0c0;
	border: dotted 1px #000000;
}

.PLUDescriptionHeader
{
	
	float: left;
}

.PLUPriceHeader
{
	float: right;	
	text-align: right;
	width: 70px;
}

.PLUQuantityHeader
{
	float: right;
	text-align: right;
	width: 50px;
}

/* ----------------------------------------------------------------------------
	AccountLogin
---------------------------------------------------------------------------- */

#AccountLogin h2
{
	font-size: 14px;
	margin: 0;
}

#AccountLogin fieldset
{
	margin-top: 15px;
}

#AccountLogin label
{
	font-weight: bold;
	display: block;
}

#AccountLogin a
{
	display: block;
	margin-top: 7px;
	margin-bottom: 7px;
}

/* ----------------------------------------------------------------------------
	Pass Navigation
---------------------------------------------------------------------------- */

#SalesChannelNav #PassNavigation ul
{
	list-style: none;
	margin: 0;
	padding-left: 15px;
}

#SalesChannelNav #PassNavigation li
{
    padding-left: 15px;
    margin-bottom: 10px;    
	font-weight: bold;
}

#SalesChannelNav #PassNavigation li a
{
	text-decoration: none;
	color: #0066cc;
}

#SalesChannelNav #PassNavigation li a:hover
{
	text-decoration: none;
	color: #0066cc;
}

#Header .Cell
{
    width:110px;
    height:20px;    
}

/* ----------------------------------------------------------------------------
	DeliveryInfo
---------------------------------------------------------------------------- */

.DeliveryInfoTable tr td
{	
	background-color:#fff;
	border: solid 1px #000000;
}

/* css for DeliveryInfoTable header row */
.DeliveryInfoTable th
{
	background-color: #000067;
	color: #ffffff;
	text-align:center;
}

/* css for DeliveryInfoTable header Columns */
.NameHeaderColumn, .NameColumn
{
	width:135px;
}

.DescriptionColumn
{
	text-align:left;
}

.ShipDateHeaderColumn, .ShipDateColumn
{
	width: 100px;
	text-align:center;
}

.FeeHeaderColumn, .FeeColumn
{
	width: 80px;
	text-align: center;
}

.FeeColumn
{
	font-weight: bold;
}

/* ----------------------------------------------------------------------------
    GuestNames page
---------------------------------------------------------------------------- */
#GuestNameTableWrapper
{
}

.GuestNameTable
{
	margin: 10px 0;	
}

.GuestNameTable tr td, .GuestNameTable tr th
{
	border: solid 1px #000000;	
}

.GuestTicketDescriptionColumn
{
	width: 100px;
	text-align:center;
}

.GuestFirstNameColumn, .GuestLastNameColumn
{
}

.GuestTicketHeaderColumn, .GuestFirstNameHeaderColumn, .GuestLastNameHeaderColumn
{
	background-color: #59A1C7;
	color: #ffffff;
	padding: 3px 6px;
}

/* ----------------------------------------------------------------------------
    PassInfo
---------------------------------------------------------------------------- */

.PassFieldLabel
{
    width: 125px;
}

.PassDescription
{
	font-weight: bold;	
}

.PassDescription table tr td
{
	padding: 10px;
}

/* ----------------------------------------------------------------------------
    Rosternfo
---------------------------------------------------------------------------- */

.RosterDescription
{
	font-weight: bold;	
}

.RosterDescription table tr td
{
	padding: 10px;
}

/* ----------------------------------------------------------------------------
	AssociatedTickets
---------------------------------------------------------------------------- */

#AssociatedTickets #AJAXContainer
{
}

#AssociatedTickets #AssociatedTicketsDescription
{
	padding-top: 10px;
	padding-bottom: 20px;
}

#AssociatedTickets #AJAXContainer table
{
	width: 100%;
	border-spacing: 0;
}

#AssociatedTickets .ItemDescHeading
{
}

#AssociatedTickets .ItemPriceHeading
{
}

#AssociatedTickets .ItemQuantityHeading
{
}

#AssociatedTickets .SelectedEventDateTimeHeading
{
}

#AssociatedTickets .ItemDesc
{
}

#AssociatedTickets .ItemPrice
{
	display: block;
	text-align: right;
}

#AssociatedTickets .ItemQuantity
{
	display: block;
	text-align: center;
}

#AssociatedTickets .SelectedEventDateTime
{
	display: block;
	text-align: center;
}

#AssociatedTickets .SelectDateTime
{
	text-align: center;
}

#AssociatedTickets #UpdateProgress
{
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

#AssociatedTickets #UpdateProgress img
{
	padding-right: 10px;
	vertical-align: middle;
}

/* ----------------------------------------------------------------------------
	Cart
---------------------------------------------------------------------------- */

#Cart table
{
	width: 100%;	
}

#Cart .DiscountAndFooterTable
{
	width: 100%;
}

#Cart #CartFooter table
{
	width: 225px;
}

.CartTable
{	
	background-color: #ffffff;
}

.CartTable tr td, .CartTable tr th
{
	vertical-align: middle;
	border: solid 1px #000000;		
}

.CartTable .CartHeaderNameCell, .CartTable .CartHeaderPriceCell, 
.CartTable .CartHeaderQuantityCell, .CartTable .CartHeaderTotalCell,
.CartTable .CartHeaderRemoveCell
{
	background-color: #000067;
	color: #ffffff;
}

#Cart input[type=text]
{
	text-align: right;
}

 .CartItemNameCell
{
	padding: 0 5px;
}

.CartPriceCell
{
	width: 70px;
	text-align: center;	
}

.CartQuantityCell
{
	width: 50px;
	text-align: center;	
}

.CartTotalCell
{
	width: 75px;
	text-align: center;	
}

.CartRemoveCell
{
	width: 50px;
	text-align: center;	
}

#PackageDetails table tr td
{
	border: none !important;
}

/* ----------------------------------------------------------------------------
	SmallCart (aka "running cart")
---------------------------------------------------------------------------- */

#CartSmall *
{
	border: solid 1px #aaaaaa;
	border-collapse: collapse;
	font-size: 11px;
	padding: 3px;
}

#CartSmall table
{
	background-color: #ffffff;
}

/* ----------------------------------------------------------------------------
	Terms and Conditions 
---------------------------------------------------------------------------- */
#TermsAndConditionsInLine 
{
	text-align: left;
	height: 200px;
	width: 95%;
	overflow: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 8px;
}

#TermsAndConditionsInLineGray 
{
	text-align: left;
	height: 200px;
	width: 95%;
	overflow: auto;
	border: 1px solid #000000;
	background-color: #CCCCCC;
	padding: 8px;
}

/* ----------------------------------------------------------------------------
	PackageDetails
---------------------------------------------------------------------------- */
#PackageDetails
{
	background-color: #f2f2f2;
	border: dashed 1px #666666;
	width: 300px;
}


.PackageDetailsItemTable
{
	width: auto;
}

#PackageDetails table th
{
	background-color: #e2e2e2;
	text-align: left;
}

.PackageDetailQuantityCell
{
	width: 30px;
	text-align: right;
	padding-right: 7px;
}

.PackageDetailNameCell
{
	padding-right: 5px;
}

.PackageDetailDateTimeSelectCell
{
	vertical-align:top;
	padding-top: 0px;	
}

.PackageDetailDateTimeSelectCell input[type="submit"]
{
	margin-top: 0px !important;	
}

.PackageDetailSelectedEventDateLabel {}
.PackageDetailsItemTable{}
.PackageDetailsTable 
{
	 border-collapse: collapse; 
	 border-spacing: 0px; 
	 width: 100%;
}

.DateTimeDisplayPanel
{
    text-align: center;
    display: block;
    white-space: nowrap;
    background-color: #cccccc;
    border: 1px solid #000000;
    padding: 3px;
}

.DateTimeDisplayPanel input[type=image]
{
    vertical-align: middle;
}

/* ----------------------------------------------------------------------------
	Date Selection
---------------------------------------------------------------------------- */
.SelectedDateLabel
{

}

.PackageDetailSelectedEventDateLabel
{
	background-color: #e2e2e2;
	border: dashed 1px #666666;
	padding: 2px;
}

#NoEventsDisplay
{
	color: #ff0000;
	font-weight: bold;
}

.CalendarControlsPanel
{
	display: block;
	float: right;
	white-space: nowrap;
	background-color: #cccccc;
	padding: 3px;
	border: solid 1px #666666;
	margin-bottom: 3px;
}

.CalendarControlsPanel input[type=image]
{
	vertical-align: middle;
}

#EventsCalendarGroup
{
    min-width: 250px;
    max-width: 100%;
	background-color: #efefef;
	padding: 3px;
}

#EventsCalendarGroup td
{
	vertical-align: middle;
}

.EventAttributesRow td
{
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.EventAttributesList ul
{
	list-style: none;
	margin: 0;
	text-align: left;
	padding: 0;
}

/* ----------------------------------------------------------------------------
	Log In Info
---------------------------------------------------------------------------- */
.LogInInfo
{
	margin-bottom: 5px;	
}

#LogInInformation
{
	text-align: right;	
}

#LogOff
{
	text-align: right;	
}

#GroupSalesCreateAccount
{
	padding-top: 20px;
}

/* ----------------------------------------------------------------------------
	Replenish Receipt
---------------------------------------------------------------------------- */

#ManualReplenish table
{
	width: 100%;
	border-color: Black;
	border: solid 1px;
}

#ManualReplenish th
{
	border-color: Black;
	border: solid 1px;
}	
	
#ManualReplenish td
{
	vertical-align: middle;
	text-align: center;
	border-color: Black;
	border: solid 1px;
}


/* ----------------------------------------------------------------------------
	Payment Plan
---------------------------------------------------------------------------- */

.PlaymentPlanSelector
{
	border: 1px solid black;	
	padding: 5px;
}

.PaymentPlanSelectorControl
{
	padding: 8px;	
	text-align: left;
}
		
.PaymentPlanSelectorDisabledLabel
{
	color: Gray;
}
	
.SelectedOption
{
    border: 1px solid black;
    background-color: #CCCCCC;
    margin: 5px;
}

.UnselectedOption
{
    margin: 5px;
}

.DisableTextBox
{
	background-color: #CCCCCC;	
	border: 1px solid;
}

#FileUpload
{
	border: solid 1px #c0c0c0;
	background-color: #e8e8e8;
	padding: 10px;
}

.NoImageLabel
{
	border: solid 1px #000000;
	background-color: #ffffff;
	display: block;
	padding: 50px;
}

/*-----------------------------------------------------------------------------
    ItemVariations
-----------------------------------------------------------------------------*/
.ItemVariationsPanel
{
    min-height: 150px;
}
.ItemVariationTable
{
    display: inline;
    min-height: 150px;
}

#ItemVariationsList li
{
    list-style-type: none;
    display: inline;
}

/*-----------------------------------------------------------------------------
    DateInput
-----------------------------------------------------------------------------*/
.Watermark, .DayWatermark, .MonthWatermark, .YearWatermark
{
    color: #999999;
    font-style: italic;
}

.DayTextBox, .DayWatermark

{
    width: 30px;
}

.MonthTextBox, .MonthWatermark
{
    width: 30px;
}

.YearTextBox, .YearWatermark
{
    width: 35px;
}

/*-----------------------------------------------------------------------------
    OrderError
-----------------------------------------------------------------------------*/
#OrderError
{
}

/*-----------------------------------------------------------------------------
    User Account
-----------------------------------------------------------------------------*/
#AccountForm Table, #PaymentForm Table
{
	width: 100%;
	text-align: left;
}

#AccountUsernameColumn, #PaymentEndorsementColumn
{
	width: 120px;
}

/*-----------------------------------------------------------------------------
    Request Corporate Account
-----------------------------------------------------------------------------*/
#BusinessInfoHeader
{
	font-size: 14px;
	font-weight: bold;
}

#ContactInfoHeader
{
	font-size: 14px;
	font-weight: bold;
}

#RequestCorporateAccountConfirmation
{
	font-size: 14px;
}

/*-----------------------------------------------------------------------------
    Change Password
-----------------------------------------------------------------------------*/
#ChangePasswordConfirmation
{
	font-size: 14px;
}

/* ----------------------------------------------------------------------------
	Pass Contact Selector
---------------------------------------------------------------------------- */
.PassContactSelector
{
	width:80%;
	border: 1px solid black;	
	padding: 5px;
}

#PassContactTable
{
	width: 100%;
}

.PassContactCell td
{
	text-align:center;
}

.PassContactCell td + td
{
	text-align:left;
	vertical-align: middle;
}

.PassContactImageCell td
{
	text-align:center;
	background-image: url(/webstore/images/gts/age-warning.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	width: auto;
}

.PassContactImageCell td + td
{
	text-align:left;
	background-image: none;
	height: auto;
	width: auto;
	vertical-align: middle;
}

.PassContactInstruction
{
	font-weight: bold;
	margin-bottom: 5px;
}
	
.PassHolderName
{
	font-weight: bold;
}

.PassHolderWarning
{
	color: #A21919;
}

/*-----------------------------------------------------------------------------
	Pass Confirmation
-----------------------------------------------------------------------------*/

.PassInformationTable
{
	margin: 0 auto;
}

.PassInformation .FieldLabel
{
	text-align: right;
	width: 100%;
}

.PassInformationTable .Buttons input
{
	margin-right: 20px;
}

.PassInformationtable .Buttons
{
	border-top: 1px solid #cccccc;
}

/*-----------------------------------------------------------------------------
	OrderConfirmation
-----------------------------------------------------------------------------*/

#OrderConfirmationHeader div
{
    width: 98%;
}

#OrderConfirmationHeader #PrinterFriendly
{
    text-align: right;
}

#OrderConfirmationHeader #PrintTickets
{
    border: 1px solid #000000;
    background-color: #c0c0c0;
    margin-top: 4px;
    margin-bottom: 4px;
}

#OrderConfirmationHeader #PrintTickets p
{
    margin: 5px;
}

#OrderConfirmationHeader #PrintTickets input
{
    margin: 5px;
}

#OrderConfirmationHeader #PrintOnWebFailed
{
    border: 1px solid #000000;
    background-color: #ffff00;
    margin-top: 4px;
    margin-bottom: 4px;
}

#OrderConfirmationHeader #PrintOnWebFailed p
{
    margin: 5px;
}

/*-----------------------------------------------------------------------------
	OrderHistory Page
-----------------------------------------------------------------------------*/

#OrderHistoryInfo
{
	padding: 10px;	
}

#OrderHistory .Row 
{
	background-color: #ffffff;	
	border-bottom: solid 1px #ccc;
	color:#222222;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

#OrderHistory .AltRow
{
	background-color: #e7f2f5;		
	border-bottom: solid 1px #ccc;
	color:#222222;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;		
}

#OrderHistory .OrdersTable
{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#OrderHistory .OrdersTable th
{	
	height: 25px;
	color: #ffffff;
	background-color: #4870A1;
}

#OrderHistory .OrdersTable tr td
{	
}	

#OrderHistory .OpenDateCell
{
	width: 130px;
	padding-left: 15px;
}

#OrderHistory .ExtIDCell
{
	width: 130px;
	text-align: right;
}

#OrderHistory .OrderAmountCell
{
	width: 100px;
	text-align: right;
}

#OrderHistory .ViewOrderCell
{
	width: 100px;
	text-align: right;
	padding-right: 15px;
}

#OrderHistory .ViewOrderCell a
{
	color: #0066CC;
	text-decoration: none;
}

#OrderHistory .ViewOrderCell a:hover
{
	color: #0066CC;
	text-decoration: underline;
}

.OrderHistoryTitle 
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	background-color: #4870A1;
	color: #ffffff;
	border: dashed 1px #ffffff;
	padding: 3px 6px;
}

/* css for Page indexing */
.OrderHistoryTablePager
{	
	height: 15px;
	color: #ffffff;
	background-color: #efefef;
	border-top: inset 1px #666666;
}

.OrderHistoryTablePager a, .OrderHistoryTablePager span
{
	padding: 2px;
	display:block;
	width: 10px;
	background-color: #4870A1;
	color: #ffffff;
	text-align: center;
	border: solid 2px #4870A1;
	text-decoration: none;
}

.OrderHistoryTablePager span, .OrderHistoryTablePager a:hover
{
	background-color: #990000;
	border: solid 2px #990000;
}


/*-----------------------------------------------------------------------------
	ViewOrder Page
-----------------------------------------------------------------------------*/
	
#ViewOrderInfo
{
	padding: 10px;	
}

#ViewOrder .Row 
{
	background-color: #ffffff;	
	border-bottom: solid 1px #ccc;
	color:#222222;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

#ViewOrder .AltRow
{
	background-color: #e7f2f5;		
	border-bottom: solid 1px #ccc;
	color:#222222;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;		
}

#ViewOrder .OrderTable
{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#ViewOrder .OrderTable th
{	
	height: 25px;
	color: #ffffff;
	background-color: #4870A1;
}

#ViewOrder .OrderTable tr td
{	
}	

#ViewOrder .DescriptionCell
{
	width: 200px;
	padding-left: 10px;	
}

#ViewOrder .GuestNameCell
{
	width: 250px;
	padding-left: 10px;	
}

#ViewOrder .PrintCell
{
	width: 100px;
	text-align: center;
}

#ViewOrder .ButtonRight
{
	text-align: right;	
}

#ViewOrder .ExternalIDCell
{
	font-weight: bold;	
}


/*-----------------------------------------------------------------------------
	ViewOrder Page
-----------------------------------------------------------------------------*/

#PrintOnWebProcessingInformation
{
	border-style: solid;
	border-color: Black;
	border-width: 2px;
	margin: 15px;
}

/*-----------------------------------------------------------------------------
	DebitInfo Page
-----------------------------------------------------------------------------*/

.DebitTable
{	
	background-color: #ffffff;
}

.DebitTable tr td, .DebitTable tr th
{
	vertical-align: middle;
}

.DebitTable .DebitHeaderDescriptionCell, .DebitTable .DebitHeaderPriceCell
{
	background-color: #59A1C7;
	color: #ffffff;
}

#Debit input[type=text]
{
	text-align: right;
}

 .DebitDescriptionNameCell
{
	padding: 0 5px;
}

.DebitPriceCell
{
	width: 70px;
	text-align: center;	
}

