#symlookupLink {
	cursor: pointer;
}

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

#quoteContainer {
	position: absolute;
	z-index: 1;
} 
#quoteContainer .yui-ac-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 30em;
	border: 1px solid #f5f5f5;
	background: #ffffff;
	overflow:visible;
	text-align: right;
	padding: .5em;
	behavior: url(iepngfix.htc);
	font-size: 92%
	
	
} 
#quoteContainer .yui-ac-ft {
	font-family: Verdana, sans-serif;
	font-size: 85%;
}
#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: .48em;
	color:#f5f5f5
}
#quoteContainer em {
	font-weight: bold;
}
#quoteContainer .yui-ac-ft .tip a {
	padding-left: 0.3em;
}
#quoteContainer .yui-ac-ft a {
	color: #003399; 
}
#quoteContainer ul {
	padding-bottom: .4em;
	width: 100%;
} 
#quoteContainer li {
	padding: 0 0.38em;
	cursor: default;
	white-space: nowrap;
	list-style: none;
	color:#999999
} 
#quoteContainer li.yui-ac-highlight {
	background: #D6F7FF;
	cursor: pointer;
} 
#quoteContainer li table { 
	width: 100%;
}
#quoteContainer li td { 
	vertical-align: bottom; 
	text-align: left;
	padding: .15em 0;
}
#quoteContainer li td.exch_type_wrapper { 
	color:#999999;
	font-size: 92%; 
	width: 10em; 
	height: auto;
	text-align: right;
}
#quoteContainer li td.symbol { 
	width: 6.5em; 
}


/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
/*reset.css*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
