/* saved */ /* Start of CMSMS style sheet 'Module: News' */
.NewsSummary {
    padding: 1em 0px 1em; /* padding for the news article summary */
    margin: 0 0px 0px 0px; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #2f0e09;  
    overflow: hidden;
}

.NewsSummaryPostdate {
   color: #bebebc;
   font-size: 10px;
 }

.NewsSummaryLink {
    font-weight: bold;
}

.NewsSummaryLink a {color: #f9f7fa; font-size: 12px;}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
font-size: 10px;
color: #fff3d2;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}
.NewsSummaryMorelink a {
  color: #bebebe;
  font-size: 10px;
}

#NewsPostDetailDate {float: right !important;}

#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;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}

*/
.NewsSummaryMorelink {float: right;}
.NewsSummaryExtra {float: left !important; padding-top: 10px;}
.NewsSummaryExtra img{float: left; margin: 0px 10px 5px 0px;}
#NewsPostDetailReturnLink {float: right !important;}
#NewsPostDetailTitle {font-size: 13px; color: #f9f7fa; padding-bottom: 10px;} 
/* End of 'Module: News' */

