﻿/***** EWS LIST PAGE *****/
.news_top_description
{
	float				: left;
	font-family			: Arial;
	font-size			: 9pt;
	font-weight			: bold;
	width				: 680px;
	text-align			: left;
	padding				: 0px 0px 40px 0px;
	overflow			: hidden;
}
.news_top_description a:link,
.news_top_description a:active,
.news_top_description a:visited,
.news_top_description a:hover
{
	text-decoration		:none;
	color				:#6385A1;
}
.news_body
{
	float				: left;
	width				: 700px;
}
.news_left_area
{
	float				: left;
	text-align			: left;
	width				: 210px;
}
.news_main_area
{
	float				: left;
	width				: 450px;
	font-family			: Arial;
	text-align			: left;
	padding-left		: 20px;
	overflow			: hidden;
}
.news_main_title
{
	border-bottom	: solid 1px #DEDEDE;
	font-weight		: bold;
	font-size		: 10pt;
	padding-bottom	: 8px;
}
.news_item_title, 
.news_title
{
	font-size			: 9pt;
	font-weight			: bold;
}
.news_item_description, 
.news_shortdescription, 
.news_description
{
	color				: #6f6f6f;
	font-size			: 9pt;
}
.news_items, 
.news_detail
{
	padding-top			: 20px;
	clear				: both;
}
.news_short_date
{
	color				: #6f6f6f;
	font-weight			: normal;
}
.news_item_link
{
	padding				: 10px 0px 30px 0px;
}
.news_item_link a:link,
.news_item_link a:active,
.news_item_link a:visited,
.news_item_link a:hover
{
	text-decoration		: none;
	border-bottom		: dotted 1px #6385a1;
	color				: #6385a1;
	font-size			: 9pt;
}
.news_shortdescription
{
	font-weight			: bold;
	padding-bottom		: 20px;
}
.news_labels
{
	font-weight			: bold;
	font-size			: 9pt;
	float				: left;
	padding				: 20px 20px 20px 0px;
}
.news_dateinformation
{
	font-weight			: bold;
	font-size			: 9pt;
	float				: left;
	padding				: 20px 0px;
}
.news_bottom_information
{
	clear				: both;
	padding-bottom		: 20px;
	font-size			: 9pt;
	color				: #6f6f6f;
}

.news_bottom_information a:link,
.news_bottom_information a:active,
.news_bottom_information a:visited,
.news_bottom_information a:hover
{
	text-decoration		: none;
	color				: #6385a1;
	font-size			: 9pt;
}

.news_filter
{
	padding-top			: 25px;
	float				: left;
	width				: 450px;
}
.news_filter_title
{
	font-size			: 9pt;
	font-weight			: bold;
	float				: left;
	padding-right		: 15px;
}
.news_filter_item
{
	float				: left;
	font-weight			: bold;
}
.year
{
	font-size			: 9pt;
	text-decoration		: none;
	color				: #6f6f6f;
	padding				: 0px 7px 0px 7px;
	display				: block;
}
.selected_year
{
	color				: #6385a1;
	font-size			: 9pt;
	text-decoration		: none;
	padding				: 0px 7px 0px 7px;
	display				: block;
}
.news_filter_separator
{
	font-size			: 8pt;
	color				: #6f6f6f;
	float				: left;
}
/***** END NEWS LIST PAGE *****/


/***** NEWS DETAILS PAGE *****/
.generalcentrcontent
{
	text-align			: left;
}
.newsdetails_date
{
	font-size			: 8pt;
	padding-bottom		: 15px;
	padding-right		:20px;
}
.newsdetails_title
{
	font-size			: 14pt;
	padding-bottom		: 30px;
	padding-right		:20px;
}
.newsdetails_description
{
	font-size			: 9pt;
	color				: #6f6f6f;
	padding-bottom		: 20px;
	overflow-x			: hidden;
	/*margin-right		: 20px;*/
	padding-right		: 20px;
	width				: 470px;
}
.newsdetails_description a:link,
.newsdetails_description a:active,
.newsdetails_description a:visited,
.newsdetails_description a:hover
{
	color				: #6385a1;
	text-decoration		: none;
}


.prevpagelink
{
	text-align			: left;
	padding-top			: 20px;
}
.prevpagelink a:link,
.prevpagelink a:active,
.prevpagelink a:visited,
.prevpagelink a:hover
{
	color				: #6385a1;
	text-decoration		: none;
	font-size			: 9pt;
	font-weight			: bold;
}
.relatednews_container
{
	text-align			: left;
}
.relatednews_item
{
	font-weight			: bold;
	font-size			: 9pt;
}
.relatednews_item a:link,
.relatednews_item a:active,
.relatednews_item a:visited,
.relatednews_item a:hover
{
	text-decoration		: none;
	color				: #333333;
}
.news_short_date
{
	font-weight			: bold;
}
/***** END NEWS DETAILS PAGE *****/