/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0px;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

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

.NewsSummaryLink {
  font-weight: bold;
  padding-top: 0.2em;
}

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

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

.NewsSummarySummary {
  line-height: 140%;
  font-size: 11px;
  font-family: Verdana;
  color: #888888;
  margin: 0px;
  padding-bottom: 7px;
 }
.NewsSummaryContent {
  line-height: 140%;
  font-size: 11px;
  font-family: Verdana;
  color: #888888;
  margin-top: 0px;
  padding-bottom: 7px;
}
#NewsPostDetailTitle {
  line-height: 140%;
  font-size: 11px;
  font-family: verdana;
  color: #368BD3;
  margin: 0px;
  padding-bottom: 2px;
  font-weight: bold;
}
.NewsPostDetailContent {
  line-height: 140%;
  font-size: 11px;
  font-family: Verdana;
  color: #888888;
  margin-top: 5px;
  padding-bottom: 10px;
}
.NewsPostDetailLabel {
  font-size: 11px;
  font-family: verdana;
  color: #368BD3;
}
.NewsSummaryMorelink {
  font-family: verdana;
  font-size: 11px;
  color: #368BD3;
  padding-bottom: 8px;
  padding-right: 10px;
}
.NewsSummaryBrackets {
  color: #888888;
  font-size: 11px;
  font-family: verdana;
}
.NewsSummaryMorelink a:link {
  color: #368BD3;
  text-decoration: underline;
}
.NewsSummaryMorelink a:visited {
  color: #368BD3;
  text-decoration: underline;
}
.NewsSummaryMorelink a:active {
  color: #368BD3;
  text-decoration: underline;
}
.NewsSummaryMorelink a:hover {
  color: #368BD3;
  text-decoration: none;
}

#NewsPostDetailDetails {
  line-height: 140%;
  font-size: 11px;
  font-family: Verdana;
  color: #AAAAAA;
  margin: 0px;
  padding-bottom: 7px;
}
 
/*
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
*/
.NewsPostDetailReturnLink {
  font-family: verdana;
  font-size: 11px;
  color: #888888;
}
.NewsPostDetailReturnLink a:link {
  color: #368BD3;
  text-decoration: underline;
  font-family: verdana;
  font-size: 11px;
}
.NewsPostDetailReturnLink a:visited {
  color: #368BD3;
  text-decoration: underline;
  font-family: verdana;
  font-size: 11px;
}
.NewsPostDetailReturnLink a:active {
  color: #368BD3;
  text-decoration: underline;
  font-family: verdana;
  font-size: 11px;
}
.NewsPostDetailReturnLink a:hover {
  color: #368BD3;
  text-decoration: none;
  font-family: verdana;
  font-size: 11px;
}
/* End of 'Module: News' */

