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

#news_ControlNewsList {
	margin: 20px;
}

	#news_ControlNewsList h1 {
	display:none;
	}

	#news_ControlNewsList a {
		color: #737373;
	}

	#news_ControlNewsList a:hover {
		color: #db1219;
	}

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

	#news_ControlNewsList .news:hover {
	}

		#news_ControlNewsList .news h2 {
			margin: 0px 0px 10px 0px;
			
			font-size: 11px;
			font-weight: bold;
			text-transform: uppercase;
		}

		#news_ControlNewsList .news .date {
		}

		#news_ControlNewsList .news .photo { 		
			width: 100px;
			padding:3px 10px 00px 0px;
			float:left;
		}

		#news_ControlNewsList .news .photo img {
			display:block;
			width: 100px;
		}

		#news_ControlNewsList .news .summary {
			
			text-align: justify;
			line-height:12px;


		}
		
		#news_ControlNewsList .news .readMore {
			margin: 10px 0px 0px 0px;
	display:none;

		}

		#news_ControlNewsList .news .readMore a:hover {
			color: white;
		}

	#news_ControlNewsList .separator {
		height: 1px;
		margin: 15px 0px 15px 0px;

		background-color: #d9d9d9;
		border-bottom: 1px solid white;
	}

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

#news_ControlNewsTickerContainer {
	width: 920px;
	height: 32px;
	margin: 10px 0 10px 0;
	padding: 0;
	background: url('images/bg_newsticker.gif') right 0 no-repeat #e7e7e7;
	overflow: hidden;
}

	#news_ControlNewsTickerContainer h1 {
		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 ul, 
	#news_ControlNewsTicker li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#news_ControlNewsTicker li {
		width: 804px;
		height: 32px;
		float: left;
	}
	
	#news_ControlNewsTicker .toolsBox {
			width: 40px;
			height: 25px;
			float: left;
			padding: 7px 0 0 0;

			text-align: center;
		}

		#news_ControlNewsTicker .date {
			height: 24px;
			float: left;
			padding: 8px 0 0 0;

			color: #606060;	
		}

		#news_ControlNewsTicker h2 {
			width: 700px;
			height: 24px;
			float: left;
			padding: 8px 0 0 0;
		}
		
		#news_ControlNewsTicker a {
			display:block;
			margin: 0;
			padding: 0;
	
			font-size: 14px;
			color: #181818;
			text-decoration: none;
			text-transform: uppercase;			
		}
		
		#newsTickerList a:hover {
			color: #fe000b;
		}

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

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

#news_NewsListOnLine {
}

	#news_NewsListOnLine h1 {
	}

	#news_NewsListOnLine h3 {
		display: none;
	}

	#news_NewsListOnLine .news {
		background: url('images/bg_newslistOnline_news.jpg') 0 bottom repeat-y;
		border-top: 1px solid #f1f1f1;
		padding: 10px;
	}

	#news_NewsListOnLine .news:hover {
	}

	#news_NewsListOnLine .news .newsLeft {
		width: 205px;
		height: 116px;
		float: left;
	}

		#news_NewsListOnLine .news .newsLeft .photo {
			width: 205px;
			height: 116px;
			background: url('images/bg_noPhoto.jpg') 0px 0px;
		}

	#news_NewsListOnLine .news .newsRight {
		width: 465px;
		float: right;
	}

		#news_NewsListOnLine .news .newsRight .summary {	
			height: 75px;
			padding: 0 0 10px 0;
			margin: 0 0 10px 0;
			background: url('images/bg_newsseparator.gif') 0 bottom repeat-x;
			
			text-align: justify;
		}
		
		
		#news_NewsListOnLine .news  .newsRight .smallSep {
			background-color: #d9d9d9;
			border-bottom: 1px solid white;
			height: 1px;
			margin: 0px 0px 10px 0px;
		}

		#news_NewsListOnLine .news  .newsRight .readMore {
			float: right;
		}

			#news_NewsListOnLine .news  .newsRight .readMore a {
				background-color: #e7e7e7;
				color: #494949;
			}

			#news_NewsListOnLine .news  .newsRight .readMore:hover a {
				background-color: #ef0000;
				color: white;
			}

		#news_NewsListOnLine .news  .newsRight .addThis {
			float: right;
		}

	#news_NewsListOnLine .newsSeparator {
		height: 2px;
		margin: 10px 0;
		background: url('images/bg_newsseparator.gif') 0 0 repeat-x;
	}
				
/* 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: #ff0305;
		color: white;
		cursor: pointer;
	}

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

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

		#news_NewsListOffLine .newsByMonth .news {
			border-bottom: 1px solid #f0f0f0;
			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 .newsHover .title a {
					color: white;
				}

			#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: 453px;
		padding: 8px 0px 5px 0px;

		margin: 10px 0px 10px 0px;
		border-top: 1px solid #e7e7e7;
		border-bottom: 1px solid #e7e7e7;
	}

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

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

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

	#news_NewsView .tools .btn_print { 
		background: url('images/btn_print.gif') 0px 0px no-repeat;
	}
	
	#news_NewsView .tools .btn_print:hover { 
		background: url('images/btn_print.gif') bottom no-repeat;
	}
	
	#news_NewsView .newsLeft {
		width: 453px;
		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 {
		margin: 0 0 15px 0;
	}

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

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

		#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.jpg') 0px 0px no-repeat;
			height: 13px;
			float: left;
			margin: 0 0px 0px 3px;
			text-decoration: none;
			color: white;
			padding: 0px 12px 0px 20px;
			font-size: 10px;
		}

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

		#news_NewsView .files a .rightSideFiles {
			background: url('images/btn_attachedFile.jpg') right top no-repeat;
			width: 7px;
			height: 13px;
			float: left;
		}

		#news_NewsView .files a:hover .rightSideFiles {
			background: url('images/btn_attachedFile.jpg') right bottom no-repeat;
		}

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


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

#news_ControlNewsReviews {
	display: none;
	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: #fe000b;
	}

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

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

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

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