/* 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 {
   background: #fff;
}

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

}

.NewsSummaryPostdate {
  font-weight: bold;
	font-size: 10pt;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary {
 /*  line-height: 140%; */
  font-size: 10pt;
 }

#NewsSummaryContent {
 /*  line-height: 140%; */
 }

#NewsSummaryLink h2 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
 }

#NewsHomeSummaryLink h2 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
 }

.NewsSummaryContent {
	font-size: 10pt;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-weight: bold;
	font-size: 10pt;
  }

#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;
  font-size: 10pt;

  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

#linkFloatr {
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 6px;
}

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

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

