@CHARSET "UTF-8";

.tickercontainer {
	background: #000000;
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.tickercontainer .mask {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	top: 8px;
	overflow: hidden;
}
ul.newsticker {
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
	position: relative;
	margin-left: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
ul.newsticker li {
	float: left;
	margin: 0;
	padding-right: 15px;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	font: 10px Arial;
	margin: 0 50px 0 0;
}
ul.newsticker li span.ticker-values-d {
	color: #ed1b23;
}
ul.newsticker li span.ticker-values-u {
	color: #0fac16;
}
ul.newsticker li span.change-d {
	display: inline-block;
	height: 12px;
	width: 12px;
	background-image: url(../images/webticker-arrows.png);
	background-repeat: no-repeat;
	background-position: -42px -8px;
}
ul.newsticker li span.change-u {
	display: inline-block;
	height: 12px;
	width: 12px;
	background-image: url(../images/webticker-arrows.png);
	background-repeat: no-repeat;
	background-position: -10px -8px;
}
table.quotes-table {
	color: #585858;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666666;
	font-size: 12px;
	border-collapse: collapse;
}
table.quotes-table tr:nth-child(even) {
	background: #eaeaea;
}
table.quotes-table thead {
	font-weight: bold;
	text-align: center;
}
table.quotes-table td {
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	border-spacing:0px 0px; 
}
table.quotes-table div.change-d {
	display: inline-block;
	height: 12px;
	width: 12px;
	background-image: url(../images/webticker-arrows.png);
	background-repeat: no-repeat;
	background-position: -42px -8px;
	margin-left: 12px;
}
table.quotes-table div.change-u {
	display: inline-block;
	height: 12px;
	width: 12px;
	background-image: url(../images/webticker-arrows.png);
	background-repeat: no-repeat;
	background-position: -10px -8px;
	margin-left: 12px;
}
table.quotes-table tfoot a {
	text-decoration: none;
	color: #666666;
}
table.quotes-table tfoot img {
	border: 0;
}