table.concerttable{
	width: 100%;
	border-top: solid 1px #AD1B1B;
	padding-top: 5px;
	margin-bottom: 30px;
}

table.concerttable td{
	padding: 0;
}

table.concerttable p{
	margin: 0;
	line-height: normal;
}
p.perfdate{
	font-weight: bold;
}

table.concerttable p.perfdate{
	margin-bottom: 3px;
}

p.perflocation{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;	
}
table.concerttable p.concerttitle{
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0 0;
}

p.programheader{
	display: none;
}

table.concerttable p.perfcomposer{
	margin: 15px 0 3px 0;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px
}

div.venuedetails{
	margin: 15px 0 15px 0;
}

table.concerttable div.venuedetails p{
	text-align: center;
	text-transform: none;
	font-size: 11px;
}

div.venuedetails span.venuename{
	font-weight: bold;
	line-height: 25px;
}

div.perfitem{
	margin: 20px 0 10px 0;
}

#concertprinterfriendly{
display: none;
/*
	position: absolute;
	top: 345px;
	left: 615px;
	z-index: 1;
*/
}

#concertprinterfriendly a:link,
#concertprinterfriendly a:visited{
	color: #600;
	font-size: 11px;
	font-weight: normal;
}

#concertprinterfriendly a:hover{
	color: #F00;
	text-decoration: none;
}

