/* Start of CMSMS style sheet 'Module: News2' */
.NewsSummary {
    padding: 0.4em 0em 2em 0em; /* padding for the news article summary */
    margin: 0em 0em 0.5em 0em; /* margin to the bottom of the news article summary */
    border-bottom: 1px dotted #333; 
}

.NewsSummary_2 {
  padding: 0.4em 0em 1em 0em;
  margin: 0em 0em 1em 0em;
  border-bottom: 1px solid #b0b5af; 
  line-height: 125%;
}

.NewsSummaryPostdate {
  font-size: 90%;
  padding: 0em 0em 0.5em 0em;
 }

.NewsSummaryCategory {
  font-size: 90%;
  text-transform: lowercase;
  float: left;
 }

.NewsSummaryAuthor {
  font-size: 90%;
  text-transform: lowercase;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  font-size: 100%;
  text-transform: lowercase;
  font-weight: bold;
  text-decoration: none;
}

.NewsSummaryMorelink img {
   border: 5px solid #333;
}

.NewsSummaryMorelink2 {
  font-size: 100%;
  text-transform: lowercase;
  font-weight: bold;
  text-decoration: none;
  padding: 1.5em 0em 0em 0em;
}

#NewsPostDetailDate {
  font-size: 90%;
  padding: 0.5em 0em 0.5em 0em;
 }

#NewsPostDetailTitle {    
   font-weight: bold;
   font-size: 200%;
   line-height: 125%;
}

#NewsPostDetailSummary {
    font-size: 105%;
    font-weight: bold;
    line-height: 140%;
    padding: 0.4em 0em 1.2em 0em;
}

#NewsPostDetailCategory {
  font-size: 90%;
  text-transform: lowercase;
  float: left;
 }

#NewsPostDetailAuthor {
  font-size: 90%;
  text-transform: lowercase;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 140%;
  }


#NewsPostDetailPrintLink {
  font-size: 100%;
  text-transform: lowercase;
  font-weight: bold;
  padding: 0.5em 0em 0em 0em;
  float: left;
}

#NewsPostDetailPrintLink img {
  border: 0px;
}

#NewsPostDetailReturnLink {
  font-size: 100%;
  text-transform: lowercase;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5em 1em 0em 0em;
  float: left;
}

#NewsPostDetailHorizRule {
border: none 0;
border-top: 1px dotted #333;
width: 100%;
height: 1px;
}
/* End of 'Module: News2' */

