div#dvStockTicker {
	height: 250px;
	width: auto;
	text-align: center;
	background-color: #E8E8E8;
	display: none;
}
div#dvStock_History, div#dvStock_Day {
	height: 200px;
	width: auto;
	display: block;
}
div#dvButtons {
	float: left;
	text-align: center;
	margin-left: 50px;
	white-space: nowrap;
}
div#dvButtons div {
	font-weight: bold;
	display: inline;
	padding: 5px 10px;
	color: #5B5B5B;
	background-color: #C6C6C6;
	margin: 0px -1px;
	font-size: 9px;
	line-height: 21px;
}
div#dvButtons div.selectedRange, div#dvButtons div:hover {
	color: #E1E5ED;
	background-color: #315BAF;
}
div#dvButtons div:hover {
	cursor: pointer;
}
div#dvNoStockData {
	padding-top: 100px;
}