/* Start of CMSMS style sheet 'news' */
/* News General divs  */
div#news {
   position:relative;
   left: -1em; 
   width: 18em;
   margin: 1em 0.1em 0.1em 0.1em; 
   border: 1px solid #0099cc; 
   background: #ccffff;
/*   border: 1px solid #0DABE3;  */
/*   background: #68D0F0; */
}

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

/* News Summary divs */
/* Logic in News module determines for which news categories a HR is shown. */
.NewsSummary {
   padding: 0.2em; 
   margin: 0.5em; 
/*    border-bottom: 1px solid #ccc; */
}

.NewsSummaryHR {
   padding: 0.5em; /* padding for the news article summary */
   margin: 0.5em; /* margin to the bottom of the news article summary */
   border-bottom: 1px solid #ccc; 
}

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

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

.NewsSummaryCategory {
   font-style: italic;
   margin: 5px 0;
   display: none;
}

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

.NewsSummarySummary, .NewsSummaryContent {
   line-height: 140%;
 }

.NewsSummaryMorelink {
   padding: 0.5em;
}

/* News Detail divs */
#NewsPostDetailDate {
   font-size: 75%;
   margin-bottom: 5px;
   font-weight: bold;
}

#NewsPostDetailTitle {
   font-size: 14px;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   color: #000066;
   line-height: normal;
}

#NewsPostDetailSummary {
   margin: 1em;
   color: #000066;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-stretch: wider;
}

#NewsPostDetailCategory {
   font-style: italic;
   border-top: 1px solid #ccc;
   margin-top: 0.5em;
   padding: 0.2em 0;
   display: none;
}

#NewsPostDetailContent {
   margin-bottom: 1em;
   color: #000066;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   line-height: 18px;
   font-weight: normal;
   font-stretch: wider;
   letter-spacing: normal;
}

#NewsPostDetailAuthor {
/*   display: none; */
   padding-bottom: 1.5em;
   font-style: italic;
}

#NewsPostDetailPrintLink {
}

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

/* 
#NewsPostDetailHorizRule {}
#NewsPostDetailReturnLink {}
*/
/* End of 'news' */

