#news_ControlNewsList {
	margin: 10px 0;

	padding: 10px; 
	
	background: url('images/bg_controlNewsList2.jpg') 0px 0px repeat-x white;

	border-top: 1px solid #aad5e7;
	border-left: 1px solid #c9eaf7;
	border-right: 1px solid #c9eaf7;
	border-bottom: 1px solid #d6edf7;
}
		 
	#news_ControlNewsList h1 {
		margin: 0px 0px 10px 0px;
		padding: 0px;

		border: none;
		text-transform: uppercase;
		
		text-decoration: none;
		font-size: 19px;
		font-weight: normal;
	}

  	#news_ControlNewsList .news {
		font-size:11px;
		overflow: hidden;
	}

	#news_ControlNewsList a {}

	#news_ControlNewsList .news:hover {}

		#news_ControlNewsList .news h2 {
			margin: 0px 0px 5px 0px;
			padding: 0px;
			line-height:12px;
		}

		#news_ControlNewsList .news h2 a {
			font-size: 11px;
			text-decoration: none;
			text-transform: none;
		}

		#news_ControlNewsList .news .date {
			display: block;

			color: #0093b9;
		}

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

		#news_ControlNewsList .news .readMore a {
			display: block;

			padding: 4px 10px;
			margin: 10px 0 0 0;

			float: right;

			color: white;
			text-decoration: none;
			font-weight: bold;
			text-shadow: #22688f -1px -1px 0px;
			text-transform: uppercase;
			text-align: center;
			background-color: #0994bf;
			line-height: 15px;

			-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
			-moz-border-radius: 5px; /* FF1-3.6 */
			border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

			/* useful if you don't want a bg color from leaking outside the border: */
			-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
		}

		#news_ControlNewsList .newsHover h2 a:hover {color: #0093b9;}

	#news_ControlNewsList .news:hover .readMore a {
		background-color: #135975;
	}

	#news_ControlNewsList .separator {
		display: block;
		height:1px;
		background-color: #e8f7fd;
		border-bottom:1px solid #c3e5f3;

		margin-bottom: 10px;
		margin-top: 5px;
	}

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

#news_ControlNewsList {
	width: 198px; 
	height: 295px;
	float: left;		
	padding: 15px 10px 15px 10px; 
	margin-right:10px;
	margin-top:10px;
	background: url('images/bg_controlNewsList2.jpg') 0px 0px repeat-x white;

	border-top: 1px solid #aad5e7;
	border-left: 1px solid #c9eaf7;
	border-right: 1px solid #c9eaf7;
	border-bottom: 1px solid #d6edf7;
}
		 
	#news_ControlNewsList h1 {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		border: none;
		text-transform: uppercase;
		
		text-decoration: none;
		font-size: 19px;
		font-weight: normal;
	}

  	#news_ControlNewsList .news {
		font-size:11px;
		height: 102px;
		overflow: hidden;
	}

	#news_ControlNewsList a {
		 
	}

	#news_ControlNewsList .news:hover {}

		#news_ControlNewsList .news h2 {
			margin: 0px 0px 5px 0px;
			padding: 0px;
			line-height:12px;
		}

		#news_ControlNewsList .news h2 a {
			
			font-size: 11px;
			text-decoration: none;
			text-transform: none;
		}

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

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

		#news_ControlNewsList .news .readMore a {
			display: block;
			width: 58px;
			height: 20px;

			background: url('images/bg_readmore_a.gif') 0px 0px;
			color: white;
			text-decoration: none;
			font-weight: bold;
			text-shadow: #22688f -1px -1px 0px;
			text-transform: uppercase;
			text-align: center;

			padding: 5px 0px 0px 0px;
			margin:3px 0px 0px 135px;
		}

		#news_ControlNewsList .news:hover .readMore a {
			background: url('images/bg_readmore_a.gif') bottom;			
		}

	#news_ControlNewsList .news:hover .readMore a {
		background: url('images/bg_readmore_a.gif') bottom;
		text-shadow: #0d3a53 -1px -1px 0px;
	}


	#news_ControlNewsList .separator {
		display: block;
		height:1px;
		background-color: #e8f7fd;
		border-bottom:1px solid #c3e5f3;

		margin-bottom: 10px;
		margin-top: 5px;
	}

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

#news_ControlNewsTickerContainer {
	width: 753px;
	height: 32px;
	margin: 10px 0 0 0;
	padding: 0;
	background: url('images/bg_newsticker.gif') right 0 no-repeat #ddeff4;
	overflow: hidden;
}

	#news_ControlNewsTickerContainer h1 {
		width: 93px;
		height: 26px;
		display: block;
		float: left;
		margin: 0;
		padding: 6px 0 0 0;
		border: 0 solid #eaeaea;
		background-color: #0290bc;
		background-image: none;
		
		font-size: 16px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
	}
	
	#news_ControlNewsTicker {
		cursor: pointer;
	}
	
	#news_ControlNewsTicker ul, 
	#news_ControlNewsTicker li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#news_ControlNewsTicker li {
		width: 600px;
		height: 32px;
		float: left;
	}

		#news_ControlNewsTicker .date {
			height: 24px;
			width: 60px;

			float: left;
			padding: 8px 0 0 10px;

			color: #007396;
		}

		#news_ControlNewsTicker h2 {
			height: 24px;
			width: 530px;

			float: left;
			padding: 8px 0 0 0;
			font-family: Arial;

			color: #004d64;
			font-size: 13px;
			font-weight: bold;
		}
		
		#news_ControlNewsTicker a {
			margin: 0;
			padding: 0;
	
			font-size: 12px;
			color: #004d64;
			text-decoration: none;
			text-transform: uppercase;			
		}
		
		#newsTickerList a:hover {
			color: #8e2a75;
		}

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

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

#news_NewsListOnLine {}

	#news_NewsListOnLine h1 {}

	#news_NewsListOnLine h3 {display: none;}

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

	#news_NewsListOnLine .news { 
		margin: 0 0 10px 0;
		border: 1px solid #d7edf1;
		padding: 10px;
	}
		
		#news_NewsListOnLine .news .date {
			font-size: 10px;
			color: #4e99bc;
		}

		#news_NewsListOnLine .news h2 {
			margin: 0;
			padding: 0;
			
			font-size: 12px;
			color: #4e99bc;
			font-weight: bold;
		}

		#news_NewsListOnLine .news .photoContainer { 
			float: left;
			margin: 0 10px 0 0;
		}

		#news_NewsListOnLine .news .dataContainer {}
	
			#news_NewsListOnLine .news .readMore {
				display: block;
				width: 150px;
				margin: 10px 0 0 0;
				padding: 0 0 0 15px; 
				background: url('images/puce.gif') 0 1px no-repeat;

				font-size: 11px;
				font-weight: normal;
				text-decoration: none;
			}

			#news_NewsListOnLine .news .readMore:hover {}

	#news_NewsListOnLine .newsHover {
		cursor: pointer;
		border: 1px solid #a2c725;
		color: #749a04;
	}

		#news_NewsListOnLine .newsHover .date, #news_NewsListOnLine .newsHover h2, #news_NewsListOnLine .newsHover .readMore {
			color: #749a04;
		}

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

#news_NewsListOffLine {
}
	
	#news_NewsListOffLine h1 {}

	#news_NewsListOffLine h3 {
		display: none;
	}
	
	#news_NewsListOffLine .newsYear,
	#news_NewsListOffLine .actualNews {
		display: block;
		float: left;
		margin: 0 10px 0 0;
		padding: 0 0 0 20px;
		
		font-size: 11px;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	#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 .newsByMonth {
		margin-bottom: 20px;
	}

		#news_NewsListOffLine .newsByMonth b {
			display: block;
			padding-bottom: 5px;
			border-bottom: 1px solid #abdef6;
	
			font-size: 11px;
			font-weight: bold;
		}

		#news_NewsListOffLine .newsByMonth .news {
			height: 22px;
			border-bottom: 1px solid #abdef6;
		}

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

			color: #fff;
		}

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

			font-size: 10px;
			color: #4e99bc;
		}

		#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;
		}

			#news_NewsListOffLine .newsByMonth .newsHover .toolsBox {}

		#news_NewsListOffLine .newsByMonth .news h2 {
			margin: 0;
			display: inline;
		}

		#news_NewsListOffLine .newsByMonth .news a {
			font-size: 11px;
			font-weight: normal;
			text-decoration: none;
			text-transform: none;
			
			position: relative;
			top: 2px;
			*top: 4px;
		}

		#news_NewsListOffLine .newsByMonth .news:hover  a {
			color: #ffffff;
		}
		
/* News > View
-------------------------------------------------------------- */

#news_NewsView {
	margin-bottom: 10px;
}

	#news_NewsView h1 {}
	#news_NewsView .archivedNews,
	#news_NewsView .actualNews {
		display: block;
		float: left;
		margin: 0 10px 0 0;
		padding: 0 0 0 20px;
		
		font-size: 11px;
		text-transform: uppercase;
		text-decoration: none;		
	}
	
	#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 .date {
		display: block;
		width: 200px;
		margin: 0 0 10px 0;

		font-size: 10px;
		color: #4e99bc;
	}

	#news_NewsView p {
		padding: 0;
		margin: 0 0 15px 0;
	}
	
	#news_NewsView .copyright {
		font-size: 11px;
		margin: 0 0 15px 0;
	}
		
	#news_NewsView .photo {
		height: 65px;
		float: left;
		margin: 0 2px 2px 0;

		text-align: center;
	}

		#news_NewsView .photo img {
			width: 65px;
		}

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

			filter: alpha(opacity=50);  
			-moz-opacity: 0.50;
			opacity: 0.50;
		}
		
	#news_NewsView .documents {
		margin: 10px 0;
		border-top: 1px solid #abdef6;
		margin-bottom: -15px;
	}
		
		#news_NewsView .documents a {
			display: block;
			padding: 5px 20px;
			background: url('images/puce_link.gif') 8px 10px no-repeat;
		
			text-decoration: none;
		}
		
		#news_NewsView .documents a:hover {		
			background-color: #aacc23;
			
			color: #fff;
		}

	#news_NewsView .tools {
		border-top: 1px solid #abdef6;
		margin: 15px 0 0 0;
		padding: 6px 0 0 0;
	}
	
		#news_NewsView .tools  a {
			display: block;
			float: left;
			margin: 0 10px 0 0;
			
			font-size: 11px;
			text-transform: uppercase;
			text-decoration: none;
		}	

	.btnCloseSendToFriend {
		position: relative;
		top: -29px;
		margin-left: 80px;

		margin-bottom: -29px;
	}

/* News > Review
-------------------------------------------------------------- */

#news_ControlNewsReviews {
	display: none;
}

	#news_ControlNewsReviews .btnAddReview {
		width: 133px;
		height: 16px;
		float: right;
		padding-top: 2px;
		background: url('images/bg_addreview.jpg') 0px 0px no-repeat;

		font-size: 10px;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
	}

	#news_ControlNewsReviews .btnAddReview:hover {
		color: #ff6111;
	}

	#news_ControlNewsReviews .newsReviewsFilter {
		height: 17px;

		position: relative;
		top: -22px;
		right: 15px;
		margin-bottom: -17px;
		margin-left: -15px;

		font-size: 10px;
		color: #fff;
		font-weight: bold;
		text-align: right;
	}

		#news_ControlNewsReviews .newsReviewsFilter .input {
			height: 16px;
			padding: 0;
			margin: 0;

			font-size: 9px;

			background-color:#cfe8f9; 
			color: #0182d4;
		}

	#news_ControlNewsReviews .newsReviews {}

		#news_ControlNewsReviews .newsReviews .newsReviewsItem {
			padding: 10px;
		}
			
			#news_ControlNewsReviews .newsReviews .newsReviewsItem .number {
				width:25px;
				height:20px;
				float:left;
				margin-right: 10px;

				font-size:20px;
				color: #0182d4;
				font-weight: bold;
				letter-spacing: -1px;
				line-height: 21px;
			}

			#news_ControlNewsReviews .newsReviews .newsReviewsItem .data {
				float:left;
				width:650px;
			}

				#news_ControlNewsReviews .newsReviews .newsReviewsItem .data b {
					color: #0182d4;
				}

			#news_ControlNewsReviews .newsReviews .newsReviewsItem .author {
				display: block;
				margin: 5px 0 0 35px;
				font-size: 11px;
				color: #6fc8ff;
			}

		#news_ControlNewsReviews .newsReviews .odd .newsReviewsItem {
			background-color: #eff9ff;
		}

		#news_ControlNewsReviews .newsReviews .even .newsReviewsItem {
			background-color: #ffffff;
		}

	#news_ControlNewsReviews .newsAddReviews {
		margin-top: 10px;
	}

		#news_ControlNewsReviews .newsAddReviews .newsAddReviewsForm {
			padding: 15px;
			border: 1px solid #cfe8f9;
		}

		#news_ControlNewsReviews .newsAddReviews .newsAddReviewsForm table {
			margin-bottom: 0px;
		}