/* Start of CMSMS style sheet 'Master: News' */
div#news {
	margin: 2em 0 1em 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 15px;
	margin-left: 0.5em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

.NewsSummaryPostdate {
	font-size: 90%;
	font-weight: bold;
	display: none;
 }

.NewsSummaryLink {
	font-weight: normal;
	padding-top: 0.2em;
	font-family: "lucida sans Unicode", verdana, sans-serif;
	color: #FF6600;
	font-size: 14px;
	letter-spacing: -1px;
}

.NewsSummaryCategory {
	font-style: italic;
	margin: 5px 0;
	display: none;
 }

.NewsSummaryAuthor {
	font-style: italic;
	padding-bottom: 0.5em;
	display: none;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
	padding-top: 0.5em;
	display: none;
}

#NewsPostDetailDate {
	font-size: 90%;
	margin-bottom: 5px;
	font-weight: bold;
	display: none;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
	display: none;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
	font-style: italic;
	display: none;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

#NewsPostDetailTitle {
	padding-bottom: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
}
#NewsPostDetailPrintLink {
	font-size: 90%;
	margin-bottom: 5px;
	font-weight: bold;
	display: none;
}

/* End of 'Master: News' */

