/*
Main elements
-------------------------
*/
	
	#mainImage {
		display: none;
	}

/*
Table elements
-------------------------
*/
	
	.ticketsTablePanel table {
		width: 484px;
		border-collapse: collapse;
		text-align: left;
	}

	.ticketsTablePanel table caption {
		display: none;
	}
	.ticketsTablePanel table thead th {
		padding: 3px 8px 3px 8px;
		background-color: #000000;
		color: #ffffff;
		white-space: nowrap;
	}
	.ticketsTablePanel table tbody th {
		padding: 6px 8px 6px 8px;
		color: #000000;
		border-bottom: 1px solid #000000;
		background-color: #EEEFEE;
	}
	.ticketsTablePanel table tbody th span.smallText {
		font-weight: normal;
	}
	.ticketsTablePanel table tbody td {
		padding: 6px 8px 6px 8px;
		color: #000000;
		border-bottom: 1px solid #000000;
		background-color: #EEEFEE;
	}
