.spq
{
	min-height: 110px;
	_height: 110px;
	width: 300px;
	position: relative;
}

.spq_tabBar
{
	height: 21px;
	width: 100%;
	border-width: 0px;
	overflow: hidden;
	background-color: #efefef;
	background-image: url(TabBarBackground.gif);
	background-repeat: repeat-x;
	position: relative;
}

.spq_tab
{
	height: 19px;
	font-family: arial;
	font-size: 11px;
	color: #00c;
	cursor: pointer;
}

.spq_tab:hover
{
	color:#FF0000;
	text-decoration:underline;
}

.spq_leftTab
{
	float: left;
	border-top-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: 1px;
	border-style: solid;
	border-color: #e0e0e0;
	padding: 2px 12px 4px;
	margin-top: 2px;
}

.spq_rightTab
{
	float: right;
	text-decoration: none;
	margin: 4px 11px 0 0;
}

.spq_rightTab a img
{
	text-decoration: none;
	vertical-align: text-bottom;
	margin-right: 2px;
}

.spq_selectedTab
{
	position: relative;
	height: 19px;
	background-image: url(SelectedTabBackground.gif);
	background-color: White;
	border-top-width: 1px;
	padding: 1px 5px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.spq_selectedTab:hover 
{
	color: black !important;
	text-decoration: none !important;
}

.spq_selectedTab.spq_firstTab
{
	margin-left: 6px;
	border-left-width: 1px;
}

#spq_moreButton
{
	border-width: 0px;
	vertical-align: text-bottom;
	margin-right: 2px;
}

.spq_tabPage
{
	display: none;
}

.spq_selectedTabPage
{
	display: block;
	width: 146px;
	margin-top: 3px;
}

.spq_ticker
{
	height: 14px;
	padding: 1px;
	font-size: 10px;
	font-family: arial;
	border: dotted;
	border-width: 1px 0px 0px;
	border-color: #ddd;
}

.spq_ticker_text
{
	position: relative;
}

.spq_price
{
	position: absolute;
	right: 42px;
}

.spq_percent
{
	position: absolute;
	right: 0px;
}

.spq_percentup
{
	color: #158a3a;
}

.spq_percentdown
{
	color: #f00;
}

.spq_chart
{
	position: absolute;
	left: 155px;
	top: 24px;
	display: none;
}

.spq_selectedTickerArrow
{
	position: absolute;
	right: -8px;
	top: -1px;
}

.spq_tickerArrow
{
	position: absolute;
	right: -8px;
	top: -1px;
	display: none;
}

.spq_selectedTicker .spq_tickerArrow
{
	display: inline;
}

.spq_selectedTicker
{
	background-color: #e6efea;
}

.spq_selectedTicker a
{
	font-weight: bold;
}

.spq_selectedTicker .spq_chart
{
	display: inline;
}

.spq_extraLabel
{
	display: none;
	font-size: 9px;
	font-family: Arial;
}

.spq_rates .spq_extraLabel
{
	display: block;
	position: absolute;
	top: 85px;
	left: 3px;
}

/* Special cases for the Stocks tab on the Funds control. */

#spq_tabPage_stockfunds .spq_ticker
{
	height: 33px;
}

#spq_tabPage_stockfunds .spq_ticker_text
{
	height: 100%;
}

#spq_tabPage_stockfunds .spq_price, #spq_tabPage_stockfunds .spq_percent
{
	bottom: 2px;
}

#spq_tabPage_stockfunds .spq_tickerArrow
{
	position: absolute;
	right: -8px;
	top: 9px;
	display: none;
}

/* Special cases for annual charts: Funds/Stocks and Funds/Sectors */
#spq_tabPage_stockfunds .spq_extraLabel, #spq_tabPage_Sectors .spq_extraLabel
{
	display: inline;
	position: absolute;
	left: 159px;
	top: 30px;
}

#spq_tabPage_stockfunds .spq_chart, #spq_tabPage_Sectors .spq_chart
{
	position: absolute;
	top: 38px;
}

#spq_tabPage_stockfunds .spq_selectedTicker .spq_tickerArrow
{
	display: inline;
}

/* Special cases for the rates control. */

.spq_rate_tab .spq_percent
{
	display: none;
}

.spq_rate_tab .spq_price
{
	right: 0px;
}

/* Special cases for the funds control. */

#spq_tabPage_Sectors
{
	_height: 110px;
	min-height: 110px;
}

.spq_funds .spq_tab
{
	margin: 2px 4px 0px;
}
