/* CSS Document  for Market Ticker */

#login a:link, #login a:visited, #login a:active {
	text-decoration: none;
	color: #4688cf;
}

.ticker-normal {
	font: arial, hevetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	/* font-size: 12px; */
	color: black;
}

.ticker-market-up {
	font: arial, hevetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: green;
	text-decoration: none;
}

.ticker-market-down {
	font: arial, hevetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: red;
	text-decoration: none;
}

input.quote-button 
{
	width: 65px;
	height: 17px;
	vertical-align:bottom;
}

input.quote-box {
	font-size: 11px;
	color: black;
	vertical-align:bottom;
	border: 1px solid gray;
}
