body{
	background: #fff;
	font-size: 10pt;
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.footer, #headerContainer, #right, .breadcrumb, .eventActions, .reportActions, .reportExportActions, .eventSteps, .hideForPrint, #versionInfo, #header, #menu, #footer, #deploymentEnvironment, #fancy_wrap, #selectOrganizerPaymentReport, #languages{
	display: none;
}

table, td, th{
	border: 1px solid #ccc;
	border-collapse: collapse;
}

td, th{
	text-align: left;
	vertical-align: top;
	padding: 1em;
}

table .numeric, table .price{
	text-align: right;
	white-space: nowrap;
}

.seatingWrapper input{
	display: none;
}

.seatingWrapper{
	font-size: 7pt;
}

.seatingWrapper table{
	width: 100%;
}

.seatingWrapper label{
	white-space: nowrap;
}

.free{
	background: blue;
}

.sold{
	background: red;
	color: #fff;
}

.unavailable{
	background: orange;
}

a img{
	border: none;
}
