/* tickets.css */

table.ticket_prices {
										width: 100%;
										font-size: 100%;
				 						color: #000066;
										border-collapse: collapse;
										margin-top: 10px;
										margin-bottom: 10px;}									

table.ticket_prices .b {
										font-weight: bold;
										background-color: #eee;}	
										
table.ticket_prices .b-l {
										font-weight: bold;
										text-align: right;
										background-color: #eee;
										width: 85px;}		
																			
table.ticket_prices td {
										text-align: center;
										padding: 7px;
										border: solid 1px #eee;}		
										
/* -----------------------------------------------------------------------*/																			
										
table.ticket_purchase {
										width: 100%;
										font-size: 100%;
										text-align: center;
				 						color: #000066;
										border-collapse: collapse;
										margin-top: 10px;
										margin-bottom: 10px;}				
										
table.ticket_purchase td {border: solid 1px #666; vertical-align: center;} 															

table.ticket_purchase .t_type {
										font-weight: bold;
										width: 185px;
										text-align: center;}	
										
table.ticket_purchase .t_price {
										font-weight: bold;
										width: 35px;}		
																			
table.ticket_purchase .pp_fee {
										text-align: center;
										padding: 2px;}											
										
table.ticket_purchase .buy {
										padding: 10px;
										/*padding: 2px;
										padding-top: 20px;*/
										vertical-align: center;
										width: 94px;}						
										
table.ticket_purchase form {
											padding: 0px;
											border-collapse: collapse;
											margin: 0px;}	
