/* Start of CMSMS style sheet 'Module: News' */
div { text-align:left !important;}

div#news {
  margin: 5 5 5 5;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background-color: #FFFFFF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 15px 5px 15px 15px; /* padding for the news article summary */
    margin: 10px 10px 10px 10px; /* margin to the bottom of the news article summary */
    background-color:#FFFFFF;
    border-bottom:3px dotted #0f4d2a;

}

.NewsSummaryPostdate {
  font-size: 75%;
  font-weight: normal;
color:#0f4d2a;
text-align:right !important;
 }

.NewsSummaryLink a:link, .NewsSummaryLink a:visited, .NewsSummaryLink a:active {
    font-weight: bold;
    color: #0F4D2A !important;
    padding-top: 0.2em;
}


.NewsSummaryLink a:hover {
    font-weight: bold;
    color: #0000ff !important;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }


.NewsSummaryMorelink a:link, .NewsSummaryMorelink a:visited, .NewsSummaryMorelink a:active,
#NewsPostDetailPrintLink a:link, #NewsPostDetailPrintLink a:visited, #NewsPostDetailPrintLink a:active,
#NewsPostDetailReturnLink a:link, #NewsPostDetailReturnLink a:visited, #NewsPostDetailReturnLink a:active   {
    font-weight: normal;
    color: #0f4d2a!important;
    padding-top: 0.5em;
    margin: 15px 15px 15px 15px;

}


.NewsSummaryMorelink a:hover, #NewsPostDetailPrintLink a:hover, #NewsPostDetailReturnLink a:hover{
    font-weight: normal;
    color: #0000ff !important;
    padding-top: 0.5em;
    margin: 15px 15px 15px 15px;
}

#NewsPostDetailDate {
     color:#0F4D2A;
     background-color:#9bb08e;
     padding: 5px 5px 5px 5px;
     margin: 0px 0px 0px 0px;
     font-size:80%;
     text-align:right !important;
  }

#NewsPostDetailSummary {
    line-height: 150%;
    margin: 0px 15px 0px 15px; /* margin to the bottom of the news article summary */
    background-color:#FFFFFF;
   padding-bottom:8px;
}

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  line-height: 150%;
    margin: -15px 15px 0px 15px; /* margin to the bottom of the news article summary */
    background-color:#FFFFFF;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailTitle {
     color:#0F4D2A;
     background-color:#FFFFFF;
     margin: 10px 15px 0px 15px;
     padding-top:10px;
     padding-bottom:10px;
     font-size: 16px;
     font-weight: bold;

    
}

#NewsPostDetailHorizRule {color:#000000}


/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailPrintLink a { color: #000; }
#NewsPostDetailReturnLink a { color: #000; }
*/
/* End of 'Module: News' */

