/* Start of CMSMS style sheet 'top-navigation+left- : News' */
div#news {
  margin: 2em 0 0em 0em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #006699; 
  background: #FDFDBF; 
}

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

.NewsSummary {
   color: #008;
    padding: 0.3em 0.3em 0.3em; /* padding for the news article summary */
    margin: 0 0.1em 0.1em 0.1em; /* margin to the bottom of the news article summary */
    border-bottom: 2px solid #006699; 
}



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





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

.NewsSummaryMorelink {
  padding-top: 0.5em;
}



#NewsPostDetailSummary {
   line-height: 150%;
   }



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




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

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'top-navigation+left- : News' */

