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

#news_ControlNewsList {
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #dceefc;

	font-size: 11px;
	color: #0182d4;
}

	#news_ControlNewsList h1 {
		margin: 0 0 5px 0;
	}

	#news_ControlNewsList .news {
	}

	#news_ControlNewsList .newsHover {
		cursor: pointer;
	}

		#news_ControlNewsList .news .photo {
			margin: 0 0 5px 0;
		}

		#news_ControlNewsList .news h2 a {
			display: block;
			margin: 0;
			padding: 0;
			font-size: 12px;
			text-decoration: none;
			font-weight: bold;
		}

		#news_ControlNewsList .news .date {
			font-size: 10px;
			color: #3babef;
		}

		#news_ControlNewsList .news .summary {
		}

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

	#news_ControlNewsList hr {
		background-color: #fff;

		color: #fff;
	}

/* 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 .news { 
		margin: 0 0 10px 0;
	}

		#news_NewsListOnLine .newsHover {
			cursor: pointer;

			color: #0182d4;
		}

		#news_NewsListOnLine .news .photoContainer {
			width: 200px;
			float: left;
			margin: 0 10px 0 0;
		}

		#news_NewsListOnLine .news h2 { 
			margin: 0;
			padding: 0;
		}

		#news_NewsListOnLine .news small {
			font-size: 10px;
			color: #9d9d9d;
		}

		#news_NewsListOnLine .news .toolsContainer {
			margin: 5px 0 0 0;
		}

			#news_NewsListOnLine .news .toolsContainer .readMore { }
				
				#news_NewsListOnLine .news .toolsContainer .readMore a {
					display: block;
					padding: 0 10px;
					float: left;
					background-color: #0182d4;

					position: relative;
					top: -10px;
					
					color: #fff;
					font-size: 11px;
					font-weight: normal;
					text-decoration: none;
				}

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


.btnRss {
	display: block;
	background: url('images/feed-icon.png') 4px 9px no-repeat;

	font-size: 11px;
	color: #fd8611;
}

.btnRss:hover {
}
				
/* 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 #cfe8f9;
	
			font-size: 12px;
			font-weight: bold;
			color: #0182d4;
		}

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

		#news_NewsListOffLine .newsByMonth .newsHover {
			background-color: #4babe7;
			cursor: pointer;

			color: #fff;
		}

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

		#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: #696969;
			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 {
		margin: 0;
	}

	#news_NewsView .date {
		display: block;
		width: 130px;
		height: 13px;
		background: url('images/bg_date.gif') 0 0 no-repeat orange;

		position: relative;
		top: -11px;
		left: -4px;
		margin-bottom: -13px;
		margin-right: -4px;
		
		font-size: 10px;
		color: #ffffff;
		text-align: center;
	}

	#news_NewsView p {
		padding: 0;
		margin: 0 0 15px 0;
	}

	#news_NewsView .copyright {
		font-size: 11px;
		margin: 0 0 15px 0;
	}
		
	#news_NewsView .photos {
		padding: 9px;
		margin: 0 0 15px 0;
		background-color: #eff9ff;
	}

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

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

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

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

	#news_NewsView .tools {
		height: 12px;
		padding: 10px 0 0 0;
		border-top: 1px solid #cfe8f9;
	}

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

#news_ControlNewsReviews {
	margin-bottom: 0px;
}

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

	#news_ControlNewsReviews .newsReviewsFilter {
		height: 17px;

		position: relative;
		top: -22px;
		right: 15px;
		margin-bottom: -17px;
		margin-left: -15px;

		font-size: 10px;
		color: #fff;
		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:20px;
				float:left;
				margin-right: 10px;

				font-size:20px;
				color: #0182d4;
				font-weight: bold;
				letter-spacing: -1px;
				line-height: 21px;
			}

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

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

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