/* Start of CMSMS style sheet 'News' */
/*News styles */

.NewsSummary {
	font-size: 0.9em;
	margin-bottom: 1em;
	position: relative;
	float: left;
	width: 450px;
	background-color: #D8E1E9;
	padding: 5px;
	border: 1px solid #FFFFFF;
}
#main .NewsSummary h4 a:link {
	color: #333333;
	text-decoration: underline;
}

#main .NewsSummary h4 a:visited {
	color: #333333;
	text-decoration: underline;
}

#main .NewsSummary h4 a:active {
	color: #333333;
	text-decoration: underline;
}

#main .NewsSummary h4 a:hover {
	color: #4e84ab;
	text-decoration: none;
}


#main .NewsSummary a {
	text-decoration: underline;
}
.NewsSummarySummary {
	margin-top: 10px;
}

.calendar-event {
	margin-bottom: 1em;
}


/* End of 'News' */

