/* Start of CMSMS style sheet 'home_news.css' */
  .NewsSummary {
   width: 280px;
   display: block;
   height: 1.6em;
   line-height:1.5em;
padding-top:4px;
  } 
 .NewsSummaryPostdate {
   float: right;
   display: inline;
   width: 60px;
   padding-right: 2px;
   text-align: right;

  }
  .NewsSummaryLink {
  background-image: url(/uploads/images/nail.jpg);
  background-repeat: no-repeat;
  background-position: left center;
   width: 200px;  
   color: #848484;
   float: left;
   padding-left: 10px;
   border-bottom: #848484 1px dotted;  
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .NewsSummaryLink a {
    padding-right: 10px;
    text-decoration: none;
  }

   .NewsSummaryCategory {
    display: none;
  }
  .NewsSummaryAuthor {
    display: none;
  }
  .NewsSummaryContent {
    display: none;
  }
  .NewsSummarySummary {
    display: none;
  }  
  .NewsSummaryMorelink {
    display: none;
  }  
/* End of 'home_news.css' */

