/* ------------------------------------------------------------------ */
/* -                            Control News List                     */
/* ------------------------------------------------------------------ */

#ControlNewsList{
color:#333333;
}

	#ControlNewsList A{
		text-decoration:none;
		font-weight:normal;
		color:#0099FF;
	}

	#ControlNewsList A:hover{
		color:#FF6600;
		font-weight:normal;
	}

	#ControlNewsList h2{
		font-size:15px;
		margin-bottom:10px;
		margin-top:0px;
		padding:0px;
	}

	#ControlNewsList .imgPhotoBox{
		float:left;
	}

	#ControlNewsList .imgPhotoBox .photo{
		width:55px;
		margin-right:5px;
		margin-top:0px;
	}

	#ControlNewsList .textBox{		

	}

	#ControlNewsList .textBox .title{	
		padding-bottom:3px;
	}

	#ControlNewsList .separator{
		clear:both;
		border-bottom:1px dotted #333333;
		margin-bottom:10px;
		height:15px;
	}

/* ------------------------------------------------------------------ */
/* -                   Control News Category List                     */
/* ------------------------------------------------------------------ */

#controlNewsCategoryList{
}

	#controlNewsCategoryList .separator{
	}
	
/* ------------------------------------------------------------------ */
/* -                            NEWSLIST ONLINE                       */
/* ------------------------------------------------------------------ */


#NewsListOnline{
padding:20px;
color:#333333;
}

	#NewsListOnline H2{
		display:none;
	}

	#NewsListOnline .news{

	}

	#NewsListOnline .news .imgPhotoBox{
		float:left;
		margin-bottom:2px;
	}

	#NewsListOnline .news  .imgPhotoBox .photo{
		width:55px;
		margin-right:5px;
		margin-top:0px;
	}

	#NewsListOnline .news  .textBox{
		margin-bottom:10px;
	}

	#NewsListOnline .news  .textBox .title{	
		margin-bottom:5px;
	}

	#NewsListOnline .news  .readMore{
	  margin-top:0px;
	  text-decoration:none;	
	  margin-bottom:10px;
	}

			#NewsListOnline .news .readMore A{
				display:block;
				text-decoration:none;				
				clear:both;
				padding-top:2px;
				padding-bottom:2px;
				padding-right:5px;
				font-size:9px;
				height:12px;
				letter-spacing:1px;
				background:url(images/puce.gif) no-repeat left center;
				padding-left:20px;
			}

			#NewsListOnline .news .readMore A:hover{
				/*background-position:0px -16px;*/
				background:url(images/puce.gif) no-repeat left center;
				color:#FF9900;
				text-decoration:underline;
			}

	#NewsListOnline .separator{
		clear:both;
		display:block;
		border-bottom:1px dotted #333333;
		margin-bottom:15px;
		height:10px;
	}

/* ------------------------------------------------------------------ */
/* -                            NEWSLIST OFFLINE                       */
/* ------------------------------------------------------------------ */

#NewsListOffline{
padding:20px;
color:#333333;
}
	
	#NewsListOffline H2{
		display:none;
	}
	
	#NewsListOffline .news{
	color:#333333;
	}

	#NewsListOffline .separator{
		clear:both;
		display:block;
		border-bottom:1px dotted #CCCCCC;
		margin-bottom:15px;
		height:10px;
	}

/* ------------------------------------------------------------------ */
/* -                            NEWS VIEW                             */
/* ------------------------------------------------------------------ */

#NewsView{
padding:20px;
color:#333333;
}

	/*#NewsView H2{
		display:none;
	}*/
	
	#NewsView .ImgPhotoBox{
		background-color:#EEEEEE;
		width:100%;
		margin-top:20px;
	}

	#NewsView .ImgPhotoBox .photo IMG{
		width:133px;
		height:100px;
		margin:24px;			
		float:left;
	}

	#NewsView .ImgPhotoBox .photo:hover IMG{
		filter:alpha(opacity=50);  
		-moz-opacity:0.50;
		opacity: 0.50;
	}
