/* CSS Document */
.featuredShowsMain {
	/*background-color: #DAB897;
	border-right:#000000 solid 3px;*/
	width: 100%;
	text-align: center;
	height: 1px;
}
.featuredShowsNameP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.featuredShowsDateRangeP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #704326;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
.borderedImage {
	border: 2px solid #000000;
	display:block;
	width:110px;
	text-align:center;
}
.borderedImage:hover {
	border: 2px solid #FFE9D4;
	display:block;
	width:110px;
	text-align:center;
}


