/* Start of CMSMS style sheet 'News &amp; Activities' */
/****** SUMMARY ******/

.NewsSummary {
    margin: 0 0 1em 0;  /* margin to the bottom of the news article summary */
    border-bottom: 1px dotted #a6a6a6;
}

.NewsSummaryPostdate {
  font-weight: bold;
  float:left;
  line-height: 1.4em;
}

.NewsSummaryLink {
  line-height: 1.4em;
  font-weight: bold;
}

.NewsSummaryLink a {
  text-decoration:none;
}

.NewsSummarySummary, 
.NewsSummaryContent {
  line-height: 1.4em;
}

.NewsSummaryMorelink {
}

/****** DETAIL ******/

#NewsPostDetailDate {
  font-weight: bold;
  text-decoration: underline;
}

#NewsPostDetailTitle {
   color: #2d565d; 
   font-size: 1.1em;
   text-align: left;
   letter-spacing: 2px;
   padding-top: 10px;
   padding-bottom: 10px;
   line-height: 1.2em;
   font-weight: bold;
}

#NewsPostDetailSummary {
   line-height: 1.4em;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 1.4em;
}

#NewsPostDetailPrintLink { line-height: 1.4em; }
#NewsPostDetailReturnLink { line-height: 1.4em; }
/* End of 'News &amp; Activities' */

