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

div#news h2 {
   line-height: 2em;
   background: #fff;
}
div.NewsSummaryHome {
   border-top: 1px solid #ddd;
   margin-top: 5px;
}
.NewsSummary {
    padding: 0 0 0.8em 0; 
    margin: 0 0 1em 0; 
    border-bottom: 1px solid #999; 
}
div.OrbitalNewsSummary .NewsSummary {
    padding: 0.8em 0 0 0; 
    margin: 1em 0 0 0; 
    border-top: 1px solid #ddd; 
    border-bottom: none;
}
div.moreNews {
   border-top: 1px solid #ddd;
}

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

.NewsSummaryLink,
.NewsSummaryMorelink   {
    font-weight: bold;
    padding-top: 0.2em;
    line-height: 1.4em;
/*    font-size: 1.1em; */
}
.NewsSummaryMorelink   {
   text-align: right;
}
.NewsSummaryMorelink a,
.NewsSummaryMorelink a:visited {
   font-weight: bold;
   background-color: inherit; 
   color: #dd2312; 
   text-decoration: none;
}
.NewsSummaryLink a,
.NewsSummaryLink a:visited{
   font-weight: bold;
   background-color: inherit; 
   color: #666; 
   text-decoration: none;
}
.NewsSummaryLink a:hover {
   color: #ee0000; 
   border: none;
}
.NewsSummaryMorelink a:hover {
   color: #666; 
   border: none;
}
.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

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

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }
.NewsSummarySummary a,
.NewsSummarySummary a:visited {
   color: #dd2312;
   text-decoration: none;
   font-weight: bold;
   display: block;
   text-align: right;
}
.NewsSummaryLink a:hover,
.NewsSummarySummary a:hover {
   color: #666;
   border: none;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  text-align: right;
  color: #999;
  float: right;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   margin: 0.7em 0;
   }

#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;
}

/* div#NewsPostDetail h2 {
  margin-right: 80px;
}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Orbital: News' */

