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

#news_ControlNewsList {
	display: block;
	width: 190px;
	height: 186px;
	padding: 28px 30px;

	background: url('images/bg_controlNewsList.jpg') 0px 0px no-repeat #f7f7f7;
	color: #5f5f5f;
	font-size: 11px;
}

	/* MIN HEIGHT FF & NAV MODERNES */
	html>body #news_ControlNewsList {
		min-height: 186px;
		height: auto;
	}

	#news_ControlNewsList h1 {
		display: none;
	}

	#news_ControlNewsList a {
	}

	#news_ControlNewsList a:hover {
	}

	#news_ControlNewsList .news {
		color: #5f5f5f;
		font-size: 11px;
	}

		#news_ControlNewsList .news h2 {
			font-weight: bold;	
			color: #5f5f5f;
			font-size: 11px;

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

		#news_ControlNewsList .newsHover, #news_ControlNewsList .newsHover h2{
			color: #e32002;
		}

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

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

		#news_ControlNewsList .news .summary {
		}

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

	#news_ControlNewsList .newsSeparator {
		height: 1px;
		margin: 10px 0px;
		border: 0px;
		background-color: white;
		border-top: 1px solid #d6d4d4;

		color: #f9f9f9;
		*overflow: hidden;
	}

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

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

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

#news_NewsListOnLine {
}

	#news_NewsListOnLine h1 {
		display: inline;
	}

	#news_NewsListOnLine h3 {
		display: inline;
	}

	#news_NewsListOnLine .news {
		padding: 20px 0px 0px 0px;
	}

	#news_NewsListOnLine .newsHover {
		background: url('images/bg_news_NewsListOnLine_news.jpg') 0px 0px no-repeat;
		cursor: pointer;

		color: #5a5a5a;
	}

	#news_NewsListOnLine .newsHover .summary h2 {}

		#news_NewsListOnLine .news .datePhoto {
			width: 80px;
			float: left;
			padding: 0px 0px 0px 10px;
		}

			#news_NewsListOnLine .news .datePhoto .photo {
				width: 60px;
				height: 60px;
				margin: 3px 0 0 1px;
				overflow: hidden;
			}

		#news_NewsListOnLine .news .titleSummary {
			width: 600px;
			float: left;

			text-align: justify;
		}

			#news_NewsListOnLine .news .titleSummary h2 {
				font-size: 12px;
				line-height: 13px;
				color: #323232;
			}

			#news_NewsListOnLine .newsHover .titleSummary h2 {
				color: #e32002;
			}

		#news_NewsListOnLine .news .locked {
			width: 20px;
			float: right;
		}

		#news_NewsListOnLine .news .readMore {
			margin: 10px 0 0 90px;
		}
		
			#news_NewsListOnLine .news .readMore a { 
				display: block;
				width: 76px;
				height: 16px;
				padding: 2px 0px 0px 31px;
				font-size: 11px;

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

				text-decoration: none;
			}

			#news_NewsListOnLine .newsHover .readMore a { 
				background: url('images/bg_readmore_hover.jpg') 0px 0px no-repeat;
			}

			#news_NewsListOnLine #newsBottom {
				display: block;
				width: 720px;
				height: 24px;
				background: url('images/bg_news_NewsListOnLine_newsBottom.png') 0px 0px no-repeat;
			}	

		#news_NewsListOnLine .newsSeparator {
			border-bottom: 1px solid white;
		}

	#news_NewsListOnLine .btnRss {
		display: block;
		width: 22px;
		height: 22px;
		float: right;
		background: url('images/feed-icon.gif') 0px 0px no-repeat;

		position: relative;
		margin-bottom: -22px;
	}

	#news_NewsListOnLine .btnRss:hover {
		 filter : alpha(opacity=70);
		-moz-opacity : 0.7;
		opacity : 0.7;
	}
				
/* News > ListOffline
-------------------------------------------------------------- */

#news_NewsListOffLine {
}

	#news_NewsListOffLine h1 {
		display: inline;

	}

	#news_NewsListOffLine h3 {
		display: inline;
		
	}

	#news_NewsListOffLine .newsByMonth {
		margin-top: 10px;
	}

	#news_NewsListOffLine .newsHover {
		background-color: #ffffff;
		cursor: pointer;
	}

		#news_NewsListOffLine .newsHover a {
			color: #ffffff;
		}

		#news_NewsListOffLine .newsByMonth b {
			display: block;
			padding: 5px;
			color: #000;
			background-color: #efefef;
			font-size: 12px;
			text-transform: uppercase;
		}

		#news_NewsListOffLine .newsByMonth .news {
			border-bottom: 1px solid #ffffff;
			padding: 5px;
		}

			#news_NewsListOffLine .newsByMonth .news .date {
				width: 80px;
				float: left;
				font-size: 11px;
				margin-top: 3px;
			}

			#news_NewsListOffLine .newsByMonth .news .title {
				width: 230px;
				float: left;

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

				#news_NewsListOffLine .newsByMonth .news .title a {
					text-decoration: none;
					font-size: 10px;
					color: #000000;
					font-weight: bold;
					text-transform: uppercase;
					margin: 0px;
					padding: 0px;
				}

			#news_NewsListOffLine .newsByMonth .news .locked {
				width: 20px;
				float: right;
			}

			#news_NewsListOffLine .newsByMonth .news .importance {
				width: 20px;
				float: right;
			}

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

#news_NewsView {
	margin-bottom: 10px;
}

	#news_NewsView h1 {
		margin: 0;
	}

	#news_NewsView .date {
		display: none;
	}

	#news_NewsView .tools {
		width: 470px;
		height: 20px;
		padding: 8px 0px 5px 0px;

		margin: 10px 0px 10px 0px;
		border-top: 2px solid #f4f4f4;
		border-bottom: 2px solid #f4f4f4;
	}

	#news_NewsView .tools .btn_sendtofriends,
	#news_NewsView .tools .btn_print { 
		display: block;
		height: 16px;
		float: left;
		margin: 0 3px;
		text-decoration: none;
		color: white;
		padding: 2px 0px 0px 31px;
		font-size: 11px;
	}

	#news_NewsView .tools .btn_sendtofriends { 
		background: url('images/btn_sendtofriends.gif') 0px 0px no-repeat;
		width: 83px;
	}

	#news_NewsView .tools .btn_sendtofriends:hover {
		background: url('images/btn_sendtofriends_hover.gif') 0px 0px no-repeat;
	}

	#news_NewsView .tools .btn_print { 
		background: url('images/btn_print.gif') 0px 0px no-repeat;
		width: 42px;
	}
	
	#news_NewsView .tools .btn_print:hover { 
		background: url('images/btn_print_hover.gif') 0px 0px no-repeat;
	}
	
	#news_NewsView .newsLeft {
		width: 470px;
		float: left;
	}

	#news_NewsView .newsRight {	
		width: 240px;
		margin-left: 10px;
		float: right;
	}

	#news_NewsView p {
		padding: 0;
		margin: 0 0 10px 0;
	}
		
	#news_NewsView .photos {
		padding: 10px 0px 6px 10px;
		margin: 0 0 15px 0;
		background-color: #fefefe;
	}

		#news_NewsView .photos .photo {
			width: 71px;
			height: 71px;
			float: left;
			margin: 0 3px 3px 0;
			background-color: #fefefe;
			text-align: center;
			overflow: hidden;
		}

		#news_NewsView .photos .photo img {
			height: 71px;
		}

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

			filter: alpha(opacity=50);  
			-moz-opacity: 0.50;
			opacity: 0.50;
		}

		#news_NewsView .files a {
			text-decoration: none;
			cursor: pointer;
		}

			#news_NewsView .files a:hover {
				
			}

		#news_NewsView .files a span {
			display: block;
			background: url('images/btn_attachedfile.gif') 0px 0px no-repeat;
			height: 16px;
			float: left;
			margin: 0 0px 0px 3px;
			text-decoration: none;
			color: white;
			padding: 2px 12px 0px 31px;
			font-size: 11px;
		}

		#news_NewsView .files a:hover span {
			background: url('images/btn_attachedfile_hover.gif') 0px 0px no-repeat;
		}

		#news_NewsView .files a .rightSideFiles {
			background: url('images/btn_rightSide_attachedfile.gif') 0px 0px no-repeat;
			width: 7px;
			height: 18px;
			float: left;
		}

		#news_NewsView .files a:hover .rightSideFiles {
			background: url('images/btn_rightSide_attachedfile_hover.gif') 0px 0px no-repeat;
		}

	#news_NewsView .copyright {
		font-size: 11px;
		margin: 0 0 15px 0;
	}

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

#news_ControlNewsReviews {
	margin-bottom: 0px;
}

	#news_ControlNewsReviews h3 {
	}

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

	#news_ControlNewsReviews .newsReviewsFilter {
		width: 528px;
		height: 22px;
		padding: 2px 10px 0px 0px;

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

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

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

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

	#news_ControlNewsReviews .newsReviews 
	{
	}

		#news_ControlNewsReviews .newsReviews .newsReviewsItem {
			padding: 10px;
		}
			
			#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: #e5037f;
			}

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

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

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

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

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