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

#news_ControlNewsList {
}

	#news_ControlNewsList h1 {
	}

	#news_ControlNewsList .news {
	}

	#news_ControlNewsList .news:hover {
	}

	#news_ControlNewsList .news .newsLeft {
		width: 162px;
		height: 92px;
		float: left;
		padding: 3px;
		border: 1px solid #c5c5c5;
	}

		#news_ControlNewsList .news .newsLeft .photo {
			width: 162px;
			height: 92px;
		}

	#news_ControlNewsList .news .newsRight {
		width: 390px;
		float: right;
	}

		#news_ControlNewsList .news .newsRight .summary {	
			padding: 0 0 10px 0;
			margin: 0 0 10px 0;
			background: url('images/bg_newsseparator.gif') 0 bottom repeat-x;
			
			text-align: justify;
		}

		#news_ControlNewsList .news  .newsRight .readMore {
			float: left;
		}

			#news_ControlNewsList .news  .newsRight .readMore a {
				display: block;
				padding: 0 3px;

				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				text-decoration: none;
			}

			#news_ControlNewsList .news  .newsRight .readMore:hover a {
				background-color: #00458e;

				color: #fff;
			}

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

	#news_ControlNewsList .newsSeparator {
		height: 2px;
		margin: 10px 0;
		background: url('images/bg_newsseparator.gif') 0 0 repeat-x;
	}

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

#news_NewsListOnLine {
	min-height: 390px;
	padding: 15px;
	margin: 20px 0 0 0;
	background: url('images/bg_page.gif') 0 0 no-repeat;
}

	#news_NewsListOnLine h1 {
	}

	#news_NewsListOnLine h3 {
		display: none;
	}

	#news_NewsListOnLine .news {
	}

	#news_NewsListOnLine .news:hover {
	}

	#news_NewsListOnLine .news .newsLeft {
		width: 162px;
		height: 92px;
		float: left;
		padding: 3px;
		border: 1px solid #c5c5c5;
	}

		#news_NewsListOnLine .news .newsLeft .photo {
			width: 162px;
			height: 92px;
		}

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

		#news_NewsListOnLine .news .newsRight .summary {	
			height: 77px;
			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 .readMore {
			float: left;
		}

			#news_NewsListOnLine .news  .newsRight .readMore a {
				display: block;
				padding: 0 3px;

				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				text-decoration: none;
			}

			#news_NewsListOnLine .news  .newsRight .readMore:hover a {
				background-color: #00458e;

				color: #fff;
			}

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

/* BTN RSS
-------------------------------------------------------------- */

.btnRss {
	display: block;
	padding: 0 0 0 18px;
	background: url('images/ico_rss.gif') 0 1px no-repeat;

	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.btnRss:hover {
}
				
/* News > ListOffline
-------------------------------------------------------------- */

#news_NewsListOffLine {
	min-height: 390px;
	padding: 15px;
	margin: 20px 0 0 0;
	background: url('images/bg_page.gif') 0 0 no-repeat;
}

	#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 #cfcfcf;
	
			font-size: 14px;
			color: #00458e;
			font-weight: bold;
			text-transform: uppercase;
		}

		#news_NewsListOffLine .newsByMonth .news {
			padding: 4px 0;
			border-bottom: 1px solid #cfcfcf;
		}

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

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

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

		#news_NewsListOffLine .newsByMonth .news:hover .date {
			color: #ffffff;
		}

		#news_NewsListOffLine .newsByMonth .toolsBox {
			width: 36px;
			height: 15px;
			display: block;
			float: left;

			text-align: center;
		}

		#news_NewsListOffLine .newsByMonth .news a {
			display: block;
			width: 450px;
			float: left;

			font-size: 12px;
			color: #616161;		
			font-weight: normal;
			text-decoration: none;
			text-transform: none;
		}

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

.sendToFriendPopup {
	padding: 15px;
	background-color: #fff;
}

.btnClose {
	width: 50px;
	height: 17px;
	border: 0px solid #fff;
	background-color: #00458e;

	position: relative;
	float: right;
	top: -30px;

	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}

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

#news_NewsView {
	min-height: 390px;
	padding: 15px;
	margin: 20px 0 0 0;
	background: url('images/bg_page.gif') 0 0 no-repeat;
}

	#news_NewsView h1 {
	}

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

	#news_NewsView .copyright {
		font-size: 11px;
	}
	
	#news_NewsView .photos {		
		margin: 15px 0 10px 0; 
		padding: 3px 0 1px 3px;
		background-color: #fff;
	}

		#news_NewsView .photos .photo {
			width: 76px;
			height: 76px;
			float: left;
			padding: 0 2px 2px 0;
			overflow: hidden;
		}

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

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

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

			text-decoration: none;
		}

		#news_NewsView .files a:hover {
			background: url('images/file.gif') 3px 3px no-repeat #ff9e00;
			
			color: #ffffff;
			text-decoration: none;
		}

	#news_NewsView .tools {
		height: 2px;
		padding: 10px 0 0 0;
		margin: 10px 0;
		background: url('images/bg_newsseparator.gif') 0 0 repeat-x;
	}

		#news_NewsView .tools a {
			font-size: 11px;
			text-decoration: none;
			text-transform: uppercase;
		}

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

#news_ControlNewsReviews {
	margin-bottom: 0px;
}

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

	#news_ControlNewsReviews .btnAddReview:hover {
		color: #e5037f;
	}

	#news_ControlNewsReviews .newsReviewsFilter {
		width: 528px;
		height: 22px;
		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;
			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 {
				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: #ffffff;
		}

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

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

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