/*
 * $Id: yf_symbolsuggest.css,v 1.19 2008/01/02 19:37:44 joyd Exp $
 */

#symlookupLink {
	cursor: pointer;
}

/* ************ yahoo finance company symbol/name auto suggest */ 

#quoteContainer {
	position: absolute; 
	z-index: 9050;
} 
#quoteContainer .yui-ac-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 41em;
	border: 1px solid #9C9C9C;
	background: #fefefe;
	overflow: hidden;
	text-align: left;
	padding: .5em;
	font-size: 92%;
} 
#quoteContainer .yui-ac-ft {
	font-family: Verdana, sans-serif;
	font-size: 92%;
}
#quoteContainer .yui-ac-ft .moreresults {
	padding-left: 0.3em;
}
#quoteContainer .yui-ac-ft .tip {
	border-top: 1px solid #D6D6D6;
	color: #636363; 
	padding: 0.5em 0 0 0.4em;
	margin-top: .25em;
}
#quoteContainer em {
	font-weight: bold;
	font-style: normal;
}
#quoteContainer .yui-ac-ft .tip a {
	padding-left: 0.3em;
}
#quoteContainer .yui-ac-ft a {
	color: #003399; 
	text-decoration: none;
}
#quoteContainer ul {
	margin: 0;
	padding-bottom: .4em;
	padding: 0.38em 0;
	width: 100%;
} 
#quoteContainer li {
	padding: 0 0.38em;
	_width: 100%;
	cursor: default;
	white-space: nowrap;
	list-style: none;
	vertical-align: bottom; /* solves the gap problem in IE !!! */
	margin: 0; /* override ct_200702141530.css bugz:1538303 */
} 
#quoteContainer li.yui-ac-highlight {
	background: #D6F7FF;
	cursor: pointer;
} 

#quoteContainer li table {
	width: 100%;
}

#quoteContainer li td { 
	vertical-align: bottom; 
	text-align: left;
	padding: 0 0;
}
*html #quoteContainer li td { 	
	/*
	padding: 0;
	_padding-right: .6em;
	*/
}
#quoteContainer li td.exch_type_wrapper { 
	color: #aaa; 
	width: 10em; 
	height: auto;
	text-align: right;
	font-size: 92%;
	_font-size: 72%;
}
#quoteContainer li td.symbol { 
	width: 6.5em; 
}

