BODY {
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 62.5%;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:link {color: blue; text-decoration: none;}
a:active {color: cyan; outline: none;}
a:visited {color: blue; text-decoration: none;}
a:focus {color: blue;  -moz-outline-style: none; }
a:hover {color: red; text-decoration: underline;}



h1,h2,h3,h4,h5,h6{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#headerBox {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 217px;
	background-image: url('images/newHeader.jpg');
	background-repeat: no-repeat;

}

#logoClick {
	position: absolute; 
	width: 185px;
	height: 150px;
	top: 20px;
	left: 725px;
	cursor: pointer;
}

#menuBlock {
	position: absolute;
	width: 558px;
	height: 58px;
	top: 97px;
	left: 45px;

}

.menuButtonOver {
	position: absolute;
	height: 20px;
	top: 19px;
	width: 80px;
	cursor: pointer;

}


#middleBox {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 238px;
	background-image: url('images/middle_text_back.jpg');
	background-repeat: no-repeat;
}

#midBoxContainer {
	position: absolute;
	width: 850px;
	height: 188px;
	top: 22px;
	left: 57px;
}
	
	#midLeftCol {
		float: left;
		width: 150px;
		height: 186px;
		text-align: left;

	}



	#midLeftCol img {
		margin-left: 1em;
	}


	#midRightCol {
		float: left;
		width: 695px;
		height: 186px;
		text-align: left;
		font-family: Garamond, Times, serif;
		font-size: 1.2em;
	}

	#midRightColSmall p {
		padding: 1em;
	}

		#midRightColSmall {
		float: left;
		width: 300px;
		height: 186px;
		text-align: left;
		font-family: Garamond, Times, serif;
		font-size: 1.2em;
		
	}

	#midRightCol p {
		padding: 1em;
	}

		#midRightColRight {
		float: left;
		width: 395px;
		height: 186px;
		text-align: left;
		font-family: Garamond, Times, serif;
		font-size: 1.2em;
		overflow: auto;
	}

	#midRightColRight p {
		padding: 1em;
	}

	#midTextBox {

		width: 390px;
		height: 150px;
		margin-top: 20px;
		margin-left: 30px;
		overflow: auto;
		color: white;
		font-family: Garamond, Times, serif;
		font-size: 1.4em;
		background-color: #516F93;
		text-align: left;
	}

	#midTextBox p {
		padding: 1em;
	}




	#ticketLeftCol {
		float: left;
		width: 300px;
		height: 186px;
		text-align: left;
		margin-left: 2em;
		font-size: 1.1em;

	}


	#ticketRightCol {
		
		float: left;
		width: 500px;
		height: 186px;
		text-align: right;
		margin-left: 2em;
		font-size: 1.1em;

	}


	#ticketRightCol img {
		margin-left: 2em;
	}



#lowerBox {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 330px;
	background-image: url('images/bottom-gradient.png');
	background-repeat: repeat-x;
	margin-top: 10px;
}

#lowerBoxInner {
	margin-left: auto;
	margin-right: auto;
	width: 870px;
	
}

#lowerBox #leftCol {
	float: left;
	width: 240px;
	margin-top: 15px;
}

#lowerBox #rightCol {
	float: left;
	width: 600px;
	margin-left: 30px;
	margin-top: 15px;
}


#oneCol {
	width: 860px;
	margin-left: auto;
	margin-right: auto;

	padding-top: 15px;

}

#lowerTextBox {
	background-color: 808080;
	overflow: hidden;
	width: 100%;
	height: 285px;
	text-align: left;
	background-image: url('images/lowerBG_grad.png');
	border: 2px solid #848484;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-bottom-top-radius: 15px;

	
	


}

#lowerTextBox h1 {
	font-family: Garamond, Times, serif;
	color: white;
	font-size: 1.7em;
	text-transform: uppercase;
	padding-left: 1em;
	padding-top: 0em;
}

#lowerTextBox p {
	font-family: Garamond, Times, serif;
	color: black;
	font-size: 1.3em;
	padding-left: 2em;
	padding-top: 1em;
	padding-right: 2em;

}


#footerLink {
	width: 100%;
	height: 25px;
	margin-top: 34px;
	text-align: right;
	vertical-align: middle;
	background-color: 527094;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;

}

#footerLink a {
	color: white;
	text-decoration: none;

}

#footerLink div {
	font-family: Garamond, Times;
	color: white;
	font-size: 1.6em;
	text-transform: uppercase;
	margin-right: 8px;
	display: inline-block;
	float: right;
	margin-top: 3px;
	

}


.bigButton {
	width: 185px;
	height: 54px;
	background-image: url('images/buttonBg.png');
	background-repeat: repeat-x;

	display: inline-block;
	margin-top: 5px;
}

.bigButton h1 {
	font-family: Garamond, Times;
	color: white;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 15px;

}

.showName {
	font-family: Garamond, Times;
	color: black;
	font-size: 4.5em;
	text-transform: uppercase;

}

.infoButton {
	width: 182px;
	height: 25px;
	text-align: center;
	display: inline-block;
	cursor: pointer;

}

.infoButton p {
	font-family: Garamond, Times;
	color: white;
	background-color: #516F93;
	font-size: 1.7em;
	text-transform: uppercase;
	padding: 3px;
}


.producerBox {
	float: left;
	width: 260px;
	height: 160px;
	text-align: left;
	margin-top: 10px;
	border: 2px solid #8F8F8F;
	margin-left: 15px;
	background-image: url('images/producerBack.png');
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	cursor: pointer;

	
}

.producerBox img {
	float: left;
	margin-right: 10px;
}

.producerBox p {
	font-family: Garamond, Times;
	color: black;
	font-size: 1.5em;
	padding: .4em;
	
}

.producerBox p strong {
	font-size: 120%;
}

.producerPicBig {
	float: left;
	margin: 1em;
	border: 2px solid #848484;

}

.producerText {
	margin-top: 1em;
	width: 630px;
	height: 260px;
	overflow: auto;
}

.midBoxPoster {
	float: left;
	width: 16.666%;
	height: 160px;
	margin-top: 1.2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.midBoxPoster img {
	cursor: pointer;
	border: none;

}

.midBoxHalf {
	width: 50%;
	float: left;
	text-align: left;

}

.midBoxHalf p {
	margin: 1em;
	font-size: 1.2em;
	font-family: Garamond, Times, serif;

}

.midHeaderText {
	margin: 1em;
	font-size: 1.6em;
	font-family: Garamond, Times, serif;
}

#yui-history-iframe { 
	  position:absolute; 
	  top:0; left:0; 
	  width:1px; height:1px; 
	  visibility:hidden; 
}


#blackOverlay {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0px;
			left: 0px;
			background-color: black;
			opacity: 0.90;
			filter:alpha(opacity=90);
			z-index: 100;
		
		}

		#calBox {
			position: relative; 
			margin-left: auto;
			margin-right: auto;
			margin-top: 60px;
			border: 2px solid black;
			width: 644px;
			height: 318px;
			background-color: white;
			z-index: 120;
			text-align: center;

			
	

		}

		.calFloat {
			float: left; 
		
			width: 90px;
			border: 1px solid black;


		}

		.calDotwHead {
			padding-top: 5px;
			padding-bottom: 5px;
		}

		.calDayFloat {
			height: 90px;
			
		}

		#calHeader {
			height: 20px;
			width: 644px;
			float: left;
			padding-top: 5px;
			background-color: #30347C;
			color: white;
			font-size: 15px;
			font-weight: bold;
		}

		#closeButton {
			float: right;
			color: white;
			font-size: 15px;
			font-weight: bold;
			margin-right: 5px;
			cursor: pointer;
		}

		.calDayBg {
			width: 100%;
			height: 100%;
			background-color: #EFEFEF;
			color: white;
			font-size: 40px;
			font-weight: bold;
			position: relative;
		}

		.calContent {
			position: absolute;
			width: 60px;
			height: 60px;
			top: 5px;
			left: 5px;
			color: black;
			font-weight: normal;
			font-size: 10px;
			text-align: left;

		}
