/* Start of CMSMS style sheet 'News' */
.NewsSummary, #NewsDetail {
    padding: 0.25em 0.25em 0.5em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px dotted #ccc; 
}

.NewsSummaryPostdate {
  font-size: 11px;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding: 3px 0px;
}

.NewsSummaryLink a:link, .NewsSummaryLink a:active, .NewsSummaryLink a:visited  {
    font-size: 14px;
    line-height: 16px;
}

.NewsSummaryLink a:hover {
    font-size: 14px;
}

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

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

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

.NewsSummaryMorelink {
  padding-top: 3px;
}

#NewsPostDetailDate {
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 120%;
   margin-bottom: 10px;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 10px;
  line-height: 120%;
  }

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailTitle { 
    margin:0px 0px 3px 0px;
}

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

/* 

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

