/* Controls > NewsList
-------------------------------------------------------------- */

#news_ControlNewsList {
	display: block;
	width: 380px;
	height: 252px;

	background: url('images/bg_news_ControlNewsList.jpg') 0 0px repeat-x;
	border: 1px solid #e7e7e7;
}

	#news_ControlNewsList h1 {
		display: block;
		width: 161px;
		height: 26px;

		margin: 0px;
		padding: 12px 0px 0px 25px;

		background: url('images/bg_news_ControlNewsList_h1.jpg') 10px 14px no-repeat;

		color: #676767;
		font-size: 14px;
		font-weight: bold;
		font-family: Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}

	#news_ControlNewsList hr {
		height: 2px;
		margin: 0px 1px;
		border-bottom: 1px solid #ffffff;
		background-color: #c3c3c3;

		color: #c3c3c3;

		*margin: -0.6em 1px; /* BUG IE6*/
	}

	#news_ControlNewsList .news {
		display: block;
		text-align: justify;
		padding: 12px 25px;
		cursor: pointer;
	}

	
	#news_ControlNewsList .news:hover {
		background: url('images/bg_news_ControlNewsList_newsHover.jpg') 0px 0px repeat-x #37a784;
		color: white;
	}

	#news_ControlNewsList .news:hover h2 {
		color: white;
	}

		#news_ControlNewsList .news h2 {
			font-weight: bold;	
			color: #19a67c;
			font-size: 13px;

			margin: 0px;
			padding: 0px;
			line-height: 13px;
		}

		#news_ControlNewsList .newsHover{
			background: url('images/bg_news_ControlNewsList_newsHover.jpg') 0px 0px repeat-x #37a784;
			color: white;
		}

		#news_ControlNewsList .news .date {
			display: none;
		}

		#news_ControlNewsList .news .photo {
			float: left;
			margin: 3px 7px 0 0;
		}

		#news_ControlNewsList .news .summary {
		}

		#news_ControlNewsList .news .readMore {
			display: none;
		}

	#news_ControlNewsList .newsSeparator {
		height: 1px;
		margin: 0px 1px;
		border-bottom: 1px solid #ffffff;
		background-color: #c3c3c3;

		color: #c3c3c3;
		*overflow: hidden; /* BUG IE 6 */
	}

	#news_ControlNewsList .rssFeed {
		display: block;
		width: 52px;
		height: 20px;
		padding: 6px 0px 0px 6px;

		background: url('images/bg_rssFeed_btn.jpg') 0px 0px no-repeat;

		position: relative;
		left: 317px;
		top: 6px;

		margin-bottom: -26px;
		color: #ededed;
		text-transform: uppercase;

		text-decoration: none;
	}

		#news_ControlNewsList .rssFeed:hover {
			background-position: bottom;
		}

	#news_ControlNewsList .rssFeed span{
		color: #bde4fd;
		font-size: 9px;
		text-transform: none;
	}

	#news_ControlNewsList .voirTous {
		display: block;
		width: 128px;
		height: 21px;


		float: right;

		position: relative;
		right: 64px;
		top: 7px;

		background: url('images/bg_voirTous.jpg') top no-repeat;

		padding: 5px 0px 0px 0px;
		text-align: center;
		}

		#news_ControlNewsList .voirTous:hover {
			text-decoration: none;

			background: url('images/bg_voirTous.jpg') bottom no-repeat;
		}

/* Controls > NewsTicker
-------------------------------------------------------------- */

#news_ControlNewsTicker {}
	#news_ControlNewsTicker h1 {}	
	#newsTickerList {}			
		#newsTickerList .toolsBox {}
		#newsTickerList .date {}
		#newsTickerList h2 {}
			#newsTickerList a {}
			#newsTickerList a:hover {}

/*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/

/* News > ListOnline
-------------------------------------------------------------- */

#news_NewsListOnLine {
	padding: 10px;
}

	#news_NewsListOnLine .archivedNews {
		display: block;
		float: left;
		margin: 0 10px 0 0;
		padding: 0 0 0 20px;
		background: url('images/ico_archived.gif') 0 0 no-repeat;
		
		color: #0070bc;
		text-transform: uppercase;
	}
	
	#news_NewsListOnLine .feedRss {
		display: block;
		float: left;
		padding: 0 0 0 20px;
		background: url('images/ico_rss.gif') 0 0 no-repeat;
		
		color: #0070bc;
	}
	
	#news_NewsListOnLine .archivedNews:hover ,
	#news_NewsListOnLine .feedRss:hover {
		color: #0070bc;
	}

	#news_NewsListOnLine h1 { }

	#news_NewsListOnLine .news { 
		padding: 10px;
		background-color: #f3f3f3;
		margin: 10px 0px 0px 0px;
	}

		#news_NewsListOnLine .newsHover {
			background: url('images/bg_news_newsHover.jpg') 0px 0px repeat-x #37a784;
			color: white;
		}

		#news_NewsListOnLine .newsHover h2{
			color: white;
		}
		#news_NewsListOnLine .news .photoContainer {
			float: left;
			margin: 0 6px 0 0;
		}

		#news_NewsListOnLine .news .dataContainer {
			margin: 0 0 0 18px;
		}

		#news_NewsListOnLine .news .readMore {
			display: none;
		}

		#news_NewsListOnLine .news .readMore:hover {
		}

		#news_NewsListOnLine hr {
			display: none;
		}

/* News > ListOffline
-------------------------------------------------------------- */

#news_NewsListOffLine {
}

	#news_NewsListOffLine .newsYear,
	#news_NewsListOffLine .actualNews {
		display: block;
		float: left;
		margin: 0 10px 0 0;
		padding: 0 0 0 20px;
		
		color: #0070bc;
		text-transform: uppercase;	
	}
	
	#news_NewsListOffLine .newsYear {
		background: url('images/ico_archived.gif') 0 0 no-repeat;
	}
	
	#news_NewsListOffLine .actualNews {
		background: url('images/ico_actual.gif') 0 0 no-repeat;
	}
	
	#news_NewsListOffLine .newsYear:hover ,
	#news_NewsListOffLine .actualNews:hover {
		color: #0070bc;
	}

	#news_NewsListOffLine h1 {
	}

	#news_NewsListOffLine h3 {
		display: none;
	}

	#news_NewsListOffLine .newsByMonth {
		margin-bottom: 20px;
	}

		#news_NewsListOffLine .newsByMonth b {
			display: block;
			margin: 0;

			font-size: 18px;
			color: #b3b3b3;
			font-family: Helvetica, sans-serif;
			letter-spacing: -1px;
		}

		#news_NewsListOffLine .newsByMonth .news {
			height: 22px;
			font-family: Helvetica, sans-serif;
			border-bottom: 1px solid #dfdfdf;
		}

		#news_NewsListOffLine .newsByMonth .newsHover {
			background-color: #0070bc;
			cursor: pointer;

			color: #fff;
		}

		#news_NewsListOffLine .newsByMonth .news .date {
			width: 46px;
			display: block;
			float: left;
			padding-top: 6px;

			font-size: 10px;
			text-align: center;
			color: #525252;
			font-family: Helvetica, sans-serif;
		}

		#news_NewsListOffLine .newsByMonth .news:hover .date {
			color: #ffffff;
		}

		#news_NewsListOffLine .newsByMonth .toolsBox {
			width: 36px;
			height: 20px;
			display: block;
			float: left;
			padding-top: 2px;

			text-align: center;
			font-family: Helvetica, sans-serif;
		}

			#news_NewsListOffLine .newsByMonth .newsHover .toolsBox {
			}

		#news_NewsListOffLine .newsByMonth .news h2 {
			margin: 0;
			padding: 0;
			display: inline;
			background-image: none;
		}

		#news_NewsListOffLine .newsByMonth .news a {
			font-size: 11px;
			color: #525252;
			font-weight: normal;
			text-decoration: none;
			text-transform: none;

			letter-spacing: 0px;
			font-family: Helvetica, sans-serif;
		}

		#news_NewsListOffLine .newsByMonth .news:hover a {
			color: #ffffff;
		}
		
		#news_NewsListOffLine hr {
			margin: 5px 0px;
			color: #dfdfdf;
			background-color: #dfdfdf;
		}


/* News > View
-------------------------------------------------------------- */

#news_NewsView {
}
		
		#news_NewsView .archivedNews,
		#news_NewsView .actualNews {
			display: block;
			float: left;
			margin: 0 10px 0 0;
			padding: 0 0 0 20px;
			
			color: #0070bc;
			text-transform: uppercase;			
		}
		
		#news_NewsView .archivedNews {
			background: url('images/ico_archived.gif') 0 0 no-repeat;
		}
		
		#news_NewsView .actualNews {
			background: url('images/ico_actual.gif') 0 0 no-repeat;
		}
		
		#news_NewsView .archivedNews:hover,
		#news_NewsView .actualNews:hover {
			color: #0070bc;
		}

	#news_NewsView h1 {
	}

	#news_NewsView .date {
		display: block;
		margin-bottom: 10px;
	}

	#news_NewsView p {
		padding: 0;
		margin: 0 0 15px 0;
	}
	
	#news_NewsView .copyright {
		font-size: 11px;
		margin: 0 0 15px 0;
	}
		
	#news_NewsView .photo {
		width: 120px;
		height: 90px;
		float: left;
		margin: 0px 3px 0px 0px;
		border: 1px solid #cecece;
		overflow: hidden;
		
		text-align: center;
	}

		#news_NewsView .photo img {
			width: 120px;
			height: 90px;
		}

		#news_NewsView .photo:hover img {
			text-decoration: none;

			filter: alpha(opacity=50);  
			-moz-opacity: 0.50;
			opacity: 0.50;
		}
		
	#news_NewsView .documents {
		margin: 10px 0;
	}
		
		#news_NewsView .documents a {
			display: block;
			padding: 6px 5px;
			height: 15px;
			font-family: Helvetica, sans-serif;
			border-bottom: 1px solid #dfdfdf;
			border-top: 1px solid #dfdfdf;
		}
		
		#news_NewsView .documents a:hover {		
			background-color: #0070bc;
			cursor: pointer;
			text-decoration: none;

			color: #fff;
		}

	#news_NewsView .tools {
	}
	
		#news_NewsView .tools a {
			display: block;
			float: left;
			margin: 0 10px 0 0;
			padding: 0 0 0 20px;
			
			color: #0070bc;
			text-transform: uppercase;
		}

		#news_NewsView .tools a.print {
			background: url('images/ico-print.gif') 0 0 no-repeat;
		}
		
		#news_NewsView .tools a.sendToFriend {
			background: url('images/ico-sendToFriend.gif') 0 0 no-repeat;
		}
		
		#news_NewsView .tools  a:hover {
			color: #0070bc;
		}

		#news_NewsView hr {
			margin: 5px 0px;
			color: #dfdfdf;
			background-color: #dfdfdf;
		}

/* News > Newsreview
-------------------------------------------------------------- */

	#news_ControlNewsReviews {
		display: none;
	}