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

#news_ControlNewsList {
}

	#news_ControlNewsList h1 {
	}

	#news_ControlNewsList a {
	}

	#news_ControlNewsList a:hover {
	}

	#news_ControlNewsList h1 {
	}

	#news_ControlNewsList .news {
	}

	#news_ControlNewsList .news:hover {
	}

		#news_ControlNewsList .news h2 {
		}

		#news_ControlNewsList .news .date {
		}

		#news_ControlNewsList .news .photo {
		}

		#news_ControlNewsList .news .summary {
		}

		#news_ControlNewsList .news .readMore {
		}

	#news_ControlNewsList .newsSeparator {
	}

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

#news_ControlNewsTicker {
	width: 900px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: url('images/bg_newsticker.gif') right 0px no-repeat #ffffff;
	overflow: hidden;
}
	
	#news_ControlNewsTicker h1 {
		width: 100px;
		height: 26px;
		display: block;
		float: left;
		margin: 0;
		padding: 6px 0 0 0;
		background-color: #171717;
		
		color: #ffffff;
		text-align: center;
	}
	
	#newsTickerList {
		width: 800px;
		height: 26px;
		float: left;
		margin: 0px;
		padding: 6px 0px 0px 0px;
		
		list-style-type: none;
	}			

		#newsTickerList .toolsBox {
			width: 34px;
			height: 17px;
			float: left;
			padding: 2px 0px 3px 0px;

			text-align: center;
		}

		#newsTickerList .date {
			display: none;
		}

		#newsTickerList h2 {
			width: 765px;
			height: 17px;
			float: left;
			padding: 2px 0px 3px 0px;
			overflow: hidden;

			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: normal;
			line-height: 18px;
		}

			#newsTickerList a {
				display:block;
				margin: 0px;
				padding: 0 30px 0 0;
				
				color: #171717;
				text-decoration: none;
			}

			#newsTickerList a:hover {
				color: #09a458;
			}

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

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

#news_NewsListOnLine {
}

	#news_NewsListOnLine h1 {
	}

	#news_NewsListOnLine h3 {
		display: none;
	}

	#news_NewsListOnLine .news {
		width: 610px;
		margin-top: 10px;
		padding: 10px;
		border: 1px solid #ffffff;
	}

		#news_NewsListOnLine .news h2 {
			margin-bottom: 10px;

			font-size: 14px;
			color: #171717;
		}

		#news_NewsListOnLine .news .date {
			width: 90px;
			background-color: #09a458;

			position: relative;
			top: -10px;
			left: -10px;
			
			font-size: 10px;
			color: #ffffff;
			text-align: center;
		}

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

			background-color: #09a458;
		}

		#news_NewsListOnLine .news .readMore {
		}
		
			#news_NewsListOnLine .news .readMore a {
				width: 100px;
				height: 14px;
				display: block;
				padding: 3px 0px;
				float: right;
				background-color: #09a458;

				position: relative;
				top: 10px;
				left: 10px;

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

			#news_NewsListOnLine .news .readMore a:hover {
				background-color: #171717;
			}

	#news_NewsListOnLine .newsSeparator {
	}

.btnRss {
	display: block;
	width: 218px;
	height: 85px;
	margin-bottom: 20px;
	background: url('images/fluxrss.gif') 0 0 no-repeat;

	position: relative;
	top: 15px;
	left: 14px;
}

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

#news_NewsListOffLine {
}

	#news_NewsListOffLine h1 {
	}

	#news_NewsListOffLine h3 {
		display: none;
	}

	#news_NewsListOffLine .newsByMonth {
		margin-bottom: 20px;
	}

		#news_NewsListOffLine .newsByMonth b {
			display: block;
			padding-bottom: 5px;
			border-bottom: 1px solid #ffffff;
	
			font-size: 14px;
			color: #09a458;
			font-weight: bold;
		}

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

		#news_NewsListOffLine .newsByMonth .newsHover {
			background-color: #09a458;
			cursor: pointer;
		}

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

			font-size: 10px;
			text-align: center;
		}

		#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 {
				background-color: #ffffff;
			}

		#news_NewsListOffLine .newsByMonth .news h2 {
			margin: 0px;
			padding: 0px 0px 0px 10px;
			display: inline;
			border:0px solid #ffffff;
		}

		#news_NewsListOffLine .newsByMonth .news a {
			font-size: 12px;
			color: #171717;		
			font-weight: normal;
			text-decoration: none;
			text-transform: none;
		}

		#news_NewsListOffLine .newsByMonth .news:hover  a {
			color: #ffffff;
		}
		
		/*#news_NewsListOffLine .newsByMonth .news a:hover {
			color: #09a458;
		}*/

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

#news_NewsView {
	margin-bottom: 15px;
}

	#news_NewsView h1 {
	}

	#news_NewsView .date {
		width: 130px;
		float: left;
		margin-bottom: 10px;
		background-color: #09a458;
		
		font-size: 10px;
		color: #ffffff;
		text-align: center;
	}

	#news_NewsView .tools {
		float: right;
	}

	#news_NewsView .files {
	}

		#news_NewsView .files a {
			padding: 2px 5px 2px 20px;
			margin-bottom: 1px;
			background: url('images/file.gif') 3px 3px no-repeat #ffffff;

			text-decoration: none;
		}

		#news_NewsView .files a:hover {
			background: url('images/file.gif') 3px -21px no-repeat #09a458;
			
			color: #ffffff;
			text-decoration: none;
		}
		
	#news_NewsView .photos {		
		margin: 15px 0px; 
		padding: 3px;
		background-color: #ffffff;
	}

		#news_NewsView .photos .photo {
			height: 62px;
			float: left;
			margin: 2px;
		}

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

		#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;
	padding-top: 15px;
	border-top: 1px solid #ffffff;
}

	#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: #171717;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
	}

	#news_ControlNewsReviews .btnAddReview:hover {
		color: #09a458;
	}

	#news_ControlNewsReviews .newsReviewsFilter {
		width: 625px;
		height: 22px;
		margin-bottom:15px;
		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;

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

	#news_ControlNewsReviews .newsReviews {
	}

		#news_ControlNewsReviews .newsReviews .newsReviewsItem {
			margin-bottom: 10px;
		}
			
			#news_ControlNewsReviews .newsReviews .newsReviewsItem .number {
				display: none;
			}

			#news_ControlNewsReviews .newsReviews .newsReviewsItem .data {
				padding: 10px;
				background: url('images/bg_newsreviewsdata.gif') 0px 0px no-repeat #ffffff;
			}

			#news_ControlNewsReviews .newsReviews .newsReviewsItem .author {
				height: 17px;
				padding: 7px 50px 0 0;
				background: url('images/bg_newsreviewsauthor.gif') 0px 0px no-repeat;

				font-size: 11px;
				text-align: right;
			}

		#news_ControlNewsReviews .newsReviews .odd .newsReviewsItem {}

		#news_ControlNewsReviews .newsReviews .even .newsReviewsItem  {}

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

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

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