/* Start of CMSMS style sheet 'Module: News' */
div#News {
  margin: 0em 0em 0em 0em;  /* margin for the entire div surrounding the news list */
  border: none; 
  background: transparent; 
}

div#News a{
  color: #fdc600;
  text-decoration: none;
  font-size: 1.1em;
}

div#News1 {
   margin-left: 20px;
   border-bottom: 1px solid #333333;
   margin-bottom: 20px;
}

div#News1 a{
  color: #333333;
  text-decoration: none;
  font-size: 1.1em;
}

div#News1 a:hover{
  text-decoration: none;
   background-color: transparent;
  font-size: 1.1em;
}

div#News a:hover{
  text-decoration: underline;
   background-color: transparent;
  font-size: 1.1em;
}


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

.NewsSummary {
    padding: 0em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
 
}

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

.NewsSummaryLink {
    font-weight: bold;
   /*background-image: url(images/arrow.png);
   background-position: 100px 4px;
   background-repeat: no-repeat;*/
    padding-top: 0.2em;
}

.NewsSummaryLink1 {
    font-weight: bold;
    padding-top: 0.2em;


}

.NewsSummaryLink1 a{
    color: red;
}



.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  height: 86px;

 }

.NewsSummarySummary1{
  line-height: 140%;
  overflow: hidden;

 }

.NewsSummaryContent p{
  height: 86px;
  margin-left: -10px;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
  position: relative;
  left: 380px;
  bottom: 100px;
  margin-bottom: -100px; 
  width: 40px;
}

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

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailSummary img.none{
 margin-right: -10px;
   }

.NewsSummarySummary1 img.none{
   position: relative;
   bottom:39px;
  
   }


#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #141414;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

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

#NewsPostDetailContent p{
  margin-left: -20px;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */


div#newsdetailbox {
   width: 94%;
   margin-left: 4%;
   margin-top: 10px;

}

div#newsdetailbox img{
   margin-left: 10px;
   margin-bottom: 10px;
}


div#newsdetailbox h3{
   color:#141414 ;

}

div#newsdetailbox h4 {
   color: #333333; 
   padding-left: 15px;
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   background-image: url(images/bullet.jpg);
   background-repeat: no-repeat;
   background-position: 0 4px;
}

div#newsdetailbox #NewsPostDetailHorizRule{
   border-color:#141414 ;

}

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

