/* 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; 
}

.NewsSummaryPostdate 
{
color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	line-height: 100%;
 }

.NewsSummaryLink {
        color: #cccccc;
	font-size: 11pt;
}


.NewsSummaryLink a
{
       color: #cccccc;
	font-size: 11pt;
	font-weight: bold;
}

.NewsSummaryCategory {
color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	line-height: 100%;
font-style: normal;
 }

.NewsSummaryAuthor {
  font-style: normal;
color: #bbbbbb;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
}

.NewsSummarySummary, .NewsSummaryContent 
{
        line-height: 100%;
        color: #ffffff;
	font-size: 8pt;
	font-weight: normal;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
color: #ffffff;
	font-size: 8pt;
	font-weight: normal;
}

#NewsPostDetailDate {
color: #bbbbbb;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
  }

#NewsPostDetailSummary {
color: #ffffff;
	font-size: 9pt;
	font-weight: normal;
   }

#NewsPostDetailCategory {
padding-top: 8px;
  font-style: normal;
  border-top: 1px solid #ccc;
color: #bbbbbb;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 100%;
color: #ffffff;
	font-size: 9pt;
	font-weight: normal;
  }

#NewsPostDetailAuthor 
{
        color: #bbbbbb;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
        font-style: normal;
}


/* to add specific style to the below divs, uncomment them. */


#NewsPostDetailTitle 
{
               color: #ffffff;
               font-size: 13pt;
               font-weight: bold;
}

#NewsPostDetailHorizRule 
{
        border-bottom: solid 1px #3E255F;
}

#NewsPostDetailPrintLink 
{
        color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
        line-height: 100%;
}

#NewsPostDetailReturnLink 
{
        color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
        line-height: 100%;
}

/* End of 'Module: News' */

