/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 1em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #ffffff; 
}

div#news h2 {
   line-height: 1em;
   background: #ffffff;
}

.NewsSummary {
   border:1px dotted #7eb236; 
   padding:5px; 
   margin-bottom: 5px;
   height: 220px;
}

.NewsSummaryPostdate {
  font-size: 70%;
  font-weight: bold;
  text-align: right;
  color: #999999;
  margin-bottom: 5px;
  margin-top: 5px;

}

.NewsSummaryLink {
    margin-bottom: 5px;
    font-family: arial, "lucida console", sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    padding-left: 5px;
    border-bottom: 3px solid #7eb236;
    padding-bottom: 5px;

}


.NewsSummarySummary, .NewsSummaryContent {

}

.NewsSummaryMorelink {
  text-align: right;
  font-size: 12px;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: right;
  color: #999999;
  }

#NewsPostDetailSummary {
}


#NewsPostDetailContent {
  margin-bottom: 15px;
  border-bottom: 1px dashed silver;
  }


#NewsPostDetailTitle {
   border:1px solid #dcdcdc; 
   background:#F7F7F7; 
   padding:8px 0 10px 10px; 
   font-size:1.2em;
   margin-bottom: 20px;
   }

#NewsPostDetailPrintLink a {
  display: block;   
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: transparent url('images/cms/printbutton.gif') left top no-repeat;
  overflow: hidden;
}

#NewsPostDetailReturnLink {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  
}

/*
#NewsPostDetailHorizRule {}
*/
/* End of 'Module: News' */

