/* Start of CMSMS style sheet 'idm - news' */
.NewsSummary {
    padding: 0.3em 1em 0em 0em; /* padding for the news article summary */
    /*margin: 0.5em 1em 1em 0em;*/ /* margin to the bottom of the news article summary */
    /*border-bottom: 1px solid #ccc;*/ 
}

.NewsSummaryPostdate {
  font-size: 0.9em;
 }

.NewsSummaryLink {
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 0.5em;
    padding-bottom: 0.3em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 100%;
    color:#506771;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 0.9em;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailTitle {
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 0.5em;
    padding-bottom: 0.3em;
    color: #94A930;
}

#NewsPostDetailSummary {
  line-height: 100%;
    color:#506771;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 100%;
  color:#000;
  }

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}


#NewsPostDetailHorizRule {
  border-top: 1px dotted color: #94A930;
}


/* to add specific style to the below divs, uncomment them. */

/* 


#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'idm - news' */

