/* Overarching styles for Pubs */

	.nf_pubs,
	.nf_pubs_list						{ display: block; clear: both; }
	.nf_pubsType						{ display: none; margin-bottom: 10px; }
	.nf_pubsCategory					{ margin-bottom: 10px; margin-left: 15px; }
	.nf_pubsArticle						{ display: block; clear: both; margin-left: 40px; padding-bottom: 10px; font-size: 12px; }
	.nf_pubs_list .nf_pubsArticle		{ margin-left: 0px; padding-bottom: 20px; }
	.noleftmargin						{ margin-left: 0px; }
	.nf_pubs a:link						{ color: #6666FF; text-decoration: none; }
	.nf_pubs a:visited					{ color: #6666FF; text-decoration: none; }
	.nf_pubs a:hover					{ color: #6666FF; text-decoration: underline; }

/* Show or Hide specific sections of information */

	.nf_pubsTitle						{ display: block; font-size: 12px; font-weight: bold; color: #339933;}
	.nf_pubsTitle a						{ text-decoration: none; }
	.nf_pubsTitle a:hover				{ text-decoration: underline; }
	.nf_pubsInfo						{ display: block; clear: both; }
	.nf_pubsAuthor						{ display: none; font-size: 10px; text-transform: uppercase; float: left; margin-right: 8px; color: #BBBBBB; }
	.nf_pubsLastUpdated					{ display: none; font-size: 10px; text-transform: uppercase; float: left; margin-right: 8px; color: #CC0000; }
	.nf_pubsStory						{ display: block; clear: both; }
	.nf_pubsStartDate					{ display: none; margin-bottom: 10px; }
	.nf_pubsContent						{ }
	.nf_pubs .nf_pubsFullStory			{ display: none; }
	.nf_pubsStoryObject					{ display: none; }
	.nf_pubsSummary p					{ display: inline; }
