/* Start of CMSMS style sheet 'Module: News ART' */
/* div#news {
  margin: 2em 0 1em 1em;
  border: 1px solid #000; 
  background: #FFE9AF; 
} */

/* div#news h2 {
   line-height: 2em;
   background: #fff;
} */

.NewsSummary {  
}

.NewsSummary a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 7px 5px;              /* padding for the news article summary */
    margin: 0 0 5px 0;             /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #c2cddf; 
}

.NewsSummary a:hover{
   background: #d3dff3;
   color: #585c65;
   border-bottom: 1px solid #a2abbb;
}
.NewsSummaryPostdate{

}

.NewsSummaryLink {
    color: blue;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  margin-bottom: 2px;
  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 {
   float: left;
   
}

#NewsPostDetailContent img{
   float: right;
   margin: 0 0 10px 10px;
   padding: 5px;
   border: 1px solid #ccc;
}

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

.NewsDetailField {
   
}

.NewsDetailField img{
   
   margin: 0 0 10px 10px;
   padding: 5px;
   border: 1px solid #ccc;
}

#NewsPostDetailPrintLink {clear:left;}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}

#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News ART' */

