﻿body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #DBDBDB;
	text-decoration: none;
}
a:hover {
	color: #DBDBDB;
	text-decoration: underline;
}
.symbol, .exchange, .highPrice, .lowPrice, .tradeVolume, .avgVolume, .marketCap, .openPrice, .yesterdayClose, .percentChange, .lastTrade {
 	width: 0; 
	display: none;
}
#additionalSymbolsXY label {
	display:none;	
}
#ticker {
	font-size: 10px;
	position: relative;
	padding-top: 10px;
}
.quoteTable {
	width: 267px;
} 
.quoteTable td {
	padding: 5px;
	text-align: center;
} 
.quoteTable th {
	padding: 5px;
	border-left: 1px #DBDBDB solid;
	text-align: center;
	display: none;
}
#additionalSymbolsXY {
	display: none;
}
th.symbol , td.symbol {
	text-align: left !important;
}
td.company, td.symbol {
	text-align: left !important;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 0px 7px 0px;
	color: #ffffff;
	width: 145px;
	overflow: hidden;
}
td.changeAmt {
	text-align: right !important;
	padding: 0px;
}
td.changeAmt.Up {
	font-size: 12px;
	line-height: 14px;
	color: #096518;
	font-weight: bold;
	padding: 0px;
}
td.changeAmt.Down {
	font-size: 12px;
	line-height: 14px;
	color: #79070B;
	font-weight: bold;
	padding: 0px;
}
td.changeAmt.Steady {
	color: #DBDBDB;
	padding: 0px;
}
td.lastPrice, td.lastPrice Up {
	color: #DBDBDB;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0px;
}
#additionalSymbolsXY {
	margin-top: 14px;
}
#additionalSymbolsXY input {
	display: inline-block;
	width: 160px;
	height: 28px;
	margin: 0px;
	padding: 1px 0px 0px 5px;
	font-style: italic;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #666666;
	border-width: 0px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;    
	background-image: url(../images/icon_return.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#additionalSymbolsXY input[type=submit] {
	display: none;
}

div.stockname {
	width: 190px;
	height: 14px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.price, div.pricechange {
	height: 14px;
	width: 55px;
	text-align: right;
}
 div.pricechange {
	width: 50px;
}
#addstock {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	background-color: transparent;
	border: 1px solid #ffffff;
	border-radius: 3px;
	padding: 5px 10px;
	margin: 14px 15px 0 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
#addstock:hover {
	background-color: #1d5063;
	border-color: #1d5063;
	color: #ffffff;
}
/*
@media only screen and (max-width:500px) {   
	td.company {
		display: none;
	}
	td.symbol {
		display: block;
		width: 40px;
	}
	div.price, div.pricechange {
		width: 25px;
	}
	.quoteTable {
    	width: 220px;
	}
}
*/

