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

#news_ControlNewsList {
}

	#news_ControlNewsList h1 {
	}

	#news_ControlNewsList .news {
		padding: 0 0 0 30px;
		margin: 0 0 10px 0;
		background: url('images/bull_controlnewslist.gif') 0 3px no-repeat; 
	}

	#news_ControlNewsList .newsHover {
		cursor: pointer;
	}

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

		#news_ControlNewsList .news .img_Importance {
			width: 19px;
			height: 14px;

			position: absolute;
			margin-top: 3px;
			margin-left: -30px;

		}

		#news_ControlNewsList .news h2 {
			margin: 0;
		}

		#news_ControlNewsList .news h2 a {
			display: block;

			font-size: 11px;
			color: #1776b8;
			font-weight: normal;
			text-decoration: none;
		}

		#news_ControlNewsList .news h2 a:hover {
			color: #ec9105;
		}

		#news_ControlNewsList .news .date {
			color: #61acdf;
		}

		#news_ControlNewsList .news .summary {
			max-height: 59px;
			overflow: hidden;
		}

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

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

/* 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 .archivedNews,
	#news_NewsListOnLine .feedRss {
		display: block;
		float: left;
		margin: 0 10px 0 0;
		padding: 0 0 0 20px;
		
		font-size: 11px;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	#news_NewsListOnLine .archivedNews { 
		background: url('images/ico_archived.gif') 0 0 no-repeat; 
	}
	
	#news_NewsListOnLine .feedRss { 
		background: url('images/ico_rss.gif') 0 0 no-repeat; 
	}

	#news_NewsListOnLine .news { 
	}

		#news_NewsListOnLine .newsHover {
			cursor: pointer;
		}

		#news_NewsListOnLine .news h2 {
			display: block;

			font-size: 11px;
			color: #1776b8;
			font-weight: normal;
			text-decoration: none;
		}

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

		#news_NewsListOnLine .news .dataContainer {
		}
	
		#news_NewsListOnLine .news .readMore {
			display: block;
			width: 150px;
			padding: 0 0 0 15px; 
			float: left;
			background: url('images/puce.gif') 0 1px no-repeat;

			font-size: 11px;
			font-weight: normal;
			text-decoration: none;
		}

		#news_NewsListOnLine .news .date {
			width: 100px;
			float: right;

			font-size: 10px;
			color: #61acdf;
			text-align: right;
		}

		#news_NewsListOnLine .news .addthis_button {
			float: right;
			margin: -2px 0 0 10px;
		}

/* News > ListOffline
-------------------------------------------------------------- */

#news_NewsListOffLine {
}
	
	#news_NewsListOffLine h1 {}

	#news_NewsListOffLine h3 {
		display: none;
	}
	
	#news_NewsListOffLine .newsYear,
	#news_NewsListOffLine .actualNews {
		display: block;
		float: left;
		margin: 0 10px 0 0;
		padding: 0 0 0 20px;
		
		font-size: 11px;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	#news_NewsListOffLine .newsYear { 
		background: url('images/ico_archived.gif') 0 0 no-repeat; 
	}
	
	#news_NewsListOffLine .actualNews { 
		background: url('images/ico_actual.gif') 0 0 no-repeat; 
	}

	#news_NewsListOffLine .newsByMonth {
		margin-bottom: 20px;
	}

		#news_NewsListOffLine .newsByMonth b {
			display: block;
			padding-bottom: 5px;
			border-bottom: 1px solid #eaeaea;
	
			font-size: 11px;
			font-weight: bold;
		}

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

			overflow: hidden;
		}

		#news_NewsListOffLine .newsByMonth .newsHover {
			background-color: #1776b8;
			cursor: pointer;

			color: #fff;
		}

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

			font-size: 10px;
			color: #61acdf;
		}

		#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: 0;
			display: inline;
		}

		#news_NewsListOffLine .newsByMonth .news a {
			color: #1776b8;
			font-size: 11px;
			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 {}
	
	#news_NewsView .archivedNews,
	#news_NewsView .actualNews {
		display: block;
		float: left;
		margin: 0 10px 0 0;
		padding: 0 0 0 20px;
		
		font-size: 11px;
		text-transform: uppercase;
		text-decoration: none;		
	}
	
	#news_NewsView .archivedNews { 
		background: url('images/ico_archived.gif') 0 0 no-repeat; 
	}
	
	#news_NewsView .actualNews { 
		background: url('images/ico_actual.gif') 0 0 no-repeat;
	}

	#news_NewsView .date {
		display: block;
		margin: 0 0 10px 0;

		font-size: 10px;
		color: #61acdf;
	}

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

	#news_NewsView .photo {
		width: 127px;
		height: 95px;
		float: left;
		margin: 0 1px 1px 0;
		overflow: hidden;
		background-color: #f5f4f5;
		
		text-align: center;
	}

		#news_NewsView .photo img {
			height: 95px;
		}

	#news_NewsView .documents {
		margin: 10px 0;
		border-top: 1px solid #eaeaea;
		margin-bottom: -15px;
	}
		
		#news_NewsView .documents a {
			display: block;
			padding: 5px 20px;
			background: url('images/puce_link.gif') 8px 10px no-repeat;
		
			text-decoration: none;
		}
		
		#news_NewsView .documents a:hover {		
			background-color: #1776b8;
			
			color: #fff;
		}

	#news_NewsView .tools {
		border-top: 1px solid #eaeaea;
		margin: 15px 0 0 0;
		padding: 6px 0 0 0;
	}
	
		#news_NewsView .tools a {
			display: block;
			float: left;
			margin: 0 10px 0 0;
			
			font-size: 11px;
			text-transform: uppercase;
			text-decoration: none;
		}

		#news_NewsView .tools .addthis_button {
			float: right;
			margin: 0;
		}

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

#news_ControlNewsReviews {
	display: none;
}

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