/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0;  /* margin for the entire div surrounding the news list */
}

div#news h2 {
}

.NewsSummary {
  margin: 0px 0px 10px 0px;
}

.NewsSummaryPostdate {
  color: #808080;
  font-weight: bold;
}

.NewsSummaryLink {
}

.NewsSummaryLink a:active, a:link, a:visited {
}

.NewsSummaryLink a:hover {
}

.NewsSummaryCategory {
  display: none;
}

.NewsSummaryAuthor {
  display: none;
}

.NewsSummarySummary, .NewsSummaryContent {
  display: none;
}

.NewsSummaryMorelink {
  display: none;
}

#NewsPostDetailDate {
  font-weight: bold;
}

#NewsPostDetailSummary {
  line-height: 150%;
}

#NewsPostDetailCategory {
  display: none;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
}

#NewsPostDetailContent  a:active, a:link, a:visited {
  color: #0000FF;
}

#NewsPostDetailAuthor {
  display: none;
}

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

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

