﻿/**
 * 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;
}

/**
 * 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_l .jcarousel-skin-tango .jcarousel-container-horizontal
{
	border-bottom: 1px solid #2a91d3;
	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 {
    margin-right: 0px;
    background: transparent url(http://www.nasdaq.com/images/qn_symbol-tab7.gif) no-repeat 1px 0;
text-align: center;
padding: 5px 0px 0px 0px;
color: #fff;
font-weight: bold;
height: 25px;
display: block;
overflow: hidden;
text-decoration: none;
cursor: pointer;
}

#quotesnav #quotesnav_symbols a:hover, #quotesnav #quotesnav_symbols_l a:hover {
    margin-right: 0px;
    background: transparent url(http://www.nasdaq.com/images/qn_symbol-tab7.gif) no-repeat 1px -25px;
text-align: center;
padding: 5px 0px 0px 0px;
color: #fff;
font-weight: bold;
height: 25px;
cursor: pointer;
color: #006699;
}

#quotesnav #quotesnav_symbols a.qn_ontab, #quotesnav #quotesnav_symbols_l a.qn_ontab {
    
background: transparent url(http://www.nasdaq.com/images/qn_symbol-tab7.gif) no-repeat 1px -25px;
text-align: center;
padding: 5px 0px 0px 0px;
color: #fff;
font-weight: bold;
height: 25px;
cursor: pointer;
color: #006699;
font-size: 12px;
}

.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://www.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://www.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://www.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://www.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://www.nasdaq.com/images/qn_bg.png) 0 0 repeat-y;
padding-bottom: 10px;
z-index: 1;
}

#quotesnav_symbols {
	position: absolute;
	left: 133px;
z-index: 1;
}

#quotesnav_symbols_l {
	position: absolute;
	left: 138px;
	top:25px;
z-index: 1;
}

#mycarousel li span {
	position: relative;
	right: 2px;
}

#qn_addsymbol {
	background: url(http://www.nasdaq.com/images/qn_add-symbol_bg.png) 0 0 no-repeat;
	height: 76px;
	width: 138px;
}

 #qn_goto {
	background: url(http://www.nasdaq.com/images/qn_bg.png) 0 0 repeat-y;
	height: 39px;
	width: 138px;
	
}

#quotesnav h3 {
	background: url(http://www.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://www.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://www.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://www.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://www.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://www.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://www.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://www.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://www.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://www.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://www.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://www.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://www.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://www.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://www.nasdaq.com//images/qn_symbol-lookup.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;
}

