/* Start of CMSMS style sheet 'Module: News' */
@charset "utf-8";
/* CSS Document */

.NewsSummaryLink {
	/* bold to set it off from text */
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-style: normal;
	text-decoration: none;
}


a.NewsSummaryLink {
	/* bold to set it off from text */
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a.NewsSummaryLink:hover {
	/* bold to set it off from text */
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}

.NewsSummary {
	margin-top: 0;
	margin-right: 0.5em;
	margin-left: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.NewsSummary_event {
	margin-top: 0;
	margin-right: 0.1em;
	margin-left: 0.1em;
	padding-right: 0.1em;
	padding-left: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 0px;
}
.NewsSummaryLink_event {
	/* bold to set it off from text */
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.NewsSummaryLink_event {
	/* bold to set it off from text */
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a.NewsSummaryLink_event:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

/* End of 'Module: News' */

