/* 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: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em 0; /* padding for the news article summary */
    margin: 0 0.5em 1em 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ffffff; 
}

.NewsSummaryPostdate { display:none;
  font-size: 0px;
  font-weight: 
 }

.NewsSummaryLink {
font-size: 14px;    
font-weight: bold;
padding-top: 0.2em;
padding-bottom: 5px;
}

.NewsSummaryCategory { display:none;
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor { display:none;
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
width: 350px;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

.NewsSummaryMorelink a:hover{
  padding-top: 0.5em;
color: #ff0000;
}

#NewsPostDetailDate { display:none;
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary { display:none;
   line-height: 150%;
   }

#NewsPostDetailCategory { display:none;
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor { display:none;

  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailTitle {
padding-bottom: 10px;
}

#NewsPostDetailPrintLink { display:none; }

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}

#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

