/* Start of CMSMS style sheet 'Module: News' */
div#news {
	margin: 0px; /* margin for the entire div surrounding the news list */
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	text-align: left;
}

.NewsSummaryPostdate {
	font-size: 55%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #787005;
	font-weight: bold;
 }

.NewsSummaryLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	letter-spacing: -1px;
	text-align: left;
	margin: 0px;
	padding-bottom: 10px;
}
.NewsSummaryLink a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #333333;
}
.NewsSummaryCategory {
	font-style: italic;
	margin: 5px 0;
	color: #474747;
	font-size: 17px;
	letter-spacing: -1px;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
	line-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
	text-align: left;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
	font-size: 10px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
  }

#NewsPostDetailSummary {
	line-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5D5D;
	text-align: left;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

#NewsPostDetailTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	letter-spacing: -1px;
	text-align: left;
	margin: 0px;
	padding-bottom: 10px;}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #D3A236;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D3A236;
}
#NewsPostDetailReturnLink {}


/* End of 'Module: News' */

