/************************************************************************/
/*General section styles                                                */
/*                                                                      */
/*Any custom classes or styles needed specifically for this site's      */
/*front end go here. 													*/
/*																		*/
/*These classes are included in site.css change here to override		*/
/************************************************************************/
.bodyText{
}
.abstract{
}
.externalLink{
}
/*.listingLink{
	float:right;
}
.detailLink{
	float:right;
}*/
/************************************************************************/
/*specific section styles                                               */
/*                                                                      */
/*Any custom classes or styles needed specifically for this site's      */
/*front end go here.                                                    */
/************************************************************************/
/* Events */
.eventDetail{
}
.eventListing .eventItem{
	border-bottom:1px solid #E0E9EF;
}

.location{
}
.registrationLink{
}
/* Press Releases */
.pressreleaseDetail{
}
.pressReleaseListing .pressReleaseItem{
	border-bottom:1px solid #E0E9EF;
}
.pressReleaseItem{
	margin-left: 20px;
	line-height: normal;
}
.pressReleaseDate, .eventItem .dates{
	font-size: 11px;
	font-weight: bold;
}
#ListToggle{
	margin-top:-15px;
	font-size:12px;
}
#ListToggle a{
	text-decoration:none;
}
.pressReleaseDetail .listingLink{
	width:175px;
}
/* News & Events Home */
#newseventshome #pressReleaseListing{
	float:left;
	width:45%;
}
#newseventshome #eventListing{
	float:right;
	width:45%;
}
#newseventshome h1{
	clear:both;
}
/************************************************************************/
/*specific section styles                                               */
/*                                                                      */
/*Any custom classes or styles needed specifically for this site's      */
/*front end go here.                                                    */
/************************************************************************/
/* Articles */
.articleDetail{
}
.articleListing{
}
.articleItem{
}
/* Case Study */
.casestudyDetail{
}
.casestudyListing{
}
.casestudyItem{
}
/* White Paper */
.whitePaperDetail{
}
.whitePaperListing{
}
.whitePaperItem{
}
/* Press Release */
.pressReleaseDetail{
}
.pressReleaseListing{
}
.pressReleaseItem{
}
.pressReleaseDate{
}
.pressReleaseEmail{
}
/* Link */
.linkDetail{
}
.linkListing{
}
.linkListing h2{
	font-weight: normal;
	margin-bottom: 0px;
	border-bottom:1px solid #dadada;
}
.linkListing h3{
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 1px;
	margin-top: 10px;
}
.linkItem{
	margin-left: 20px;
}
/*resource home */
#resourcehome #articleListing{
	float:left;
	width:45%;
}
#resourcehome #resourceListing{
	float:right;
	width:45%;
}
