
/* Controls > CategoriesList
-------------------------------------------------------------- */

#news_ControlCategoriesList {
	padding: 0 10px 4px 10px;
	background-color: #4e99bc;
}
	
	#news_ControlCategoriesList a {
		display: block;
		padding: 3px 0;
		border-bottom: 1px solid #74b3cf;
		
		color: #fff;
		text-decoration: none;
	}

	#news_ControlCategoriesList a:hover {
		background-color: #74b3cf;
	}

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

#news_ControlNewsList {
	padding: 0 10px 4px 10px;
	background-color: #4e99bc;
}

	#news_ControlNewsList h1 {
		margin-bottom: 1px;

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

	#news_ControlNewsList .news {
		color: #fff;
	}

	#news_ControlNewsList .newsHover {
		cursor: pointer;
	}

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

		#news_ControlNewsList .news h2 {
			font-size: 12px;
			padding: 0;
			margin: 0;
		}

		#news_ControlNewsList .news a {
			display: block;

			color: #fff;
			font-weight: bold;
			text-decoration: none;
		}

		#news_ControlNewsList .news .date {
		}

		#news_ControlNewsList .news .summary {
		}

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

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

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

		#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 {
		width: 91px;
		height: 68px;
		float: left;
		margin: 0 1px 1px 0;
		overflow: hidden;

		background-color: #000;

		text-align: center;
	}

		#news_NewsView .photo img {
			height: 70px;
		}

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

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

#news_ControlNewsReviews {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #abdef6;
}

	#news_ControlNewsReviews .btnAddReview {
		width: 133px;
		height: 16px;
		float: right;
		padding-top: 2px;
		background: url('images/bg_addreview.jpg') 0px 0px no-repeat;
		
		color: #0182d4;
		font-size: 10px;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
	}

	#news_ControlNewsReviews .btnAddReview:hover {
	}

	#news_ControlNewsReviews .newsReviewsFilter {
		height: 22px;
		padding: 2px 10px 0 0;
		background: url('images/bg_newsreviewsfilter.jpg') 0px 0px no-repeat;

		font-size: 10px;
		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: 18px;
				float: left;
				padding: 2px 0 0 0;
				margin-right: 10px;
				background: url('images/newsreviews_bull.gif') 0px 0px no-repeat;

				font-size: 11px;
				color: #0182d4;
				font-weight: bold;
				letter-spacing: -1px;
				text-align: center;
			}

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

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

			#news_ControlNewsReviews .newsReviews .newsReviewsItem .author {
				display: block;
				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;
		}
