/* Start of CMSMS style sheet 'News' */
div#news {
	margin: 0.5em 0 0 0;
	background-color: transparent;
	background-image: none;
}

div#news h2 {
	line-height: 1.3em;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1em;
	height: 39px;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em;
}
div#maincontent .NewsSummary {
	background-color: #b3b3b3;
	border: 1px solid #355376;
}

#news div.NewsSummary {
	margin: 0;
	background-image: url(images/hustle/boxback2.png);
	padding: 10px;
}
.NewsSummaryPostdate {
	font-size: 90%;
	font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: normal;
    padding-top: 0.2em;
	font-style: normal;
}


#maincontent div.NewsSummary div.NewsSummaryLink a {
	color: #141e3e;
}

#maincontent div.NewsSummary div.NewsSummaryMorelink a {
	color: #141e3e;
}
#maincontent div.NewsSummary div.NewsSummaryLink a:hover {
	color: #fff;
}

#maincontent div.NewsSummary div.NewsSummaryMorelink a:hover {
	color: #fff;
}


li.newscategory a {
	
}

.NewsSummaryCategory {
	margin: 5px 0;
	font-size: 90%;
	font-weight: bold;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0em;
	color: #fff;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
	line-height: 150%;
	margin-bottom: 1em;
   }

#NewsPostDetailCategory {
	margin-top: 0.5em;
	padding: 0.2em 0;
	font-size: 90%;
	font-weight: bold;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}
.space {
	width: 540px;
	height: 235px;
	display: block;
}

/* End of 'News' */

