#eventListingsHeading
{
	position: relative;
	margin-top: 32px;
	
	width: 515px;
	height: 36px;	
}

#eventListingsHeading #eventListingsHeadingTopDivider, #eventListingsHeading #eventListingsHeadingBottomDivider
{
	position: absolute;
	display: block;
	left: 0px;
}

#eventListingsHeading #eventListingsHeadingTopDivider
{
	top: 0px;
}

#eventListingsHeading #eventListingsHeadingBottomDivider
{
	bottom: 0px;
}

#eventListingsHeading #eventListingsHeaderLeftArea, #eventListingsHeading #eventListingsHeaderRightArea
{	
	display: block;
	position: absolute;
	top: 11px;
	
	color: #7a7c7d;
	font-size: 14px;
	font-weight: bold;
}

#eventListingsHeading #eventListingsHeaderLeftArea
{
	left: 19px;	
}

#eventListingsHeading #eventListingsHeaderRightArea
{
	left: 418px;
}

.eventName, .eventLink:link, .eventLink:visited, .eventLink:hover, .eventLink:active 
{
	color: #035e87;
	/* text-decoration: none; */
		
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
}

.eventMiniListing, .alternateEventMiniListing
{
	position: relative;
	width: 515px;
	padding: 12px 9px;
	/* clear: both; */
}

.eventMiniListing
{
	background-color: white;
}

.alternateEventMiniListing
{
	background-color: #f1f1f1;
}

/*
.eventListingLeftArea
{
	position: relative;
	* float: left; *
	width: 411px;
	
	background-color: inherit;
}

.eventListingRightArea
{
	*
	position: relative;
	float: left; 
	height: 100%;
	*
	position: absolute;
	right: 11px;
	top: 12px;
	width: 94px;
	
	
	background-color: inherit;
}
*/
.eventListingLeftArea
{
	width: 404px;
}
.eventListingRightArea
{
	width: 101px;
	color: #035e87;
	font-size: 10px;
	font-weight: bold;
}

.cityName
{
	color: #da0202;
	font-style: italic;
}

.emailLink:link, .emailLink:visited, .emailLink:hover, .emailLink:active, .websiteLink:link, .websiteLink:visited, .websiteLink:hover, .websiteLink:active  
{
	color: black;
	/* text-decoration: none; */
}

#nextBackLinks
{
	position: relative;
	margin-top: 12px;
	color: #c2c3c4;
}

#nextBackLinks a:link, #nextBackLinks a:visited, #nextBackLinks a:hover, #nextBackLinks a:active
{
	color: #12253d;
	/* text-decoration: none; */
}