/* 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; 
  font-family:arial;
}

div#news {
   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; 
  font-family:arial;
}

.NewsSummaryPostdate {
	color: #3D3D67;
                float:left;
                width:40px;
                font-size:10pt;
                text-align:center;
               border:0px solid green;
               font-weight:bold;

 }

.NewsSummaryPostdate1 {
                  font-size:18pt;

}

.NewsSummaryPostdate2 {
                  font-size:14pt;
  font-family:arial;
}

.NewsSummaryPostdate3 {
                  font-size:11pt;

}


.newsright{
                border-left:1px solid black;
                margin-left:51px;
                padding-left:3px;
}
                padding-left:10px;

NewsSummaryExtra {
font-size:9pt;}

h2.titellink{
               margin-top:1px;
               padding-top:0px;
               line-height:normal;
}

.NewsSummaryCategory {
font-size:8pt;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
font-size:8pt;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  font-size:10pt;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
  font-size:10pt;
}

#NewsPostDetailDate {
  font-size: 100%;
  margin-bottom: 5px;

  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
font-size:8pt;
  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-size:8pt;
}


/* to add specific style to the below divs, uncomment them. */



#NewsPostDetailHorizRule {
height:1px;
color:#ccc;

}
#NewsPostDetailPrintLink {
font-size:9pt;
}
#NewsPostDetailReturnLink {
font-size:9pt;
}

/* End of 'Module: News' */

