body{
	background-color: #9ACCCD;
}

/****************************************************************/
/* 1. BLOCKS  */
/****************************************************************/

#holder{
	background-color: #9ACCCD;
}
#main{
	text-align: left;
	

}


/****************************************************************/
/* 1. BACKGROUND & BORDER COLORS  */
/****************************************************************/
h1{
	color: #59879D;
	border-color: #5D8CA2;
}
#holder{
	border-color: #5D8CA2;
}
#menu, #submenu, #footer{
	border-color: #5D8CA2;
}

#left h3{
	margin-right:10px;
}

/****************************************************************/
/* TEXT  */
/****************************************************************/

h4{
	border-color: #5D8CA2;
	
}

#left h5{
	border-top:  1px solid #5D8CA2;
	border-bottom:  1px solid #5D8CA2;
	padding: 4px 0 3px 0;
	margin: 0 10px 6px 0;
}

#performanceInfo p{
	font-weight: bold;
}

p.booking{
	border-bottom: 1px solid #5D8CA2;
	border-top: 1px solid #5D8CA2;
	padding: 1px 0;
	margin: 10px 0;
	text-align: center;
}

#performanceInfo .quotation{
	color: #59879D;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0;
}

.imgCaption{
	color: red;
	
}

/****************************************************************/
/* LINKS  */
/****************************************************************/
p.booking a:link, p.booking a:hover, p.booking a:visited{
	display: block;
	background-color: #5E5650;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin: 1px 0;
	
}

ul.links a{
	color: #59879D;
}
ul.links li {
	margin-bottom: 20px !important;
}

/****************************************************************/
/* LISTS  */
/****************************************************************/

ul.date_listings{
	
	list-style-type: none;
}

ul.date_listings li{
	border-top:  1px solid #5D8CA2;
	border-bottom:  1px solid #5D8CA2;
	padding: 8px 0;
}

ul.visual_listings li{
		background-color: #5D8CA2;
}



/****************************************************************/
/* forms  */
/****************************************************************/

#footer input{
	background-color: #9ACCCD;
}

/****************************************************************/
/* buy tickets  */
/****************************************************************/

.purchase_tickets {
	margin: 10px 0 10px 0;
}
.purchase_tickets a:link, .purchase_tickets a:visited{
	background-image:url(../images/buytickets/perf_bg.gif);
	background-position:right bottom;
	color: #9ACCCD;
	font-weight: bold;
	text-decoration: none;
	width: 120px;
	padding: 5px;
	display: block;
}
.purchase_tickets a:hover, .purchase_tickets a:active, .purchase_tickets a:focus{
	color: #5D8CA2;
}
.purchase_tickets a span{

}