/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #ff0000; /* #FFE9AF; */
}


div#news h2 {
line-height: 2em;
background: #ffffff;
}
/* S H O R T ------------------------------------------------------ */
.PresseShortNewsSummary {
position: relative;
top: -10px;
left: -10px;
padding: 10px;
width: 151px;    
/*padding: 1px;   padding for the news article summary */
/* margin: 0 0.5em 1em 0.5em; margin to the bottom of the news article summary */
border-bottom: 4px solid #e3f6b4;
background: #ffffff;
}
.PresseShortNewsSummaryPostdate {
font-size: 80%;
font-weight: bold;
color: #808080;
background: #ffffff;
}
.PresseShortNewsSummaryContent {
position:	absolute;
top: 190px;
left: 50%;
background: #ffffff;
}
/* N O R M A L ------------------------------------------------------ */
.PresseNewsSummary {
position: relative;
padding-left: 7px;
font-weight: normal;
color: #000000;
background: #ffffff;
FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.PresseNewsSummaryPostdate {
font-size: 80%;
font-weight: bold;
color: #808080;
background: #ffffff;
}

.PresseNewsSummaryContent {
position:	absolute;
top: 190px;
font-weight: normal;
left: 50%;
background: #ffffff;
FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/* S T A N D A R D ------------------------------------------------------ */
.NewsSummaryLink {
padding-left: 10px;
background: #ffffff;
font-weight: normal;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
}

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary {
  line-height: 140%;
}

.NewsSummaryContent {
position:	absolute;
top: 190px;
left: 50%;
FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 80%;
  margin-bottom: 5px;
  font-weight: bold;
color: #808080;
font-align: left;
}

#NewsPostDetailSummary {
   line-height: 150%;
}

#NewsPostDetailTitle{
position: absolute;
top: 10px;
left: 10px;
width: 560px;
line-height: 25px;
background: #ffffff;
}

#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;
}

hr {
border: 1px solid #023202 ;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

