/* Start of CMSMS style sheet 'Module: News' */
div#news {
	margin-top: 20px;
	border: 1px solid #cbcbcb;
}

div#news h2 {
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/cms/gradient.gif);
	text-align: center;
	margin: 0px;
	height: 22px;
	width: 194px;
	font-size: 13px;
	text-transform: uppercase;
	color: #545454;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #cbcbcb;
	border-left-color: #FFFFFF;

}

#newscontent {
	background-image: url(images/cms/gradient.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	margin: 0px;
	list-style-type: none;
	padding: 10px;
}

.NewsSummary {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #545454;}

div#news a {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #545454;
	text-decoration: underline;
}
div#news a:hover {

	color: #545454;
	text-decoration: none;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.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;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  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 {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

