/* Start of CMSMS style sheet 'News' */
.NewsSummary {
  margin-bottom: 15px;
  position: relative;
  clear: both;
}
.news_title {
	background: url(images/bg_headline_date.png) left top no-repeat;
	height: 19px;
	padding: 3px 0;
	margin-bottom: 10px;
}
.news_title h2 {
  margin: 0;
	float: right;
	width: 75%;
	color: white;
	font: normal 1.15em Arial, Helvetica, Sans-serif;
	text-shadow: #999 0 -1px 0;
}
.news_date {
	color: white;
	padding-left: 10px;
	line-height: 19px;
	text-shadow: #990017 0 -1px 0;
}
.pages {
	font-size: .9em;
	margin-bottom: .5em;
	opacity: .8;
	text-align: right;
}
#detail_content h2 {
	height: 19px;
	padding: 3px 10px;
	background: url(images/bg_headline.png) no-repeat;
	color: white;
	margin-top: 0;
	font-size: 1.1em;
}
.news_more {text-transform: lowercase;}
/* End of 'News' */

