/* Controls > NewsTicker
-------------------------------------------------------------- */

#news_ControlNewsTicker {
	width: 800px;
	height: 50px;
	background: url('images/bg-newsticker.jpg') -140px 0 no-repeat;
}

    #news_ControlNewsTicker .pnl-nonews
    {
        color: White;
        line-height: 50px;
    }
	
	#news_ControlNewsTickerContainer h2 {
		display: block;
		width: 140px;
		height: 50px;
		margin: 0;
		padding: 0;
		float: left;

		font-size: 18px;
		font-weight: 900;
		font-style: normal;
		text-align: center;
		color: #fff;
		line-height: 49px;
		background: url('images/bg-newsticker.jpg') 0 0 no-repeat;
	}
	
	#news_ControlNewsTicker ul {
		width: 800px;
		height: 50px;
		margin: 0;
		padding: 0;
	}

	#news_ControlNewsTicker li {
		width: 800px;
		height: 50px;
		margin: 0;
		padding: 15px 0 0 0;
		list-style-type: none;

		color: #fff;
	}

		#news_ControlNewsTicker .date {
			display: inline-block;
		}

		#news_ControlNewsTicker .info {
			display: inline-block;
			margin: 0 0 0 3px;
		}

		#news_ControlNewsTicker a {
			display: inline-block;
			margin: 0 0 0 5px;

			color: #fff;
		}

/* News > ListOnline
-------------------------------------------------------------- */

#news_NewsListOnLine {
}

	#news_NewsListOnLine .link {
	}

	#news_NewsListOnLine h1 {
	}

	#news_NewsListOnLine h3 {
		display: none;
	}

	#news_NewsListOnLine .news {
		position: relative;
		/* border-top: 1px solid #dedede; */
		padding: 20px 0 20px 20px;
	}

	#news_NewsListOnLine .news:nth-child(odd)
	{
		background: #f9f9f9;
	}

	/* #news_NewsListOnLine .news:nth-child(even)
	{
		background: #eee;
	} */

		#news_NewsListOnLine .news.newsHover {
			background-color: #ebecf0;
		}

		#news_NewsListOnLine .news .photo {
			width: 220px;
			height: 220px;
			float: left;
			margin-bottom: -48px;
		}

		#news_NewsListOnLine .news .info {
			float: left;
			width: 20px;
			margin: 12px 0 0 0;

			color: #ee3650;
			font-size: 14px;
			text-align: center;
		}

		#news_NewsListOnLine .news .summary {
			float: right;
			width: 630px;
			padding: 0 20px 0 0;
		}

			#news_NewsListOnLine .news .summary .date {
				margin: 10px 0 0 0;
				color: #ee3650;
				font-style: italic;				
			}

			#news_NewsListOnLine .news .summary h2 {
				font-size: 24px;
				line-height: 25px;
			}

			#news_NewsListOnLine .news .summary p {
			}

		#news_NewsListOnLine .news .readMore {
			float: right;
			margin-right: 20px;
		}
		
			#news_NewsListOnLine .news .readMore a {}

			#news_NewsListOnLine .news .readMore a: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 #eaeaea;
	
			font-size: 12px;
			color: #1d191c;
			font-weight: normal;
			text-transform: uppercase;	
		}

		#news_NewsListOffLine .newsByMonth .news {
			height: 36px;
			padding: 0 10px;
			border-bottom: 1px solid #eaeaea;
			overflow: hidden;

			line-height: 36px;
		}

		#news_NewsListOffLine .newsByMonth .newsHover {
			background-color: #ee3650;
			cursor: pointer;
		}

		#news_NewsListOffLine .newsByMonth .news .date {
			color: #ee3650;
			font-style: italic;
			float: left;	
		}

		#news_NewsListOffLine .newsByMonth .toolsBox {
			width: 56px;
			height: 36px;
			display: block;
			float: left;

			text-align: center;
		}

		#news_NewsListOffLine .newsByMonth .news:hover .date,
		#news_NewsListOffLine .newsByMonth .news:hover .toolsBox {
			color: #fff;
		}

		#news_NewsListOffLine .newsByMonth .news a {
			display: inline-block;
			float: left;

			text-decoration: none;
		}

		#news_NewsListOffLine .newsByMonth .news:hover  a {
			color: #fff;
		}

/* News > View
-------------------------------------------------------------- */

#news_NewsView {
}

	#news_NewsView h1 {
	}

	#news_NewsView .date {
		margin: 10px 0;
		color: #ee3650;
		font-style: italic;	
		text-transform: capitalize;
	}

	#news_NewsView .copyright {
		font-size: 11px;
	}
		
	#news_NewsView .photos {
		margin: 30px 0 0 0;
	}

		#news_NewsView .photos a.photo {
			display: block;
			width: 140px;
			height: 140px;
			float: left;
			overflow: hidden;
		}

		#news_NewsView .photos a.photo img {
			height: 140px;
		}

		#news_NewsView .photos a.photo:hover img {
			border:none;
			text-decoration: none;

			filter: alpha(opacity=70);  
			-moz-opacity: 0.70;
			opacity: 0.70;
		}

	#news_NewsView ul.file {
		display: block;
		margin: 30px 0;
	}

/* 	#mainLeft .photo 
{
	padding: 30px;
	border: solid 1px #ebecf0;
	margin-bottom: -40px;
} */