.sqsbchart {
  position:relative;
  text-decoration: none;
  z-index:20;
}

.sqsbchart:hover {
	z-index:auto;
}

.sqsbchart img {
  display: none;
}

.sqsbchart:hover img {
	display: block;
	position: absolute;
	border: 2px solid #000;
	background-color: #666666;
	color: #000;
	font-family: Arial, "Arial MT", "MS Sans Serif", sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	padding: 3px;
	margin: 20px;
	top: 0px;
	left: -165px;
	z-index: 100000;
}

hr#sqsbhr {
	display: block;
}

tr#sqsbevenrow {
	background-color: #000000;
}

/* For K2 Compatibility 
   - Prevents Overflowed tooltips from being hidden
   - sb-php line prevents tooltips from being hidden by other sidebar elements
*/

.columns-three .secondary {
  overflow: visible;
}

#stock-quotes {
  z-index: 250000;
}
