/* AMG Scalable CSS Style             */
/* For Firefox                        */

/* Main
----------------------------------------
*/
/* Tooltip styles */
@import "tooltips.css";

* { margin: 0; padding: 0; line-height: 1.5; color: #727272; font-style: normal;  }
body {font: normal 12px Arial, Helvetica, sans-serif; background: #555; border-top: none; }


img {
   margin:0;
   padding:0;
   border:0;
}

p {
   margin:0;
   padding:0;
   padding-bottom:0.2em;
   line-height:1.5em;
}

pre {
   font-size:1.2em;
}

body a, body a:link, body a:visited, body a:active { color: #0078ae; border-bottom: 1px dotted #dae7f2; text-decoration: none; }

body a:hover {color:#75b2d5;}

div#container
{
    background: #e1e2e3;
    margin: 1.5em auto 1.5em auto;
    width: 90%;
    position: relative;
}
    
div#container_old {
   background:transparent;
   width:100%;
   xmin-width:790px;
   height:100%;
}

/* Header
----------------------------------------
*/
div#header {
   background:#fff;
   width:100%;
   height:80px;
   overflow:hidden;
   clear:none;
}
#header h1 {
   margin: 0;
   padding-bottom: .25em;
   font-size: 1.7em;
   color: #00009C;
   color: #0649A7;
}

#header h2 {
   margin:0;
   padding:0;
   font-size:0.8em;
   color:#00009C;
   color:#0649A7;
}
div#login_box {
   margin:0;
   margin-top:2px;
   margin-right:6px;
   padding:4px;
   width:178px;
   height:78px;
   font-size:0.8em;
   background:transparent url(../images/login_box.gif) no-repeat top left;
   overflow:hidden;
}

div#login_box_auth {
   margin:0;
   margin-top:2px;
   margin-right:6px;
   padding:4px;
   width:178px;
   height: 78px;
   font-size:1.0em;
   background: transparent url(../images/login_box_auth.gif) no-repeat top left;
   overflow:hidden;
}

div#login_box_auth input {
   font-weight: bold;
}

div#login_box input.submit {
   font-weight: bold;
}

div.sitename
{
    float: left;
    margin: 20px 0px 20px 13px;
    display: block;
    border-bottom: none;
}

div.headline {
   margin:0;
   text-align:center;
   padding-top:1.5em;
   clear:none;
   width:100%;
   xborder:1px solid cyan;
   background: transparent;

}

div.headline h1 {
   margin:0;
   color:#00009c;
}

div.headline h2 {
   margin:0;
   padding:0;
   color:#00009c;
}

div.logo
{
    float: right;
    margin: 20px 20px 20px 0px;
}

div.login_failure {
   margin:0;
   width:200px;
   border:0px solid magenta;
   z-index:20;
}

/*
div.login span.left {
   float: left;
}

div.login span.right {
   float: right;
}
*/

/* Navigation
----------------------------------------
*/
div#dateBar {
   margin:0;
   background:#00009c;
   background:steelblue;
   width:100%;
   height: 16px;
   border-top:1px solid #00009c;
   font-weight: bold;
}

div.date {
   vertical-align:middle;
   padding:0 1em;
   color:white;
   font-size:1.0em;
   text-align:right;
}

div#searchOptions {
   position:absolute;
   top:135px;
   left:776px;
   width:200px;
   height:400px;
   overflow:auto;
   clear:none;
   background:AliceBlue;
   z-index:1000;
   display:none;
}

img.menu_expand {
   cursor: pointer;
}

img.menu_arrow {
   margin-left:6px;
   cursor: pointer;
}

img.menu_close {
   margin-left:6px;
   cursor: pointer;
}
img.menu_pop {
   margin-left:6px;
   cursor: pointer;
}

.ticker {
 display: none;
 overflow: hidden;
 width: 99%;
 margin: 0;
 padding: 0;
}
/* Content
----------------------------------------
*/
div#content {
   margin:0;
   padding:0;
   width:100%;
   height:100%;
   background:white;
   display:block;
}

div#content #left {
   margin:0;
   padding:0;
   float:left;
   width:0px;
}

div#content #center {
   margin-left:0px;
   background:white;
}

div#content #right {
   margin:0;
   padding:0;
   float:right;
   background:red;
}

/*-- the primary content on the page  --*/
	#main { float: left; width: 70%; margin: 0 40px 0 0; padding: 18px 0; } 

	/*-- divide the main body column into sections --*/
		.half {width: 100%; float: left;}
		 	.last_half { width: 48%; float: right; margin-left: 12px;}
		.third {width: 25%; float: left;}
	
/*-- the secondary navigation - in this case the left hand accordion--*/
	#secondary {float: left; display: inline; width: 174px; margin: 0px 28px 0 20px; padding: 18px 0; }

/*-- the third level navigation - in this case right hand calls to action --*/
	#tertiary {float: left; width: 20%;  margin: 18px 16px 0 10px;  }
		.callout {padding-left: 6px;}

/*-------------------------------------------
   HEADINGS - Note these are by no means the only options.  On Thomsonreuters.com the h2 & H3 headings are SIFR replaced with the Locator
   font (soon to be Knowledge).  TheLink sticks with the orange, black, gray color scheme, but modifies the font sizes introduces 
   a background image dot for the equivalent of H3.  The models below are intended to be a starting point - not an absolute - except
   for H1, which should always be used for linking the logo to the homepage of the site.
-------------------------------------------*/


h2
{
    font-size: 20px;
    text-transform: uppercase;
    color: #ff9100;
    margin: 10px 0 10px 0px;
    font-weight: normal;
    font-style: normal;
}
h3 {font-size: 15px; color: #ff9100; text-transform: uppercase; margin-top: 1em;}
	#main h3, .half h3, .last_half h3 {margin-bottom: .5em; margin-top: .5em}
	#secondary h3 {text-transform: uppercase; color: #5a5b5b; font-size: 12px; margin: 2em 0 1em 0; border-top: none}
		#main h3.first, #secondary h3.first, #tertiary h3.first {margin-top: 0;}
	#tertiary h3 {color: #807f83;  border-bottom: 1px solid #e1e2e3; margin: 1.5em 0 1em 0; padding: .1em 0}
h4, h5, h6 {margin: 1.5em 0 .5em 0;}
h4 {font-size: 12px; color: #666; text-transform: uppercase; letter-spacing: 1px; font-weight: bold}
h5 {font-size: 11px; color: #97969a; text-transform: uppercase; letter-spacing: 1px; font-weight: normal;}
h6 {font-size: 11px; color: #ff9100; text-transform: uppercase; letter-spacing: 1px; font-weight: normal;}
h7 {font-size: 15px; color: #ff9100; text-transform: uppercase; margin-top: 1em;}

ul {margin: .5em 0;}
ul li
{
    list-style: none;
    background: transparent url(../images/list-marker.gif) no-repeat left 0.6em;
    padding-left: 8px;
    margin-bottom: 0.8em;
    margin-left: 0 !important;
    color: #0078ae;
    font-weight: normal;
    font-style: normal;
}
	#secondary ul li, #tertiary ul li {margin-bottom: .5em; }
ul ul {margin: .6em 0 0 1em;}
	#tertiary ul ul {margin-left: .5em;}
ol li {margin: .6em 0 0 1.5em;}

blockquote { float: right; width: 200px; background: #fcfcfc url(../img/blockquote-bg.gif) repeat-x left top; margin: 4px 0 8px 10px; border-top: 1px solid #babcbe; border-bottom: 1px solid #e1e2e3; clear: both; }
	blockquote p { margin: 12px 15px 10px 15px; padding: 0 8px !important; }
             #tertiary blockquote {border-top: 0;}
             #tertiary blockquote p {margin: 10px 0 10px 0; padding: 10px 10px 0 0 !important}
	blockquote cite { color: #5a5b5b; text-transform: uppercase; font-size: 11px; text-align: right; display: block; margin: 8px 15px}

strong {font-weight: bold; color: #666}
em {font-style: italic;}

img { border: none; margin-bottom: 10px; }
      a img, img a {border-bottom: none !important;}
	.float_right {float: right; margin-left: 1em;}
	.float_left {float: left; margin-right: 1em;}

hr {border: 0; height: 1px; color: #e1e2e3; background-color: #e1e2e3;  margin-top: 0; margin-bottom: 6px;}


/*-------------------------------------------
    FOOTER
-------------------------------------------*/

#footer-wrap { clear: both; position: relative; top: 0; background-color: #fff; padding:0;}
#footer
{
    float: left;
    width: 100%;
    margin: 0em 0 0 0;
    background: #eeefef;
    clear: both;
    height: 24px;
    padding-top: 8px;
}
#footer * { color: #97969a; display: inline; font-size: 11px; text-transform: uppercase; }
	#footer address { padding-left: 21px; margin-right: 30px; }
#footer ul {list-style: none; }
	#footer li {background: none; margin: 0; padding: 0;}
#footer li a { color: #807f83; border-bottom: 1px solid #e3e5e6; margin-right: 2em;}
#footer li a:hover, #footer li a:focus { color: #ff9100;}
/* Structure
----------------------------------------
*/

span.titlebar {
   margin:0;
   padding:2px;
   padding-left:6px;
   padding-right:6px;
   position:relative;
   display:block;
   overflow:hidden;
   top:0;
   left:0;
   height:14px;
   font-size:1.0em;
   color:white;
   font-weight:bold;
   text-align:left;
   background:#00009c;
   border:1px solid #00009c;
   cursor:move;
}

.contentbox {
   display:block;
   position:relative;
   overflow:auto;
   xmax-height:320px;
   top:-10px;
   _top:-11px;
   left:2px;
   margin:0;
   padding:0.5em;
   background:oldlace;
   background:whitesmoke;
   border:1px solid navy;
   margin:4px;
}

div.mdbox {
   margin-top:6px;
   padding:2px;
   width:210px;
   background: gray;
   clear:none;
}

div.lgbox {
   margin-top:6px;
   padding:2px;
   width:98%;
   clear:none;
   background:tomato;
}

/*
  Misc Form Styles
  */
.formErrorList
{
  margin: 3em 0 0 0;
  padding: 5px;

  border: 1px solid #FF7F7F;

  font: 14px Verdana, Sans-Serif;
}

/* Forms
----------------------------------
*/
div.login form input.username, div.login form input.password {
   margin:1px;
   font-size:1.0em;
   width:9em;
   height:14px;
   padding-left:1px;
   padding-right:1px;
   border:1px solid #999;
   background:white url(../images/form_bg.gif) repeat-x top left;
}

div.login_failure form input.username, div.login_failure form input.password {
   margin:1px;
   font-size:1.0em;
   width:9em;
   height:14px;
   padding-left:1px;
   padding-right:1px;
   border:1px solid #999;
   background:white url(../images/form_bg.gif) repeat-x top left;
}

div.login form input.remember, div.login_failure form input.remember {
   vertical-align:middle;
   border:0;
}

div.login form input.submit {
   font-size:1.0em;
   xborder:1px outset #ccc;
}

div.login_failure form input.submit {
   font-weight:bold;
}

div.login span.left {
   margin-top:2px;
   float:left;
}

div.login span.right {
   margin-top:2px;
   float:right;
}

div.login a {
   xcolor:#bbb;
   xfont-weight:normal;
}

/* Tabs
----------------------------------
*/

div#tabContainer {
   margin: 1px;
   padding:1px;
   width:98%;
   xbackground:whitesmoke;
   background:white;
   background-color: #FFFFFF;
}
div#tabContent
{
    xborder: 1px dashed black;
    xmargin: 2px;
    xpadding: 4px;
    width: 100%;
    background-color: #FFFFFF;
}
div#tabList {
   xborder:1px dashed red;
   margin:2px;
   padding:4px;
   xheight:28px;
   width:98%;
   xbackground:darkseagreen;
   overflow:hidden;
   display:block;
}
div#tabList div {
   margin:0;
   margin-top:3px;
   margin-right:4px;
   padding:4px;
   padding-bottom:0px;
   float:left;
   height:18px;
   line-height:16px;
   display:block;
   background:darkgray;
   _cursor: hand;
   cursor:pointer;
   white-space:nowrap;
   border:1px solid navy;
}
div#tabList div.selected {
   background:lightsteelblue;
}
div#tabList div p {
   margin:0;
   padding:0;
   padding-right:2px;
   color:#575757;
   color:#333333;
   font-weight:bold;
   vertical-align:top;
   display:inline;
   background:transparent;
   position:relative;
   top:-1px;
}
div#tabList div.selected p {
   color:black;
}

/* Report Styles
----------------------------------
*/

   /* Main Options */

   div.reports-options {
      margin: 5px;
      padding: 5px;

      font-size:1.0em;
      font-weight: bold;

      background: #d8d8d8;
   }
/*
   div.reports-options td {
      font-size:1.0em;
      font-weight: bold;
      font-size:1.5em;
      font-family:Georgia, Times New Roman, Times, serif;
      font-weight:normal;
   }
*/
   /* Sub Options, like sector selectors */

   div.reports-options2 {
      /*margin: 5px;*/

      font-size:1.0em;
   }

   div.reports-options2 input {
      font-weight: bold;
   }

   div.reports-options2 td {
      font-size:1.0em;
      font-weight: bold;
   }

   /* Report Styles, actual data */

   div.reports-content {
      margin: 5px;

      font-size:1.0em;
   }

   div.reports-content input {
      font-weight: bold;
   }

   div.reports-content th {
      background: #b0c4de;

      font-size:1.0em;
      font-weight: bold;
   }

   div.reports-content td {


      font-size:1.0em;
      font-weight: bold;
      border:0px;
      xpadding:0px;
      xmargin:0px;
   }

   div.reports-content td.right-end {

      border-right: 1px solid #B0C4DE;
   }

/* Account Options
----------------------------------
*/
.account-options table {
  border: 1px solid;
  margin: 0px 0px 8px 0px;
}

/* Newsline
----------------------------------
*/
div.news-listings {
  margin: 5px;
}

div.news-listings table {
  border: 1px solid #000;
}

div.news-listings th {
   background: #b0c4de;
   font-weight: bold;
}

div.news-listings table td {
   font-weight: bold;
   border: 1px solid #ccc;
   padding: 4px;
}

.news_Weekly {
   color: #229764;
}

.news_Monthly {
   color: #00009c;
}

.news_Quarterly {
   color: #9c5100;
}

.news_Annual {
   color: #9c0084;
}

.news_Premium {
  color: #FF0000;
}

/* Form
----------------------------------
*/
form {
   margin: 0px;
}

form#archive_search {
   margin-top:4px;
}

/* Subscribe-confirmation.php
----------------------------------
*/
table.price tr.total td {
  border-top: 1px solid #666;
}

div.pay-wrapper {
  width: 75%;
  margin-top: 5px;
  text-align: right;
}

div.pay-button {

}

div.pay-createaccount {
  padding: 3px;
  font-size: .9em;
  border: 1px solid #333;
  background: #ddd;
  display: none;
  text-align: left;
}

div.pay-createaccount input {
  width: 300px;
  font-weight: normal;
}

div.pay-createaccount input.button {
}

div.pay-createaccount input.form-phone       { width: 125px; }
div.pay-createaccount input.form-phone-ext   { width: 75px; }
div.pay-createaccount input.form-postal-code { width: 75px; }
div.pay-createaccount input.form-state       { width: 25px; }

div.pay-signin {
  float: right;
  margin-top: 5px;
  padding: 3px;
  font-size: .9em;
  border: 1px solid #333;
  background: #ddd;
}

div.pay-signin form {
  margin: 5px 0;
}

div.pay-signin form input {
  font-weight: normal;
}

div.pay-signin-failed {
  color:red;font-weight:bold;margin-bottom:5px;
}

div.pay-contactmeinstead {
  padding: 3px;
  font-size: .9em;
  border: 1px solid #333;
  background: #ddd;
  display: none;
  text-align: left;
}

div.pay-contactmeinstead-wrapper {
  clear: both;
  float: right;
  margin-top: 5px;
  text-align: right;
  
  border:1px solid orange;
}

div.pay-terms {
  clear: both;
  float: left;
  margin-top: 5px;
  text-align: left;
  font-size: .9em;
}

.nowrap {
  white-space: nowrap;
}

div.error {
  padding: 7px;

  background: #FF7F7F;
  color: #333;

  font: 14px Georgia, "Times New Roman", Times, serif;
  text-align: center;
}

div.success {
  padding: 7px;

  background: #FCFFC1;
  color: #333;

  font: 14px Georgia, "Times New Roman", Times, serif;
  text-align: center;
}

/* Misc
----------------------------------
*/
.error {color:red;font-weight:bold}
.success {color:green;font-weight:bold}

.hide {
   display:none;
   xvisibility:hidden;
}
.show {
   display:block;
   xvisibility:visible;
}

.left {float:left}
.right {float:right}

.inline {display:inline}
.block {display:block}

.bold {font-weight:bold}

.subsector
{
    margin-left: 20px;
}


.rowA {
   background: #e3e9f2;
}

.rowB {
   background: #fff;
}

.rowTotal {
    background: #ddd;
}

.period {
   font-size: 8pt;
   font-size:1.0em;
   font-weight: bold;
}

.highlight {
   background:#ccf;
   background:#fafad2;
}

.chg_pos, span.chg_pos a {
   color:#090;
   font-weight:bold;
}
.chg_neg, span.chg_neg a  {
   color:#f30;
   font-weight:bold;
}
.chg_none, span.chg_none a  {
   color:#000;
   font-weight:bold;
}
.chg_close, span.chg_close a  {
   color:#800000;
   font-weight:bold;
}

.ta_r {
    text-align: right;
}

.ta_c {
    text-align: center;
}

.ta_l {
    text_align: left;
}

/*
td p {
   font-size: 9pt;
}
*/

/*
td {
   font-size:9pt;
}
*/

/* for IE6 */
#logout_form p {
   _margin-top:15px;
   _margin-bottom:-6px;
   _padding:0;
}
/* ****** */

.greenBold {
   font-size:12px;
   font-size:1.0em;
   color:black;
   font-weight:bold;
}

.green {
   color:green;
}
.red {
   color:FireBrick;
}

.ftSm{font-size:0.8em; line-height:1.0em;}
.ftMd{font-size:1.1em; line-height:1.1em;}
.ftLg{font-size:1.3em; line-height:1.0em;}
.ftXL{font-size:1.6em; line-height:1.0em;}
.ftPtTitle{font-size:1.1em; font-weight:bold; line-height:1.0em;}

.serif {font-family: "Trebuchet MS", sans-serif; }
.sans {font-family: "Trebuchet MS", sans-serif; }

/* Trial Access Banner Style */
.trial { text-align: center; border: 1px solid #C9C9C9; background: #FAE4AC; width: auto; margin: 0 5px; padding: 5px; }

/* Expired Notice Banner Style */
.expiredNotice { text-align: center; border: 1px solid #C9C9C9; background: #FAE4AC; width: auto; margin: 0 5px 2px 5px; padding: 5px; }

/* Daily Message Banner Style */
.dailyMessage { font-weight: bold; text-align: center; border: 1px solid #C9C9C9; background: #FAE4AC; width: auto; margin: 0 5px 2px; padding: 5px; }

/* Announce Styles */
#announce { width:auto; background:#FAE4AC; text-align:center; padding:5px; border-bottom:1px solid #000;clear:both; }

table.fund_list {
   width:500px;
}

img#indicator {
   margin-left:8px;
}
img#indicator_etf {
   margin-left:8px;
}
img#indicator_13f {
   margin-left:8px;
}
img#indicator_fundcomplex {
   margin-left:8px;
}
img#indicator_fundcomplex_shares {
   margin-left:8px;
}

a#closeAll {
   margin:6px;
   color:white;
   float:left;
}

div#ajaxLoader {
   position:fixed;
   bottom:0;
   background:white;
   width:100%;
}

a.fundcomplexsearch {
   cursor:pointer;
}

div#calendar-container {
   width:0;
}

span#weeklySectorFlows {
   height:340px;
}

form#password_reset_form input.username {
   font-size:1.1em;
   padding:2px 2px;
   border:1px solid black;
   vertical-align:middle;
   background:#fff url(../images/form_bg.gif) repeat-x top left;
   xwidth:7.6em;
   xheight:1.1em;
}

form#new_password_form input.password {
   font-size:1.1em;
   padding:2px 2px;
   margin:1px;
   border:1px solid black;
   vertical-align:middle;
   background:#fff url(../images/form_bg.gif) repeat-x top left;
   xwidth:7.6em;
   xheight:1.1em;
}

form#fca_cal_date_form {
   display:none;
}

/* PRODUCT PRICING */
.pricing-override table tbody tr td {
  font-size: 16px;
  font-weight: normal;
}

/* SHOPPING CART */
.cart-errors-wrapper {
  width: 75%;
  border: 1px solid red;
  margin-bottom: 5px;
}

.cart-errors {
  margin: 5px;
  font-weight: bold;
  text-align: center;
}
