/* Start of CMSMS style sheet 'Module: News' */
/* CSS Document */

/* CSS Document */

div#news {
margin:0;
padding:0;

}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0; /* padding for the news article summary */
    margin: 0; 
}

.NewsSummaryPostdate {
	font-size: 80%;
	font-weight: normal;
	color: #666666;
 }

.NewsSummaryLink, .NewsSummaryLink a {
	font-style: italic;
	font-size:12px;
	padding-top: 0.2em;
	color: #3B933A;
	text-decoration:none;
}
.NewsSummaryLink a:hover {
	text-decoration:underline;
}

.NewsSummaryCategory {
	font-style: italic;
	margin: 5px 0;
	display: none;
 }

.NewsSummaryAuthor {
	font-style: italic;
	padding-bottom: 0.5em;
	display: none;
}

.NewsSummarySummary, .NewsSummaryContent {
	line-height: 140%;
	font-size:12px;
	color: #666666;
	padding-bottom: 0px;
 }

.NewsSummaryMorelink{
margin:0;
padding:0 0 10px 0;


}
.NewsSummaryMorelink a{
	background-image: url(images/lt_green_link_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none;
	font-size:12px;
	padding:0 0 0px 12px;
	color: #3B933A;
}
.NewsSummaryMorelink a:hover {
	background-image: url(images/lt_green_link_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 0px 12px;
	font-size:12px;
	text-decoration:none;
	color: #4AB948;
}

#NewsPostDetailDate {
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  }

#NewsPostDetailSummary {
   font-size:12px;
   color: #666666;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
  display:none;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  font-size:12px;
  color: #666666;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
  display:none;
}


/* to add specific style to the below divs, uncomment them. */


#NewsPostDetailTitle {
margin:5px 0;
padding:0px;
color: #3B933A;
font-size:12px;
}
#NewsPostDetailHorizRule {
display:none;
}
#NewsPostDetailPrintLink {
display:none;
}
#NewsPostDetailReturnLink a{
    background-image: url(images/lt_green_link_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none;
	font-size:12px;
	padding:0 0 0px 12px;
	color: #3B933A;
}
#NewsPostDetailReturnLink a:hover{
	background-image: url(images/lt_green_link_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:12px;
	padding:0 0 0px 12px;
	text-decoration:none;
	color: #48B446;
}

/* End of 'Module: News' */

