/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 5px 0 0 1em;  /* margin for the entire div surrounding the news list */

  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;color:red
}

.NewsSummary {
    padding: 0 0 .5em 0; /* padding for the news article summary */
    margin: 0 0 .5em 0; /* margin to the bottom of the news article summary */
margin-top:0;margin-bottom:0;padding-bottom:0;width:140px;background:url(images/bluearrowright.gif) no-repeat;padding-left:15px;line-height:1.2em;

}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
   
}

.NewsSummaryLink a {
    color: black;text-decoration:none
   
}
.NewsSummaryLink a:hover {
    color: black;text-decoration:underline
   
}
.NewsSummaryCategory {
  font-style: italic;

 }

.NewsSummaryAuthor {
  font-style: italic;

}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 120%;
 }

.NewsSummaryMorelink {

}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;margin-left:10px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;margin-left:10px;
   }

#NewsPostDetailCategory {
  font-style: italic;margin-left:10px;

  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;margin-left:10px;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;margin-left:10px;
}

#NewsPostDetailTitle {margin-left:10px;}

#NewsPostDetailPrintLink {margin-left:10px;}
#NewsPostDetailReturnLink {margin-left:10px;}











#NewsPostDetailHorizRule{display:none}
/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailHorizRule {}

*/



/* End of 'Module: News' */

