.warning
{
	background-color: #ffe0e0;
	border: 1px solid #ff6666;
	padding: 5px;
	margin-bottom: 10px;
}

#infobox
{
	margin-right: 150px;
}

#pick_show_date
{
	margin-top: 10px;
	margin-bottom: 10px;
	visibility: hidden;
	height: 0px;
}

#show_info,
#cust_info
{
	margin-bottom: 10px;
}

#show_info .title,
#cust_info .title,
div.title
{
	font-weight: bold;
}

#main_body .text
{
	margin-top: 5px;
	margin-bottom: 10px;
}

.legend
{
	float: right;
	border: 1px solid #000000;
	margin: 15px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #ffffff;
	width: 130px;
}

#seat_map td, .legend
{
	font-size: .8em;
}

#seat_map
{
	clear: right;
	margin-bottom: 15px;
}

#seat_map td,
.legend td
{
	width: 30px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-weight: bolder;
}

#seat_map td.handicap,
.legend td.handicap
{
	border: 1px solid #000000;
}

#seat_map td.stage
{
	border: 1px solid #996633;
	background-color: #cc9966;
	height: 45px;
}

#seat_map td.balcony
{
	border: 1px solid #CCBBAA;
	background-color: #FFEEDD;
	padding: 10px;
}

td.available:hover
{
	background-color: #449977;
	cursor:default;
}

td.available
{
	color: #ffffff;
	background-color: #66BB99;
}

td.handicap
{
	color: #000000;
	background-color: #ffffff;
}

td.unavailable
{
	color: #666666;
	background-color: #666666;
}

td.selected
{
	color: #000000;
	background-color: #ffaa66;
}

.hidden
{
	visibility: hidden;
	height: 0px;
	width: 0px;
	padding: 0px;
	margin: 0px;
	display:block;
}

#ticket_table,
#billing_table
{
	border: 1px solid #666666;
	margin-bottom: 10px;
	background-color: #eeeeee;
}

#billing_table tr td
{
	padding: 3px;
}

#billing_table tr td.label
{
	font-weight: bold;
	width: 220;
}

#ticket_table tr th
{
	background-color: #667799;
	color: #ffffff;
	padding: 3px;
}

#ticket_table tr td
{
	border-top: 1px solid #ffffff;
	background-color: #ccddff;
	padding-left: 3px;
	padding-right: 3px;
}

#ticket_table tr td div.title
{
	font-weight: bolder;
}

#ticket_table tr td.expired
{
	font-weight: bolder;
	color: #6699cc;
}

#ticket_table tr.total_row td
{
	background-color: #ffffff;
}

#ticket_table tr.total_row td.total_tag
{
	background-color: #dddddd;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	font-weight: bolder;
}

.required
{
	font-size: 80%;
	font-style: italic;
	color: #888888;
	margin-left: 5px;
}
