/* Start of CMSMS style sheet '_News' */
div#news {
	margin: 0;
	border: 0; 
}

div#news h2 {
	font-family: "Trebuchet MS", Geneva, Arial, "sans serif";
	color: #000;
	font-style: normal;
	text-decoration: none;
	padding-left:1.0em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.NewsSummary {
	padding: 5px 0 5px 0;
	margin: 0;
	border-bottom: 1px solid #ccc; 
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	color: #000;
}

.NewsSummaryPostdate {
	font-weight: bold;
}

div.NewsSummaryLink {

}

.NewsSummaryLink a {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

div.NewsSummaryLink a:hover {
	text-decoration: underline;
}


div.NewsSummaryMoreLink a {
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	color: #C87853;
	background-color:transparent;
}
div.NewsSummaryMoreLink a:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #C87853;
	background-color:transparent;
}

.NewsSummaryCategory {
	display: none;
	font-style: italic;
	margin: 5px 0;
}

.NewsSummaryAuthor {
	display:none;
	font-style: italic;
	padding-bottom: 0.5em;
}

.NewsSummarySummary p  {
	padding: 0;
	margin: 0;
}

#NewsPostDetailDate {
	margin-bottom: 5px;
	font-weight: bold;
}

#NewsPostDetailSummary {
}

#NewsPostDetailCategory {
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}

#NewsPostDetailContent {
	font-family: "Trebuchet MS", Geneva, Arial, "sans serif";
	color: #000;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 15px;
}

#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
	font-style: italic;
}
/* End of '_News' */

