/* Start of DEBS CMS style sheet 'EHS News' */
div#news {
  margin: 0em 0 0em 0em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
   font-size: 70%;
}

.NewsSummary {
    padding: 0em; /* padding for the news article summary */
    margin: 0em; /* margin to the bottom of the news article summary */
    background: url(uploads/images/ehs/news_top.png) transparent no-repeat;
    width:174px;
}

.NewsSummaryNavigation {
  font-size: 70%;
}

.NewsSummaryPostdate {
  padding: 2px 5px;
  font-size: 62%;
  font-weight: bold;
 }

.NewsSummaryLink {
    height:16px;
    font-size: 70%;
    font-weight: bold;
    padding: 2px 0px 2px 5px;
}
.NewsSummaryLink a {
    padding: 2px 0px 10px 2px;
    color:#fff;
}
.NewsSummaryCategory {
  font-size: 60%;
  font-style: italic;
  margin: 3px 0;
 }

.NewsSummaryAuthor {
  font-size: 60%;
  font-style: italic;
  padding: 1px 5px;
}

.NewsSummarySummary, .NewsSummaryContent {
  padding-top: 0em;
  line-height: 100%;
  font-size: 70%;
  padding:5px;
 }

.NewsSummaryMorelink {
    font-size: 70%;
    font-weight: bold;
    padding: 2px 0px 2px 5px;
}

#NewsPostDetailDate {
  font-size: 65%;
  margin-bottom: 0px;
  margin-top:0px;
  margin-left:0px;
  font-weight: bold;
  width:85%
  }

#NewsPostDetailTitle {
  font-size: 75%;
  margin:0px;
  padding:0px 0px 0px 30px;
  width:85%;
}

#NewsPostDetailSummary {
  font-size: 70%;
  margin-left:0px;
  line-height: 125%;
width:85%
   }

#NewsPostDetailCategory {
  font-style: italic;
  font-size: 70%;
  border-top: 2px solid #ccc;
  margin-top: 0em;
  margin-left:0px;
  padding: 0em 0;
width:85%
}

#NewsPostDetailContent {
  margin: 0px;
  padding:10px 5px 10px 30px;
  margin-left:0px;
  line-height: 110%;
  font-size: 75%;
  width:85%;
  }

#NewsPostDetailAuthor {
  font-size: 70%;
  margin-left:0px;
  padding-bottom: 1em;
  font-style: italic;
  width:85%;
}


/* to add specific style to the below divs, uncomment them. */


#NewsPostDetailHorizRule {
  margin:0px;
  width:85%;
}

#NewsPostDetailPrintLink {
  font-size: 70%;
  margin:0px 0px 0px 30px;
  width:85%

}

#NewsPostDetailReturnLink {
  font-size: 70%;
  width:85%;
  margin:0px 0px 0px 30px;
}

/* End of 'EHS News' */

