
/*  News Articles */

/**************************************************************************************
/* update the following classes to change the appearance of the  News Articles drop-in 
/* application and page
/*************************************************************************************/

/* this is the class used on the outside container element for the  News Articles */
/* html example: <div class="NewsArticles_Wrapper"> */
/* this element is used to avoid the broken box model object in ie6 */
.NewsArticles_Wrapper {
	width: 100%;
}

/* this is the class used on the inside container element for the  News Articles sitecm page content */
/* html example: <div class="NewsArticles_Wrapper"><div class="NewsArticles"> */
.NewsArticles {
	width: 100%;
	text-align: left;
}


/* this is the class used on the inside container element for the  News Articles image */
/* html example: <div class="Thumbnail"><img src=".... */
.NewsArticles .ThumbNail {float: left;}

/* this is the class used on the inside container element for the  News Articles month and year select boxes */
/* html example: <div class="Headline"> */
.NewsArticles .Headline {
	font-family:'Georgia', serif;
	font-size:15px;
	font-weight:normal;
	line-height: 1.3em;
}

.NewsArticles .Headline a:link,
.NewsArticles .Headline a:visited{	color:#1F5349;}
.NewsArticles .Headline a:hover{}
.NewsArticles .Headline a:active{color:#1F5349;}

/* this is the class used on the inside container element for the  News Articles Date */
/* html example: <div class="Date"> */
.NewsArticles .Date {
	font-size: 9px;
	color: #ec008c;
}

.NewsArticles .ShortDescription {
	padding-bottom: 8px;
}

/* this is the class used on the container element for each row (and alternaterow) */
/* html example: <div class="Row"> */
/* each row contains .RequiredStar, .Label, .Value and .Spacer */
.NewsArticles .Row {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eff2db;
}

/* this is the class used for changing the formatting of .Row for each alternating row */
/* html example: <div class="Row AlternateRow"> */
/* overrides .Row */
.NewsArticles .AlternateRow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eff2db;
	overflow: hidden;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

/* these classes are used for customizing individuals  News Articles dates */
/* html example: <div class="Row Row1"> */
/* row number starts at 1  */
.NewsArticles .Row1 {}

/* this is the class used on the container element for the rss link information */
/* html example: <div class="RSSLink">...</div> */
.NewsArticles .RSSLink {
	padding-top: 8px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* this is the class used on the container element for the rss icon 
path to image is here:
*/
/* html example: <span class="RSSIcon"><img border="0" alt="Subscribe to this feed" src="/sitecm3/i/icons/rss_15x15.gif"/></span> */
.NewsArticles .RSSIcon{
}

/* this is the class used on the container element for the event dates RSSText */
/* html example: <span class="RSSText">...</span> */
.NewsArticles .RSSText {}

/* this is the class used on the container element for each row (and alternaterow) */
/* html example: <div class="SubRow"> */
/* each row contains .Label, .Value and .Spacer for .EventName, .EventAddress and .EventDirections  */
.NewsArticles .SubRow {
	display: block;
	width: 100%;
	margin: 0;
	padding: 2px 0;
	border-top: dashed 1px #ccc;
}

/* this is the class used for changing the formatting of .Row for each alternating row */
/* html example: <div class="SubRow AlternateSubRow"> */
/* overrides .Row */
.NewsArticles .AlternateSubRow {}


/* this is the class used on the spacer element that exists after each answer */
/* html example: <div class="Spacer"><img src="/images/shim.gif" width="1" height="1" border="0" alt="" /></div> */
.NewsArticles .Spacer {
	float: none;
	clear: both;
}

/* these classes are used for customizing individual event details */
/* html example: <div class="SubRow SubRow1"> */
/* row number starts at 1  */
.NewsArticles .SubRow1 {
	border-top: none;
}

/* this is the class used on the outside container element for the paging of News Articles */
/* html example: <div class="NewsArticle_TopNavigation_Wrapper"> */
/* this element is used to avoid the broken box model object in ie6 */
.NewsArticle_TopNavigation_Wrapper{
	font-size: 10px;
}

/* this is the class used on the inside container element for the paging of News Articles sitecm page content */
/* html example: <div class="NewsArticle_TopNavigation"><div class="NewsArticle_TopNavigation"> */
.NewsArticle_TopNavigation{}

.NewsArticle_TopNavigation .PreviousLink{}

.NewsArticle_TopNavigation .PreviousLink .Arrow{}

.NewsArticle_TopNavigation .NextLink{ display: block; float: right; text-align: right;}

.NewsArticle_TopNavigation .NextLink .Arrow{}

.NewsArticle_TopNavigation .Separator{clear: both; display: none;}

/* this is the class used on the outside container element for the News Article */
/* html example: <div class="NewsArticle_Wrapper"> */
/* this element is used to avoid the broken box model object in ie6 */
.NewsArticle_Wrapper{}

/* this is the class used on the inside container element for the  News Articles sitecm page content */
/* html example: <div class="NewsArticle_Wrapper"><div class="NewsArticle"> */
.NewsArticle{}


