﻿#ticker {
	width: 210px;
	text-align: center;
}
#tickersource {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707070;
	font-style:italic;
	text-align:right;
}
#tickersource a:link, #tickersource a:active, #tickersource a:visited, #tickersource a:hover {
	color: #959494;
	text-decoration: none;
}
#tickersource a:hover {
	color: #707070;
}
#indicies {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;        
    color: #a6a6a6;
    text-transform: uppercase;
    padding: 5px 0;
    text-align: left;
}
#stock_table {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    border: solid 1px #d8d8d8;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 1px;
    width: 210px;
}
#stock_table td, #stock_table th  {
	padding: 2px 2px;
}
.stockHead {
    text-align: right;
    color: #707070;
    background-color: #f7f7f7;
    font-size: 11px;
    font-weight: bold;
}
.stockIndicies {
    color: #f7f7f7;
    background-color: #aeaeae;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
}
.stockName {
    color: #707070;
    white-space: nowrap;
    text-align: left;
}
.even {
    background-color: #f7f7f7;
}
.odd {
    background-color: #ececec;
}
.stock, .stockUp, .stockDown {
    color: #707070;
    white-space: nowrap;
    text-align: right;
}
.stockUp {
    color: #246500;
    background-color: #c2ee8f;
}
.stockDown {
    color: #9e0000;
    background-color: #ff9898;
}
.stockSource {
    text-align: right;
    color: #707070;
    font-style: italic;
}
.stockPercent {
	color: #505050;
}