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

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

body {
   margin:0;
   padding:0;
   background:#000033;
   background:white;
   color:black;
   font-family:Verdana, Helvetica, Arial, sans-serif;
   font-size:76%;
   /* replaced by dean edwards ie7 javascript
   xbehavior: url(/styles/csshover.htc);
   */
}

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: #00009c;
   font-weight:bold;
   text-decoration:none;
}


body a:hover {color:#3333ff;}

div#container {
   background:transparent;
   width:100%;
   xmin-width:790px;
   height:100%;
}

/* Header
----------------------------------------
*/
div#header {
   background:#fff;
   width:100%;
   height:90px;
   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.logo {
   margin:0;
   padding:.5em 0 0 .5em;
   float:left;
   clear:none;
   xborder:1px solid yellow;
   z-index:20;
   position:absolute;
   left:0;
}

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.login {
   margin:0;
   height:90px;
   float:right;
   clear:none;
   xborder:1px solid magenta;
   z-index:20;
   position:absolute;
   right:0;
}

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;
}

div#footer {
   clear:both;
   background:white;
   width:100%;
   padding-top:0em;
   padding-bottom:10px;

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

div#footer p {
   text-align:center;

   font-size:1.1em;
   color:#00009c;
   color: #0649A7;
}

/* 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;
}
div#tabContent {
   xborder:1px dashed black;
   xmargin:2px;
   xpadding:4px;
   width:100%;
   xbackground:powderblue;
}
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;
}