@charset "UTF-8";
#performances {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-bottom: 20px;
	background-image: url(../images/film_description_color.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00AFDC;
}
#performances_title {
	color: #00AFDC;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 15px;
	text-align: left;
	text-indent: 15px;
}
#performances_content {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
	padding-left: 15px;
}
#performances_image {
	width: 200px;
	padding-right: 20px;
	padding-top: 17px;
	vertical-align: top;
	text-align: left;
	padding-bottom: 15px;
}
#performances_description {
	font-size: 9pt;
	line-height: 17px;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #333333;
	padding-left: 15px;
	padding-right: 12px;
}
.performance_highlight {
	font-weight: bold;
	color: #00AFDC;
	text-align: center;
}
#performances_description   p {
	font-size: 9pt;
	color: #333333;
}
