/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

#quotesnav_symbols_l .jcarousel-clip
{
	left:15px;
}



.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
	position:relative;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/*---------------------------------symbol nav skin ---------------------*/


.jcarousel-skin-tango .jcarousel-container-horizontal {
    /*width: 801px;*/
    padding: 0px 20px 0 31px;
}

#quotesnav_symbols .jcarousel-skin-tango .jcarousel-container-horizontal,
#quotesnav_symbols_l .jcarousel-skin-tango .jcarousel-container-horizontal
{
	/*
	border-bottom: 1px solid #2a91d3;
	*/
    clear:both;
	padding-right:15px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 796px;
    height: 25px; /*height*/
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 61px;
    height: 25px; /*height*/
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0px;

text-align: center;
padding: 0px 0px 0px 0px;
color: #fff;
font-weight: bold;
}

#quotesnav #quotesnav_symbols a, #quotesnav #quotesnav_symbols_l a, #quotesnav_symbols.quotesnav a, #quotesnav_symbols_l.quotesnav a {
    background: url(http://www.nasdaq.com/images/gray-xbtn-small.gif) no-repeat scroll 1px 0 transparent;
    _background: url(http://content.nasdaq.com/images/qn_symbol-tab7c.gif) no-repeat scroll 1px 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 25px;
    margin-right: 0;
    overflow: hidden;
    padding: 8px 0 0;
    text-align: center;
    text-decoration: none;
}
#quotesnav #quotesnav_symbols a:hover, #quotesnav #quotesnav_symbols_l a:hover, #quotesnav_symbols.quotesnav a:hover, #quotesnav_symbols_l.quotesnav a:hover {
    background: url(http://www.nasdaq.com/images/gray-xbtn-small.gif) no-repeat scroll 1px -25px transparent;
	_background: url(http://content.nasdaq.com/images/qn_symbol-tab7c.gif) no-repeat scroll 1px -25px transparent;
    color: #006699;
    cursor: pointer;
    font-weight: bold;
    height: 25px;
    margin-right: 0;
    padding: 8px 0 0;
    text-align: center;

}
#quotesnav #quotesnav_symbols a.qn_ontab, #quotesnav #quotesnav_symbols_l a.qn_ontab, #quotesnav_symbols.quotesnav a.qn_ontab, #quotesnav_symbols_l.quotesnav a.qn_ontab {
    background: url(http://content.nasdaq.com/images/qn_symbol-tab7c.gif) no-repeat scroll 1px -25px transparent;
    color: #006699;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding: 8px 0 0;
    text-align: center;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 26px;
    height: 25px;
    cursor: pointer;
    background: transparent url(http://content.nasdaq.com/images/next-horizontal1.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -26px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -52px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -78px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    /*background: transparent url(http://content.nasdaq.com/images/prev-horizontal1.png) no-repeat 0 0;*/
	/*border-right: 1px solid #2a91d3;*/
}

/*
#quotesnav_symbols_l .jcarousel-skin-tango .jcarousel-prev-horizontal
{
	width:43px;
	border-bottom: 1px solid #2a91d3;
}
*/
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -26px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -52px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -78px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://content.nasdaq.com/images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://content.nasdaq.com/images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/*------------------------ main nav styling ------------------------*/

#quotesnav {
	position: relative;
background: url(http://content.nasdaq.com/images/qn_bg.png) 0 0 repeat-y;
padding-bottom: 10px;
z-index: 1;
}

#quotesnav_symbols, #quotesnav_symbols_l {
	position:relative;
	left:0px;
	top:1px;
	z-index:2	
}

#quotesnav_symbols_border,#quotesnav_symbols_l_border{
position:relative;
left:0px;
top:0px;
border-top: 1px solid #2a91d3;
z-index:1;
height:1px;
width:842px;
}

#mycarousel li span {
	position: relative;
	right: 2px;
}

#qn_addsymbol {
	background: url(http://content.nasdaq.com/images/qn_add-symbol_bg.png) 0 0 no-repeat;
	height: 76px;
	width: 138px;
}

 #qn_goto {
	background: url(http://content.nasdaq.com/images/qn_bg.png) 0 0 repeat-y;
	height: 39px;
	width: 138px;
	
}

#quotesnav h3 {
	background: url(http://content.nasdaq.com/images/qn_list-headings.png) 0 0 no-repeat;
	font-size: 12px !important;
	font-weight: bold;
	padding: 8px 0px 0px 4px;
	height: 28px;
	vertical-align: middle;
	line-height: normal;		
	margin:0px !important;
	position: relative;

}

#quotesnav h3 img, #quotesnav h4 img  {
	vertical-align: middle;
	margin-right: 3px;
	position: relative;
	top: -1px;
	padding-top: 1px;
}

#quotesnav ul {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	width: 139px;
	list-style-type:none !important;
	padding-left:0px !important;
}

#quotesnav li a {
	background: url(http://content.nasdaq.com/images/qn_list-items.png) 0 0 no-repeat;
	padding: 5px 0px 5px 4px;
	margin: 0px;
	display: block;
	height: 1%; /* ie6 */ 
}

#quotesnav h4 {
	background: url(http://content.nasdaq.com/images/qn_list-items.png) 0 0 no-repeat;
	padding: 5px 0px 4px 4px;
	margin: 0px;
	position: relative;
	height: 1%; /* ie6 */ 
}

#quotesnav li.qn_first a {
	background: url(http://content.nasdaq.com/images/qn_list-items1.png) 0 0 no-repeat;
} /* pulls up bg so it is flush with heading */

#quotesnav li.qn_first a:hover {
	background: url(http://content.nasdaq.com/images/qn_list-items_bfirst.png) 0 0 no-repeat;
} /* pulls up bg so it is flush with heading */

#quotesnav li.qn_first a.qn_on {
	background: url(http://content.nasdaq.com/images/qn_list-items_bfirst.png) 0 0 no-repeat;
} /* pulls up bg so it is flush with heading */

#quotesnav h4 {
	color: #006699;
	font-weight: bold;
}

#quotesnav li a {
	font-size: 11px;

	padding-left: 26px;
}

#quotesnav li a {
	color: #000;
	text-decoration: underline;	
}

#quotesnav li a:hover {
	color: #000;
	text-decoration: none;
	background: url(http://content.nasdaq.com/images/qn_list-items_b3.png) 0 0 no-repeat;	
}

#quotesnav li a.qn_on {
	color: #000;
	text-decoration: none;
	background: url(http://content.nasdaq.com/images/qn_list-items_b3.png) 0 0 no-repeat;	
font-weight: bold;
}

#quotesnav li a:visited {
	color: #000;
}

#sq_rightlinks {position: absolute;
right: 2px;
top: 30px;

}

#sq_rightlinks a, #sq_rightlinks img {
vertical-align: top;
}

.footer_qn #footer_ads {
background: url(http://content.nasdaq.com/images/qn_panelrightbot.png) 0px 0px no-repeat;
height: 142px;
padding-top: 50px;
padding-left: 70px;
}

.footer_qn #footer_leftCOL {
clear: both; width: 149px; float: left;  border-right: 0px; height: 360px; margin-bottom: 10px
}

html>body .footer_qn #footer_leftCOL {
clear: both; width: 149px; float: left; border-right: 0px; height: 360px; margin-bottom: 10px;
}

input.qn_addbtn {
display: block; 
overflow: hidden; 
text-decoration: none; 
color: white; font-weight: bold; 
text-indent: -9000px;
height: 18px;
background: url(http://content.nasdaq.com/images/qn_addsymbol.png) 0 0 no-repeat; 
width: 65px;
border: none;
*font-size: 500px;
}


input.qn_addbtnhov { 
display: block; 
text-indent: -9000px;
background: url(http://content.nasdaq.com/images/qn_addsymbol.png) 0 -18px no-repeat;
border: none;
cursor: pointer;
}

.btn_sqedit a { display:block; overflow: hidden; text-decoration: none; color: white; font-weight: bold; text-indent: -9000px; height: 18px;
     	background: url(http://content.nasdaq.com/images/qn_edit-symbol.png) 0 0 no-repeat; 
    	width: 82px; 
}

.btn_sqedit a:hover { display:block; text-indent: -9000px;
     	background: url(http://content.nasdaq.com//images/qn_edit-symbol.png) 0 -18px no-repeat;
}

.btn_sqlookup a { display:block; overflow: hidden; text-decoration: none; color: white; font-weight: bold; text-indent: -9000px; height: 18px;
     	background: url(http://content.nasdaq.com/images/qn_symbol-lookup.png) 0 0 no-repeat; 
    	width: 82px; 
}

.btn_sqlookup a:hover { display:block; text-indent: -9000px;
     	background: url(http://content.nasdaq.com//images/qn_symbol-lookup.png) 0 -18px no-repeat;
}
.btn_sqprefs a { display:block; overflow: hidden; text-decoration: none; color: white; font-weight: bold; text-indent: -9000px; height: 18px;
     	background: url(http://content.nasdaq.com/images/qn_user-prefs3.png) 0 0 no-repeat; 
    	width: 105px; 
}

.btn_sqprefs a:hover { display:block; text-indent: -9000px;
     	background: url(http://content.nasdaq.com/images/qn_user-prefs3.png) 0 -18px no-repeat;
}

.orange_links {
border: 1px solid #fa9e0d;
padding: 1px 0px 1px 5px;
background-color: #feeccf;
}

.orange_links a {
color: #006699 !important;
}

#panel_content_qn h1
{
	margin-top:10px;
}

#panel_content_ads h1
{
	margin-top:10px;
}

div.qtopAd 
{
    background: url("http://content.nasdaq.com/images/qn_panelright.png") repeat-y scroll 0 0 transparent;
    float: left;
    height: 20px;
    padding-left: 10px;
    position: relative;
    width: 815px;
}

div.qtopAd2
{
	position:absolute; 
	top:28px; 
	left: 0px;
	height:20px;
	width:815px;
}

/*quotenav test styles*/
#quotesnav ul li a, #quotesnav ul li a:hover {font-weight:normal;color:#000 !important;}
#quotesnav ul li a.qn_on {font-weight:bold;}
#container #quotesnav_symbols .jcarousel-item a {color:#fff !important;}
#container #quotesnav_symbols a, #container #quotesnav #quotesnav_symbols_l a {color:#fff !important;}
#container #quotesnav_symbols a.qn_ontab, #container #quotesnav #quotesnav_symbols_l a.qn_ontab {color:#00669e !important;}
#container #quotesnav_symbols a:hover, #container #quotesnav #quotesnav_symbols_l a:hover {color:#00669e !important;}

/*quotetoolbar styles*/
#cookieprefholder.quotestoolbar {position: absolute;left: 159px;z-index: 500; height: 24px; width: 816px; background-color:#ECF3F9; border:medium none; padding:0;}
#investortools { position:absolute; top:0px;left:200px;  width: 155px; }
#investortools #nav,
#investortools #nav ul { padding: 0; margin: 0 0 0 3px; list-style: none; width:180px; }
#investortools #nav a {display: block;width: 100px; background: none; padding-left:30px; font-weight:bold; text-decoration:none;}
#investortools #nav #list a {line-height:18px; *line-height:11px;*height:15px;padding:0; margin:0; width: 180px; vertical-align:top;}
#investortools #nav #list a:hover {text-decoration:underline;}
#investortools #nav li {float: left;width: 200px;background: transparent url(http://www.nasdaq.com/images/SQ-toolbar-investorT.gif) no-repeat 0px 0;padding:0 0 0 5px;}
#investortools #nav li .drop2 {float: left; width: 350px;padding:8px 10px 20px 10px; background: transparent url(http://www.nasdaq.com/images/SQ-investortools-dropdown.jpg) no-repeat 0px 0;}
#investortools #nav li ul {position: absolute; width: 10em;left: -999em; top:23px; z-index:-1;border-top:solid 4px #fff;}
#investortools #nav li ul .drop1 { position: absolute; width: 10em; left: -999em;}
#investortools #nav li:hover ul {left: auto;}
#investortools #nav li:hover ul,
#investortools #nav li.sfhover ul {left:auto;}
#trackingtools { position:absolute;top:0px;left:360px;  width: 155px;}
#trackingtools #navtracking,
#trackingtools #nav ul {padding: 0; margin: 0 0 0 3px;list-style: none; width:180px;}
#trackingtools #navtracking a {display: block; width: 100px;background: none;padding-left:30px;font-weight:bold; text-decoration:none;}
#trackingtools #navtracking #list a {line-height:18px;*line-height:11px; *height:15px;padding:0;margin:0; width: 180px; vertical-align:top;}
#trackingtools #navtracking #list a:hover {text-decoration:underline;}
#trackingtools #navtracking li {float: left;width: 200px;
    background: transparent url(http://www.nasdaq.com/images/SQ-toolbar-tracking.gif) no-repeat 0px 0;padding:0 0 0 5px;}
#trackingtools #navtracking li .drop2 {float: left; width: 350px;padding:10px 10px 20px 10px;
    background: transparent url(http://www.nasdaq.com/images/SQ-trackingtools-dropdown.jpg) no-repeat 0px 0;}
#trackingtools #navtracking li ul { position: absolute; width: 10em; left: -999em;top:23px;z-index:-1;border-top:solid 4px #fff;}
#trackingtools #navtracking li ul .drop1 {position: absolute;width: 10em;left: -999em;}
#trackingtools #navtracking li:hover ul {left: auto;}
#trackingtools #navtracking li:hover ul,
#trackingtools #navtracking li.sfhover ul {left:auto;}
#newslettertools {position:absolute;top:0px; left:510px; width: 155px;}
#newslettertools #navnewsletter,#newslettertools #nav ul {padding: 0;margin: 0 0 0 3px;list-style: none;width:180px;}
#newslettertools #navnewsletter a {display: block;width: 100px;background: none;padding-left:30px; font-weight:bold;text-decoration:none;}
#newslettertools #navnewsletter #list a {line-height:18px;*line-height:11px; *height:15px; padding:0;margin:0; width: 180px;vertical-align:top;}
#newslettertools #navnewsletter #list a:hover {text-decoration:underline;}
#newslettertools #navnewsletter li {float: left; width: 200px;background: transparent url(http://www.nasdaq.com/images/SQ-toolbar-newsletter.gif) no-repeat 0px 0; padding:0 0 0 5px;}
#newslettertools #navnewsletter li .drop2 {float: left;width: 250px;padding:10px 10px 20px 10px;
    background: transparent url(http://www.nasdaq.com/images/SQ-investortools-dropdown.jpg) no-repeat 0px 0;}
#newslettertools #navnewsletter li ul {position: absolute;width: 10em;left: -999em;top:23px;z-index:-1;border-top:solid 4px #fff;}
#newslettertools #navnewsletter li ul .drop1 {position: absolute;width: 10em;left: -999em;}
#newslettertools #navnewsletter li:hover ul {left: auto;}
#newslettertools #navnewsletter li:hover ul,#newslettertools #navnewsletter li.sfhover ul {left:auto;}


/*il styles added*/
#container #content #panel_left {width:139px !important;} 
#container #content #frmAddASymbol {float: left; padding: 2px 2px;} 
#container #content #AddASymbol {padding: 1px; font-size: 11px; float: left; margin-right: 4px; height: 14px; width: 52px;}
#container #content.qn_addbtn {float: left; margin-right: 0px; position: relative; top: 1px;}
#quotenav_top_button_wrap {clear: both; padding-top: 9px; *padding-top: 3px; padding-left: 11px;} /*new id added*/
#quotenav_edit_img {vertical-align: middle; height: 18px; float: left; margin-right: 5px;} /*new id added*/
#quotenav_btn_sqedit {float: left;} /*new id added*/
#quotenav_eyeglass_img {position: relative; top: 3px; *top: -5px; vertical-align: middle;  height: 18px; float: left; margin-right: 5px;} /*new id added*/
#quotenav_btn_sqlookup {float: left; position: relative; top: 2px; *top: -5px;} /*new id added*/
#trackingtools_button_wrap {position:absolute;left:740px;top:0px} /*new id added*/
#quotesnav_btn_sqprefs_wrap {height:25px;background-color:#CCFFCC;padding:5px 0px 5px 26px} /*new id added*/
#quotesnav_btn_sqprefs {float: left;} /*new id added*/

#content_main {margin:0;}
#stock-information {display:none;}

/*not trading IPO style*/
.notTradingIPO
{
background: none repeat scroll 0 0 #C0FFC0;
border:1px solid #009900;
padding:10px;
font-family:arial;
font-size:12px;
font-weight:normal;
margin-top:7px;
margin-bottom:7px;
}

.qtab-xbutton {


    cursor: pointer;
    height: 12px;
    margin-left: 45px;
    position: absolute;
    top: 3px;
    width: 12px;
	_display:none;
}

*+html .qtab-xbutton {
    margin-left: 14px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.qtab-xbutton {margin-left: 47px;}
}

.qtab-xbutton:hover {
    background: url(http://www.nasdaq.com/images/blue-xbtn2.gif) no-repeat scroll 2px 1px transparent;
}


/*------------------------ Analyst Research styles ------------------------*/

.analyst-sub-nav {width:685px;height:100%;}