.location-container
{
	margin-left:15px;
	margin-right:10px;
}

.location-container .item
{
	
}

.location-container .item a
{
	color:#FF9600;/*FF8011;*/
}

.location-container .item img
{
	margin-right:10px;
}


.location-container .item .title
{
	color:#FF9600;
	font-weight:bold;
}


.location-container .item .subtitle
{
	margin-top:5px;
}

.location-container .item .subtitle a
{
	color:White;
}

.location-container .item .subtitle .day
{
	margin-top:5px;
}

.location-container .item .subtitle .day a
{
	color:White;
}

.location-container .item .subtitle .time
{
	margin-top:5px;
}

.location-container .item .subtitle .seats
{
	margin-top:5px;
}

.location-container .item .description
{
	margin-top:5px;
}

.location-container .item .description a.white-link
{
	color:White;
}

.location-container .day-header
{
	margin-bottom:3px;
	padding:2px;
	padding-left:5px;
	background-color:#ff8011;
	color:white;
	font-weight:bold;
}

.gallery-container
{
	
}


.gallery-container .top-left-corner
{
	width:695px;
	height:22px;
	margin-left:15px;
	background-color:#641117;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(../media/img/gallery_topLeft.gif);
}

.gallery-container .main-contents
{
	width:695px;
	height:273px;
	margin-left:15px;
	background-color:#641117;
}

.gallery-container .bottom-left-corner
{
	width:695px;
	height:22px;
	margin-left:15px;
	text-align:right;
	background-color:#641117;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(../media/img/gallery_BottomLeft.gif);
}


