/* source: d:\clients\orsimpact.com\www\CSS\SiteCM\ContentBlock.css */
/**************************************************************************************
/* Need help?
/* http://resellers.sitecm.com/implement/designer/content_block
/*************************************************************************************/
	  
/* ----------------------------------------------------------------------------------------
	CONTENT BLOCK
---------------------------------------------------------------------------------------- */
.ContentBlock_Wrapper {}
/* .ContentBlockCategory# {}  - REPLACE '#' with number - */
	/* .ContentBlock# {}  - REPLACE '#' with number - */
	.ContentBlock {}
	
/* ----------------------------------------------------------------------------------------
	SHOW/HIDE CONTENT BLOCK - DROP-IN APPLICATION
---------------------------------------------------------------------------------------- */
.ShowHideContent_Wrapper {}
	/* SHOW THE CONTENT LINK */
	.ShowHideContent_Wrapper .ShowHideLink {}
	.ShowHideContent_Wrapper .ShowHideLink:link,
	.ShowHideContent_Wrapper .ShowHideLink:visited {}
	.ShowHideContent_Wrapper .ShowHideLink:hover,
	.ShowHideContent_Wrapper .ShowHideLink:active {}
		.ShowHideContent_Wrapper .ShowHideLink .LinkedText {}
	/* CONTENT THAT IS DYNAMICALLY SHOW/HIDE */
	.ShowHideContentBlock {}
		/* HIDE THE CONTENT LINK */
		.ShowHideContent_Close {}
			.ShowHideContent_Close .ShowHideCloseLink,
			.ShowHideContent_Close .ShowHideCloseLink:link,
			.ShowHideContent_Close .ShowHideCloseLink:visited{}
			.ShowHideContent_Close .ShowHideCloseLink:hover,
			.ShowHideContent_Close .ShowHideCloseLink:active {}
				.ShowHideContent_Close .ShowHideCloseLink .LinkedCloseText {}
		/* CONTENTS */
		.ShowHideContentBlock .ContentBlock_Wrapper {}
			.ShowHideContentBlock  .ContentBlock {}
			
/* ----------------------------------------------------------------------------------------
	SHOW/HIDE CONTENT LIST - DROP-IN APPLICATION
---------------------------------------------------------------------------------------- */
	
.ShowHideList_Wrapper {}
/* .ShowHideList_Category#  - REPLACE '#' with number - */
	.ShowHideList_Wrapper .ContentArea {}
		.ShowHideList_Wrapper .ContentBlock_ShowHide {}
		/* .ShowHideList_Wrapper .ContentBlock_ShowHide.Row# - REPLACE '#' with number - */
			.ShowHideList_Wrapper .ShowHideLinks {}
			
				.ShowHideList_Wrapper .ShowHideLink,
				.ShowHideList_Wrapper .ShowHideLink:link,
				.ShowHideList_Wrapper .ShowHideLink:visited{
					/* This link SHOWS the show/hide content block,
					   - May disappear depending on drop-in settings, 
					   - DO NOT set display property here          */
				}
				.ShowHideList_Wrapper .ShowHideLink:hover,
				.ShowHideList_Wrapper .ShowHideLink:active{}
				
			.ShowHideList_Wrapper .ShowHideCloseLinks {}
			
				.ShowHideList_Wrapper .ShowHideCloseLink,
				.ShowHideList_Wrapper .ShowHideCloseLink:link,
				.ShowHideList_Wrapper .ShowHideCloseLink:visited{
					/* This link HIDES the show/hide content block,
					   may not appear depending on the drop-in settings,
					   do not set display property here               */
				}
				.ShowHideList_Wrapper .ShowHideCloseLink:hover,
				.ShowHideList_Wrapper .ShowHideCloseLink:active {}
				
				.ShowHideList_Wrapper .ContentHideContents {
					/* inline, JS sets display: none dynamically,
					   - Only shows: display: block when .ShowHideLink is clicked
					   - DO NOT set a display property                         */
				}

/* source: d:\clients\orsimpact.com\www\css\sitecm\RSSFeedReader.css */

/* RSS Feed Reader*/

/**************************************************************************************
/* update the following classes to change the appearance of the Headline 
/* item drop-in application
/*************************************************************************************/

/* this is the class used on the outside container element for the RSS Feed Reader*/
/* html example: <div class="RSSFeedReader_Wrapper"> */
/* this element is used to avoid the broken box model object in ie6 */
.RSSFeedReader_Wrapper {}

/* this is the class used on a specific outside container element for a RSS Feed Reader*/
/* html example: <div class="ContentSyndicator_Wrapper ContentSyndicator_Category8">...</div> */
/** overrides .ContentSyndicator_Wrapper **/
/** the # represents the RSS Feed ReaderCategory ID **/
/* .ContentSyndicator_Category# {} */

/* this is the class used on the outside container element for the RSS Feed Reader*/
/* html example: <div class="RSSFeedReader"> */
.RSSFeedReader {}

/* this is the class used on the inside container element for each item */
/* html example: <div class="RssItem"> */
.RssItem {}

/* this is the class used on the inside container element for each alternating item */
/* html example: <div class="RssItem AlternateRssItem"> */
.AlternateRssItem {}

/* this is the class used on each individual item container element */
/* html example: <div class="RssItem"><div class="RssTitle">...</div><div class="RssTitle">...</div></div> */
.RssTitle {}


/* this is the class used on the linked title field of a rss item container element */
/* html example: <div class="RssTitle RssTitleLink"><a target="_blank" href="..." ></a>...</div> */
.RssTitleLink {}

/* this is the class and psuedo classes used on the linked title field link of a rss item container element */
/* html example: <div class="RssTitle RssTitleLink"><a target="_blank" href="..." ></a>...</div> */
.RssTitleLink a:link {}
.RssTitleLink a:visited {}
.RssTitleLink a:hover {}
.RssTitleLink a:active {}

/* this is the class used on the published date field of a rss item container element */
/* html example: <div class="RssItem">...<div class="RssPubDate">...</div>...</div> */
.RssPubDate {}

/* this is the class used on the description field of a rss item container element */
/* html example: <div class="RssItem">...<div class="RssCategory">...</div></div> */
.RssCategory {}

/* this is the class used on the enclosure (thumbnail, iamge, media file) field of a rss item container element */
/* html example: <div class="RssItem">...<div class="RssEnclosure">...</div></div> */
.RssEnclosure {}

/* this is the class used on the description field of a rss item container element */
/* html example: <div class="RssItem">...<div class="RssDescription">...</div></div> */
.RssDescription {}



