@charset "UTF-8";
/* CSS Document */

* {
	color:white;
	text-align:center;
}
body { 
	background-color:black;
	}
h1 {
	font-size: 48px;
	margin-top:10px;
	margin-bottom:0px;
	line-height:1.5em;
}
h2 {
	font-size: 32px;
	font-weight:normal;
	margin-top:0px;
}
a {
	cursor: hand;
	font-weight:bold;
}
a:hover {
	color:silver;	
}
a.rates-jobs {
	color:#999;
	font-style:italic;
}
a.rates-jobs:hover {
	color:white;
}

p.symphony-link {
	text-align:left;
}
p.symphony-link a {
	color:#CC3399;
	font-size:32px;
	text-decoration:none;
}
p.symphony-link a:hover {
	color:white;
}
table#departments td {
	text-align:left;
}
table#disclaimer td {
	text-align:left;
	font-size:1.1em;
	padding:8px;
	vertical-align:top;
}
#events table p {
	color:black;
}
#events table {
	background-color :#6666FF;
	border:1px solid #ECE9D8;
}
#events th {
	border:1px solid #ECE9D8;
	text-transform:uppercase;	
	font-size: 18px;
	padding:2px;
	color:black;
}
#events td {
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ECE9D8;
	padding:2px;
	color:black;
}
#events table a {
	color:black;
}
#events table a:hover {
	color:white;
}
#events .ticket_sales {
	width: 16%;
	font-size:14px;
}
#events .ticket_sales a {
	text-transform:uppercase;
}
#events th.ticket_sales  {
	font-size:18px;
}
#events .date {
	width: 12%;
}
#events .time {
	width: 8%;
}
#events .venue {
	width: 12%;
}
#events .event {
	width: 36%;
	font-size: 32px;
	text-transform:none;		
}
#events p {
	margin:16px;
}
#events .sub-title {
	font-size: 16px;
}
#events .ticket_price {
	width: 16%;
}

