.ticker-content {
	/*-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	*/
	font-family:Tahoma,Geneva,sans-serif;
	background:#dce9f1;
	float:left;
	position:relative;
	height:auto;
	background:url(img/tickernews.cap.right.bottom.jpg) right bottom no-repeat #dce9f1;
}
.ticker-content h3.ticker-title {
	/*
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-radius-top-left:10px;
	border-radius-bottom-left:10px;
	*/
	border-right:2px solid white;
	
	font-family:Verdana;
	text-align:left;
	color:#034ea1;
	font-size:0.917em;
	margin:0px;
	padding:9px 12px;
	background:#cdddec;
	float:left;
	background:url(img/tickernews.cap.left.bottom.jpg) left bottom no-repeat #cdddec;
}
.ticker-content div.ticker-mask {
	float:left;
	position:relative;
	margin:0px 10px;
	overflow:hidden;
	height:28px;
}
.ticker-content p.ticker-inner {
	color:#555356;
	font-size:1em;
	font-family:Verdana;
	margin:0 3px;
	padding:9px 10px;
	font-weight:bold;
	position:absolute;
	white-space:nowrap;
}
#footer .ticker-content p.ticker-inner a:link, #footer .ticker-content p.ticker-inner a:hover, 
#footer .ticker-content p.ticker-inner a:active, #footer .ticker-content p.ticker-inner a:visited {
	color:#555356;
}
/*no js content*/
.ticker {
	clear:both;
	float:left;
	font-family:Tahoma,Geneva,sans-serif;
	border-bottom:1px solid #004F9F;
	width:100%;
}
.ticker h4 {
	font-size:0.938em;
	color:#004F9F;
	padding-bottom:7px;
	margin:4px 0px;
}
.ticker p {
	font-size:0.75em;
	color:#535353;
	margin:4px 0px;
}
/*explorer patches*/

.tl{
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	top:0;
	left:0;
	background:url(img/tickernews.cap.left.top.jpg) left top no-repeat;
}
.tr{
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	top:0;
	right:0;
	background:url(img/tickernews.cap.right.top.jpg) right top no-repeat;
}
.bl{
	width:10px;
	height:10px;
	position:absolute;
	bottom:0;
	left:0;
	background:url(img/tickernews.cap.left.bottom.jpg) left bottom no-repeat;
	background:#963;
}
.br{
	width:10px;
	height:10px;
	position:absolute;
	bottom:0;
	right:0;
	background:url(img/tickernews.cap.right.bottom.jpg) right bottom no-repeat;
	background:#963;
}
/*
.ticker-content h3.ticker-title{
	background:url(img/tickernews.cap.left.bottom.jpg) left bottom no-repeat #CDDDEC;
	float:left;
}
.ticker-content {
	background:url(img/tickernews.cap.right.bottom.jpg) bottom right no-repeat #DCE9F1;
	
}
.ticker-content .left{
	width:10px;
	height:10px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(img/tickernews.cap.left.top.jpg) left top no-repeat;
}
.ticker-content .right{
	width:10px;
	height:10px;
	position:absolute;
	top:0px;
	right:0px;
	background:url(img/tickernews.cap.right.top.jpg) right top no-repeat;
	background:	#903;
}*/

