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

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

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

.NewsSummaryPostdate {
  font-size: 10px;
  font-weight: normal;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 5px;
    color: #FE3B01 !important;
}

.NewsSummaryLink a {
    color: #FE3B01 !important;
    font-size: 14px !important;
}

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

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

.NewsSummarySummary, .NewsSummaryContent {
line-height: 16px;
 }

.NewsSummaryMorelink {
 margin: 0px;
 padding: 0px;
}

.NewsSummaryMorelink a {
    color: #FE3B01 !important;
}

#NewsPostDetailDate {
  font-size: 10px;
margin-bottom: 0px;
  font-weight: normal;
  }

#NewsPostDetailSummary {
   line-height: 16px;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

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

#NewsPostDetailAuthor {

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


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


#NewsPostDetailTitle { font-size: 14px; padding-bottom: 5px;}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}

/* End of 'Module: News' */

