/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 0 1em;  /* margin for the entire div surrounding the news list */
}

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

.NewsSummary {
    padding: 0.5em 0 1em; /* padding for the news article summary */
    border-bottom: 1px solid #222; 
}


.NewsSummaryPostdate, #NewsPostDetailDate {
  width: 97px;
  height: 21px;
  background: url(images/data.gif) no-repeat;
  color: #fff;
  text-align: center;
  font-size: 12px; 
  font-weight: bold;
  font-family: Arial;
  padding-top: 2px;
 }

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

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

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

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

.NewsSummaryMorelink {
  width: 40px;
  height: 20px;
  float: right;
  background: url(images/more.gif) no-repeat right 5px;
}

#pl .NewsSummaryMorelink {
  width: 50px;
  height: 20px;
  float: right;
  background: url(images/more.gif) no-repeat right 5px;
}


.NewsSummaryMorelink a{text-decoration:none;}
.NewsSummaryMorelink a:hover {color: #EC008C;}

#NewsPostDetailSummary {
   line-height: 150%;
   }

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

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

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


h3 {color:#A9569E;}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink a{text-decoration:none;}
#NewsPostDetailReturnLink a:hover {color: #EC008C;}
#NewsPostDetailReturnLink {background: url(images/back.gif) 0 4px no-repeat; padding-left: 15px;}
/* End of 'Module: News' */

