/* Start of CMSMS style sheet 'Module: News' */
div#news {
  /*margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  /*border: 1px solid #000; 
  background: #FFE9AF; /
}

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

.NewsSummary {
/*    padding: 0.5em 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 */
/*    border-bottom: 1px solid #ccc; */
padding-bottom: 1em;
}

.NewsSummaryPostdate {
  padding-top: 0.35em;
  padding-bottom: 0.65em;
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
    text-decoration: none;
}

.NewsSummaryCategory {
/*  font-style: italic;
  margin: 5px 0;*/
  border-top: solid 1px #000080;
  text-align: right;
  color: #000080;
  font-size: 0.75em;
  font-weight: bold;
 }

.NewsSummaryAuthor {
/*  font-style: italic;*/
  padding-bottom: 0.5em;
  color: #000080;
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
}

.NewsSummarySummary {
/*  line-height: 115%;*/
 }

.NewsSummaryContent {
}

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 85%;
  margin-bottom: 5px;
  font-weight: normal;
  text-align:right;
  padding-bottom: 1.5em;
  margin-left: 80%;
  margin-top: 0.3em;
  padding-top: 0.2em;
  border-top: 1px solid #000000;
  width: 20%;
  }

#NewsPostDetailSummary {
/*   line-height: 150%;*/
   }

#NewsPostDetailCategory {
/*  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5 em;
  padding: 0.2em 0;*/
  text-align: right;
  font-weight: bold;
  color: #000080;
  font-size: 0.75em;
}

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

#NewsPostDetailAuthor {
  font-style: italic;
  color: #000080;
  text-align: right;
  font-size: 0.8em;
}


/* News Images */
.NewsWrapper {
}
.NewsContent
{
float: left;
max-width:45em;
min-width:35em;
}
.NewsImages {
float: right;
background-color: #000080;
width: 16em;
padding: auto;
text-align: center;
}

.NewsImages img {
border: 1px solid #FFFFFF;
margin: 1em 1em 1em 1em;
}

.NewsImagesAuthor {
color: #FFFFFF;
margin-bottom: 1em;
font-size:0.8em;
margin-left: 1em;
margin-right: 1em;
}

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

 
#NewsPostDetailTitle {
border-top: 1px solid #000080;
color: #000080;
padding-top: 0.25em;
margin-top: 1em;
font-size: 88%;
}
/*
#NewsPostDetailHorizRule {}
*/
#NewsPostDetailPrintLink {
  font-size: 0.8em;
  text-align: right;
  width: 100%;
  float: right;
}
#NewsPostDetailReturnLink {
  font-size: 0.8em;
  text-align: right;
  width: 100%;
  float: right;
}
/* End of 'Module: News' */

