/* Start of CMSMS style sheet 'News' */
/* COLOR GUIDE 

red: cd202c
pink: ca005d
black: 111c24
light gray: a4b7bb

*/

.NewsSummary {
    padding: 4px 4px; /* padding for the news article summary */
    margin: 4px 4px; /* margin to the bottom of the news article summary */
    border-bottom: 1px dotted #ddd; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }
.HomeNewsSummaryPostdate {
	font-size:12px;
  font-weight: bold;
  padding:0px;
margin:0;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding: 2px 0px;
  font-size: 16px;
}
.NewsSummaryLink a:hover {
	text-decoration:none;
}

.HomeNewsSummaryLink {
    font-weight: normal;
    font-size: 18px;
    padding: 3px 0 12px 0;
}

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

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

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

.NewsSummaryMorelink {
  padding-top: 0.5em;
}
.HomeNewsSummaryMorelink {
	text-indent:-999px;
  font-size: 0;
}
.HomeNewsSummaryMorelink a {
	display:block;
	width:326px;
height:30px;
	text-indent:-999px;
  padding:0px 0 0 0;
  background: url(/images/2010/morelink.gif) no-repeat;
  font-size: 0;
  margin-top:8px;
}
.HomeNewsSummaryMorelink a:link, .HomeNewsSummaryMorelink a:visited {
  color:#fff
}

#NewsPostDetailDate {
  font-size: 13px;
  margin-bottom: 2px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  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-style: italic;
}

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


#NewsPostDetailTitle {
  font-size: 20px;
  margin: 2px 0px 8px 0px;
  font-weight: bold;
  color:#cd202c;
}
/* 
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
.rsslink, .rsslink img {
   border:none;
   vertical-align:-14px;
   font-weight:bold;
   text-decoration:none;
}
/* End of 'News' */

