/* Start of CMSMS style sheet 'css_news' */
@charset "utf-8";
/* CSS Document */

.NewsSummary .NewsSummaryLink a {
	color: #573D30;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	display: block;
	margin-top: 5px;

}

#pagenews .NewsSummary .NewsSummaryLink a {
	color: #573D30;
	font-weight: bold;
	text-decoration: none;
	font-size: 22px;
	display: block;
	margin-top: 5px;

}



.NewsSummary {
	width: 143px;
	margin-bottom: 2em;
	margin-top: 1em;
}

#pagenews .NewsSummary {
	width: auto;
	margin-bottom: 2em;
	margin-top: 1em;
}

.NewsSummaryLink {

}
.NewsSummary .NewsSummarySummary {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

#pagenews .NewsSummary .NewsSummarySummary {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

.NewsSummaryMorelink {
	background-color: #F195A0;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F195A0;
	text-align: right;
	padding-right: 10px;
}
.NewsSummaryMorelink a{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.NewsSummaryPostdate {
	background-image: url(images/template/icons/calendar.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #C4697A;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#pagenews .NewsSummaryPostdate {
	background-repeat: no-repeat;
	color: #C4697A;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	background-image: none;
	padding-left: 0px;
}

#NewsPostDetailTitle {
	font-size: 36px;
}
#NewsPostDetailSummary {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px dashed #E08596;
	background-color: #FFC;
}
#NewsPostDetailHorizRule {
	background-image: url(uploads/images/hr.jpg);
	background-repeat: repeat-x;
	height: 36px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	border: 0px none #FFF;
	text-decoration: none;
	display: block;
}
#NewsPostDetailDate {
	background-color: #E08596;
	color: #FFF;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#NewsPostDetailAuthor {
	background-image: url(images/template/icons/User.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#NewsPostDetailCategory {
	background-image: url(images/template/icons/tag.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}
#NewsPostDetailReturnLink a{
	background-image: url(images/template/icons/Back.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-left: 25px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	height: 16px;
	background-position: 5px 5px;
	float: left;
	background-color: #df7578;
}
#NewsPostDetailReturnLink a:hover{
	background-color: #d34346;
}
#NewsPostDetailPrintLink a {
	background-image: url(images/cms/printbutton.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	padding-left: 25px;
	margin-bottom: 5px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	float: right;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	background-position: 3px 3px;
	margin-right: 10px;
	background-color: #df7578;
}

#NewsPostDetailPrintLink a:hover{
	background-color: #d34346;
}

/* End of 'css_news' */

