/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 1em 0 0.5em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF;
  color: #666;
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 0em 0.5em; /* padding for the news article summary */
    margin: 0 0.5em 0.5em 0.5em; /* margin to the bottom of the news article summary */
    font-family: helvetica, verdana, geneva, arial, sans-serif;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    clear: both;
}

.clear{clear:both; }

.NewsSummaryPostdate {
   padding-top: 0.5em;
   font-family: helvetica, verdana, geneva, arial, sans-serif;
   font-size: 12px;
  /*font-size: 90%;*/
  /*font-weight: bold;*/
  font-style: italic;
  color: #666;
 }

.NewsSummaryLink {
    font-family: helvetica, verdana, geneva, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#FFAF08;
    padding-top: 0em;
}

.NewsSummaryLink a:link {text-decoration:underline; color:#C59353; }
.NewsSummaryLink a:visited {text-decoration:underline; color:#C59353; }
.NewsSummaryLink a:hover {text-decoration:underline; color:#00254C; }
.NewsSummaryLink a:active {text-decoration:underline; color:#C59353; }



.NewsSummaryLink img { border: 1px solid black; float:left; clear:both;}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent, NewsSummarySummary p {
  line-height: 120%;
 }

.NewsSummaryMorelink {
  font-family: helvetica, verdana, geneva, arial, sans-serif;
  font-size: 11px;
  padding-top: 0.5em;
}

.NewsSummaryMorelink a:link {text-decoration:underline; color:#C59353; }
.NewsSummaryMorelink a:visited {text-decoration:underline; color:#C59353; }
.NewsSummaryMorelink a:hover {text-decoration:underline; color:#00254C; }
.NewsSummaryMorelink a:active {text-decoration:underline; color:#C59353; }


#NewsPostDetailDate {
  font-family: helvetica, verdana, geneva, arial, sans-serif;
  font-size: 12px;
  text-indent: 15px;
  margin-bottom: 0px;
  font-style: italic;
  color: #666;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   color: #333;
   }

#NewsPostDetailCategory {
  font-family: helvetica, verdana, geneva, arial, sans-serif;
  font-size: 12px;
  text-indent: 15px;
  font-style: italic;
  /*border-top: 1px solid #ccc;*/
  margin-top: 0em;
  padding: 0.2em 0;
  color: #666;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailContent li {
color: #333;
}

#NewsPostDetailAuthor {

  font-family: helvetica, verdana, geneva, arial, sans-serif;
  font-size: 12px;
  text-indent: 15px;
  padding-bottom: 1.5em;
  font-style: italic;
  color: #666;
}


/* to add specific style to the below divs, uncomment them. */

 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {

   font-family: helvetica, verdana, geneva, arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-indent: 15px;

}
#NewsPostDetailReturnLink {

   font-family: helvetica, verdana, geneva, arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-indent: 15px;

}

/* End of 'Module: News' */

