/* Start of CMSMS style sheet 'Module: News' */
div#news {
  border: none; 
background-color: transparent; 
margin-top: 15px;  
margin-left: 27px;  
    width: 175px;
}

div#newslink {
  border: none; 
background-color: transparent; 
margin-top: 15px;  
margin-left: 40px;  
    width: 175px;
}


div#news h2 {
   line-height: 2em;
  background-color: transparent; 
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* 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 solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    
    font-weight: bold;
    padding-top: 0.7em;
    padding-bottom: 0.5em;
}

.NewsSummaryCategory {
    padding-top: 0.7em;
}


.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.7em;
}

#NewsPostDetailDate {
  font-size: 90%;
margin-top: 10px; 
  margin-bottom: 5px;
 margin-left: 12px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.2 em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {

  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */


#NewsPostDetailTitle {
   padding: 0.2em 0;
}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}

/* End of 'Module: News' */

