/* Start of CMSMS style sheet 'Module: News' */
/* Start of CMSMS style sheet 'Module: News' */
div#news {
	background: #FFE9AF;
	margin-top: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
	font-size: 7px;
	float: right;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryAuthor {
	font-style: italic;
	font-size: 9px;	
	margin-left: 1%; 
	margin-right: 50%;
	margin-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	
 }

.NewsSummaryCategory {
	font-style: italic;
	font-size: 9px;
	width: 45%;
	float: right;
	display: inline; 
	margin-left: 0;
	padding-right: 3%;
	padding-top: 3%;
	
	
	
}

.NewsSummarySummary, .NewsSummaryContent {
	line-height: 140%;
	font-size: 11px;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* End of 'Module: News' */

