﻿#NewsTicker
{
	border: solid 0px #cdcdcd;
	/*background: #ffffff;*/
	width: 250px;
	height: 200px;
	margin: 0px;
}
#NewsTicker h1
{
	padding: 6px; 
	margin: 0; 
	border: 0;
	/*background: #dddddd url('../../../images/menuitembg.jpg') repeat-x;*/
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
}
#NewsVertical
{
	width: 240px;
	height: 180px;
	display: block;
	overflow: hidden;
	position: relative;
}
#TickerVertical
{
	width: 250px;
	height: 180px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#TickerVertical li 
{
	background-image: none;
	display: block;
	width: 245px;
	color: #cdcdcd;
	text-align: left;
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	margin: 0;
	padding: 6px;
	float: left;
	line-height:normal;
}
#TickerVertical li .NewsTitle
{
	display: block;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 6px;
	line-height:normal;
}
#TickerVertical li .NewsTitle a:link,
#TickerVertical li .NewsTitle a:Visited
{
	display: block;
	font-family: Arial, Verdana, Tahoma;
	color: #ffffff;
	font-size: 10pt;
	text-decoration: underline;
	line-height:normal;
}
#TickerVertical li .NewsTitle a:hover
{
	text-decoration: none;
	line-height:normal;
}
#TickerVertical li .NewsImg
{
	float: left;
	margin-right: 10px;
	line-height:normal;
}
#TickerVertical li .NewsFooter
{
	display: block;
	color: #ffffff;
	font-style: italic;
	font-size: 10px;
	margin: 5px 0px 0px 0;
	line-height:normal;
}
