/* ------------------------------------------------------------------ */
/* -                            Control News List                     */
/* ------------------------------------------------------------------ */

#ControlNewsList{
margin-bottom:5px;
padding:5px;
padding-right:15px;
font-size:11px;
}

	#ControlNewsList h2{
		font-size:15px;
		margin-bottom:10px;
		display:none;
	}

	#ControlNewsList .imgPhotoBox{
		float:left;
	}

		#ControlNewsList .imgPhotoBox .photo{
			width:55px;
			margin-right:5px;
			margin-top:0px;
		}

	#ControlNewsList .textBox{		

	}

	#ControlNewsList .textBox .title{	
		margin-bottom:3px;
	}

	#ControlNewsList .separator{
		clear:both;
		border-bottom:1px dotted #84634E;
		margin-bottom:10px;
		height:5px;
	}

/* ------------------------------------------------------------------ */
/* -                   Control News Category List                     */
/* ------------------------------------------------------------------ */

#controlNewsCategoryList{
}

	#controlNewsCategoryList .separator{
	}
	
/* ------------------------------------------------------------------ */
/* -                            NEWSLIST ONLINE                       */
/* ------------------------------------------------------------------ */

#NewsListOnline{

}

	#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{
				text-decoration:none;				
				clear:both;
				padding:2px;			
				font-size:9px;
				height:12px;
				letter-spacing:1px;
				background-color:#9CE23B;
				color:white;
			}

			#NewsListOnline .news .readMore A:hover{
				background-color:#3A9A00;
				color:white;
			}

	#NewsListOnline .separator{
		clear:both;
		display:block;
		border-bottom:1px dotted #C8B0A2;
		margin-bottom:10px;
		height:5px;
	}

/* ------------------------------------------------------------------ */
/* -                            NEWSLIST OFFLINE                       */
/* ------------------------------------------------------------------ */

#NewsListOffline{

}

	#NewsListOffline H2{
		display:none;
	}
	
	#NewsListOffline .news{
	
	}

	#NewsListOffline  .separator{
		clear:both;
		display:block;
		border-bottom:1px dotted #C8B0A2;
		margin-bottom:15px;
		height:10px;
	}

/* ------------------------------------------------------------------ */
/* -                            NEWS VIEW                             */
/* ------------------------------------------------------------------ */
#NewsView{

}

	#NewsView A{
		text-decoration:none;
	}
	
	#NewsView .ImgPhotoBox{
		background-color:#F0F8E1;
		width:100%;
		margin-top:20px;
	}

		#NewsView .ImgPhotoBox .photo IMG{
			height:100px;
			margin:10px;			
			float:left;
		}

		#NewsView .ImgPhotoBox .photo:hover IMG{
			filter:alpha(opacity=50);  
			-moz-opacity:0.50;
			opacity: 0.50;
		}