/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
}

.NewsSummary {
  padding: 0; /* padding for the news article summary */
  margin: 20px 0px 20px 0px; /* margin to the bottom of the news article summary */
}

.NewsSummaryPostdate {
  color: #808080;
  font-size: 9px;
  font-weight: bold;
  margin: 5px 0px 5px 0px;
}

.NewsSummaryLink {
  color: #89BD00;
  font-weight: bold;
  padding: 0;
}

.NewsSummaryCategory {
  display: none;
}

.NewsSummaryAuthor {
  display: none;
}

.NewsSummarySummary, .NewsSummaryContent {
  padding: 0px 0px 0px 0px;
}

.NewsSummaryMorelink {
  font-size: 10px;
  padding: 0px 0px 10px 0px;
}

#NewsPostDetailTitle {
  padding: 10px 0px 10px 0px;
}

#NewsPostDetailDate {
  color: #808080;
  font-weight: bold;
}

#NewsPostDetailSummary {
  display: none;
}

#NewsPostDetailCategory {
  display: none;
}

#NewsPostDetailContent {
  padding: 10px 0px 10px 0px;
}

#NewsPostDetailAuthor {
  display: none;
}

#NewsPostDetailPrintLink {
  display: none;
}

#NewsPostDetailHorizRule {
  color: #808080;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

