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

#news_ControlNewsList {
	/*height: 242px;*/
	padding: 10px;
	margin: 0 0 10px 0;
	border: 10px solid #efede9;
}

	#news_ControlNewsList h1 {
	}

	#news_ControlNewsList a {
		color: #2f2f2f;
		text-decoration: none;
	}

	#news_ControlNewsList a:hover {
	}

	#news_ControlNewsList .news {
		cursor: pointer;
	}

	#news_ControlNewsList .news:hover {
	}

		#news_ControlNewsList .news h2 {	
			margin: 0;

			font-size: 11px;
			font-weight: bold;
		}

		#news_ControlNewsList .news .date {
		}

		#news_ControlNewsList .news .photo {
			width: 40px;
			height: 40px;
			float: left;
			margin: 3px 6px 0 0;
			overflow: hidden;

			font-size: 0;
		}

		#news_ControlNewsList .news .summary {
			font-size: 11px;
		}

		#news_ControlNewsList .news .readMore {
			width: 90px;
			height: 13px;
			margin-top:10px;
			padding-top: 1px;
			background: url('images/btn_readmore.gif') 0px 0px no-repeat;

			font-size: 10px;
			color: #ffffff;
			text-transform: uppercase;
			text-align: center;
		}

		#news_ControlNewsList .news .readMore:hover {
			filter : alpha(opacity=70);
			-moz-opacity : 0.7;
			opacity : 0.7; 
		}

	#news_ControlNewsList .newsSeparator {
		height: 1px;
		margin: 10px 0;
		background-color: #efede9;
	}

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

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

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

#news_NewsListOnLine {
}

	#news_NewsListOnLine h1 {
	}

	#news_NewsListOnLine h3 {
		display: none;
	}

	#news_NewsListOnLine .news {
	}

		#news_NewsListOnLine .news h2 {
			display: block;
			margin: 0px 0px 5px 0px;
			padding: 0px;

			font-size: 14px;
			color: #444444;
			font-weight: bold;
			text-transform: uppercase;
		}

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

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

		#news_NewsListOnLine .news .readMore {
		}
		
			#news_NewsListOnLine .news .readMore a {
				display: block;
				width: 100px;
				height: 14px;
				margin-top: 15px;
				padding: 0 0 1px 18px;
				background: url('images/readmore.gif') 3px 3px no-repeat;

				text-decoration: none;				
			}

			#news_NewsListOnLine .news .readMore a:hover {
				background: url('images/readmore.gif') 3px -15px no-repeat #ff5e0d;

				color: #ffffff;
			}

	#news_NewsListOnLine .newsSeparator {
	}

a.btnRss { color: #ff5e0d; }
				
/* 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 #eaeaea;
	
			font-size: 14px;
			color: #2f2f2f;
			font-weight: bold;
			text-transform: uppercase;	
		}

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

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

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

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

			#news_NewsListOffLine .newsByMonth .newsHover .date {
				background-color: #fff;
			}

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

		#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: #707070;
			font-weight: normal;
			text-decoration: none;
			text-transform: none;
		}

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

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

#news_NewsView {
	margin-bottom: 15px;
	padding-bottom: 15px; 
	border-bottom: 2px dotted #eaeaea;
}

	#news_NewsView h1 {
	}

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

	#news_NewsView .tools {
		float: right;
	}

	#news_NewsView .files {
	}

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

			text-decoration: none;
		}

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

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

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

	#news_ControlNewsReviews h3 {
	}

	#news_ControlNewsReviews .btnAddReview {
		width: 133px;
		height: 16px;
		float: right;
		padding-top: 2px;
		background-color: #2f2f2f;

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

	#news_ControlNewsReviews .btnAddReview:hover {
		background-color: #ff5e0d;
		
		color: #fff;
	}

	#news_ControlNewsReviews .newsReviewsFilter {
		height: 22px;
		padding: 2px 10px 0px 0px;
		border: 1px solid #efede9;
		background-color: #fcfbfb;

		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 {
				width: 625px;
				float: left;
			}

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

		#news_ControlNewsReviews .newsReviews .odd .newsReviewsItem {
			border-bottom: 1px solid #efede9;
			background-color: #fcfbfb;
		}

		#news_ControlNewsReviews .newsReviews .even .newsReviewsItem  {
			border-bottom: 1px solid #efede9;
			background-color: #ffffff;
		}

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

		#news_ControlNewsReviews .newsAddReviews .newsAddReviewsForm{
			padding: 10px;
			border: 1px solid #efede9;
			background-color: #fcfbfb;
		}

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