.TopBar
{
	width:100%;
	background-color:#AAAAAA;
	border-bottom:solid 1px black;
	cursor:pointer;
}

.Stock
{
	border:Solid 1px black;
	width:90%;
	margin:1px;
}

.Symbol
{
	position:relative;
	width:100%;
	text-indent:10px;
	padding:3px;
	text-align:center;
	font-weight:bold;
	top:0px;
}

.Higher
{
	width:100%;
	text-indent:10px;
	color:Green;
	padding:3px;
}

.Lower
{
	width:100%;
	text-indent:10px;
	color:Red;
	padding:3px;
}

.Same
{
	width:100%;
	text-indent:10px;
	color:Black;
	padding:3px;
}
