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

#news_ControlNewsList {
	background: url('images/bg_controlnewslist.gif') 0 0 repeat-y;
}

	#news_ControlNewsList h1 {
		margin: 0;
		padding: 8px 10px;
		border-top: 1px dotted #c0c0c0;
		border-bottom: 1px dotted #c0c0c0;
		background-color: #454545;

		font-size: 11px;
		color: #fff;
	}

	#news_ControlNewsList .news {
		padding: 15px 15px 15px 10px;
		text-align: justify;

		color: #898989;
	}

	#news_ControlNewsList .newsHover {
		cursor: pointer;
	}

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

		#news_ControlNewsList .news h2 {
			margin: 0;
		}

		#news_ControlNewsList .news h2 a {
			display: block;

			font-size: 11px;
			color: #5897ab;
			font-weight: normal;
			text-decoration: none;
		}

		#news_ControlNewsList .news h2 a:hover {
			color: #c41c5b;
		}

		#news_ControlNewsList .news .date {
		}

		#news_ControlNewsList .news .summary {
		}

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

	#news_ControlNewsList .newsSeparator {
		border-bottom: 1px solid #c0c0c0;
	}

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

#news_ControlNewsTicker { }
	
	#news_ControlNewsTicker h1 { }
	
	#newsTickerList { }			

		#newsTickerList .toolsBox {	}

		#newsTickerList .date {	}

		#newsTickerList h2 { }

			#newsTickerList a { }

			#newsTickerList a:hover { }

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

/* 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;
	}

		#news_NewsListOnLine .newsHover {
			cursor: pointer;
		}
		
		#news_NewsListOnLine .news .date {
			font-size: 10px;
			color: #898989;
		}

		#news_NewsListOnLine .news h2 {
			margin: 0;
			padding: 0;
			
			font-size: 12px;
			color: #474747;
			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 {
				filter : alpha(opacity=80);
				-moz-opacity : 0.8;
				opacity : 0.8;
			}

/* 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 #c0c0c0;
	
			font-size: 11px;
			font-weight: bold;
		}

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

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

			color: #fff;
		}

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

			font-size: 10px;
			color: #898989;
		}

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

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

	#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 #c0c0c0;
		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: #454545;
			
			color: #fff;
		}

	#news_NewsView .tools {
		border-top: 1px solid #c0c0c0;
		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;
		}	

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

#news_ControlNewsReviews {
	margin-bottom: 0;
}

	#news_ControlNewsReviews h3 {}

	#news_ControlNewsReviews .btnAddReview {
		width: 201px;
		height: 19px;
		display: none;
		margin-left: 8px;
		margin-top: -3px;
		margin-bottom: 15px;

		padding: 3px 0px 0px 0px;

		font-size: 11px;
		letter-spacing: 0px;

		color: white;
		text-shadow: #54000a 0px -1px 1px;
		text-align: center;
		text-decoration: none;

		float: right;

		background: url('images/bg_addreview.png') 0 0 no-repeat;
	}

	#news_ControlNewsReviews .btnAddReview:hover {
		color: #5897ab;
	}

	#news_ControlNewsReviews .newsReviewsFilter {
		padding: 2px 3px;

		border: 1px solid #dedede;

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

		#news_ControlNewsReviews .newsReviewsFilter .input {
			padding: 0;
			border-color: #c7c7c7;
			background-color: #fff;

			font-size: 9px;
			color: #000000;
		}

	#news_ControlNewsReviews .newsReviews {}

		#news_ControlNewsReviews .newsReviews .newsReviewsItem {
			padding: 10px;
		}
			
			#news_ControlNewsReviews .newsReviews .newsReviewsItem .number {
				display: block;
				width:67px;
				height:50px;
				float:left;

				margin-right: 10px;
				padding: 34px 0px 0px 0px;

				font-size:16px;
				font-weight: bold;

				text-align: center;
				letter-spacing: -1px;
			}

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

			#news_ControlNewsReviews .newsReviews .newsReviewsItem .author {
				margin-bottom: 5px;
				font-size: 11px;
				color: #5897ab;
			}

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

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

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

		#news_ControlNewsReviews .newsAddReviews .newsAddReviewsForm{
			padding: 10px;
			background-color: #f5f5f5;
		}

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