    a.btn_ztNow{
        float: right;
        margin: 0px 0px 16px 0px;
        background-image: url('/images/zt/btn_ztNow_143x28.png');
        background-repeat: no-repeat;
        background-size: 143px 28px;

        width: 143px;
        height: 28px;

        border: 1px solid #2b2b2b;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;

        font-family: "Lucida Grande", "Lucida Sans Unicode", Symbol, Verdana, sans-serif;
        font-size: 13px;
        font-weight: normal;
        line-height: 28px;
        text-decoration: none;
        color: #ffffff !important;
        text-shadow: 0px -1px 0px rgba(0,0,0,0.8);
        text-align: center;

        cursor: pointer;
}
a.btn_ztNow:hover{
    color: #fff !important;
    text-decoration: none !important;
}
.btn_ztNow img{
    height: 19px;
    width: 24px
}

.rank_chip {
    display:inline-block;
    margin:0 2px 0 0;
    width: 18px;
    height:15px;
    padding-top: 3px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    font:bold 14px Helvetica, Arial, sans-serif;
    color:#ffffff;
    text-align:center;
    text-shadow:0px -1px 1px rgba(0,0,0,0.9);
    -webkit-text-shadow:0px -1px 1px rgba(0,0,0,0.9);
    -moz-text-shadow:0px -1px 1px rgba(0,0,0,0.9);
    box-shadow:0px 1px 1px #ffffff;
    -webkit-box-shadow:0px 1px 1px #ffffff;
    -moz-box-shadow:0px 1px 1px #ffffff;
    line-height: 15px !important;
}

.quote_detail_strip > div + div p{
    margin: 0;
}

.rankrect_1
{
    background-color:#048910;
    border:1px solid #01640a;
}
.rankrect_2
{
    background-color:#086218;
    border:1px solid #023d0c;
}
.rankrect_3
{
    background-color:#ec9c01;
    border:1px solid #ba7c01;
    color:#800101;
    text-shadow:0 -1px 1px rgba(255,255,255,.5);
}
.rankrect_4
{
    background-color:#800101;
    border:1px solid #560202;
}
.rankrect_5
{
    background-color:#e10d0d;
    border:1px solid #b50101;
}
#logBox {
    background: url("/images/zacks/trader/registration/reg_log_bg.png") repeat-y scroll right center #DDE5D5;
    border: 2px solid #CFE2CF;
    border-collapse: separate;
    border-radius: 5px 5px 5px 5px;
    margin: 0;
    padding: 10px 30px;
    width: 95%;
}
.roundGreenBack {
    background: none repeat scroll 0 0 #CFE2CF;
    border-radius: 5px 5px 5px 5px;
    color: #006600;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}

.good_best_value{
    border: 1px solid #cccccc;
    padding: 5px;
    font-size: 14px;
    background: url("/images/zacks/trader/chartpattern/bkgd_prplmetal800.png") left top;
    line-height: 18px;
    width: 220px;
}
.good_best_headline{
    font-size: 24px;
    color: #531EC6;
    line-height: 30px;
}

/*Hover Quote Composite Value*/
.quote_detail .composite_val {
    font-size: 10pt;
    padding: 1px 4px;
    border: 1px solid #cacaca;
    background: #e0e0e0;
    text-shadow: none;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.zr-rankbox .hq_portfolio span {
    font-weight:bold;
    color:#025EDB;
    vertical-align:6px;
    padding: 0 0 0 1px;
    *padding: 0 0 0 1px; /* IE6-7*/
    _padding: 0 0 0 1px; /* IE6*/
}
.zr-rankbox .hq_portfolio a:hover span{
    *text-decoration: underline; /* IE6-7*/
    /*border-bottom: 1px solid #025EDB;*/
}

.composite_val_vgm{
    background: #000 !important;
    border: 1px solid #4b4b4b !important;
    color: #fff;
}

.fltleft, .float_left{float: left;}
.fltright, .float_right{float: right;}
.fltnone{float: none;}





body {
	margin: 0;
}


/* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.  */

abbr[title] {
	border-bottom: 1px dotted;
}

/* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.  */

b
, strong
{
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

/* Addresses styling not present in Safari 5 and Chrome.  */

dfn {
	font-style: italic;
}

/* Addresses styling not present in IE 6/7/8/9.  */

mark {
	background: #ff0;
	color: #000;
}

/* Addresses margins set differently in IE 6/7.  */

p
, pre
{
	margin: 1em 0;
}

/* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.  */

code
, kbd
, pre
, samp
{
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

/* Improves readability of pre-formatted text in all browsers.  */

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* Addresses CSS quotes not supported in IE 6/7.  */

q {
	quotes: none;
}

/* Addresses `quotes` property not supported in Safari 4.  */

q:before
, q:after
{
	content: '';
	content: none;
}

/* Addresses inconsistent and variable font size in all browsers.  */

small {
	font-size: 80%;
}

/* Prevents `sub` and `sup` affecting `line-height` in all browsers.  */

sub
, sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/* Addresses margins set differently in IE 6/7.  */


dl
, menu
, ol
, ul
{
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

/* Addresses paddings set differently in IE 6/7.  */

menu
, ol
, ul
{
	padding: 0 0 0 40px;
}

/* Corrects list images handled incorrectly in IE 7.  */

nav ul
, nav ol
{
	list-style: none;
	list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
   2. Improves image quality when scaled in IE 7.
 */

img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}

/* Corrects overflow displayed oddly in IE 9.  */

svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.  */

figure {
	margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/* Corrects margin displayed oddly in IE 6/7.  */

form {
	margin: 0;
}

/* Define consistent border, margin, and padding.  */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/* 1. Corrects color not being inherited in IE 6/7/8/9.
   2. Corrects text not wrapping in Firefox 3.
   3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
	*margin-left: -7px; /* 3 */
}

label.disabled {
    color:#999 !important;
}

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/* Remove most spacing between table cells.  */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==========================================================================
   Shortcut definitions
   ========================================================================== */

center
, .align_center
{
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/* IE Fix */
.clearfix {
	zoom:1;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hide {
	display: none;
}


.block {
	display: block;
}

.inline {
	display: inline;
}

time[pubdate] {
    display:none;
}
.hq_detail a
, .hq_news a {
    text-decoration: none;
}
.zt_offsite_button .fancy_button a
{
    width: 70px;
    text-align: center;
    color:white;
}
.modal_zt_offsite .ui-button-text
{
    display: none;
}
.zt_offsite_button .fancy_button.deactive
{
    background: url(staticzacks.net/images/zt/navigation.png) repeat-x #2b2b2b !important;
    border: 1px solid #4b4b4b !important;
    margin-right: 12px;

    background: #aeaeae; /* Old browsers */
    background: -moz-linear-gradient(top, #aeaeae 0%, #9e9e9e 4%, #939393 7%, #8e8e8e 11%, #8e8e8e 30%, #8b8b8b 33%, #646464 56%, #5a5a5a 63%, #585858 67%, #585858 70%, #606060 78%, #818181 96%, #8d8d8d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeaeae), color-stop(4%,#9e9e9e), color-stop(7%,#939393), color-stop(11%,#8e8e8e), color-stop(30%,#8e8e8e), color-stop(33%,#8b8b8b), color-stop(56%,#646464), color-stop(63%,#5a5a5a), color-stop(67%,#585858), color-stop(70%,#585858), color-stop(78%,#606060), color-stop(96%,#818181), color-stop(100%,#8d8d8d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #aeaeae 0%,#9e9e9e 4%,#939393 7%,#8e8e8e 11%,#8e8e8e 30%,#8b8b8b 33%,#646464 56%,#5a5a5a 63%,#585858 67%,#585858 70%,#606060 78%,#818181 96%,#8d8d8d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #aeaeae 0%,#9e9e9e 4%,#939393 7%,#8e8e8e 11%,#8e8e8e 30%,#8b8b8b 33%,#646464 56%,#5a5a5a 63%,#585858 67%,#585858 70%,#606060 78%,#818181 96%,#8d8d8d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #aeaeae 0%,#9e9e9e 4%,#939393 7%,#8e8e8e 11%,#8e8e8e 30%,#8b8b8b 33%,#646464 56%,#5a5a5a 63%,#585858 67%,#585858 70%,#606060 78%,#818181 96%,#8d8d8d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #aeaeae 0%,#9e9e9e 4%,#939393 7%,#8e8e8e 11%,#8e8e8e 30%,#8b8b8b 33%,#646464 56%,#5a5a5a 63%,#585858 67%,#585858 70%,#606060 78%,#818181 96%,#8d8d8d 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#4b4b4b',GradientType=0 ); */
}
.zt_offsite_button .fancy_button {
  width: 70px;
  text-align: center;
  color:white;
  text-decoration: none;
  }
a#gateway_offsite_link {
  color:white !important;
}
/*ZT Modal Popup */
.modal_zt_offsite,
.modal_zt_offsite p{
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Symbol, Verdana, sans-serif !important;
    font-size: 13px;
    line-height: 1.3;
}
.modal_zt_offsite .ui-dialog-titlebar{
    background: #2B2B2B;
    padding: 6px;
    position: relative;

    border-bottom: none;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.modal_zt_offsite span.ui-dialog-title{
    background-position: 0 0;
    width: 316px;
    height: 45px;
    margin-top: 5px;
    margin-left: 8px;
}
.modal_zt_offsite button.ui-dialog-titlebar-close{
    background-position: -318px -31px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 14px;
    background-color: #2b2b2b !important;
    border: none !important;
}
.modal_zt_offsite button.ui-dialog-titlebar-close:hover{
    background-color: #2b2b2b !important;
    border: none !important;
}

.modal_zt_offsite button.ui-dialog-titlebar-close span.ui-icon,
.modal_zt_offsite .ui-dialog .ui-widget-header .ui-icon,
.ui-dialog.modal_zt_offsite .ui-icon{
    background-image: none !important;
}

.modal_zt_offsite span.ui-dialog-title{
    background-image: url('/images/zt/logo_252x42.png') !important;
     background-repeat: no-repeat !important;
}

 .ui-dialog-titlebar-close,
.modal_zt_offsite .ui-widget-header .ui-state-default,
.modal_zt_offsite .ui-state-default{
     background: url('/images/zt/cross.png') no-repeat !important;
     top: 15px !important;
     right: 0 !important;
}

.modal_zt_offsite .ui-dialog-content{
    border-top: none;
    padding: 16px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;

    background:#FFF url('/images/zacks/hoverquote/ui-bg_flat_75_ffffff_40x100.png') repeat-x !important;
}
.modal_zt_offsite p{
    margin-bottom: 12px;
}
.modal_zt_offsite p.zt_offsite_button{
    text-align: right;
}
.zt_offsite_button .fancy_button{
    width: 70px;
    text-align: center;
}
.modal_zt_offsite .ui-button-text{
    display: none;
}
.ui-dialog .ui-widget-header {
	border:1px solid #AAA;
	background:#2b2b2b !important;
	color:#FFF;
	font-weight:bold;
    border-bottom:0px !important;
    border-bottom-left-radius:0px !important;
    border-bottom-right-radius:0px !important;
}
.ui-icon-closethick {

    margin-left:-5px;
    visibility: hidden;
}

/* new Zt button for stocks screener page hoverquote section */
.zt_link a#ztBtn{margin: 10px -20px;}
#ztBtn {height:24px; padding:3px 10px 5px; display: inline-block; background:#333; background:url('/images/zt/btn_ztNow_143x28.png') no-repeat rgb(51,51,51); background-size:cover; border: 1px solid #2b2b2b; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius:3px; margin:0 0 16px; font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, 'Droid Sans', Roboto, Helvetica, Arial, sans-serif; font-size:16px; line-height:1; text-decoration:none !important; color:#fff !important; text-align:center; }

#ztBtn .valign {display:inline-block; vertical-align:top; position:relative;}
#ztBtn .valign:first-of-type{top:4px;}
#ztBtn #icon {top:2px; border:none; outline:none;}
#ztBtn #price {background:#00cc16; color:#fff; padding:5px; border-radius:30px; font-size:22px;line-height:1; border: solid 2px #fff; font-weight:bold; box-shadow:inset 0 0 5px rgba(0,106,11,.5), 1px 1px 4px #000; text-shadow:1px 1px 1px rgba(0,106,11,1); bottom:5px;}

#ztBtn #symbol {font-size:16px; line-height:1; position:relative; bottom:5px; margin-right:-2px; font-weight:bold;}

#ztBtn .valign:hover, #ztBtn #symbol:hover{color: #fff !important;}



/* eof */