/* 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; 
 font-size: 90%;
}

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

.NewsSummary {
padding-left:3px;
border-bottom: 0px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: normal;
 }

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

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

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

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 100%;

  font-weight: normal;
  }

#NewsPostDetailSummary {
   line-height: 150%;
padding-top:20px;
padding-bottom:20px;
   }

#NewsPostDetailCategory {
 

  margin-top: 0.5em;
  padding: 0.2em 0;
}

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

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}
#News_small {line-height:11px;margin-top:9px;padding-bottom:9px;}
#News_small, #News_small div{font-size:11px;}
#NewsPostDetailTitle {padding-top:5px;padding-bottom:5px;}
#NewsPostDetailTitle b{color:#A80508;}

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

/* 

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

