/* Start of CMSMS style sheet 'esynola news' */
div#news {
  margin: 10px 0 10px 0;  /* margin for the entire div surrounding the news list */
  background: #efb url(../_images/box_bottom.gif) no-repeat 0 100%; 
padding-bottom: 10px;
}

div#news h2 {
   line-height: 2em;
   background: #535 url(../_images/box_top.gif) no-repeat 0 0;
   text-align: center;
color:  #fff;
   font-size: .9em;
padding-top: 5px;

   
}
div#news a,
div#news a:link,
div#news a:visited {
	color: #757;
}
div#news a:hover {
	color: #535;
}
.NewsSummary {
    padding: 5px; /* padding for the news article summary */
    padding-bottom: 0;
    margin: 0 10px 0 10px; /* margin to the bottom of the news article summary */
    
    color:#444; 
}
.NewsSummary p {
    color:#444; 
}
.NewsSummaryPostdate {
display: none;
  font-size: 90%;
  font-weight: bold;
  color:  #666;
padding-top: 5px;
  padding-bottom: 5px;
border-top:1px solid #535;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-bottom: 5px;
}

.NewsSummaryCategory {
  display:  none;
 }

.NewsSummaryAuthor {
  display: none;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  color: #fff;
 }

.NewsSummaryMorelink {
  display: none;
}

#NewsPostDetailDate {
display: none;
  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 {}
*/
/* End of 'esynola news' */

