.UMNewsTickerToolbar
{
	font-family: Arial, Helvetica, sans-serif!important;
	font-size:10px;
	background-color:transparent!important;
}

.UMNewsTickerToolbarRow
{
	font-size:11px!important;
}

/*:: --------------------------------------- :: */

/* ::: Marquee ::: */

.UMNewsTickerContainer
{
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:11px;
	position:relative;
	width:600px;
	height:25px;
}

* html .UMNewsTickerContainer
{
	font-size:11px;
}

.UMNewsTickerMarqueeContainer
{
	width:558px;
	height:21px;
	position:relative;
	background-image:url(Images/bg-umns-container.gif);
	color:#065593;
	overflow:hidden;
	float:left;
	margin-right:2px;
}

.UMNewsTickerMarquee
{
	vertical-align:middle;
	height:21px;
	line-height:21px;
	margin: 0px 5px 0px 5px;
	position:relative;
	/*display:none;*/
}

.UMNewsTickerMarquee a
{
	white-space:nowrap;
	color:#065593;
	text-decoration:none;
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #065593;
}

.UMNewsTickerMarquee a:hover
{
	text-decoration:underline;
}

/* ::: Buttons ::: */

.UMNewsTickerButtonsContainer
{
	width:36px;
	height:20px;
	position:relative;
	float:left;
	background-color:#266ba3;
}

* html .UMNewsTickerButtonsContainer
{
       width:36px;
}

.UMNewsTickerPlayPauseBtn
{
	text-decoration:none;
	display:block;
	width:14px;
	height:20px;
	background-image: url(Images/btn-umns-pause.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#266ba3;
	border: 1px solid #266ba3;
	float:left;
}

.UMNewsTickerFastPlayBtn
{
	text-decoration:none;
	display:block;
	width:17px;
	height:20px;
	background-image:url(Images/btn-umns-play.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#266ba3;
	border: 1px solid #266ba3;
	float:left;
	
}

.UMNewsTickerPlayPauseBtn:hover, .UMNewsTickerFastPlayBtn:hover
{
	border: 1px solid #f9a504;
}

