@charset "utf-8";
/* CSS Document */

/* News Ticker  */
#NewsTicker{
	background:#FFF;
	width:300px;
	height:450px;
	margin:0 auto;
}
	#NewsTicker h1{
		padding:6px; margin:0; border:0;
		background:#dfe9d5;
		color:#000000;
		font-size:11px;
		font-weight:bold;
	}
	#NewsVertical {
	width: 300px;
	height: 450px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	#controller_n{
	padding:6px;
	font-size:11px;
	color:#666;
	}
	#play_scroll_cont_n{display:none;}
	
	
	#News {
		width: 300px;
		height: 445px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#News li {
		display: block;
		width: 295px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 6px;
		float: left;
	}
		#News li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
		}
		#News li .NewsTitle a:link,
		#News li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
			text-decoration:none;
		}
		#News li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#News li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#News li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}
		
/* Events Ticker */
#EventsTicker{
	border:solid 1px #cccccc;
	background:#eaf5e0;
	width:300px;
	height:200px;
	margin:0 auto;
}
	#EventsTicker h1{
		padding:6px; margin:0; border:0;
		background:#dfe9d5;
		color:#000000;
		font-size:11px;
		font-weight:bold;
	}
	#EventsTicker h2, #EventsTicker p
	{
		margin:0;
		padding:5px;
	}
	#EventsVertical {
	width: 300px;
	height: 160px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	#controller_e{
	padding:6px;
	font-size:11px;
	color:#666;
	}
	#play_scroll_cont_e{display:none;}


	#Events {
		width: 300px;
		height:200px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#Events li {
		display: block;
		width: 295px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 6px;
		float: left;
	}
		#Events li .EventsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
		}
		#Events li .EventsTitle a:link,
		#Events li .EventsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
			text-decoration:none;
		}
		#Events li .EventsTitle a:hover {
			text-decoration:underline;
		}
		
		#Events li .EventsImg{
			float:left;
			margin-right:10px;
		}
		#Events li .EventsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}
