/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0;
  padding: 0;
}

div#news h2 {
  display: none;
}

.NewsSummary {
  border-bottom: #808080 solid 1px;
  margin: 10px 0px 10px 0px;
  padding: 0;
}

.NewsSummaryPostdate {
  font-style: italic;
}

.NewsSummaryLink {
  font-weight: bold;
  margin: 0;
}

.NewsSummaryCategory {
  display: none;
}

.NewsSummaryAuthor {
  display: none;
}

.NewsSummarySummary, .NewsSummaryContent {
}

.NewsSummaryMorelink {
  display: none;
}

#NewsPostDetailDate {
  font-weight: bold;
}

#NewsPostDetailSummary {
  display: none;
}

#NewsPostDetailCategory {
  display: none;
}

#NewsPostDetailContent {
  display: none;
}

#NewsPostDetailAuthor {
  display: none;
}


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

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

