/* Start of CMSMS style sheet 'News' */
div#news {
	color:#2e2e2e;
}

div#news h2 {
}

div#news h3 {
	font-size:13px;
}

.NewsSummary {
   /* margin-bottom:10px;*/
}

.NewsSummary p{
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
}

.NewsSummaryPostdate {
  font-size: 10px;
  color:#218ce0;
  font-style:italic;
 }

.NewsSummaryLink {
    
}


.NewsSummaryLink a:Link, .NewsSummaryLink a:active, .NewsSummaryLink a:visited {
color:#2e2e2e;
font-weight:bold;
text-decoration:none;
}

.NewsSummaryLink a:hover {
text-decoration:underline;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  
 }

.NewsSummaryMorelink {
 /* padding-top: 0.5em;*/
 padding-bottom:5px;
}

#NewsPostDetailDate {
 	font-size: 11px;
	font-family:Arial;
	color:#81d20d;
	margin-bottom:-10px;
  }

#NewsPostDetailSummary {
   /*line-height: 150%;*/
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  /*line-height: 150%;*/
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'News' */

