body {
	font: 12px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

.indexTicker {
	top : 0px;
	width: 736px;
	padding: 5px 0;
	position: absolute;
	right: 0;
}

.indexTickerWrapper span {
	margin: 3px;
}

.indexTickerWrapper {
	position: relative;
	overflow: hidden;
	width: 736px;
	height: 50px;
}

.rollBut {
	position: absolute;
	width: 0px;
	height: 0px;
	right: 0px;
}

.indexTickerRow {
	padding: 0px;
	position: absolute;
	width: 725px;
}

.indexTickerTable {
	width: 725px;
	position: absolute;
	height: 50px;
	min-height: 50px;
}

.indexTickerTable td {
	padding: 6px 2px 6px 0px;
	width: 25%;
	color: #fff;
	font-size: 11px;
}

.tickCode {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	font-weight: bold;
}

.tickValue {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.tickPerChange {
	font-size: 11px;
	font-weight: bold;
}

.tickTimestamp {
	font-size: 10px;
	color: #000;
}

.indexTickerTable .negativeFlag {
	color: #f00;
	padding-left: 0px;
	text-align: right;
	white-space: nowrap;
}

.indexTickerTable .positiveFlag {
	color: #0d0;
	padding-left: 0px;
	text-align: right;
	white-space: nowrap;
}
