/* Start of CMSMS style sheet 'ModuleNews' */

#news3d {
/*	margin: 2em 0 1em 1em   margin for the entire div surrounding the news list */
/*	border: 10px solid #000; */
/*	background: #FFE9AF; */
}

.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;
margin-bottom:5px;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

#news3d .NewsSummaryLink {
	width: 98%;
	line-height: 20px;
	border-bottom: 1px solid #0b1d50;
}

#news3d .NewsSummaryLink a {
	font-weight: bold;
	font-size: 14px;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	color: #677299;
}

#news3d .NewsSummaryTitle {
	font-weight: bold;
	font-size: 14px;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	color: #677299;
	width: 98%;
	line-height: 20px;
	border-bottom: 1px solid #0b1d50;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
	text-align: justify;
	background: transparent;
	color:#000000;
	font-size: 11px;
	line-height: 1.8; /* 140% */
	width: 98%;
}

#news3d .NewsSummaryMorelink  a {
	font-family: verdana, arial, sans-serif;
	padding-left:2px;
	font-size: 10px;
	line-height: 1.8; /* 140% */
	color: #576A8A;
}

#NewsPostDetailContent {
  line-height: 150%;
}

/* to add specific style to the below divs, uncomment them. */

/*
#NewsPostDetailSummary {}
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'ModuleNews' */

