p.ticket-production {
	font-size: 15px;
	font-weight: bold;
}

table.tickets {
	font-size: 13px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

table.tickets thead tr {
	color: white; 
	background: black; 
}

/* table.tickets thead tr td a {
	color: white; 
	background: black; 
	cursor: pointer;
	text-decoration: none;
}

table.formatted thead tr td a:hover {
	text-decoration: none;
}*/

table.tickets tbody tr.even {
	color: black; 
	background: #ccccaa;
}

table.tickets tbody tr.odd {
	color: black; 
	background: #e3E5db;
}

table.tickets td.first-column-right-justify {
	border-left: none;
	text-align: right;
}

table.tickets td.first-column {
	border-left: none;
}

table.tickets td.right-justify {
	text-align: right;
}

table.tickets td {
	padding-left: 5px;
	padding-right: 5px;
}

table.venue {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	margin-left: 25px;
}

table.venue td {
	vertical-align: top;
}
