/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0 0 0 13px;  /* margin for the entire div surrounding the news list */
  background: white; 
  padding:20px 20px 20px 20px;
  border:1px solid #f1eede;
}

div#news h2 {
border:none;
margin-top:0;
padding-top:0;
}

.NewsSummary {
    padding: 0; /* padding for the news article summary */
    margin: 0 0 16px 0; /* margin to the bottom of the news article summary */
    border-bottom: 0px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 0.8em;
  font-weight: normal;
  color:gray;
  margin-top:5px;
 }

.NewsSummaryLink {
    font-weight: normal;
    padding: 0;
    margin:0;
    font-family:times new roman;
    font-size:1.4em;
}

.NewsSummaryLink a {
text-decoration:none;
line-height:19px;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0em;
}

.NewsSummarySummary {
  line-height: 140%;
 }

.NewsSummaryContent {
}

.NewsSummaryMorelink {
  padding-top: 0em;
}

#NewsPostDetailDate {
  font-size: 0.8em;
  font-weight: normal;
  color:gray;
  margin-top:5px;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0em;
  padding: 0;
}

#NewsPostDetailContent {
  margin-bottom: 0px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 0em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

