/* Styles for share price ticker */

#ticker {
	text-decoration: none;
	color: #666666;
}

.sharePriceTitle {
	display: block;
	font-weight: bold;
}

.sharePriceValue {
	display: inline;
}

.sharePricePlus {
	background: url(up.gif) no-repeat 0 6px;
	padding-left: 10px;
}

.sharePriceMinus {
	background: url(down.gif) no-repeat 0 6px;
	padding-left: 10px;

}

.sharePriceDate {
	display:block;
}
