/* Start of CMSMS style sheet 'ayli news' */
div#coNews
{
	margin: 30px 0 20px 0;
}

div#news
{
	margin: 2em 0 1em 0;
	/* margin for the entire div surrounding the news list */
}

.NewsSummary
{
	margin: 0.5em 0.75em 1em 0;
	/* margin to the bottom of the news article summary */
	padding: 0 0 0.5em 0;
	/* padding for the news article summary */
	border-bottom: 1px dotted #C8CDD0;
}

.NewsSummaryPostdate
{
	font-size: 0.8em;
	color: #007DCC;
}

.NewsSummaryLink
{
	padding-top: 0.2em;
	padding-bottom: 0.5em;
	font-size: 0.83em;
	font-weight: bold;
}

.NewsSummaryCategory
{
	/* font-style: italic;
  margin: 5px 0; */
	display: none;
}

.NewsSummaryAuthor
{
	/* font-style: italic;
  padding-bottom: 0.5em; */
	display: none;
}

.NewsSummarySummary, .NewsSummaryContent
{
	line-height: 140%;
	font-size: 0.82em;
	color: #75828A;
}

.NewsSummaryMorelink
{
	padding-top: 0.5em;
	font-size: 0.78em;
	color: #00A6DE;
}

#NewsPostDetailDate
{
	font-size: 0.8em;
	color: #00669E;
	margin-bottom: 5px;
}

#NewsPostDetailSummary
{

	color: #75828A;
}
#NewsPostDetailSummary p
{
margin-bottom: 5px;
}
#NewsPostDetailCategory
{
	/*  font-style: italic;
  margin-top: 0.5em;
  padding: 0.2em 0; */
	display: none;
}

#NewsPostDetailAuthor
{
	/*
  padding-bottom: 1.5em;
  font-style: italic; */
	display: none;
}

#NewsPostDetailContent
{
	margin: 0 0 0.5em 0;
	padding: 0.5em 0;
	border-top: 1px solid #C8CDD0;
}

#NewsPostDetailPrintLink
{
	width: 49%;
	float: right;
	text-align: right;
	font-size: 0.78em;
	margin: 0.5em 0;
}

#NewsPostDetailReturnLink
{
	width: 49%;
	float: left;
	font-size: 0.78em;
	margin: 0.5em 0;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {}
#NewsPostDetailTitle { }
*/

/* End of 'ayli news' */

