body{

	color:#000;
	font:12px "Trebuchet MS", Arial, sans-serif;

}
#displaydata_ticker .box{
	width:235px;
	margin:0 0 10px 0;
}

#displaydata_ticker .box h2 a {
	text-decoration:underline;
	display:block;
	color:#38b7f0;
}

#displaydata_ticker .box h2{
	font-size:18px;
	margin:0 0 5px;
	font-style:italic;
}

#displaydata_ticker .box .rss{
	float:right;
	display:inline;
	margin:0 13px 0 0;
	width:22px;
	height:22px;
	background:url(images/rss.gif) no-repeat;
	text-indent:-3000px;
	overflow:hidden;
}
#displaydata_ticker #getinner{
	list-style:none;
	padding:0;
	margin:0;
	width:233px;
	overflow:hidden;
	border:1px solid #bcbcbc;
	font-size:12px;
	line-height:18px;
}
#displaydata_ticker #getinner li{
	border-bottom:1px solid #bcbcbc;
	float:left;
	width:100%;
}
#displaydata_ticker #getinner a, #displaydata_ticker #getinner a:visited, #displaydata_ticker #getinner a:active{
	text-decoration:none;
	width:100%;
	float:left;
	background:#fff;
	color:#000;
	border-bottom:1px solid #bcbcbc;
}
#displaydata_ticker #getinner a .big-arrow{
	text-decoration:none;
	display:block;
	background:url(images/arrow-big.gif) no-repeat 220px 50%;
}
#displaydata_ticker #getinner a .small-arrow{
	text-decoration:none;
	display:block;
	padding:10px 21px 10px 24px;
	background:url(images/arrow-small.gif) no-repeat 11px 15px;
}
#displaydata_ticker #getinner a .small-arrow span{display:block;}
#displaydata_ticker #getinner a .small-arrow strong{
	color:#666;
	font-weight:normal;
}
#displaydata_ticker #getinner .active a,
#displaydata_ticker #getinner a:hover{
	background:#3dab37 url(images/list-button-hover.gif) repeat-x;
	text-decoration:none;
}
#displaydata_ticker #getinner .active a .big-arrow,
#displaydata_ticker #getinner a:hover .big-arrow{background-image:url(images/arrow-big-hover.gif);}
#displaydata_ticker #getinner .active a .small-arrow,
#displaydata_ticker #getinner a:hover .small-arrow{background-image:url(images/arrow-small-hover.gif);}
#displaydata_ticker #getinner .active a .small-arrow strong,
#displaydata_ticker #getinner a:hover .small-arrow strong{color:#fff;}
