/* CSS Document */

/* 1st Tier nav */

#nav ul li a.tickets {
	color: #000;
	border-bottom: 1px solid #333333;
	background: #C6CBE7;}

/* Open up 2nd Tier nav */

#tickets #nav ul ul.tickets { 
	display:list-item;
	margin: 0px;
	padding: 0px;
	list-style: none; 
	font: 100% arial, helvetica, sans-serif;  }
	
#tickets #nav ul ul a { 
	padding: 4px 0px 4px 24px;
	width: 135px;
	border-bottom: 1px solid #333333;
	text-decoration: none; }		
	
#tickets #nav ul ul a:link, #tickets #nav ul ul a:visited {
	padding: 4px 0px 4px 24px;
	font-weight: normal;
	color: #333333;
	background-color: #fff; }
	
#tickets #nav ul ul a:hover {
	font-weight: normal;
	padding: 4px 0px 4px 24px;
	color: #333333;
	background-color: #F0F1F9; }
	
/* Second Tier nav Links */

#tickets.subscriptions #nav ul ul li a.subscriptions {	
	color: #333333;
	background: #F0F1F9 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }
			
#tickets.individual #nav ul ul li a.individual {	
	color: #333333;
	background: #F0F1F9 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
			
#tickets.order #nav ul ul li a.order {	
	color: #333333;
	background: #F0F1F9 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }

table {
	font-size: 95%;}	
	
h4 {
	font-size: 110%;
	font-weight: bold;
	color: #CC3333;
	line-height: 1em;
	vertical-align: middle;
	margin: 5px 5px 5px 0px;}
	

.subscriptions {
	margin: 0px;
	padding: 0px;}

.subscriptions #box {
	background: #E1E3F2;
	text-align: center;
	border: 1px dotted #333333;
	font-weight: bold;
	width: 80%;
	margin: 20px auto;
	line-height: 1.2em;
}
