/* Controls > NewsList
-------------------------------------------------------------- */

#news_ControlNewsList {
}

	#news_ControlNewsList h2 {
	}

	#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_ControlNewsTickerContainer {
	width: 920px;
	height: 32px;
	float: left;
	padding: 0;
	background: url('images/bg_newsticker.gif') right 0 no-repeat #e7e7e7;
	overflow: hidden;
}

	#news_ControlNewsTickerContainer h2 {
		width: 93px;
		height: 28px;
		display: block;
		float: left;
		margin: 0;
		padding: 4px 0 0 0;
		border: 0 solid #eaeaea;
		background-color: #181818;
		background-image: none;
		
		font-size: 18px;
		color: #fff;
		font-weight: normal;
		text-transform: uppercase;
		text-align: center;
	}
	
	#news_ControlNewsTicker {
		cursor: pointer;
	}
	
	#news_ControlNewsTicker ul, 
	#news_ControlNewsTicker li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#news_ControlNewsTicker li {
		width: 516px;
		height: 32px;
		float: left;
	}

		#news_ControlNewsTicker .date {
			height: 24px;
			float: left;
			padding: 9px 0 0 10px;

			color: #606060;	
		}

		#news_ControlNewsTicker h2 {
			height: 24px;
			float: left;
			padding: 6px 0 0 0;
		}
		
		#news_ControlNewsTicker a {
			margin: 0;
			padding: 0;
	
			font-size: 11px;
			color: #181818;
			text-decoration: none;
			text-transform: uppercase;			
		}
		
		#newsTickerList a:hover {
			color: #e5037f;
		}

/*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/

/* News > ListOnline
-------------------------------------------------------------- */

#news_NewsListOnLine {
}

	#news_NewsListOnLine h1 {
		margin-bottom: 0;
	}

	#news_NewsListOnLine h3 {
		display: none;
	}

	#news_NewsListOnLine .news {
		margin-top: 10px;
		padding: 10px;
		border: 3px solid #eaeaea;
	}

		#news_NewsListOnLine .news h2 {
			font-size: 12px;
			color: #000000;
			font-weight: bold;
			text-transform: uppercase;
		}

		#news_NewsListOnLine .news .date {
			width: 90px;
			background-color: #e5037f;

			position: relative;
			top: -10px;
			left: -10px;
			
			font-size: 10px;
			color: #fff;
			text-align: center;
		}

		#news_NewsListOnLine .news .photo {
			float: left;
			margin: 3px 6px 0 0;
		}

		#news_NewsListOnLine .news .readMore {
		}
		
			#news_NewsListOnLine .news .readMore a {
				width: 100px;
				height: 14px;
				display: block;
				padding: 3px 0;
				float: right;
				background-color: #e5037f;

				position: relative;
				top: 10px;
				left: 10px;

				font-size: 10px;
				font-weight: bold;
				color: #fff;
				text-align: center;
				text-decoration: none;
			}

			#news_NewsListOnLine .news .readMore a:hover {
				background-color: #181818;
			}

	#news_NewsListOnLine .newsSeparator {
	}

.btnRss {
	width: 126px;
	height: 23px;
	display: block;
	padding: 3px 0 0 55px;
	background: url('images/feed-icon.gif') 0 0 no-repeat;

	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.btnRss:hover {
	background-position: 0 bottom;

	color: #fff;
}
				
/* 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: #000000;
			font-weight: bold;
			text-transform: uppercase;	
		}

		#news_NewsListOffLine .newsByMonth .news {
			height: 22px;
			border-bottom: 1px solid #eaeaea;
		}

		#news_NewsListOffLine .newsByMonth .newsHover {
			background-color: #e5037f;
			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: #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: #f281bf;
			}

		#news_NewsListOffLine .newsByMonth .news h2 {
			margin: 0;
			padding: 0 0 0 10px;
			display: inline;
			border: 0 solid #fff;
		}

		#news_NewsListOffLine .newsByMonth .news a {
			font-size: 12px;
			color: #000000;		
			font-weight: normal;
			text-decoration: none;
			text-transform: none;
		}

		#news_NewsListOffLine .newsByMonth .news:hover  a {
			color: #fff;
		}

/* 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: #e5037f;
		
		font-size: 10px;
		color: #fff;
		text-align: center;
	}

	#news_NewsView .copyright {
		font-size: 11px;
	}
		
	#news_NewsView .photos {		
		margin: 15px 0; 
		padding: 3px;
		background-color: #f5f5f5;
	}

		#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 .files {
	}

		#news_NewsView .files a {
			display: block;
			padding: 2px 5px 2px 20px;
			margin-bottom: 1px;
			background: url('images/file.gif') 3px 3px no-repeat #f5f5f5;

			text-decoration: none;
		}

		#news_NewsView .files a:hover {
			background: url('images/file.gif') 3px -21px no-repeat #e5037f;
			
			color: #fff;
			text-decoration: none;
		}

	#news_NewsView .tools {
	}

		#news_NewsView .tools a {
			margin: 0 15px 0 0;

			text-decoration: none;
		}

		#news_NewsView .tools a:hover {
			text-decoration: underline;
		}

/* News > Review
-------------------------------------------------------------- */

#news_ControlNewsReviews {
	margin-bottom: 0;
}

	#news_ControlNewsReviews h3 {
	}

	#news_ControlNewsReviews .btnAddReview {
		width: 133px;
		height: 16px;
		float: right;
		padding-top: 2px;
		background: url('images/bg_addreview.jpg') 0 0 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: 719px;
		height: 22px;
		padding: 2px 10px 0 0;

		background: url('images/bg_newsreviewsfilter.jpg') 0 0 no-repeat red;

		font-size: 10px;
		font-weight: bold;
		text-align: right;
	}

		#news_ControlNewsReviews .newsReviewsFilter .input {
			padding: 0;
			border-color: #c7c7c7;
			background-color: #fff;

			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') 0 0 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: #fff;
		}

	#news_ControlNewsReviews .newsAddReviews {
		margin-top: 10px;
	}

		#news_ControlNewsReviews .newsAddReviews .newsAddReviewsForm{
			padding: 10px;
			background-color: #f5f5f5;
		}

		#news_ControlNewsReviews .newsAddReviews .newsAddReviewsForm table {
			margin-bottom: 0;
		}