/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0em 0 0em 0em;  /* margin for the entire div surrounding the news list */
  border: 0px solid #000; 
  background: #FFE9AF; 
}

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

.NewsSummary {
    padding: 0em 0em 0.5em; /* padding for the news article summary */
    margin: 0em 0em 3em; /* margin to the bottom of the news article summary */
    border-bottom: 0px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
 }

.NewsSummaryLink {
    padding-top: 0em;
}


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

.NewsSummaryMorelink {
  text-decoration: none; 
  padding-top: 0em;
  float: right;
  font-weight: bold;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

/*#NewsPostDetailContent {
  margin-bottom: 0px;
  line-height: 150%;
  }*/


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

 
#NewsPostDetailTitle {text-decoration:none;     font-weight: bold;}
#NewsPostDetailHorizRule {text-decoration:none;     font-weight: bold;  float: right;}
#NewsPostDetailPrintLink {text-decoration:none;     font-weight: bold;}
#NewsPostDetailReturnLink {text-decoration:none;     font-weight: bold;}

/* End of 'Module: News' */

