/* Start of CMSMS style sheet 'News' */
.NewsSummary {
   padding: 0 0 10px 0;
   margin: 0 0 15px 0;
   border-bottom: 1px solid #ddd;
}

.NewsSummaryPostdate {
   font-size: 10px;
   font-weight: bold;
   color: #666;
}

.NewsSummaryLink {
   font-weight: bold;
   padding: 0 0 6px 0;
}

.NewsSummarySummary, .NewsSummaryContent {
   font-size: 11px;
   line-height: 16px;
   padding: 0 0 6px 0;
}

.NewsSummaryMorelink {
}

div#news_clear{
   clear: both;
   height: 0px;
   overflow: hidden;
}


#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;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
/* End of 'News' */

