/**
 * This support file is used to style the WYSIWYG editor in the CMS
 */
ul#NewsList {
	margin: 0px;
	padding: 0px;
}
ul#NewsList li{
	margin: 0px;
	padding: 0px;
}
#NewsList li.newsTitle,
#NewsList li.newsDate,
#NewsList li.newsSummary {
	list-style:none;

}
#NewsList li.newsTitle{

}

#NewsList li.newsSummary {
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;

	padding: 0px 0px 5px 0px;
	text-align:justify;
	color: #808080;
}
#NewsList li.newsDate{
	padding: 5px 0px 25px 0px;
	border-top: 1px solid #efefef;
	margin: 0px;
	margin-bottom: 15px;
}
#NewsList li.newsDate span{
	text-align: left;
	color: #808080;
	float: left;
}

#NewsList li.newsDate a.gReadMore,
#NewsEnd .newsDate a.gReadMore{
	background: url(../images/ico_arrow_seemore.png) top left no-repeat;
	background-position: 0px 3px;
	background-repeat:no-repeat;
	float: right;
	padding-left: 14px;
}
#NewsList li.newsDate a.gReadMore:hover,
#NewsEnd .newsDate a.gReadMore:hover {
	background: url(../images/ico_arrow_seemore_over.png) top left no-repeat;
	background-position: 0px 3px;
	background-repeat:no-repeat;
	float: right;
	padding-left: 14px;
}

#NewsEnd {
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #efefef;
	margin: 0px;
	margin-bottom: 15px;
}
#NewsEnd p.newsDate{
	float: left;
}
#NewsEnd p.newsDate span{
	text-align: left;
	color: #808080;
}
#NewsEnd p.newsAttached{
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}
#NewsEnd p.newsAttached a{
	padding: 20px 0px 20px 35px;
}


.NewsContent {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.newsAuthor {
	padding: 0px 7px 7px 10px;
	font-style:italic;
}