/* Start of CMSMS style sheet 'Module: News' */
/* set all links to have no underline and bluish color */
a,
a:link, 
a:active,
a:visited {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background: #fff; 
   color: #cc3366; 
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   color: #cc3366;
   background: #fff
}
div#newshomepage {
  margin: 230px 100px 0px 80px;  /* margin for the entire div surrounding the news list */

  background: #FFf; 
}

div#news {
  margin: 0em 26em 0em 0em;  /* margin for the entire div surrounding the news list */
  border-bottom: 1px solid #999; 
border-right: 1px solid #999;
border-left: 1px solid #999;
  background: #FFf; 
}

div#newswider {
  margin: 0em 22em 0em 0em;  /* margin for the entire div surrounding the news list */
  border-bottom: 1px solid #999; 
border-right: 1px solid #999;
border-left: 1px solid #999;
  background: #FFf; 
}

div#newswider2 {
  margin: 0em 15em 0em 0em;  /* margin for the entire div surrounding the news list */
  border-bottom: 1px solid #999; 
border-right: 1px solid #999;
border-left: 1px solid #999;  
background: #FFf; 
}

div#newswide {
  margin: 0em 0em 0em 0em;  /* margin for the entire div surrounding the news list */
  border-bottom: 1px solid #999; 
border-right: 1px solid #999;
border-left: 1px solid #999;
  background: #FFf; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.latestnews {
   padding-top: 10px;
   padding-right: 10px;
   margin-bottom:-5px;
}

.NewsSummary {
    padding: 0em 0.5em 0em 0.5em; /* padding for the news article summary */
    margin-top: 0px; /* margin to the bottom of the news article summary */
    margin-right: 0em;
   margin-left: 0em;
  border-top: 1px solid #999; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
  color: #cc9999;
  margin-top: 1em;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.6em;
    line-height: 1.3em;
    padding-bottom: 0.2em;
    font-size: 115%;
    color: #cc3366;
   margin-bottom:-10px;

}

.NewsSummaryCategory {
  font-style: italic;
  margin: 0px;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 1em;
}

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

.NewsPostDetailTitle {
   color: #666666;
}

/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

* html div#newshomepage {
  margin: 240px 100px 0em 100px;
}

.seemorenews {
   font-size: 0.9em;
   padding-top: 0px;
   margin-bottom: 8px;
   margin-left:7px;
   margin-top:-5px;

}

.seemorenews a:link {
   color: #cc3366;
}

.seemorenews a:hover {
   color: #999;
   text-decoration: none;
}
 
.seemorenews a:visited {
   color: #cc3366;
}
/* End of 'Module: News' */

