/* Start of CMSMS style sheet 'Module: News' */
.NewsSummary {
    padding: 0 0 0 0; /* padding for the news article summary */
    margin: 0 0 10px 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #fff; 
}

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory, .NewsSummaryPostdate {
  color:#666;
  font-size:75.01%;
  padding: 0 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryContent img{
margin:5px 5px 5px 0;
}

.NewsSummaryContent p{
margin:0px;
}

.NewsSummaryMorelink {
   margin:5px 0 10px 0;
}
.NewsSummaryMorelink a{
   background:url(images/template/indent2.png) center left no-repeat;
   padding: 3px 3px 3px 10px;
   border: 1px dotted #666;
}
.NewsSummaryMorelink a:hover{
   background:url(images/template/indent1.png) center left no-repeat;
   padding: 3px 3px 3px 10px;
   border: 1px dotted #666;
}

#NewsPostDetailTitle h3{
color:#951025;
text-decoration:underline;
}
/*#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }*/

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory, #NewsPostDetailDate{
   color:#666;
   font-size:75.01%;
   padding: 0 0;
}

#NewsPostDetailContent {
  margin:5px 0 555px 0;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {text-align:right;}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

