/* Start of CMSMS style sheet 'core : News' */
div#news {
  border: 1px solid #000; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 15px;
}

.NewsSummaryPostdate {
  font-size: 10px;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
    font-size: 12px;
    color: #454545;
}

.NewsSummaryCategory {
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  padding: 5px 0 5px 0;
}

.NewsSummarySummary, .NewsSummaryContent {
   line-height: 16px;
   font-size: 11px;
   font-style: none;
 }

.NewsSummaryMorelink {
  padding: 2px 0;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
  padding: 5px 0 5px 0;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'core : News' */

