
.custom-ticket-select-button {
	margin-top:10px;
	font-weight:bold;
	font-size:14px;
}

.custom-ticket-expand-action {
	text-align:center;
	padding-bottom:10px;
}

.custom-hidden {
	display:none;
}

#custom_ticket_purchase_list td,
#custom_camp_ticket_purchase_list td,
#custom-ticket-additional-purchase-list td {
    width:auto;
    white-space: nowrap;
    vertical-align: middle;
}

.custom-ticket-purchase-qty {
	width: 20px;
}

.custom-ticket-purchase-camp-area {
    padding-right:10px;
    padding-left:10px;
    padding-bottom:10px;
    border: 1px solid black;
    /*margin-right:10px;*/
    /*float:left;*/
    /*width:208px;*/
    margin-bottom:10px;
}

.custom-ticket-purchase-camp-area h3 {
	text-decoration: underline;
	text-align: center;
}

.custom-ticket-purchase-camp-area-wrapper {
	overflow: hidden;
}

.custom-ticket-purchase-camp-sites {
	margin-bottom:10px;
	text-align: center;
}

.custom-ticket-empty-list {
	width:100%;
	text-align: center;
	font-style: italic;
}

table.standard-list td.custom-column-right {
	text-align: right;
}

table.standard-list th.list-sub-title {
	color: #000;
	background-color: #C0C0C0;
}

tr.ticket-selected {
	background-color: #FFFAAA ;
}

/* Generated css classes */

div.custom-ticket-purchase-camp-area-type-red {
    background-color: #FFDDDD;
    border:1px solid #FFBBBB;
}
div.custom-ticket-purchase-camp-area-type-red table{
    background-color: #FFFFFF;
}

div.custom-ticket-purchase-camp-area-type-green {
    background-color: #C9FFC5;
    border:1px solid #7BD76C;
}
div.custom-ticket-purchase-camp-area-type-green table{
    background-color: #FFFFFF;
}

div.custom-ticket-purchase-camp-area-type-yellow {
    background-color: #FFFFCC;
    border:1px solid #FFF67D;
}
div.custom-ticket-purchase-camp-area-type-yellow table{
    background-color: #FFFFFF;
}

#custom-ticket-purchase {
	float:right;
}

#custom-ticket-purchase input {
    background:none;
	background-image: url('/app/images/purchase-items.png');
	width:158px;
	height:31px;
	border:0;
}

.custom-ticket-expand-action img {
    border: 0;
}

