/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0; 
  background: #e6e6e6 url(images/cms/bgActu.gif) left bottom repeat-x;
  padding: 10px 10px 5px; 
}

div#news h2 {
  color: #5a3320;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
}

.NewsSummary {
  border-bottom: 1px dotted #5a3320;
  padding-bottom: 5px;
  margin-top: 15px; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {  
  margin-bottom: 2px;
}
.NewsSummaryLink a {
  font-weight: bold;
  color: #bd0901;
  font-size: 110%;
}
.NewsSummaryLink a:hover {
  text-decoration: underline;
}


.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  color: #5a3320;
  font-style: italic;
 }

.NewsSummaryMorelink {
  text-align: right;
  color: #bd0901;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#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;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

#news p.link {
  text-align: right;
  margin-top: 10px;
}
#news p.link a {
  font-weight: bold;
  color: #bd0901;
  font-size: 110%;
}
#news p.link a:hover {
  text-decoration: underline;
}
/* End of 'Module: News' */

