/* Start of CMSMS style sheet 'Module: News' */
div#news {
  float:left;
  width:165px;
  margin: 0 0 6px 40px;  /* margin for the entire div surrounding the news list */
  border-bottom: #e10024 solid 2px; 
}

div#news h4 {
	color:#000;
	padding: 0 0 8px 0; /* padding for the news article summary */
	line-height: 16px;
	border-bottom: #e10024 solid 2px;
}

#news p {
font-size: 12px;
line-height:14px;

}

.NewsSummary {
    margin: 0 0 14px 0;
    padding: 6px 0 0 0;

}

.NewsSummaryPostdate {
  font-size: 70%;
  font-weight: bold;
}

.NewsSummaryLink {
    font-weight: bold;
    padding: 4px 0 4px 0;
}

.NewsSummaryCategory {
  font-size: 75%;
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-size: 75%;
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent, .NewsSummarySummary p {
  font-size: 12px;
  line-height: 16px;
 }

.NewsSummaryMorelink {
  font-size: 75%;
}

#NewsPostDetailDate {
  font-size: 70%;
  margin-bottom: 0.5em;
  font-weight: bold;
  }

#NewsPostDetailTitle {
  padding: 0.7em 0;
  border-top: 1px solid #666;
}

#NewsPostDetailSummary, #NewsPostDetailSummary p {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 16px;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent, #NewsPostDetailContent p {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 16px;
  }

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailPrintLink {
  font-size: 75%;
}

#NewsPostDetailReturnLink {
  font-size: 75%;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {}
*/
/* End of 'Module: News' */

