/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0 0 0 1em;  /* margin for the entire div surrounding the news list */
  border: 0px solid #000; 
  background: #F8FBF9; 
}

div#news h2 {
   line-height: 1em;
   background: url(img/newsbg.gif);
   text-color: #FEFFE4;
   font-size: 19px;
   padding: 2px 2px 0px 10px;
}

.NewsSummary {
    padding: 0.5em 0.5em 0; /* padding for the news article summary */
    margin: 0 0 0 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
    border-left: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
    background: url(img/news_sumbg.gif);
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 0px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary {
	font-size: 80%;
	line-height: 1em;
	padding-top: 3px;
}

.NewsSummaryContent {
	font-size: 80%;
	margin-bottom: 0;
	padding: 0;
}

.NewsSummaryMorelink {
	font-size: 80%;
	margin-bottom: 1.0em;
	color: #333;
	background: none;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 0;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 100%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 0px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 0;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

