@charset "UTF-8";
/* CSS Document  - Concert page styling including home page*/

		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 550px;
			background: no-repeat top right #00007F; 
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #FFFFFF;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
				
		.accordion_toggle_active .concertTitle {
			display: none;
		}
		
		.accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #CDD4FF;
			color: #000000;
/*			border-left: 1px solid #00007F;
			border-right: 1px solid #00007F; */
			display: block;
			height: 30px;
			width: 550px;
			padding: 0 10px 0 10px;
			line-height: 30px;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 0px 10px 0px 10px;
			}
			
/*		.accordion_toggle {
			display: block;
			height: 30px;
			width: 550px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
*/
/*		.accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
*/
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

/*			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
*/		
		
	
.concertDate {
	font-weight: bold;
	font-size: 14px;
}
.concertTitle {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
#address {
	width: 260px;
	float: left;
}
.addressShort {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
#ticketInfo {
	width: 260px;
	float: left;
}

.arrow {
	vertical-align: top;
	padding-right: 5px;
}

#poster {
	float: right;
	padding: 5px 10px 5px 10px;
}

.musicDetails table {
	width: 500px;
	text-align: left;
}