@charset "utf-8";

table {
  overflow: hidden;
}

td, th {
  padding: 2px;
  position: relative;
  outline: 0;
}

body:not(.nohover) tbody tr:hover {
  background-color: #ffa;
}

td:hover::after,
thead th:not(:empty):hover::after,
td:focus::after,
thead th:not(:empty):focus::after { 
  content: '';  
  height: 10000px;
  left: 0;
  position: absolute;  
  top: -5000px;
  width: 100%;
  z-index: -1;
}

td:hover::after,
th:hover::after {
  background-color: #ffa;
}

td:focus::after,
th:focus::after {
  background-color: lightblue;
}

/* Focus stuff for mobile */
td:focus::before,
tbody th:focus::before {
  background-color: lightblue;
  content: '';  
  height: 100%;
  top: 0;
  left: -5000px;
  position: absolute;  
  width: 10000px;
  z-index: -1;
}

.selected{ background-color: #ffa; }

.negativeValue {
  color: red;
}

.StockPriceIcon{
  width:50px;
  height:20px;
}

.sortable th {
	//background-image: url(sort.gif);
	background-position: right;
	background-repeat: no-repeat;
	//padding-right: 10px;
	height: auto;
}

.container
{
	background: #ECECEC none;
	border: 1px solid #D5D4D4;
	height: 30px;
	margin: 0 auto;
	width: 928px;
}
.container .wrap
{
	width: 920px;
	left: 5px;
	top: 0px;
	overflow: hidden;
	position: relative;
	line-height: 30px;
	font-size-adjust: none;
}
div.stockTicker
{
	font-size: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
div.stockTicker span.quote
{
	margin: 0;
	font-weight: bold;
	color: #000;
	padding: 0 5px 0 10px;
}
.GreenText
{
	color: Green;
}
.RedText
{
	color: Red;
}
.up_green
{
	background: url(up.gif) no-repeat left center;
	padding-left: 10px;
	margin-right: 5px;
}
.down_red
{
	background: url(down.gif) no-repeat left center;
	padding-left: 10px;
	margin-right: 5px;
}
