/*  Buy Ticket Link that goes directly on the html cal. Note this triggers if USE_TICKET_IMG=false in config.dist.php  */
#audiocal A.buytickets {
	padding: 3px;
	background-color: #FF9900;
	color: #FFFFFF;
	text-decoration: none;
	width: 68px !important; 	
	height: 10px !important; 	
}

/* Buy Ticket Link that goes directly on the html cal. This css is to keep the TD link from duplicating the height if we show an image when USE_TICKET_IMG=true. That setting lets you use an image instead of css for the buy tickets button */
#audiocal A.buytickets_img {
	padding: 3px;
	width: 68px !important; 	
	height: 10px !important; 	
}
