/* Start of CMSMS style sheet '_news' */
/* ***************** news ************* */
div#colA #news {
    padding: 0 0 6px 0;
    background-color: #fff;  /* f6f7f8    */
    margin-bottom: 1.5em;
    font-size: 84.01%;
    }
    
div#colA #news.allnews {
    padding: 0 0 6px 0;
    background-color: #fff;
    margin-bottom: 1.5em;
    font-size: 96.01%;
    }

html div#news.allnews {margin-top: 1.8em;}
    
div#news h2.newstitle { /* the "title" of the news list */
      background: transparent url(_imgs/newstitle_bg.gif) left 6px no-repeat;
      text-indent: -999em;
      margin-top: 2em;    
      border-top: 1px solid #999;
      }

div#news h2.newstitle a  {
      text-decoration: none;
      font-size: 130%;
      border-bottom: none;
      line-height: 1.85em;
      display: block;
      }   

div#news .NewsSummary {
      border-bottom:1px dotted #A4B4B4;
      margin-bottom:1em;
      padding-bottom:0.5em;
      }

div#news h2.NewsSummaryLink a {
      font-weight: normal;
      font-size: 1.55em;
      margin-left: 8px; 
      display: block;
      text-decoration: underline;
      border: none;
      text-transform: none;
    }

div#news.allnews h2.NewsSummaryLink a {
      font-weight: normal;
      font-size: 1.05em;
      margin-left: 8px; 
      display: block;
      text-decoration: underline;
      border: none;
      text-transform: none;
    }



div#news.allnews .NewsSummaryPostdate {
    color: #888;
    font-size: 100%;
    font-weight: bold;
    padding-left: 10px;
    font-size: 86%;
    background: transparent url(_imgs/calpost.gif) left 50% no-repeat;
    padding-left: 11px;
    }

div#colA #news .NewsSummaryPostdate {
    color: #786141;
    font-size: 100%;
    font-weight: bold;
    padding-left: 10px;
    font-size: 86%;
    }

div#news .NewsSummaryCategory {
    font-style: italic;
    margin: 5px 0;
    }

div#news .NewsSummaryAuthor {
    font-style: italic;
    padding-bottom: 0.5em;
    }

div#news .NewsSummarySummary, div#news .NewsSummaryContent {
    line-height: 125%;
    padding-top: 0.25em;
    }

div#news .NewsSummaryMorelink {
    padding-top: 0.5em;
    }

#newsdetail {margin-bottom: 2.5em;}

#NewsPostDetailDate {
    font-size: 86%;
    margin-bottom: 5px;
    font-weight: normal;
    background: transparent url(_imgs/calpost.gif) left 50% no-repeat;
    padding-left: 11px;
    }

#NewsPostDetailTitle { font-size: 120%; color: #333;   line-height: 200%;}

#NewsPostDetailSummary {
    line-height: 120%;
    font-weight: normal;
    font-size: 80%;
    background-color: #f0f0f0;
    border: 2px dotted #ccc;
    padding: 4px;
    }

#NewsPostDetailCategory {
    font-style: italic;
    border-top: 1px dotted #d0d0d0;
    border-bottom: 1px dotted #d0d0d0;
    padding: 0.5em 0;
    }

#NewsPostDetailContent {
    margin-bottom: 15px;
    margin-top: 1em;
    line-height: 150%;
    }

#NewsPostDetailAuthor {
    margin-top: 1em;
    border-top: 1px solid #ccc;
    padding-bottom: 1.5em;
    font-style: italic; font-size: 84%;
    }

#NewsPostDetailPrintLink {
  float: left; 
  background: transparent url(_imgs/printer.gif) no-repeat; 
  padding-left: 24px;
  margin-bottom: 3em;
  }

#NewsPostDetailReturnLink {
  float:left; 
  padding-left: 60px;
  background: transparent url(_imgs/back-arrow.gif) 36px 50% no-repeat;
  margin-bottom: 3em;
  }



/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {}

*/


/* End of '_news' */

