
/*tung.nguyen*/

   #statesautocomplete
	{
		position:relative;
		margin:0em;
		width:2em;
		z-index:90;
	}/* set width of widget here*/
    #statesinput
	{
		font-size:12px;
		color:#23457b;
	}
	#txtKey
	{
		position:relative;
		margin:0em;
		color:#075296; 
		border: #87D3F3 solid 1px;
		background:#BEECFF;
		width:73px;
		height:20px;
		*height:16px;
		
	}
    #statescontainer
	{
		position:absolute;
		width:300px;
		text-align:left;
		left:0px;
		top:22px;	/*	height:1.4em;*/
		z-index:90;
	}
	
    #statescontainer .yui-ac-content
	{
		position:absolute;
		width:300px;
		text-align:left;
		border:0px solid #404040;
		background:#F7F7F7;
		overflow:hidden;
		z-index:91;
		max-height:30em;
		overflow:auto;
		overflow-x:hidden; /* scrolling */
    	_height:30em; /* ie6 */
	}
  
    #statescontainer .yui-ac-shadow 
	{	
		position:absolute;
		margin:.3em;
		width:300px;
		background:#a0a0a0;
		z-index:90;
	}
    #statescontainer ul 
	{
		margin-left:0em;
		margin-top:0em;
		padding:5px 0;
		width:100%;
		z-index:0;
	}
    #statescontainer li 
	{
		margin-left:0em;
		margin-top:0em;
		padding:0 0px;
		width:100%;
		cursor:default;
		white-space:nowrap;
		z-index:0;
	}
    #statescontainer li.yui-ac-highlight 
	{
		background:#F2F2E6;
	    border-bottom-color:#00FFCC;
	}
.yui-ac-prehighlight{background:#E1E8F3;}

.headautocomlete
{
	width:100%;
	vertical-align:top;
	text-align:left;
}

/*
Chart Auto Complete
*/
#stateschartautocomplete
	{
		position:relative;
		margin:0em;
		width:2em;
		z-index:90;
	}/* set width of widget here*/
    #txtStockListDraw
	{
		font-size:12px;
		color:#23457b;
	}
	
    #containerStockListDraw
	{
		position:absolute;
		width:300px;
		text-align:left;
		left:0px;
		top:22px;	/*	height:1.4em;*/
		z-index:90;
	}
	
    #containerStockListDraw .yui-ac-content
	{
		position:absolute;
		width:300px;
		text-align:left;
		border:0px solid #404040;
		background:#F7F7F7;
		overflow:hidden;
		z-index:91;
		max-height:30em;
		overflow:auto;
		overflow-x:hidden; /* scrolling */
    	_height:30em; /* ie6 */
	}
  
    #containerStockListDraw .yui-ac-shadow 
	{	
		position:absolute;
		margin:.3em;
		width:300px;
		background:#a0a0a0;
		z-index:90;
	}
    #containerStockListDraw ul 
	{
		margin-left:0em;
		margin-top:0em;
		padding:5px 0;
		width:100%;
		z-index:0;
	}
    #containerStockListDraw li 
	{
		margin-left:0em;
		margin-top:0em;
		padding:0 0px;
		width:100%;
		cursor:default;
		white-space:nowrap;
		z-index:0;
	}
    #containerStockListDraw li.yui-ac-highlight 
	{
		background:#F2F2E6;
	    border-bottom-color:#00FFCC;
	}
/* Modified by phong.nguyen */
	
	#priceHistoryAC
	{
		position:relative;
		margin:0em;
		width:2em;
		z-index:90;
	}/* set width of widget here*/
    #txtSymbol
	{
		font-size:12px;
		color:#23457b;
	}
	
    #ContainerPriceHistoryAC
	{
		position:absolute;
		width:300px;
		text-align:left;
		left:0px;
		top:22px;	/*	height:1.4em;*/
		z-index:90;
	}
	
    #ContainerPriceHistoryAC .yui-ac-content
	{
		position:absolute;
		width:300px;
		text-align:left;
		border:0px solid #404040;
		background:#F7F7F7;
		overflow:hidden;
		z-index:91;
		max-height:30em;
		overflow:auto;
		overflow-x:hidden; /* scrolling */
    	_height:30em; /* ie6 */
	}
  
    #ContainerPriceHistoryAC .yui-ac-shadow 
	{	
		position:absolute;
		margin:.3em;
		width:300px;
		background:#a0a0a0;
		z-index:90;
	}
    #ContainerPriceHistoryAC ul 
	{
		margin-left:0em;
		margin-top:0em;
		padding:5px 0;
		width:100%;
		z-index:0;
	}
    #ContainerPriceHistoryAC li 
	{
		margin-left:0em;
		margin-top:0em;
		padding:0 0px;
		width:100%;
		cursor:default;
		white-space:nowrap;
		z-index:0;
	}
    #ContainerPriceHistoryAC li.yui-ac-highlight 
	{
		background:#F2F2E6;
	    border-bottom-color:#00FFCC;
	}
/*----------------------------------------------------------------
Chart Auto Complete
*/
	#statescompareautocomplete
	{
		position:relative;
		margin:0em;
		width:2em;
		z-index:90;
	}/* set width of widget here*/
    #ctl00_ContentMain_txtStockListCompare
	{
		font-size:12px;
		color:#23457b;
	}
	
    #containerCompare
	{
		position:absolute;
		text-align:left;
		left:0px;
		top:22px;	/*	height:1.4em;*/
		z-index:90;
	}
	
    #containerCompare .yui-ac-content
	{
		position:absolute;
		width:300px;
		text-align:left;
		border:0px solid #404040;
		background:#F7F7F7;
		overflow:hidden;
		z-index:91;
		max-height:30em;
		overflow:auto;
		overflow-x:hidden; /* scrolling */
    	_height:30em; /* ie6 */
	}
  
    #containerCompare .yui-ac-shadow 
	{	
		position:absolute;
		margin:.3em;
		width:300px;
		background:#a0a0a0;
		z-index:90;
	}
    #containerCompare ul 
	{
		margin-left:0em;
		margin-top:0em;
		padding:5px 0;
		width:100%;
		z-index:0;
	}
    #containerCompare li 
	{
		margin-left:0em;
		margin-top:0em;
		padding:0 0px;
		width:100%;
		cursor:default;
		white-space:nowrap;
		z-index:0;
	}
    #containerCompare li.yui-ac-highlight 
	{
		background:#F2F2E6;
	    border-bottom-color:#00FFCC;
	}