/* Controls > NewsList
-------------------------------------------------------------- */

#news_ControlNewsList {
}

	#news_ControlNewsList h1 {
		display: none;
	}

	#news_ControlNewsList a {
	}

	#news_ControlNewsList a:hover {
	}

	#news_ControlNewsList .news {
	}

	#news_ControlNewsList .newsHover{
		cursor: pointer;

		filter : alpha(opacity=80);
		-moz-opacity : 0.8;
		opacity : 0.8;
	}

		#news_ControlNewsList .news h2 {
			margin: 0;
			padding: 0 0 0 20px;
			background: url('images/puce.gif') 0px 3px no-repeat;
			cursor: pointer;

			font-size: 12px;
			font-weight: normal;
		}

		#news_ControlNewsList .news .date {
			display:none;
		}

		#news_ControlNewsList .news .photo {
			display:none;
		}

		#news_ControlNewsList .news .summary {
			display:none;
		}

		#news_ControlNewsList .news .readMore {
			display: none;
		}

	#news_ControlNewsList .newsSeparator {
		height:10px;
		display:block;
		
	}

/* Controls > NewsTicker
-------------------------------------------------------------- */

/*#news_ControlNewsTicker {
	width: 920px;
	height: 32px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background: url('images/bg_newsticker.gif') right 0px no-repeat #e7e7e7;
}
	
	#news_ControlNewsTicker h1 {
		width: 93px;
		height: 28px;
		display: block;
		float: left;
		margin: 0px;
		padding: 4px 0px 0px 0px;
		border: 0px solid #eaeaea;
		background-color: #181818;
		background-image: none;
		
		font-size: 18px;
		color: #ffffff;
		font-weight: normal;
		text-transform: uppercase;
		text-align: center;
	}
	
	#newsTickerList {
		width: 827px;
		height: 27px;
		float: left;
		margin: 0px;
		padding: 5px 0px 0px 0px;
		
		list-style-type: none;
	}			

		#newsTickerList .toolsBox {
			width: 40px;
			height: 17px;
			float: left;
			padding: 2px 0px 3px 0px;

			text-align: center;
		}

		#newsTickerList .date {
			height: 17px;
			float: left;
			padding: 3px 0px 2px 0px;

			color: #606060;
		}

		#newsTickerList h2 {
			width: 734px;
			height: 16px;
			float: left;
			padding: 3px 0px 3px 0px;
		}

			#newsTickerList a {
				display:block;
				margin: 0px;
				padding: 0px;

				font-size: 14px;
				color: #181818;
				text-decoration: none;
				text-transform: uppercase;
			}

			#newsTickerList a:hover {
				color: #6bc5fe;
			}*/

/*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/

/* News > ListOnline
-------------------------------------------------------------- */

#news_NewsListOnLine {
}

	#news_NewsListOnLine h1 {
		margin-bottom: 0px;
	}

	#news_NewsListOnLine h3 {
		display: none;
	}

	#news_NewsListOnLine .news {
		margin-top: 10px;
		cursor: pointer;

		padding: 10px; 
		margin-bottom: 0px; 
		border: 1px solid #ddd;
	}

		
	#news_NewsListOnLine .newsHover {
		border: 1px solid #475d8c;
	}

		#news_NewsListOnLine .newsHover .btn {
			border: 1px solid #1f5587;
			background: url('../../../../app_themes/default/images/bg_btn_hover.jpg') 0px 0px repeat-x #376fa4;
			color: white;
		}

		#news_NewsListOnLine .news h2 {
			
		}

		#news_NewsListOnLine .news a {
			text-decoration: none;
		}

		#news_NewsListOnLine .news .date {
			font-size: 10px;
			float: left;
			
			position: relative;
			top: 10px;
		}

		#news_NewsListOnLine .news .photo {
			float: left;
			margin: 3px 6px 0px 0px;

			background-color: #6bc5fe;
		}

		#news_NewsListOnLine .news .readMore {
			margin-top: 10px;
			float: right;
		}

		#news_NewsListOnLine .news .readMore:hover {
			
		}

	#news_NewsListOnLine .newsSeparator {
	}

.btnRss {
	width: 22px;
	height: 22px;
	display: block;
	background: url('images/bg_rss.jpg') 0px 0px no-repeat;

	position: relative;
	left: 272px;
	top: 7px;
	margin-bottom: -22px;
}

.btnRss:hover {
	background: url('images/bg_rss_hover.jpg') 0px 0px no-repeat;
}
				
/* News > ListOffline
-------------------------------------------------------------- */

#news_NewsListOffLine {
}

	#news_NewsListOffLine h1 {
	}

	#news_NewsListOffLine h2 {
		margin-bottom: 0px;
		font-size: 14px;
	}

	#news_NewsListOffLine h3 {
		display: none;
	}

	#news_NewsListOffLine .newsByMonth {
		margin-bottom: 20px;
	}

		#news_NewsListOffLine .newsByMonth b {

		}

		#news_NewsListOffLine .newsByMonth .news {
			height: 19px;
			padding-top: 3px;
			border-bottom: 1px solid #eaeaea;
		}

		#news_NewsListOffLine .newsByMonth .newsHover {
			background: url('../../../../app_themes/default/images/bg_btn.jpg') 0px 0px repeat-x #68c4fe;
			color: white;
			cursor: pointer;
			border-top: 1px solid #51a0e7;
			border-bottom: 1px solid #75b8f4;
			padding-top: 2px;
		}

		#news_NewsListOffLine .newsByMonth .news .date {
			width: 46px;
			display: block;
			float: left;
			padding-top: 3px;

			font-size: 10px;
			text-align: center;
		}

		#news_NewsListOffLine .newsByMonth .news:hover .date {
			color: #ffffff;
		}

		#news_NewsListOffLine .newsByMonth .toolsBox {
			width: 60px;
			height: 20px;
			display: block;
			float: left;

			text-align: center;
		}

			#news_NewsListOffLine .newsByMonth .newsHover .toolsBox {
				
			}

		#news_NewsListOffLine .newsByMonth .news h2 {

		}

		#news_NewsListOffLine .newsByMonth .news a {
			font-size: 12px;
			color: #475d8c;
			font-weight: normal;
			text-decoration: none;
			text-transform: none;
		}

		#news_NewsListOffLine .newsByMonth .newsHover a{
			color: #ffffff;
		}
		

/* News > View
-------------------------------------------------------------- */

#news_NewsView {
	margin-bottom: 10px;
}

	#news_NewsView h1 {
		display: block;

		width: 581px;

		float: left;
	}

	#news_NewsView .date {
		float: left;
		margin-top: -12px;
		margin-bottom: 10px;

		color: #2082d9;
		font-size: 12px;
		font-weight: bold;
	}

	#news_NewsView .tools {
		display: block;
		width: 39px;
		float: right;
		padding-top: 7px;
	}

	#news_NewsView .files {
	}

		#news_NewsView .files a {
			padding: 2px 5px 2px 20px;
			margin-bottom: 1px;
			background: url('images/file.gif') 3px 3px no-repeat #e1f3ff;

			text-decoration: none;
		}

		#news_NewsView .files a:hover {
			background: url('images/file.gif') 3px -21px no-repeat #6bc5fe;
			
			color: #ffffff;
			text-decoration: none;
		}
		
	#news_NewsView .photos {		
		margin: 15px 0px; 
		padding: 3px;
		border: 1px solid #cacfe2;
	}

		#news_NewsView .photos .photo {
			height: 61px;
			float: left;
			margin: 3px;
		}

		#news_NewsView .photos .photo img {
			height: 61px;
		}

		#news_NewsView .photos .photo:hover img {
			border:none;
			text-decoration: none;

			filter: alpha(opacity=50);  
			-moz-opacity: 0.50;
			opacity: 0.50;
		}

	#news_NewsView .copyright {
		font-size: 11px;
	}

/* News > Review
-------------------------------------------------------------- */

#news_ControlNewsReviews {
	margin-bottom: 0px;
}

	#news_ControlNewsReviews h3 {
	}

	#news_ControlNewsReviews .btnAddReview {
		width: 133px;
		height: 16px;
		float: left;
		padding-top: 2px;
		background-color: #475d8c;

		font-size: 10px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
	}

	#news_ControlNewsReviews .btnAddReview:hover {
		background-color: #6bc5fe;

		color: #ffffff;
	}

	#news_ControlNewsReviews .newsReviewsFilter {
		height: 22px;
		padding: 4px 4px 0px 0px;
		background-color: #e1f3ff;

		font-size: 10px;
		font-weight: bold;
		text-align: right;
	}

		#news_ControlNewsReviews .newsReviewsFilter .input {

		}

	#news_ControlNewsReviews .newsReviews {
	}

		#news_ControlNewsReviews .newsReviews .newsReviewsItem {
			padding: 10px;
			border-bottom: 1px dotted #cacfe2;
		}
			
			#news_ControlNewsReviews .newsReviews .newsReviewsItem .number {
				width:23px;
				height:21px;
				float:left;
				margin-right: 10px;
				padding-top: 2px;
				background: url('images/newsreviews_bull.gif') 0px 0px no-repeat;

				font-size:10px;
				text-align: center;
				letter-spacing: -1px;
			}

			#news_ControlNewsReviews .newsReviews .newsReviewsItem .data {
				float:left;
				width:485px;
			}

			#news_ControlNewsReviews .newsReviews .newsReviewsItem .author {
				margin-bottom: 5px;
				font-size: 11px;
				color: #6bc5fe;
			}

		#news_ControlNewsReviews .newsReviews .odd .newsReviewsItem {
			background-color: #f6fbff;
		}

		#news_ControlNewsReviews .newsReviews .even .newsReviewsItem  {
			background-color: #ffffff;
		}

	#news_ControlNewsReviews .newsAddReviews {
		margin-top: 10px;
	}

		#news_ControlNewsReviews .newsAddReviews .newsAddReviewsForm{
			height: 160px;
			padding: 10px;
			margin-bottom: 14px;
			border: 1px solid #cacfe2;
		}

		#news_ControlNewsReviews .newsAddReviews .newsAddReviewsForm table {
			margin-bottom: 0px;
		}

