 /*
Project:        AlphaClone
Last Changed:   2009-02-19
                http://planetargon.com
--------------------------------------
TABLE OF CONTENTS

1) general styles
2) helper styles
3) layout structure
4) view components
5) overrides

*/

@import url('/stylesheets/reset.css'); /* global reset */
@import url('/stylesheets/grid.css'); /* 960 grid framework */

/*##################################################################################
=1) general styles
##################################################################################*/

/*------------------------------------------------------------------------
=body
------------------------------------------------------------------------*/
body {
  background: #eee url(/images/bg1.png) repeat-x;
  color: #000;
  font: 12px/1.5em Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

p,hr,h1,h2,h3,h4,h5,h6,pre,table,address,fieldset {
  margin-bottom: 18px;
}


/*------------------------------------------------------------------------
=links
------------------------------------------------------------------------*/
a:focus {
  outline: 1px dotted invert;
}

a {
  color: #163c8d;
}

a:link {
  color: #163c8d;
}

a:visited {
}

a:hover {
}

a:active {
}

/* =link classes
--------------------------------------------------------------*/
a.destroy {
  color: #f00;
}

/*------------------------------------------------------------------------
=headings
------------------------------------------------------------------------*/

h1 {
  font-size: 24px;
}

h1.big {
  font-size: 32px;
}

h1.small {
  font-size: 18px;
}

h2 {
  font: 20px normal Tahoma, Arial, sans-serif;
  line-height: 27px;
  color: #333;
}

h2.big {
  font-size: 26px;
}
h2.with_subhead {
  margin-bottom: 0;
  clear: left;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}


/* =heading links
--------------------------------------------------------------*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  font-weight: normal;
}


/*------------------------------------------------------------------------
=HTML tags
------------------------------------------------------------------------*/
hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0
}

small {
  font-size: 10px;
}

/*------------------------------------------------------------------------
=utility classes
------------------------------------------------------------------------*/

.center {
  text-align: center;
}

/* =uncollapse containers
--------------------------------------------------------------*/
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/*##################################################################################
=2) helper styles
##################################################################################*/

/*------------------------------------------------------------------------
=button links
------------------------------------------------------------------------*/
ul.tool_butons {
  list-style: none;
  padding: none;
  margin: 20px;
  float: left;
}

ul.tool_buttons li,
ul.tool_buttons li ul,
div.button {
  margin-right: 7px;
  float: left;
  position: relative;
  color: #fff;
}

div.tool_buttons_right, ul.tool_buttons_right {
  float: right;
}

ul.tool_buttons li.medium {
  margin-right: 8px;
}

/* =link */

ul.tool_buttons li.button a,
div.button a {
  display: block;
  text-decoration: none;
  text-decoration: none;
  font-weight: bold;
  padding-right: 5px;
  display: relative;
  left: -10px;
}

ul.tool_buttons li.selected a {
  color: #fff;
}

/* =structure */

ul.tool_buttons li.medium,
ul.tool_buttons li.meta-button,
div.button  {
  line-height: 25px;
  height: 25px;
  font-size: 12px;
  vertical-align: middle;
}

ul.tool_buttons li.small {
  line-height: 20px;
  font-size: 10px;
  vertical-align: middle;
  text-transform: uppercase;
}

ul.tool_buttons li.button span,
ul.tool_buttons li.meta-button span,
div.button span {
  position: relative;
  display: block;
  padding: 0 5px;
  float: left;
}

ul.tool_buttons li.medium span,
ul.tool_buttons li.meta-button span,
ul.tool_buttons li.meta-button ul,
div.button span {
  right: -4px;
}

ul.tool_buttons li.meta-button ul.inset li.small span {
  right: -3px;
}

ul.tool_buttons li.small span {
  right: -3px;
}

ul.tool_buttons li.meta-button span {
  height: 25px;
  line-height: 25px;
}

ul.tool_buttons li.meta-button ul li span {
  line-height: 20px;
}

/* =medium & meta-button */

ul.tool_buttons li.medium,
ul.tool_buttons li.meta-button,
div.button {
  background: url(/images/bg-button-med-default-left.png) no-repeat top left;
}

ul.tool_buttons li.medium:hover,
ul.tool_buttons li.meta-button:hover,
div.button:hover {
  background: url(/images/bg-button-med-hover-left.png) no-repeat top left;
  color: #000;
}

ul.tool_buttons li.selected,
ul.tool_buttons li.selected:hover {
  background: url(/images/bg-button-med-selected-left.png) no-repeat top left;
  color: #fff;
}

ul.tool_buttons li.meta-selected, ul.tool_buttons li.meta-selected:hover {
  background: url(/images/bg-button-med-default-left.png) no-repeat top left;
  color: #fff;
}

ul.tool_buttons li.medium span,
div.button span {
  background: url(/images/bg-button-med-default-right.png) no-repeat top right;
}

ul.tool_buttons li.medium:hover span,
div.button:hover span,
ul.tool_buttons li.meta-button:hover span.inset_label {
  background: url(/images/bg-button-med-hover-right.png) no-repeat top right;
}

ul.tool_buttons li.selected span, ul.tool_buttons li.selected:hover span {
  background: url(/images/bg-button-med-selected-right.png) no-repeat top right;
}

ul.tool_buttons li.meta-button ul.inset {
  background: url(/images/bg-button-med-default-right.png) no-repeat top right;
}

ul.tool_buttons li.meta-button span.inset_label {
  background: url(/images/bg-button-med-default-right.png) no-repeat top right;
  margin: 0;
}

ul.tool_buttons li.meta-selected span.inset_label, ul.tool_buttons li.meta-selected:hover span.inset_label {
  background: url(/images/bg-button-med-default-right.png) no-repeat top left;
  margin: 0;
  border-right: 1px solid #ccc;
}

ul.tool_buttons li.meta-selected span.inset_label a {
  color: #000;
}

ul.tool_buttons li.meta-button .inset_copy {
  background: url(/images/bg-button-med-default-right.png) no-repeat top left;
  padding-right: 0;
  color: #333;
}

ul.tool_buttons li.selected .inset_copy {
  border: none;
  color: #333;
}

ul.tool_buttons li.selected span.inset_label a {
  color: #222;
}

ul.tool_buttons li.meta-button ul {
  padding-left: 5px;
}

ul.tool_buttons li.meta-button ul li.default a {
  color: #163c8d;
}

ul.tool_buttons li.meta-button ul.inset li {
  float: left;
  position: relative;
  top: 3px;
  right: 1px;
}

/* =inactive */

ul.tool_buttons li.inactive span {
  padding: 0 10px 0 5px;
  color: #999;
}

ul.tool_buttons li.inactive:hover {
  background: url(/images/bg-button-med-default-left.png) no-repeat top left; }

ul.tool_buttons li.inactive:hover span {
  background: url(/images/bg-button-med-default-right.png) no-repeat top right;
  color: #999;
}

/* =small */

ul.tool_buttons li.small { background: url(/images/bg-button-sm-default-left.png) no-repeat top left; }
ul.tool_buttons li.small:hover {
  background: url(/images/bg-button-sm-hover-left.png) no-repeat top left;
  color: #000;
}

ul.inset li.selected, ul.inset li.selected:hover {
  background: url(/images/bg-button-sm-selected-left.png) no-repeat top left;
  color: #fff;
}

ul.tool_buttons li.small span,
ul.tool_buttons li.meta-button ul.inset li.small span {
  background: url(/images/bg-button-sm-default-right.png) no-repeat top right;
}

ul.tool_buttons li.small:hover span,
ul.tool_buttons li.meta-button ul.inset li.small:hover span {
  background: url(/images/bg-button-sm-hover-right.png) no-repeat top right;
}

ul.tool_buttons li.meta-button ul.inset li.selected span,
ul.tool_buttons li.meta-button ul.inset li.selected:hover span {
  background: url(/images/bg-button-sm-selected-right.png) no-repeat top right;
}

/*------------------------------------------------------------------------
=form tags
------------------------------------------------------------------------*/

.simple_form h2,
.complex_form h2 {
  margin: 9px 0 0 0;
}

.complex_form form {
  border: 1px solid #ddd;
  padding: 19px;
}

.simple_form form,
.complex_form form {
  margin-bottom: 20px;
}

fieldset {
  background: #eee;
  clear: both;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 18px;
  padding: 10px;
}

fieldset fieldset {
  clear: none;
  padding: 0;
}

fieldset fieldset label input {
  width: 250px;
}

fieldset fieldset#personal_info {
}

fieldset fieldset#password {
}

label.accept_tos {
  border-top: 1px solid #ccc;
  clear: both;
  padding-top: 19px;
}


fieldset legend {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

label {
  color: #333;
  display: block;
  position: relative;
  font-weight: bold;
}

label input {
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
  padding: 5px 5px 4px 5px;
  width: 300px;
}

label span {
  font-weight: normal;
}

label.checkbox input[type="hidden"] {
  border: none;
  display: none;
}

input[type="checkbox"] {
  margin: 0 4px 0 0;
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
}

label.checkbox input {
  border: none;
  display: inline;
  left: 0;
  top: 2px;
}

label.checkbox span {
  display: block;
  left: 10px;
  margin-left: 18px;
  position: relative;
  top: -14px;
}

body.secondary fieldset label.checkbox input span {
  left: 0;
  margin: 0;
  }

textarea {
  border: 1px solid #ccc;
  display: block;
  height: 90px;
  width: 380px;
  margin-bottom: 14px;
  padding: 5px 5px 4px 5px;

}

/* =form classes
--------------------------------------------------------------*/
.form_submit {
  background: #333;
  clear: both;
  margin-bottom: 18px;
  padding: 10px;
}

.form_submit span.next {
  float: left;
  margin-right: 4px;
}

.form_submit a {
  color: #fff;
}

.button-to {
  float: left;
}

.button-to div {
  display: inline;
}

.button-to div input {
  display: inline;
}

#subheader fieldset {
  background: none;
  margin-bottom: 0;
  padding: 0;
}

fieldset.checkboxes label.all{  display: block;
  line-height: 20px;
  padding: 3px 0px 0px 0px;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ddd;
}

fieldset.checkboxes label input {
  display: inline;
}

label span.form_help {
  color: #666;
  font-style: italic;
  margin-left: 36px;
  position: absolute;
  right: 0;
}

ul li.label {
  font-weight: bold;
  margin: 0 6px 0 0;
  text-transform: uppercase;
}


/*------------------------------------------------------------------------
=flash & notifications
------------------------------------------------------------------------*/
#flash_messages {
  margin-top: 4px;
  clear: both;
  margin-bottom: 10px;
}

#flash_messages p {
  border-top: none;
  margin-bottom: 0;
  padding: 8px;
}

#flash_messages p a.action {
  float: right;
}

#flash_messages p#error {
  background: #fcc;
  border: 1px solid #f00;
}

#flash_messages p#notice {
  background: #fee37a;
  border: 1px solid #fd9b5b;
}

#flash_messages p#message {
  background: #cbf285;
  border: 1px solid #3cab09;
}

#errorExplanation {
  background: #fcc;
  border: 1px solid #f00;
  margin-bottom: 18px;
  padding: 17px;
}

span.field_with_errors input[type="text"],
span.field_with_errors input[type="password"] {
  background: #fcc;
  border: 1px solid #f00;
}

.progress {
  background: #222;
  color: #fff;
  height: 550px;
  text-align: center;
  margin-top: 36px;
}

.progress h2.generate {
  font-size: 24px;
  background: #fff;
  padding-bottom: 10px;
}

.progress_small {
  background: #222;
  color: #fff;
  height: 135px;
  text-align: center;
  margin-top: 36px;
}

.progress_small h2.generate {
  font-size: 24px;
  background: #fff;
  padding-bottom: 10px;
}



/*##################################################################################
=3) layout structure
##################################################################################*/
#sec_nav {
  background: #555;
  border-bottom: 2px solid #ccc;
  color: #ddd;
  height: 29px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#sec_nav input {
  border: none;
  font-size: 10px;
  height: 12px;
  padding: 2px 3px 3px 3px;
  margin: 0;
  position: absolute;
  top: 4px;
  right: 5px;
  border: 1px solid #ccc;
}

#masthead {
  height: 98px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#masthead a#logo {
  /*background: url(/images/logo-alphaclone.png);*/
  display: block;
  float: left;
  height: 62px;
  margin: 18px 9px;
  text-indent: -9999px;
  width: 200px;
}

.join_upgrade_cta {
  background: url(/images/bg-join-upgrade-cta.png) no-repeat;
  color: #fff;
}

#masthead .join_upgrade_cta {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 392px;
  height: 86px;
  display: none;
}

#content .join_upgrade_cta {
  margin-bottom: 10px;
  padding: 9px;
}

.join_upgrade_cta p.copy {
  font-family: "Tahoma", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 9px;
  text-align: center;
}

.join_upgrade_cta p.copy span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #65a1be;
  margin-top: 3px;
}

#masthead .join_upgrade_cta p.copy {
  float: left;
  margin-bottom: 0;
  width: 190px;
}

#masthead .join_upgrade_cta p.upgrade_copy {
  width: 210px;
  margin: 7px;
  line-height: 16px;
}

#masthead .join_upgrade_cta p.upgrade_copy span {
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
}

.join_upgrade_cta p.copy em {
  color: #FFFFCC;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
}

#masthead .join_upgrade_cta p.register,
#masthead .join_upgrade_cta p.upgrade {
  height: 100%;
  position: relative;
  margin-bottom: 0;
}

#content .join_upgrade_cta p.register,
#content .join_upgrade_cta p.upgrade {
  margin-bottom: 0;
}

.join_upgrade_cta p.register a,
.join_upgrade_cta p.upgrade a {
  display: block;
  height: 65px;
  text-indent: -9999px;
  width: 185px;
}

#masthead .join_upgrade_cta p.register a,
#masthead .join_upgrade_cta p.upgrade a {
  position: absolute;
  top: 10px;
  right: 5px;
}

#content .join_upgrade_cta p.register a,
#content .join_upgrade_cta p.upgrade a {
  margin: 0 auto;
}

.join_upgrade_cta p.register a {
  background: url(/images/button-free-trial.png) no-repeat;
}

.join_upgrade_cta p.upgrade a {
  background: url(/images/button-upgrade-now-green.png) no-repeat;
}

#masthead .join_upgrade_cta p.upgrade {
  position: relative;
  left: 18px;
  top: 2px;
}

/*------------------------------------------------------------------------
=main nav
------------------------------------------------------------------------*/
#main_nav {
  background: url(/images/bg-main_nav.png) bottom;
}

#main_nav ul li {
  position: relative;
  padding-bottom: 1px;
}

#main_nav ul li a {
  border-right: 1px solid #bfbfbf;
  color: #666;
  display: block;
  float: left;
  height: 36px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
  width: 136px;
}

#main_nav ul li.home_active,
#main_nav ul li.global_active,
#main_nav ul li.user_active {
  background: url(/images/bg-main-nav-active.png) bottom;
}

#main_nav ul li a span {
  color: #999;
  margin-left: 9px;
  position: absolute;
  top: 0; /*ie 7 */
}

#main_nav ul li.home_active a span,
#main_nav ul li.global_active a span,
#main_nav ul li.user_active a span {
  color: #666;
}

#main_nav ul li:hover a span {
  color: #666;
}

#main_nav ul li a strong {
  font-size: 12px;
  line-height: 27px;
  margin-left: 9px;
  position: relative;
  top: 7px;
}

/* =main nav > home
--------------------------------------------------------------*/
body #main_nav ul li.home {
  border-top: 9px solid #939393;
}

body #main_nav ul li.home a,
body #main_nav ul li.home_active a {
}

body #main_nav ul li.home:hover,
body #main_nav ul li.home_active  {
  border-top: 9px solid #666;
}


/* =main nav > global
--------------------------------------------------------------*/
body #main_nav ul li.global {
  border-top: 9px solid #91a6d1;
}

body #main_nav ul li.global a,
body #main_nav ul li.global_active a {
  color: #2f59b0;
}

body #main_nav ul li.global:hover,
body #main_nav ul li.global_active {
  border-top: 9px solid #2f59b0;
}


/* =main nav > user
--------------------------------------------------------------*/
body #main_nav ul li.user {
  border-top: 9px solid #a0c89d;
}

body #main_nav ul li.user a,
body #main_nav ul li.user_active a {
  color: #4e9d47;
}

body #main_nav ul li.user:hover,
body #main_nav ul li.user_active {
  border-top: 9px solid #4e9d47;
}

body #main_nav ul li.last a {
  border-right: none;
  width: 138px;
}

/*------------------------------------------------------------------------
=view title
------------------------------------------------------------------------*/
#view_title {
  background: #eee;
  border-bottom: 1px solid #ddd;
  height: 65px; /* ie */
  margin: 0 -9px;
  margin-bottom: 1px;
  position: relative;
}

#view_title h1 {
  line-height: 65px;
  margin: 0 9px;
  font-family: "Tahoma", Arial, sans-serif;
}

#view_title p.call_to_action {
  position: absolute;
  right: 8px;
  top: 11px;
}


/*------------------------------------------------------------------------
=subheader
------------------------------------------------------------------------*/

p.subhead {
  font-size: 14px;
  margin: 0 0 5px 0;
  color: #777;
}

div.below_view_header,
p.below_view_header,
p.under_view_header {
  margin-top: 9px;
}


/*------------------------------------------------------------------------
=main content area
------------------------------------------------------------------------*/
body.index {
  background: #eee url(/images/bg-homepage.png) repeat-x top;
}

body.secondary .wrapper {
  background: url(/images/bg-secondary.png) no-repeat top;
  margin: 0 auto;
  /*width: 980px;*/
  margin-top: 10px;
  padding-top: 4px;
}

body.secondary .wrapper #content.group #membership { font-family: Arial, Verdana; color: #5B5B5B; line-height: 105%;}
body.secondary .wrapper #content.group #membership span.your_current_plan { display: block; padding: 10px 0 0 34px; font-weight: bold;}
#content {
  background: #fff;
  height: 1%; /* ie */
  margin: 0px;
  padding: 0 10px;
  position: relative;
}

body.index #content {
  padding-top: 27px;
}

#primary_content {
  margin-top: 9px;
}

.copy {
  margin: 18px 18px 0;
}


/*------------------------------------------------------------------------
=page module
------------------------------------------------------------------------*/
div.summary {
  position: relative;
}

div.page {
  clear: both;
  margin-bottom: 18px;
  overflow: hidden;
}

div.page div.module {
  margin: 0;
  overflow: hidden;
  padding: 0;
  clear: left;
}

div.page div.section {
  background: #fff;
  margin-bottom: 18px;
  clear: left;
}

div.page div.section table {
  margin-bottom: 9px;
}


/*------------------------------------------------------------------------
=footer
------------------------------------------------------------------------*/
/*#footer {
  background: #333;
  color: #666;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

#footer h3 {
  color: #aaa;
  font-family: 'Arial', 'Verdana', 'sans-serif';
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 5px;
  text-transform: uppercase;
}

#footer p {
  color: #aaa;
}

#footer .module {
  background: #3f3f3f;
  color: #ccc;
  margin-bottom: 10px;
  min-height: 134px;
  padding: 9px;
}

#footer .module ul li {
  list-style: inside disc;
  margin-bottom: 9px;
}

#footer a {
  color: #7fc8ec;
  font-weight: bold;
}

#footer #site_links ul li {
  list-style: none;
}

#footer #site_links a {
  border-right: 1px solid #555;
  color: #7fc8ec;
  padding: 0 6px;
}

#footer #site_links a.last {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

#site_legal {
  background: #222;
  color: #ccc;
  font-size: 10px;
  padding: 20px 0 0;
  text-align: center;
}

#site_legal a {
  color: #7fc8ec;
}

#site_legal a.first,
#site_legal span.first {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}*/


/*##################################################################################
=4) view components
##################################################################################*/

/*----------------------------------------------------------------------------------
=buttons
----------------------------------------------------------------------------------*/

/* Link button */
p.button {
  background: #ddd;
  border: 1px solid #ccc;
  float: right;
  padding: 3px;
  text-align: center;
}

p.save_clone_button, #x_saving_clone, #x_unsaving_clone {
  position: absolute;
  top: 10px;
  right: 10px;
}

#x_saving_clone img, #x_unsaving_clone img {
  vertical-align: middle;
}

p.save_clone_button a {
  display: block;
  text-indent: -9999px;
  height: 44px;
  width: 240px;
}

p.save_clone_button a.save {
  background: url(/images/button-save_to_myclones.png);
}

#x_clone_tab_title .save_clone_button a {
  position: absolute;
  right: -9px;
  top: -6px;
}

p.save_clone_button a.unsave {
  background: url(/images/button-remove_from_myclones.png);
}

p.make_fund_group a {
  background: url(/images/button-create_a_fund_group.png);
  display: block;
  float: right;
  height: 46px;
  text-indent: -9999px;
  width: 220px;
}



/* =save fund group button
--------------------------------------------------------------*/
#save_fund_group {
  background: #fff;
  margin-bottom: 18px;
  padding: 0;
/*  position: absolute;
  top: 0px;
  right: 0px;
*/}


#save_fund_group input {
  border: none;
}

/* =Join / Upgrade
--------------------------------------------------------------*/

/*.scroll-wrapper div.panel a.call_to_action {
  left: 660px;
}*/

.call_to_action_wrap {
  bottom: 32px;
  height: 42px;
  left: 440px;
  position: absolute;
  width: 380px;
}

a.call_to_action {
  display: block;
  float: right;
  height: 34px;
  text-indent: -9999px;
  width: 160px;
}

.call_to_action_wrap a {
  float: left;

}

#footer a.call_to_action {
  float: right;
}

/* =join now button */
a.join {
  background: url(/images/button-join_now.png) no-repeat;
}

/*#mini_tour a.join {
  background: url(/images/button-join_now.png) no-repeat;
}*/

/* =upgrade now button */
a.upgrade {
  background: url(/images/button-upgrade.png) no-repeat;
}

/* =upgrade now button */
a.upgrade_now {
  background: url(/images/button-upgrade_now.png) no-repeat;
}

/* =downgrade now button */
a.downgrade {
  background: url(/images/button-downgrade.png) no-repeat;
}


/* =take alphaclone tour button */
a.take_alphaclone_tour {
  background: url(/images/button-take_alphaclone_tour.png) no-repeat;
}

.change_credit_card {
  display: block;
  margin-top: 10px;
}


/*------------------------------------------------------------------------
=lists
------------------------------------------------------------------------*/

/* =horizontal list
--------------------------------------------------------------*/
body ul.l_horiz_list,
body ul.r_horiz_list {
  list-style: none;
  overflow: hidden;
}

body ul.r_horiz_list {
  float: right;
}

body ul.l_horiz_list li,
body ul.r_horiz_list li {
  float: left;
}

body ul.l_horiz_list li ul li,
body ul.r_horiz_list li ul li {
  border-left: none;
  float: none;
  margin-left: 0;
  padding-left: 0;
}

body ul.l_horiz_list li.first,
body ul.r_horiz_list li.first {
  margin-left: 0;
}

/* =legend
--------------------------------------------------------------*/
ul.legend li {
  padding: 0 9px;
}

ul.legend li.custom_groups span,
ul.legend li.ac_groups span,
ul.legend li.single_funds span,
ul.legend li.clones span,
ul.legend li.index span {
  border: 1px solid #ccc;
  display: block;
  float: left;
  height: 18px;
  margin-right: 9px;
  width: 24px;
}

ul.legend li.clones {
  padding-left: 0;
}

ul.legend li.custom_groups span,
table tr.custom_groups td {
  background: #c8e0c6;
}

ul.legend li.ac_groups span,
table tr.ac_groups td {
  background: #c0cde7;
}

ul.legend li.single_funds span,
table tr.single_funds td {
  background: #ffe0b2;
}

ul.legend li.clones span {
  background: #409538;
}

ul.legend li.index span {
  background: #163c8d;
}

ul#clone_perf_overview {
  position: absolute;
  right: 0;
  width: 480px;
}

ul#clone_perf_overview li {
  font-weight: normal;
  line-height: 36px;
}

ul#clone_perf_overview li span {
  margin-top: 9px;
}

ul#clone_perf_legend {
  margin-bottom: 0;
}

ul#clone_perf_legend li {
  padding-bottom: 0;
}

/* =results
--------------------------------------------------------------*/
ul.results {
  clear: both;
  margin-bottom: 18px;
}


/* =checkboxes (REFACTOR)
--------------------------------------------------------------*/
ul.checkboxes li {
  margin-top: 9px;
}

ul.halves li {
  width: 462px;
}

ul.quarters li {
  width: 231px;
}

/*------------------------------------------------------------------------
=members only banner
------------------------------------------------------------------------*/
div.members_only, #clone_wrap div.members_only {
  background: #fff;
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 18px;
  text-align: left;
  border: 1px dashed #80b157;
  padding: 9px;
  position: relative;
  clear: both;
}

div.members_only .members_only_inner, #clone_wrap div.members_only .members_only_inner {
  background: #333;
  line-height: 23px;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  padding: 10px;
}

div.members_only em {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

div.members_only p em {
  font-weight: normal;
}

div.members_only em a, #clone_wrap div.members_only em a {
  position: absolute;
  right: 20px;
  color: #62cbff;
  text-transform: none;
}

div.members_only span span, #clone_wrap div.members_only span span {
  color: #CEDEFF;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 9px 3px 9px;
  margin: 0 -9px;
  display: block;
}

div.members_only span span a, #clone_wrap div.members_only span span a {
  position: static;
  left: 0;
  color: #CEDEFF;
}

div.members_only p, #clone_wrap div.members_only p {
  margin: 0;
}

div.members_only img, #clone_wrap div.members_only img {
  background: none;
  color: #62cbff;
  display: inline;
  float: right;
  margin: 0px;
  padding: 28px 0 0 0;
  text-decoration: underline;
}

ul.tabbed li div.members_only {
  margin-bottom: 0;
  width: 680px;
  padding: 3px;
  font-size: 12px;
  line-height: 20px;
  margin-top: -14px;
}

ul.tabbed li div.members_only span {
  font-weight: normal;
  font-size: 9px;
  line-height: 14px;
  padding-top: 2px;
}

ul.tabbed li div.members_only span span {
  display: none;
}

ul.tabbed li div.members_only img {
  display: none;
}

ul.tabbed li.non_nav div.members_only a {
  background: none;
  border: none;
  font-weight: bold;
  padding: 0;
  text-decoration: underline;
  top: 5px;
  right: 7px;
}

/*------------------------------------------------------------------------
=nav
------------------------------------------------------------------------*/

/* =nav > ajax select box
--------------------------------------------------------------*/
ul.ajax_select li {
  position: relative;
}

ul.ajax_select li.select a {
  background: url(/images/icon-arrow-down.gif) no-repeat 98% 6px;
  border: 1px solid #ccc;
  display: block;
  padding: 0 16px 0 2px;
}

ul.ajax_select li ul {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  margin-top: 2px;
  padding: 5px;
  position: absolute;
  left: 0;
}

ul.ajax_select li ul li {
  float: none;
  overflow: visible;
}

ul.ajax_select li ul li a {
  background: none;
  color: #666;
  display: block;
  text-decoration: none;
}

ul.ajax_select li ul li a:hover {
  background: #eee;
}

/* =nav > buttons
--------------------------------------------------------------*/
ul.buttons li {
  line-height: 18px;
}

ul.buttons li a {
  background: #ddd;
  border: 1px solid #ccc;
  display: block;
  font-weight: bold;
  margin-left: 9px;
  padding: 0 4px;
  text-decoration: none;
}

ul.buttons li a.active {
  background: #333;
  border: 1px solid #222;
  color: #fff;
}

div.button_nav {
  background: #555;
  float: left;
  padding: 5px 10px;
  width: 920px;
}

div.button_nav_light {
  background: #ddd;
  float: left;
  padding: 5px 10px;
  width: 920px;
}

#clone_wrap div.button_nav, #clone_wrap div.button_nav_light {
  width: 940px;
}

div.button_nav .label,
div.button_nav_light .label,
div.button_nav_right .label {
  float: left;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
  margin-right: 10px;
}

div.button_nav_light .label {
  color: #555 ;
}

/* =nav > date selector
--------------------------------------------------------------*/
.date_selector_wrap {
  background: url(/images/bg-main_nav.png) top left repeat-x;
  color: #333;
  margin: 0;
  position: relative;
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
}

#x_clone_results .date_selector_wrap {
  border-left: none;
  border-right: none;
}

.date_selector_wrap span.growth_of_10k {
  float: left;
  margin: 10px;
  font-weight: bold;
}

.date_selector {
  padding: 5px;
  position: relative;
  height: 25px;
}

.date_selector_wrap span.date_selector_range {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
}

/* =nav > dividers
--------------------------------------------------------------*/
body ul.dividers {
  margin-bottom: 18px;
}

body ul.dividers li {
  border-left: 1px solid #999;
}

body ul.dividers li.first {
  border: none;
  margin-left: 0;
  padding-left: 0;
}

body ul.dividers li.space { /* space without divider */
  border-left: none;
  margin-left: 0;
}

/* =full size */

body ul.full {
  font-size: 12px;
  line-height: 16px;
}

body ul.full li {
  margin-left: 9px;
  padding-left: 8px;
}

body ul.full li.first {
  margin-left: 0;
  padding-left: 0;
}

/* =supplementary nav */

body ul.sup {
  font-size: 10px;
  line-height: 12px;
}

body ul.sup li {
  margin-left: 5px;
  padding-left: 4px;
}

body ul.sup li.first {
  margin-left: 0;
  padding-left: 0;
}

/* =nav that has subnav */

ul.has_subnav {
  border-bottom: none;
  margin-bottom: -1px;
}

/* =subnav */

ul.subnav {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0 0 18px 0;
  padding: 9px;
}

/* =filters */

ul.filter {
  background: #eee;
  clear: both;
  margin-bottom: 18px;
  padding: 5px;
}

ul.filter li {
  float: right;
}


/* =nav > tabbed
--------------------------------------------------------------*/
ul.tabbed {
  border-bottom: 1px solid #ccc;
  clear: both;
  margin-bottom: 18px;
}

ul.tabbed li {
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}

ul.tabbed li a {
  background: #ddd;
  border-bottom: none;
  display: block;
  margin-right: 2px;
  padding: 0 9px;
  text-decoration: none;
}

ul.tabbed li a.active {
  background: #eee;
}

ul.tabbed li span.inactive {
  background: #ddd;
  color: #bbb;
  display: block;
  margin-right: 1px;
  padding: 9px;
}

/* =tabbed nav with background */

ul.bg {
  background: url(/images/bg-clone-header.png) repeat-x top left;
  border-bottom: none;
  padding: 18px 0 0;
  border-top: 1px solid #eee;
}

ul.bg li a {
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-top: 2px solid #ccc;
}

ul.bg li.active a {
  background: #fff;
}

/* =tabbed nav with an inline non-navigation element */

ul.tabbed li.non_nav {
  color: #666;
  font-weight: normal;
  padding: 0;
  text-align: left;
}

div.page ul.tabbed {
  border-bottom: none;
  margin-bottom: 0;
}

/*------------------------------------------------------------------------
=pagination
------------------------------------------------------------------------*/

.pagination_wrap {
  background: url(/images/bg-pagination.png) no-repeat;
  color: #fff;
  position: relative;
  clear: left;
  height: 35px;
}

.pagination_wrap span.record_count {
  float: none;
  line-height: 35px;
  padding-left: 10px;
}

.page_top {
  margin-bottom: 18px;
}

.page_bottom { /* for pagination at the bottom of a page */
  margin: 9px 0 18px;
}

.section .page_bottom {
  margin-bottom: 0;
}

.pagination_wrap .pagination {
  margin-right: 6px;
  position: absolute;
  right: 3px;
  top: -3px;
}

.pagination a,
.pagination span {
  background: #fff;
  display: block;
  float: left;
  margin: 9px 4px 9px 0;
  padding: .2em .5em;
}

.pagination span.disabled {
  color: #999;
}

.pagination span.current {
  background: #333;
  color: #fff;
  font-weight: bold;
}

.pagination a {
  color: #105cb6;
  text-decoration: none;
}

.pagination span.record_count {
  background: #555;
  float: left;
  padding: 0 10px;
}

.pagination a:hover,
.pagination a:focus {
  border-color: #003;
  color: #003;
}

.pagination .page_info {
  background: #2e6ab1;
  color: #fff;
  margin-bottom: .3em;
  padding: .4em .6em;
  text-align: center;
  width: 22em;
}

.pagination .page_info b {
  background: #6aa6ed;
  color: #003;
  padding: .1em .25em;
}

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

* html .pagination {
  height: 1%;
}

*:first-child+html .pagination {
  overflow: hidden;
}

/*------------------------------------------------------------------------
=tables
------------------------------------------------------------------------*/

table {
  background: url(/images/bg-table-header.png) no-repeat top left;
  border-bottom: 1px solid #999;
  clear: both;
  width: 100%;
  font-family: "Tahoma", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

table.half_table, #clone_wrap table.half_table {
  background: url(/images/bg-table-header-620.png) no-repeat top left;
  border-bottom: 1px solid #999;
  width: 620px;
}

table.short {
  background: url(/images/bg-table-short.png) no-repeat top left;
}

table.short th {
  height: 65px;
}

table tr.even td {
  background: #eee;
}

table tr th {
  background: url(/images/table-divider-tall.gif) no-repeat top right;
  color: #2e2b1e;
  font-size: 11px;
  line-height: 16px;
  padding: 0 4px 9px 4px;
  text-align: left;
  vertical-align: bottom;
}

table tr th a {
  color: #333;
}

table.short tr th {
  background: url(/images/table-divider-medium.gif) no-repeat top right;
}

table tr th.right {
  text-align: right;
}

table tr th[scope="row"] {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

table tr th span {
  color: #666;
  display: block;
  position: relative;
}

table tr th.header_group {
  background: url(/images/table-divider-medium.gif) no-repeat top right;
  height: 53px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 11px;
  padding-bottom: 0px;
}

table tr th.subheader {
  background: url(/images/table-divider-tall.gif) no-repeat bottom right;
  height: 41px;
}

table tr th.header_group span,
table tr th.subheader span {
  display: block;
  font-weight: bold;
}

table tr th.header_group span {
  margin-bottom: 0;
/*  height: 46px;
*/  /*margin-top: 9px;*/
}

table tr th.header_group span.glossary_tooltip a {
  text-decoration: none;
  color: #666;
}

table tr th span.qualifier {
  font-size: 11px;
  text-transform: lowercase;
  font-weight: normal;
  display: block;
  margin-top: -3px;
}

table tr th.subheader span {
  margin-top: 0;
/*  height: 36px;
  margin-bottom: 9px;
  padding: 0 4px;
*/}

table tr th.subheader a {
  color: #333;
}

table tr th.subheader p {
  text-align: center;
}

table th a:link {
  color: #333;
}

table tr th.first {
  padding-left: 7px;
}

table tr th.last {
  padding-right: 7px;
  background: none;
}

table tr th.with_count {
  padding-left: 35px;
}

table tr th a.asc {
  background: url(/images/icon-control-up.png) no-repeat right bottom;
  padding-right: 20px;
  display: block;
}

table tr th a.desc {
  background: url(/images/icon-control-down.png) no-repeat right bottom;
  padding-right: 20px;
  display: block;
}

table tr th a.sorted_desc {
  background: url(/images/icon-control-down-active.png) no-repeat right bottom;
}

table tr th a.sorted_asc {
  background: url(/images/icon-control-up-active.png) no-repeat right bottom;
}

table tr th.inactive span {
  color: #999;
  font-style: italic;
}

table tr td.first {
  border-left: none;
}

table tr td.count {
  width: 20px;
  padding: 4px;
  text-align: right;
}

table tr td.count span {
  font-weight: bold;
  font-size: 10px;
  color: #777;
}

table tr td.ticker {
  border-right: none;
  padding-right: 0;
}

table tr td.ticker span {
  background: #eee;
  color: #777;
  padding: 0px 2px 0px 3px;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: .03em;
  display: block;
  border: 1px solid #ccc;
  line-height: 18px;
}

table tr.even td.ticker span {
  background: #ddd;
  color: #666;
}

table tr:hover td.ticker span,
table tr.even:hover td.ticker span {
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

table#past_portfolios tr:hover td.ticker span,
table#past_portfolios tr.even:hover td.ticker span {
  border: 1px solid #ccc;
  background: #eee;
  color: #777;
}

table#past_portfolios tr.even:hover td.ticker span {
  background: #ddd;
  color: #666;
}

table tr td.with_ticker {
  border-left: none;
}

table tr th.actions {
  background: #666;
  color: #fff;
}

table tr td {
  border-bottom: 1px dotted #aaa;
  border-left: 1px dotted #aaa;
  padding: 4px 7px;
  vertical-align: middle;
  white-space: nowrap;
}

table tr.even td.hover {
  background: #cedeff;
}

td.hover,
tr.hover {
  background: #cedeff;
}

td.hoverrow, th.hoverrow {
  background-color: #6df;
}

table tr td.numeric {
  text-align: right;
}

table tr td.summary {
  font-weight: bold;
}

table tr td.positive {
  color: #009900;
  font-weight: bold;
}

table tr td.actions {
  text-align: center;
}

table tr td.action {
  text-align: right;
}

table tr td.actions a.button {
  background: transparent;
  float: none;
  height: 18px;
  margin: 0 auto;
  width: 18px;
}

table tr td.actions a.button {
  color: #fff;
  display: block;
  font-size: 14px;
  text-decoration: none;
}

table tr td.img {
  text-align: right;
  vertical-align: middle;
}

/* table snapshot */

.snapshot {
  border: none;
  margin-bottom: 0;
}

table.below_view_header {
  margin-top: 9px;
}

.snapshot th,
.snapshot td {
  border: none;
  border-left: 1px solid #ccc;
  padding: 0 7px 3px;
}

.snapshot th.main_display {
  background: #555;
  border: none;
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
}

.snapshot th.main_display span {
  background: transparent;
  border: none;
  color: #ddd;
  display: inline;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.snapshot th {
  background: #e6e6e6;
  text-align: left;
}

.snapshot th span {
  background: #fff;
  padding: 2px 5px;
  position: relative;
  top: -3px;
}

.snapshot td.market_value {
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
}

.snapshot td.positive {
  background: #e6e6e6 url(/images/icon-positive_arrow.png) no-repeat 9px;
  color: #007d00;
  padding-left: 33px;
}

.snapshot td.negative {
  background: #e6e6e6 url(/images/icon-negative_arrow.png) no-repeat 9px;
  color: #d40000;
  padding-left: 33px;
}

.snapshot p {
  font-size: 14px;
  margin-bottom: 0;
  text-align: left;
}

.snapshot p span {
  color: #666;
}

.snapshot p.meta {
  color: #666;
  font-size: 10px;
}

.snapshot td .stock_change {
  font-size: 16px;
  font-weight: bold;
}

.snapshot td ul li {
  color: #666;
  font-size: 10px;
  position: relative;
  text-transform: uppercase;
}

.snapshot td ul li span {
  color: #000;
  float: right;
  font-size: 12px;
}

#fund_group_info {
  margin-top: -9px;
}


/* for recent trades */

table#recent_trades {
  background: none;
  margin-left: 9px;
  width: 880px;
}

table#recent_trades tr th.first {
  border-left: 18px solid #fff;
}

table#recent_trades tr.group_1 td.first {
  border-left: 18px solid #555;
}

table#recent_trades tr.group_2 td.first {
  border-left: 18px solid #999;
}

table#recent_trades tr.group_3 td.first {
  border-left: 18px solid #ddd;
}

table#recent_trades tr.no_group td.first {
  border-left: 18px solid #ddd;
}

table#recent_trades tr td.buy,
table#recent_trades tr td.sell {
  font-weight: bold;
  text-transform: uppercase;
}

table#recent_trades tr td.buy {
  color: #360;
}

table#recent_trades tr td.sell {
  color: #f00;
}

table tr td.current {
  font-weight: bold;
}


table#verisign_logo {
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
  width: 135px;
  float: right;
}

table#verisign_logo tr th {
  background: none;
  color: #2e2b1e;
  font-size: 11px;
  line-height: 16px;
  padding: 0 4px 9px 4px;
  text-align: left;
  vertical-align: bottom;
}

table#verisign_logo tr th a {
  color: #333;
}

/*------------------------------------------------------------------------
=Tooltip
------------------------------------------------------------------------*/

/* for tooltips */

div.tooltip_questionmark {
  font-size: 1.4em;
  color: #333;
}

div.tooltip {
  z-index: 2000;
  background-color: #EEE;
  border: 1px #999 dashed;
  padding: 4px;
  margin: 5px;
}

/*------------------------------------------------------------------------
=typography
------------------------------------------------------------------------*/

/* bold */

.bold {
  font-weight: bold;
}

/* h1 heading */

h1 span {
  color: #777;
  font-size: 14px;
  font-weight: normal;
  margin-left: 9px;
}

h1 span span {
  margin: 0 3px 0 0;
  font-weight: bold;
}

/* h2 heading */

#subheader h2 {
  color: #555;
  font-weight: normal;
  margin-bottom: 9px;
}

#subheader h2.solo {
  line-height: 44px;
  margin-bottom: 0;
}

h2 small {
  font-size: 14px;
}

div.page h2 {
  color: #666;
  font-size: 14px;
}

div.page h2 span {
  color: #958015;
}

/* h3 heading */

#fund_summary h3 {
  color: #333;
  font-weight: normal;
}

/* heading options */

.extra {
  float: right;
}

/* heading spacing */

.zero {/* no bottom margin*/
  margin-bottom: 0;
}

.half {/* half of the normal bottom margin */
  margin-bottom: 9px;
}

.double {/* double bottom margin */
  margin-bottom: 36px;
}

/* for page descrption */

p.desc {
  color: #666;
}

/* footnote */

p.footnote {
  color: #666;
  font-size: 10px;
}



/*##################################################################################
=5) overrides
##################################################################################*/


/*------------------------------------------------------------------------
=about
------------------------------------------------------------------------*/

#about ul {
  margin-bottom: 18px;
  margin-left: 18px;
}

#about ul li span {
  font-size: 11px;
  font-weight: bold;
  color: #409538;
  margin-right: 3px;
  text-transform: uppercase;
}

#about p span {
  display: block;
  font-size: 14px;
  line-height: 27px;
}

/*----------------------------------------------------------------------------------
=buttons
----------------------------------------------------------------------------------*/
#x_hedged_title {
  float: left;
}

#x_top_25_clones .tool_buttons_right {
  width: 448px;
}


/*------------------------------------------------------------------------
=dashboard
------------------------------------------------------------------------*/

#dashboard {
  margin-top: 18px;
}

#dashboard table .section {
  background: #fff;
  border: 1px solid #ccc;
  padding: 9px;
}

/* for box (half width) */

div.box {
  border: 1px solid #ccc;
  margin-bottom: 18px;
  width: 440px;
}

div.box ul {
  margin: 18px;
}

div.box h3 {
  background: #eee;
  font-size: 14px;
  padding: 9px 18px;
}

div.box h3 span.extra {
  font-size: 12px;
}

ul.stats {
  margin-bottom: 18px;
}

ul.stats li {
  margin-bottom: 9px;
}

ul.stats li span {
  float: right;
}

div.box ul.halves li {
  width: 213px;
}

#dashboard div.box table {
  margin: 9px;
  width: 404px;
}

/* =dashboard details modules */

.first_col {
  float: left;
  width: 424px;
}

#clone_statistics {
  border-bottom: none;
  margin-bottom: 0;
}

#holdings_price {
  float: right;
  width: 424px;
}

#dashboard p.group {
  clear: both;
}

.dashboard_section {
  margin-bottom: 27px;
}

#recently_tracked_clones li span {
  margin-left: 9px;
  color: #777;
}

.no_content {
  background: #ffffcc;
  border: 1px dashed #f6c1a9;
  padding: 5px 7px;
  margin-bottom: 9px;
}

.no_content h2, .no_content h3 {
  color: #8d1903;
}

.no_content h3 {
  font-size: 16px;
  margin: 5px 0 4px 0;
  font-weight: normal;
}

.no_content p {
  color: #4a2d24;
  font-size: 13px;
}

.no_content a {
  color: #ca3223;
}

/*------------------------------------------------------------------------
=leaderboard top clones
------------------------------------------------------------------------*/

#x_top_clones { position: relative; }

#x_top_clones.deactivated { margin-top: 15px; }

#x_top_clones #top_clones_deactivated {
  width: 940px;
  height: 62px;
  background: url(/images/bg-clone-creator-deactive.png) 0 -20px no-repeat;
  position: absolute;
  top: 0px;
  *bottom: 15px;
  left: 0;
  z-index: 1000;
}

#x_top_clones #top_clones_deactivated a {
  position: absolute;
  right: 5px;
  top: -40px;
}

/*------------------------------------------------------------------------
=clone creator
------------------------------------------------------------------------*/

#x_clone_generator { position: relative; }

#x_clone_generator #clone_generator_deactivated {
  width: 940px;
  height: 150px;
  background: url(/images/bg-clone-creator-deactive.png) left top no-repeat;
  position: absolute;
  top: 22px;
  *bottom: 15px;
  left: 0;
  z-index: 1000;
}

#x_clone_generator #clone_generator_deactivated a {
  position: absolute;
  right: 5px;
  top: -40px;
}

#x_clone_generator h2 {
  font-size: 14px;
  line-height: 18px;
  margin: 4px 0;
}

#clone_creator {
  font-family: "Tahoma", Arial, sans-serif;
  padding: 4px 12px 9px 12px;
  position: relative;
  background: url(/images/bg-clone-creator.png) no-repeat top;
  height: 142px;
  margin-bottom: 9px;
}

#clone_creator .tool_buttons {
  margin-bottom: 0px;
  width: 698px;
  float: left;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  padding: 4px 0;
}

#clone_creator label {
  text-transform: uppercase;
  color: #333;
  font-size: 11px;
  line-height: 25px;
  margin-bottom: 0px;
  font-weight: bold;
  width: 218px;
  float: left;
  clear: left;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  padding: 4px 0;
}

#clone_creator p {
  padding: 4px 0px;
  margin: 0;
  clear: left;
  position: absolute;
  left: 12px;
  top: 108px;
  color: #333;
  width: 920px;
  border-top: 1px solid #fff;

}

#clone_creator p span {
  font-size: 10px;
  display: block;
  line-height: 12px;
  color: #555;
}

label#clone_selection_strategy_label,
#clone_creator ul#clone_selection_strategy {
  border-top: none;
  padding-top: none;
}

label#clone_hedging_strategy_label,
#clone_creator ul#clone_hedging_strategy {
  border-bottom: 1px solid #bbb;
}

#clone_creator #x_generate_clone_button a {
  background: url(/images/button-generate_clone.png) no-repeat;
  height: 29px;
  position: absolute;
  right: 10px;
  text-indent: -9999px;
  top: 115px;
  width: 190px;
}

/*------------------------------------------------------------------------
=clone view
------------------------------------------------------------------------*/

#clone_wrap {
  width: 964px;
  position: relative;
  border: 13px solid #555;
  left: -24px;
  margin-bottom: 18px;
}

#clone_wrap #x_clone_results {
  border-top: 2px solid #444;
  border-left: 2px solid #444;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  margin: 0;
}

#clone_wrap #x_clone_results.marketing_site {
  margin: 0;
  border: 0px;
}

#clone_wrap #x_clone_graph {
  margin: 0 10px;
  height: 260px;
  width: 930px;
}

#clone_wrap #x_clone_graph.marketing_site_graph {
  width: 835px;
}

#clone_wrap p {
  margin: 5px 10px 18px 10px;
}

#clone_wrap div.members_only p {
  margin: 0;
}

#clone_wrap .subhead {
  padding: 10px;
  margin: -18px 0 0 0;
}

#clone_wrap .module {
  background: #fff;
  border-top: 1px dashed #bbb;
  clear: both;
}

#clone_wrap h3 {
  font-size: 18px;
  font-family: "Tahoma", Arial, sans-serif;
  color: #4e9d47;
  margin: 10px;
  font-weight: normal;
}

#clone_wrap h4 {
  font-size: 14px;
  font-family: "Tahoma", Arial, sans-serif;
  color: #555;
  padding-top: 10px;
  margin: 10px 0 5px 10px;
  clear: left;
}

#clone_wrap p.legend_wrap {
  background: #555;
  clear: left;
  color: #fff;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0px 10px;
  position: relative;
  top: -2px;
}

#clone_wrap p.legend_wrap span.legend {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: bold;
}

#clone_wrap p.legend_wrap span span {
  margin-right: 15px;
}

#clone_wrap p.legend_wrap span span img {
  margin-right: 1px;
  border: 1px solid #222;
  vertical-align: middle;
}

#clone_wrap table {
  width: 940px;
  position: relative;
  margin: 5px 10px;
}

#clone_wrap .section {
  padding-top: 10px;
}

#clone_wrap .section p.subhead {
  margin: -5px 0px 0px 0px;
}

#clone_wrap .half_table {
  float: left;
  margin: 10px 0 18px 10px;
}

#clone_wrap div#clone_only_stats {
  float: left;
  width: 275px;
  padding: 11px 9px 9px 9px;
  margin-left: 10px;
}

#clone_wrap div#clone_only_stats dl {
  float: left;
}

#clone_wrap div#clone_only_stats dt {
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px dotted #ddd ;
  margin: 0 0 3px 0;
  float: left;
  clear: left;
  width: 195px;
  line-height: 20px;
  color: #777;
}

#clone_wrap div#clone_only_stats dd {
  float: left;
  width: 77px;
  border-bottom: 1px dotted #ddd ;
  margin: 0 0 3px 0;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
}

/* recent buys and sells */

#clone_wrap table#recent_trades {
  width: 932px;
  margin: 15px;
}

#clone_wrap table#recent_trades th {
  background: #555;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}

#x_download_blocked {
  border: 1px solid #888;
  background: #ffb;
  margin: 16px 16px 16px 16px;
  padding: 8px 8px 8px 8px;
}

#x_track_clone_error {
  border: 1px solid #888;
  background: #ffb;
  margin: 16px 16px 16px 16px;
  padding: 8px 8px 8px 8px;
}


/*------------------------------------------------------------------------
=dates - current and upcoming
------------------------------------------------------------------------*/

dl.period_rebalance_dates {
  position: relative;
  padding: 3px 0 6px 0;
  float: left;
  background: #cedeff;
  margin: 4px 0px 18px 0px;
  width: 942px;
  height: 27px;
}

dl.period_rebalance_dates dt,
dl.period_rebalance_dates dd {
  float: left;
  display: block;
  line-height: 36px;
  padding: 0 ;
}

dl.period_rebalance_dates dt {
  width: 90px;
  font-weight: bold;
  color: #222;
}

dl.period_rebalance_dates dt span {
  position: absolute;
  top: -4px;
  font-size: 9px;
  text-transform: uppercase;
  background: #cedeff;
  color: #2f59b0;
  padding: 6px 0px 0px 0px;
  line-height: 9px;
  font-weight: normal;
  width: 482px;
  font-weight: bold;
}

dl.period_rebalance_dates dt.first {
  padding-left: 10px;
}

dl.period_rebalance_dates dt.first span {
  left: 0;
  padding: 6px 0px 0px 10px;
}

dl.period_rebalance_dates dt.rebalance {
  position: relative;
  left: -10px;
}

dl.period_rebalance_dates dd {
  width: 135px;
  font-size: 14px;
}

/*------------------------------------------------------------------------
=error views
------------------------------------------------------------------------*/
body.error {
  background: none;
}


/*------------------------------------------------------------------------
=funds
------------------------------------------------------------------------*/

#x_clone_tab_content,
#x_fund_group_tab {
  border-top: none;
}

#x_clone_tab_content h2.holdings {
  line-height: 30px;
  margin: 0;
}

#x_clone_tab_content .button_nav {
  margin-bottom: 9px;
}

#x_annual_stats_table table tr th {
  height: 65px;
  text-align: center;
}

#x_annual_stats_table table tr th.last {
  background: none;
}

#x_annual_stats_table table tr th.first {
  height: auto;
}

#clone_wrap div#x_download_excel {
  clear: left;
  padding: 10px 0 0 0;
  position: relative;
  left: -13px;
}

#x_download_excel_link a {
  background: url(/images/icon-excel.png) no-repeat top left;
  line-height: 40px;
  padding: 11px 0 11px 40px;
}

#x_clone_performance_stats table th.first {
  text-align: left;
}

#x_clone_performance_stats table th.first a {
  font-weight: normal;
}

#x_clone_tab_title {
  position: relative;
}

#x_clone_tab_title h2 {
  color: #000;
  font-size: 18px;
  background: #999 url(/images/bg-clone-header.png) top left repeat-x;
  height: 40px;
  padding: 10px;
  line-height: 20px;
  border-bottom: 1px solid #bbb;
}

#x_clone_tab_title h2 span {
  color: #000;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #777;
}

/* =fund show page - fund summary */

#fund_description {
  margin-top: 9px;
}

#fund_summary {
  margin-bottom: 1px;
  overflow: hidden;
  position: relative;
}

#fund_summary #current_filing_summary {
  float: left;
  width: 453px;
}

#fund_summary #current_filing_summary ul {
  background: #fff;
  border: 1px solid #eee;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 18px;
  padding: 9px;
}

#fund_summary #current_filing_summary ul li {
  color: #666;
  font-size: 11px;
  margin-bottom: 9px;
}

#fund_summary #current_filing_summary ul li strong {
  color: #333;
  float: right;
  letter-spacing: 0;
  text-transform: none;
}

#fund_summary #top_5_sectors {
  float: right;
  width: 453px;
}

/*------------------------------------------------------------------------
=fund groups
------------------------------------------------------------------------*/

.free_group_quick_link img {
  float: right;
  margin-left: 10px;
}

.free_group_quick_link p {
  margin-bottom: 0;
}

.fund_group_quick_links {
  clear: left;
  line-height: 27px;
}

.fund_group_quick_links ul li {
  position: relative;
  color: #333;
  font-size: 13px;
}

.category_picks ul li {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  background: #ccc;
  padding: 0 5px;
}

.fund_group_quick_links ul li a {
  font-size: 14px;
}

.category_picks ul li:hover {
  background: #fff;
}

.fund_group_quick_links p {
  clear: left;
  font-size: 12px;
  margin-bottom: 4px;
  padding-bottom: 4px;
  line-height: 18px;
  border-bottom: 1px dashed #bbb;
  color: #555;
}

.fund_group_quick_links ul li img {
  margin-right: 3px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.fund_group_quick_links ul li.first img {
  left: -2px;
  top: 3px;
}

.fund_group_quick_links ul.index li a {
  margin-right: 5px;
  margin-left: 33px;
}

/* fund group list */

h2.fund_group_basic {
  background: #91A6D1;
  line-height: 40px;
  padding: 0 10px;
  font-weight: bold;
  border-bottom: 2px solid #2F59B0;
  clear: left;
}

h2.fund_group_full {
  background: #A0C89D;
  line-height: 40px;
  padding: 0 10px 25px 10px;
  font-weight: bold;
  border-bottom: 2px solid #4E9D47;
  margin-bottom: 0;
  clear: left;
}

h3.fund_group_category {
  position: relative;
  top: -2px;
  background: #ddd;
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  display: block;
  font-weight: bold;
  border-top: 2px solid #4E9D47;
  font-size: 16px;
  margin-bottom: 0;
  color: #4E9D47;
}

h3.fund_group_category a {
  color: #4E9D47;
}

a.jump_link {
  float: right;
  position: relative;
  top: -25px;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  display: inline;
  padding-right: 10px;
}

h2.jump_links {
  clear: left;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  border-bottom: 2px solid #ccc;
  line-height: 14px;
}

h2.jump_links a {
  color: #999;
}

#fund_group_list li.fund_group_summary {
  margin-bottom: 27px;
}

#fund_group_sorter {
  position: absolute;
  top: 25px;
  left: 5px;
  margin: 0 0 18px 0;
  clear: both;
  width: 920px;
  float: left;
  font-family: Trebuchet, Arial, sans-serif;
  line-height: 40px;
  font-size: 14px;
}

#fund_group_sorter li a {
  padding: 0 5px;
  line-height: 40px;
  display: block;
}

#fund_group_sorter li a:hover {
  color: #333;
}

p.fund_groups_description {
  margin: 10px 0 15px 0;
}

ul.results p.head {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 25px;
  border-bottom: 2px solid #333;
}

ul.results p.head a.ac_fund_group {
  /*background: url(/images/icon-ac_fundgroups.png) no-repeat left;
  padding-left: 36px; */
}

ul.results p.head span {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
}

ul.results li:last-child table.snapshot {
  margin-bottom: 0;
}

ul.results li table.snapshot td p {
  margin-bottom: 0;
}

p.fund_group_description {
  padding: 4px 7px;
  border-bottom: 1px solid #ddd;
  color: #555;
  background: #f7f7f7;
  margin-bottom: 0;
}

#x_delete_fund_group {
  background: #ddd url(/images/icon-bin-closed.png) no-repeat left;
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
  padding: 0 5px 0 20px;
  font-size: 12px;
  line-height: 20px;
  border: 3px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#x_delete_fund_group:hover {
  background: #ff3300 url(/images/icon-bin.png) no-repeat left;
  border: 3px solid #ff3300;
}

#x_delete_fund_group:hover a {
  color: #fff;
}

#x_publish_fund_group {
  background: #ddd url(/images/icon-book_edit.png) no-repeat left;
  display: block;
  position: absolute;
  top: 20px;
  right: 340px;
  padding: 0 5px 0 20px;
  font-size: 12px;
  line-height: 20px;
  border: 3px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#x_publish_fund_group:hover {
  background: #33aa00 url(/images/icon-book_edit.png) no-repeat left;
  border: 3px solid #33aa00;
}

#x_publish_fund_group:hover a {
  color: #fff;
}

#x_unpublish_fund_group {
  background: #ddd url(/images/icon-book_edit.png) no-repeat left;
  display: block;
  position: absolute;
  top: 20px;
  right: 340px;
  padding: 0 5px 0 20px;
  font-size: 12px;
  line-height: 20px;
  border: 3px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#x_unpublish_fund_group:hover {
  background: #ff3300 url(/images/icon-book_edit.png) no-repeat left;
  border: 3px solid #ff3300;
}

#x_unpublish_fund_group:hover a {
  color: #fff;
}

#x_edit_fund_group {
  background: #ddd url(/images/icon-book_edit.png) no-repeat left;
  display: block;
  position: absolute;
  top: 20px;
  right: 180px;
  padding: 0 5px 0 20px;
  font-size: 12px;
  line-height: 20px;
  border: 3px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#x_edit_fund_group:hover {
  background: #33aa00 url(/images/icon-book_edit.png) no-repeat left;
  border: 3px solid #33aa00;
}

#x_edit_fund_group:hover a {
  color: #fff;
}


/*------------------------------------------------------------------------
=fund group creation
------------------------------------------------------------------------*/

.wrapper ul#ac_fund_list li.non_nav {
  text-align: right;
}

#x_fund_group_create .form_top {
  float: left;
  margin-right: 5px;
}

#x_fund_group_create #name_desc_wrap {
  width: 330px;
}

#x_fund_group_create #sector_filters_wrap {
  width: 370px;
}

#x_fund_group_create #market_cap_filters_wrap {
  margin-right: 0;
  width: 230px;
}

#x_fund_group_create #advanced_filters_wrap {
  margin-right: 0;
  width: 940px;
  height: 115px;
}


#x_fund_group_create fieldset {
  padding: 13px;
  height: 245px;
}

#x_fund_group_create fieldset ul li label,
#x_fund_group_create fieldset label.all {
  font-weight: normal;
  color: #555;
}

#x_fund_group_create .checkboxes li {
  width: 170px;
}

/* for fund group name form */

fieldset#fund_group_name input[type=text],
fieldset#fund_group_name textarea {
  width: 292px;
}

fieldset#fund_group_name textarea {
  height: 142px;
  margin: 0;
}

div.button_nav ul.tool_buttons li.selected_funds {
  float: right;
  margin-right: 0px;
}

div.button_nav ul.tool_buttons li.selected_funds span.selected_fund_count {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -175px;
  background: none;
  font-weight: normal;
}

#wizard_helper #add_funds {
  background: #cbf285;
  border: 1px solid #3cab09;
  float: right;
  padding: 8px;
  width: 302px;
}

#wizard_helper #add_funds #x_fund_count {
  background: #fff;
  border: 2px solid #3cab09;
  color: #333;
  float: left;
  line-height: 76px;
  height: 76px;
  text-align: center;
  width: 76px;
}

#wizard_helper #add_funds #x_fund_count span {
  color: #000;
  font-size: 22px;
}

#wizard_helper #add_funds p {
  float: right;
  width: 204px;
}

/* review boxes */

#sectors_review {
  float: left;
}

#cap_groups_review {
  float: right;
}

/*------------------------------------------------------------------------
= Saved clone lists
------------------------------------------------------------------------*/

div#x_saved_clone_list_actions #edit {
  background: #ddd url(/images/icon-book_edit.png) no-repeat left;
  display: block;
  position: absolute;
  top: 85px;
  right: 180px;
  padding: 0 5px 0 20px;
  font-size: 12px;
  line-height: 20px;
  border: 3px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div#x_saved_clone_list_actions #edit:hover {
  background: #33aa00 url(/images/icon-book_edit.png) no-repeat left;
  border: 3px solid #33aa00;
  border-radius: 5px;
}

div#x_saved_clone_list_actions #edit:hover a {
  color: #fff;
}


div#x_saved_clone_list_actions #delete {
  background: #ddd url(/images/icon-bin-closed.png) no-repeat left;
  display: block;
  position: absolute;
  top: 85px;
  right: 10px;
  padding: 0 5px 0 20px;
  font-size: 12px;
  line-height: 20px;
  border: 3px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div#x_saved_clone_list_actions #delete:hover {
  background: #ff3300 url(/images/icon-bin.png) no-repeat left;
  border: 3px solid #ff3300;
  border-radius: 5px;
}

div#x_saved_clone_list_actions #delete:hover a {
  color: #fff;
}

p.make_clone_list #select_list {
  font-weight: bold;
}

p.make_clone_list a {
  background: url(/images/button-create_a_clone_list.png);
  display: block;
  float: right;
  height: 46px;
  text-indent: -9999px;
  width: 220px;
}


/*------------------------------------------------------------------------
=glossary
------------------------------------------------------------------------*/

dl#glossary {
  border-top: 1px dashed #ccc;
  padding: 10px;
  float: left;
}

dl.odd {
  background: #eee;
}

dl#glossary dt {
  font-size: 14px;
  width: 300px;
  float: left;
}

dl#glossary dd {
  width: 620px;
  float: left;
}


/*------------------------------------------------------------------------
=glossary tooltip
------------------------------------------------------------------------*/

/*table tr th a.asc, table tr th a.desc {
  padding-right: 0px;
}
*/
table tr th.header_group a.glossary_tooltip {
  padding-right: 13px;
}

table tr th.header_group span.glossary_tooltip {
  margin-left: 10px;
}

table tr th.subheader a.glossary_tooltip {
  color: #777;
}

.snapshot a.glossary_tooltip {
  color: #555;
}

#clone_creator a.glossary_tooltip {
  color: #333;
}

#clone_creator a.glossary_tooltip img {
  padding-top: 4px;
}

#clone_creator .tool_buttons a.glossary_tooltip img {
  padding-top: 5px;
  padding-left: 0;
}

.glossary_tooltip {
  padding-right: 13px;
  text-decoration: none;
}

a.glossary_tooltip {
  color: #777;
}

table a.glossary_tooltip img, .glossary_tooltip img {
  text-decoration: none;
  position: absolute;
  padding-left: 3px;
  padding-top: 3px;
}

table a.glossary_tooltip img {
  padding-top: 1px;
}

a.with_tooltip {
  margin-left: 13px;
}

h3.with_tooltip a {
  color: #111;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #777;
}

.glossary_tip {
  margin-bottom: 18px;
}

.glossary_tip h2 {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #777;
}

.glossary_tip dl {
  background: #333;
  color: #fff;
  padding: 5px;
}

.glossary_tip dt {
  background: #2F59B0;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 7px;
  color: #fff;
}

.glossary_tip dd {
  padding: 7px 5px 5px 5px;
}


/*------------------------------------------------------------------------
=homepage
------------------------------------------------------------------------*/
body.index h1 {
  background: #fff;
  color: #333;
  font-family: "Tahoma", Arial,sans-serif;
  line-height: 36px;
  text-align: center;
}

body.index h2 {
  color: #4e9d47;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 9px;
}

body.index #intro h2 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}

body.index h3 {
  color: #fff;
  margin-bottom: 9px;
}

body.index h1 span {
  font-family: Verdana, Arial, sans-serif;
}

p.call_to_action a,
body.index .module .block a {
  color: #7fc8ec;
  font-weight: bold;
}


/* =module
--------------------------------------------------------------*/
body.index .module {
  background: #eee;
  margin-bottom: 18px;
  padding: 4px;
}

body.index .module .module_content {
  background: #fff;
  border: 1px solid #ddd;
  padding: 9px;
}

body.index #main .module .module_content {
  padding: 0;
}

body.index #main .module .module_content table {
  margin-bottom: 0;
}

body.index .module .module_content .block {
  background: #555;
  color: #fff;
  margin: 0 -9px;
  padding: 9px;
}

body.index #sidebar .module .module_content .block {
  background: #fff;
  color: #333;
}

body.index .module .module_content p.call_to_action {
  background: #333;
  color: #fff;
  margin: 0 -9px -9px;
  padding: 9px;
  position: relative;
}

body.index .module h2 {
  line-height: 18px;
}

body.index .module .module_content p.subhead {
  background: #333;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 9px;
  margin: 0 -9px 0;
}

body.index #sidebar .module .module_content p.subhead {
  background: #ddd;
  color: #333;
}

body.index .module .module_content label input {
  width: 260px;
}

body.index .module .module_content label.checkbox input {
  width: auto;
}

body.index .module .module_content .form_submit {
  margin: 0 -9px -9px;
}

/* =question / answer
--------------------------------------------------------------*/
#intro {
  background: url(/images/bg-homepage-qa.png) no-repeat center top;
  height: 530px;
  position: relative;
}

#q, #a {
  height: 155px;
  position: relative;
  text-indent: -9999px;
  top: 0;
}

#intro p.call_to_action {
  color: #fff;
  float: right;
  line-height: 36px;
  margin-bottom: 0;
  text-indent: 0;
}

/* =mini tour
--------------------------------------------------------------*/

/* =tabbed nav */
body.index ul.tabbed {
  border-bottom: none;
  margin: 0;
}

body.index ul.tabbed li a {
  background: #333;
  color: #fff;
  font-family: Helvetica,Arial,Verdana,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  margin-right: 4px;
  width: 110px;
}

body.index ul.tabbed li a:hover {
  background: #666;
  color: #eee;
}

body.index ul.tabbed li a.active {
  background: #222;
  color: #fff;
}

/* =slider */
#mini_tour {
  background: url(/images/bg-mini_tour.png) repeat-x;
  border: 1px solid #5b5b5b;
  height: 338px;
  padding: 17px;
  position: absolute;
  top: 155px;
}

#mini_tour img.screenshot {
  border: 4px solid #444;
  float: left;
  margin-right: 18px;
}

#mini_tour p.call_to_action span {
  position: absolute;
  right: 9px;
}

.scroll {
  background: #222;
  clear: left;
  font-family: Helvetica, Arial, Verdana, sans-serif ;
  font-size: 18px;
  height: 303px;
  line-height: 24px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  width: 924px;
}

body.index .scroll h3 {
  color: #4e9e45;
  font-size: 30px;
  line-height: 45px;
}

.scroll-wrapper div.panel {
  color: #fff;
  height: 300px;
  width: 926px;
}

/*.scroll-wrapper div.panel a {
  bottom: 30px;
  color: #7fc8ec;
  left: 444px;
  position: absolute;
}*/

#free_single_fund_clone,
#free_fund_group_clone {
  position: static;
}

.scroll-wrapper div.panel_wrap {
  margin: 18px;
}

.scroll-buttons {
  bottom: 36px;
  position: absolute;
  cursor: pointer;
}

.scroll-buttons.left {
  right: 78px;
  z-index: 100;
}

.scroll-buttons.right {
  right: 36px;
}

.hide {
  display: none;
}

/* =coming soon
--------------------------------------------------------------*/

div.coming_soon {
  background: #fa9c39;
  font-size: 12px;
  position: relative;
  top: -15px;
  border-top: 3px solid #de652c;
  border-bottom: 1px solid #de652c;
}

div.coming_soon p {
  padding: 10px 20px;
  margin: 0;
  text-align: right;
}

div.coming_soon p span {
  font-size: 16px;
  float: left;
  position: relative;
}

div.coming_soon p span span {
  font-weight: bold;
  padding-right: 7px;
}

/* =points
--------------------------------------------------------------*/
#points dt {
  background: url(/images/bg-checkbox.png) no-repeat right;
  color: #4e9d47;
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}

#points dt span {
  background: #fff;
  padding: 0 4px 0 21px;
}

#points dt#automated span {
  background: #fff url(/images/icon-cog.png) no-repeat left;
}

#points dt#actionable span {
  background: #fff url(/images/icon-suit.png) no-repeat left;
}

#points dt#customizable span {
  background: #fff url(/images/icon-wrench.png) no-repeat left;
}

#points dt#accurate span {
  background: #fff url(/images/icon-graph.png) no-repeat left;
}

#points dt#web_delivered span {
  background: #fff url(/images/icon-monitor.png) no-repeat left;
}

#points dt#simple_and_powerful span {
  background: #fff url(/images/icon-key.png) no-repeat left;
}

#points dd {
  margin: 0 0 18px 21px;
}

/* =free clones
--------------------------------------------------------------*/
#free_clones {
  border: 1px solid #ddd;
  margin-bottom: 9px;
}

/* =member_info
--------------------------------------------------------------*/
#member_info p.subhead {
  margin-bottom: 18px;
}

#member_info em {
  font-style: normal;
  text-transform: uppercase;
}

#member_info .form_submit {
  background: #555;
  padding: 14px 9px;
}

#member_info dl dt {
  font-size: 10px;
  text-transform: uppercase;
}

#member_info dl dd {
  font-size: 16px;
  margin-bottom: 30px;
}

/*------------------------------------------------------------------------
=member center
------------------------------------------------------------------------*/

body.membership #view_title h1#member_center {
  font-weight: normal;
  width: 127px;
  line-height: 20px;
  font-size: 16px;
  padding-top: 18px;
}

#membership_nav {
  position: absolute;
  left: 136px;
  top: 28px;
  width: 750px;
}

*#membership_nav {
  position: relative;
  top: -40px;
}

#membership_nav ul {
  margin-bottom: 0;
/*  list-style: none;
  margin-bottom: 18px;
  padding: 0;
  overflow: visible;
  border-bottom: 2px solid #ddd;
  border-top: 7px solid #ddd;*/
}

#membership_nav ul li {
  height: 35px;
  border-top: 2px solid #72a44e;
  background: #fff;
  line-height: 35px;
  text-align: center;
  border-left: none;
  width: 126px;
  padding: 0;
/*  background: #efefef;
  border-top: 2px solid #ddd;
  color: #333;
  font-weight: bold;
  line-height: 25px;
  margin: 0;
  overflow: visible;
  text-indent: 10px;
  text-transform: uppercase;*/
}

body #membership_nav ul li a {
  display: block;
  position: relative;
  top: -2px;
  height: 35px;
  border-top: 2px solid #999;
  background: #ccc;
  line-height: 35px;
  border-left: none;
  width: 126px;
  z-index: 500;
/*  color: #777;
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-transform: none; */
}

#membership_nav ul li a:hover {
/*  background: #222;
  color: #fff;*/
}

/*#membership_content {
  position: relative;
  margin-top: -35px;
}
*/
#membership_content h2 {
  background: url(/images/bg-membercenter-h2.png) left top no-repeat;
  line-height: 60px;
  padding-left: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#membership_content h2.free {
  background: url(/images/bg-membercenter-h2-free.png) left top no-repeat;
}

#membership_content h3.member_plan {
  position: absolute;
  top: 20px;
  right: 18px;
}

#membership_content h3.member_plan span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
}

.member_center h2 {
  line-height: 31px;
  font-size: 18px;
  margin: 5px 0 0 0;
  font-weight: normal;
}

.member_center_home {
  border-top: 1px dotted #ccc;
}

#personal_information_teaser {
  margin-top: 8px;
}

.member_center_home h3 {
  font-size: 12px;
  line-height: 18px;
  margin: 7px 10px 13px 0;
  text-transform: uppercase;
  color: #777;
  position: relative;
  top: -27px;
  left: 40px;
  clear: left;
}

.member_center_home a.heading_link {
  font-size: 9px;
  display: block;
  line-height: 14px;
  margin: 5px 10px 10px 0;
  background: #eee;
  border: 1px solid #ddd;
  padding: 0px 3px 0px 3px;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
}

.member_center_home a.heading_link:hover {
  background: #333;
  border: 1px solid #000;
  color: #fff;
}

a.upgrade_link {
  background: #eee;
  border: 1px solid #ddd;
  display: block;
  font-size: 13px;
  margin-top: 18px;
  padding: 3px 5px;
  text-align: center;
  width: 150px;
}

a.downgrade_link {
  background: #eee;
  border: 1px solid #ddd;
  display: block;
  font-size: 13px;
  margin-top: 18px;
  padding: 3px 5px;
  text-align: center;
  width: 150px;
}

.subscription_confirmation {
  background: #fee37a;
  margin-bottom: 9px;
  padding: 9px;
}

.subscription_confirmation a:hover {
  border: 1px solid #CFA500;
}

input.yes,
a.no {
  display: block;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

input.yes {
  float: left;
  padding: 6px;
}

a.no {
  float: right;
  padding: 4px;
}

#upgrade_header {
  margin-bottom: 18px;
  text-align: center;
}

.member_center_home .teaser_content {
  position: relative;
  top: -36px;
  padding-left: 40px;
}

.member_center_home p {
  margin: 0;
}

.teaser_content img {
  margin-top: 18px;
}

.member_center_home dt {
  font-weight: bold;
}

.member_center_home dd {
  margin-bottom: 9px;
}

div.subscription_plan {
  border-top: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/*------------------------------------------------------------------------
=nav
------------------------------------------------------------------------*/

/* =nav > arrow nav
--------------------------------------------------------------*/
ul.arrow_nav {
  border-bottom: none;
}

ul.arrow_nav li.non_nav {
  margin: 0 9px;
}

ul.arrow_nav li {
  line-height: 36px;
  margin-left: 9px;
}

ul.arrow_nav li.first {
  margin-left: 0;
}

ul.arrow_nav li a,
ul.arrow_nav li span {
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 18px;
  margin: 7px 0;
  padding: 2px;
  text-align: center;
  text-decoration: none;
}

ul.arrow_nav li a {
  background: #333;
  text-align: center;
  width: 30px;
}

ul.arrow_nav li span {
  background: #ccc;
  margin-left: 0;
  text-align: center;
  width: 30px;
}

/* =nav > dividers
--------------------------------------------------------------*/

/* =holdings filter */

#x_holdings_filter {
  margin: 0 18px 18px;
}

#x_holdings_filter li {
  line-height: 24px;
}

/* =performance time span */

ul#perf_timespan {
  margin: 2px 0 2px 5px;
}

ul#perf_timespan li {
  border-left-color: #eee;
}

/* =secondary nav */

body #sec_nav ul.dividers {
  margin: 9px 0 8px 9px;
}

body #sec_nav ul.dividers li {
  border-left: 1px solid #999;
}

body #sec_nav ul.dividers li.first {
  border-left: none;
}

body #sec_nav ul.dividers a {
  color: #fff;
  text-transform: uppercase;
}


/* =nav > tabbed
--------------------------------------------------------------*/

/* =clone performance index */

ul#clone_perf_index {
  float: left;
  margin: 0;
}

ul#clone_perf_index li {
  padding-top: 0;
}

/* =clones nav */

ul#clones_nav {
  margin-bottom: 18px;
}

ul#clones_nav li {
  width: 80px;
}

/* =clones date nav */

ul#x_clone_date_span {
  margin: 0 -18px 0;
}

/* =dynamic group period */

#dynamic_group_period li.non_nav {
  margin-right: 36px;
}

/* =fund group filters */

ul#fund_group_filters {
  color: #666;
  font-size: 10px;
  margin-bottom: 32px;
  overflow: visible;
  position: relative;
  border-bottom: none;
}

ul#fund_group_filters li {
  line-height: 22px;
}

ul#fund_group_filters li.label {
  color: #666;
  font-weight: normal;
  margin: 0 61px 0 7px;
}

ul#fund_group_filters li a {
  background: #eee;
  padding: 0 9px;
}

ul#fund_group_filters li.active a {
  background: #333;
  color: #fff;
}

ul#fund_group_filters li.active div {
  background: #333;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  position: absolute;
  padding: 9px;
  text-align: left;
  top: 21px;
  color: #fff;
}

ul#fund_group_filters li.active div a {
  background: none;
  border: none;
  color: #666;
  display: inline;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: underline;
}

/* =fund type sorter */

ul#fund_type {
  float: right;
}

ul#fund_type li.select a {
  float: right;
}

ul#fund_type li ul {
  width: 151px;
  left: auto;
  right: 0;
}

#fund_type #x_fund_types a {
  margin-left: 4px;
}

/* =holdings nav */

#holdings_nav {
  font-weight: bold;
  margin: 0 0 18px 0;
}

/*------------------------------------------------------------------------
=pages (content managed in admin)
------------------------------------------------------------------------*/

#pages_wrapper {
  padding: 10px 0;
}

#pages_wrapper .left_col, #pages_wrapper .right_col {
  display: inline;
  float: left;
}

#pages_wrapper .left_col {
  width: 600px;
  margin-right: 9px;
}

#pages_wrapper .right_col {
  width: 310px;
  border-left: 1px dotted #ccc;
  padding: 10px 0 0px 9px;
}

#pages_wrapper h1, #pages_wrapper h2 {
  color: #2f59b0;
  font-weight: normal;
  line-height: 21px;
  padding: 10px 0 5px 0;
  font-size: 22px;

}

#pages_wrapper .right_col h1, #pages_wrapper .right_col h2 {
  background: none;
  line-height: 24px;
  padding: 2px 0 0 0;
  color: #333;
}

#pages_wrapper h3 {
  font-size: 16px;
  line-height: 20px;
  vertical-align: baseline;
  margin: 20px 0 4px 0;
  color: #555;
}

#pages_wrapper ul {
  list-style: disc outside;
  padding: 10px 10px 10px 30px;
  font-size: 13px;
  color: #333;
  margin: 10px 0 18px 0;
  background: #eee;
  border-top: 9px solid #ccc;
}

#pages_wrapper ul li {
  margin: 0 0 9px 0;
}

/*------------------------------------------------------------------------
=rankings
------------------------------------------------------------------------*/

#clone_spotlight p {
  background: #f7f7f7;
  border-bottom: 1px dashed #ccc;
  padding: 5px 7px;
  color: #555;
}

#clone_spotlight #benchmark_clone {
  margin-bottom: 0;
}

body.rankings div.block {
  margin-bottom: 18px;
  position: relative;
}

body.rankings #x_top_25_clones {
  position: relative;
  zoom: 1;
}

body.rankings #x_top_25_clones table {
  margin-top: 9px;
}

#clone_spotlight table#benchmark_clone,
body.rankings #x_rankings_top_stocks table,
body.rankings #x_rankings_top_categories table {
  border: 1px solid #ccc;
  background: #fff;
}

body.rankings #x_rankings_top_stocks table,
body.rankings #x_rankings_top_categories table {
  margin-bottom: 18px;
}

#clone_spotlight table#benchmark_clone tr th,
body.rankings #x_rankings_top_stocks table tr th,
body.rankings #x_rankings_top_categories table tr th {
  padding: 4px;
}

body.rankings .block .block {
  margin: 9px;
}

body.rankings #outperformance {
  background: #eee;
  line-height: 36px;
  margin-bottom: 9px;
  position: relative;
}

body.rankings #outperformance p {
  margin-bottom: 0;
}

body.rankings #outperformance #percentage p {
  background: #999;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

body.rankings #outperformance p em {
  font-style: normal;
  text-transform: uppercase;
}

body.rankings #outperformance a {
  position: absolute;
  right: 9px;
  top: 0;
}

body.rankings h2 {
  color: #333;
  font-size: 14px;
  height: 36px; /* ie */
  line-height: 36px;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}

body.rankings .block h2 {
  background: #555;
  color: #fff;
}

body.rankings h2 span {
  font-size: 13px;
  font-weight: normal;
}

body.rankings h2 strong {
  color: #333;
  font-size: 12px;
  position: absolute;
  right: 0;
  text-transform: none;
}

body.rankings .block h2 {
  border-bottom: 1px solid #ccc;
  padding: 0 9px;
}

body.rankings .block ul.tabbed {
  border-bottom: none;
  margin-bottom: 0;
}

body.rankings .block ul.tabbed li {
  line-height: 27px;
}

body.rankings .block ul.tabbed li a.active {
  background: #333;
  border: 1px solid #555;
  border-bottom: none;
  color: #fff;
}

body.rankings ul.arrow_nav {
  color: #fff;
  position: absolute;
  right: 9px;
  top: 0;
}

body.rankings ul.arrow_nav .non_nav {
  margin-right: 0;
}

body.rankings .block h3 {
  font-size: 13px;
  line-height: 27px;
  margin: 0;
  text-transform: uppercase;
  color: #555;
}

body.rankings .block .table_block .stock_name {
  font-size: 11px;
}

body.rankings .block .table_block table {
  margin-bottom: 0;
}

body.rankings .block .table_block table td {
  border: none;
  border-top: 1px dotted #ccc;
}

body.rankings ul.buttons {

}

/* =benchmark clone graph
--------------------------------------------------------------*/

/* =benchmark clone graph table */
/* graph is for the positive returns */
/* graph_labels is for the negative returns and the labels */

body.rankings #x_rankings_top_stocks table,
body.rankings #x_rankings_top_categories table {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ccc;
  text-align: left;
}

body.rankings table tr.return_type th, body.rankings .block .table_block table th {
  background: #777;
  color: #333;
  line-height: 12px;
  border-left: 1px dotted #eee;
  border-bottom: 3px solid #ccc;
}

body.rankings table tr.return_type th span {
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
  color: #ddd;
}

body.rankings #benchmark_clone td {
  border-bottom: 1px dotted #ddd;
  font-size: 9px;
  text-align: center;
  width: 50px;
}

body.rankings #benchmark_clone td.graph {
  background: #fff;
  padding: 0;
  border-left: 1px solid #eee;
}

body.rankings table tr.graph_labels td {
  padding: 0;
  vertical-align: top;
}

body.rankings table tr.graph_labels td span.point {
  background: #ddd;
  display: block;
  margin-left: 2px;
  width: 48px;
}

body.rankings table tr.clone td,
body.rankings table tr.sp td {
  font-weight: bold;
  line-height: 12px;
}

body.rankings table tr.clone th {
  color: #4e9d47;
  line-height: 12px;
}

body.rankings table tr.sp th {
  color: #2f59b0;
  line-height: 12px;
}

/* =benchmark clone bar graph */

body.rankings .timeline {
  font-size: .8em;
  height: 100px;
  margin-left: 2px;
  width: 50px;
}

body.rankings tr.graph_labels td .timeline {
/*  height: 20px;*/
  height: 100px;
}

body.rankings .timeline li {
  float: left;
  height: 100px;
  position: relative;
  width: 23px;
}

body.rankings tr.graph_labels td .timeline li {
  background: #ddd;
  border-left: 2px solid #ddd;
  /*height: 20px;  */
  height: 100px;
}

body.rankings .timeline li.clone {
  border-left: none;
}

body.rankings tr.graph_labels td .timeline li.clone {
  border-left: none;
}

body.rankings .timeline li span.bar {
  display: block;
  height: 100%;
}

body.rankings .timeline li .label {
  display: block;
  position: absolute;
  left: 0;
  line-height: 18px;
  width: 100%;
}

body.rankings .timeline li .funds {
  background: #eee;
  border-top: 2px solid #666;
  bottom: -29px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
}

body.rankings .timeline li span .count {
  background: #aaa;
  bottom: 0;
  display: block;
  height: 0;
  left: 0;
  overflow: visible;
  position: absolute;
  width: 100%;
}

body.rankings tr.graph_labels td .timeline li span .count {
  top: 0;
}

body.rankings .timeline li.clone span .count {
  background: #4e9d47;
}

body.rankings .timeline li.sp span .count {
  background: #2f59b0;
}

body.rankings .timeline li span .count .shares_held {
  display: none;
  font-weight: bold;
  text-align: center;
}

body.rankings .timeline li span .count .above_10 {
  color: #fff;
}

body.rankings .timeline li span .count .below_10 {
  color: #333;
  margin-top: -18px;
}

/*body.rankings .timeline li:hover span .count .shares_held {
  display: block;
}

body.rankings .timeline li:hover {
  background: #efefef;
}

body.rankings .timeline li:hover span .count {
  background: #2d7bb2;
}*/

/*------------------------------------------------------------------------
=sign up / terms of service
------------------------------------------------------------------------*/
#tos {
  position: absolute;
  right: 0;
  top: 54px;
  width: 471px;
  height: 230px;
}

#tos h2 {
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: #666;
}

#tos h1 {
  line-height: 18px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
}

#tos div {
  height: 225px;
  overflow: auto;
  border: 1px solid #bbb;
  padding: 8px 9px;
}

div.join {
  margin-top: 9px;
}

.difference {
  margin-bottom: 18px;
}

.difference ul {
  list-style-position: outside;
  line-height: 27px;
}

.difference ul li {
  background: url(/images/tick.png) no-repeat left 7px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
  padding-left: 22px;
  vertical-align: middle;
}

/*------------------------------------------------------------------------
=search_results
------------------------------------------------------------------------*/

#search_results ul {
  margin-bottom: 18px;
  background: #efefef;
  padding: 9px;
}

#search_results p.subhead {
  border-bottom: 1px dashed #ccc;
  padding: 9px 0;
}


#search_results h2 {
  padding-top: 3px;
  margin-bottom: 9px;
  line-height: 18px;
}

/*------------------------------------------------------------------------
=stocks
------------------------------------------------------------------------*/

/* symbol */

#symbol {
  position: absolute;
  right: 9px;
  text-align: right;
  top: 5px;
}

#symbol dt {
  color: #666;
  font-size: 10px;
  text-transform: uppercase;
}

#symbol dd {
  background: #666;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding: 2px;
}

/* stock meta info (quote date, sector, cap group) */

#stock_meta_info {
  color: #666;
  margin: 18px 0 9px;
}

#stock_meta_info p {
  margin-bottom: 0;
}

#stock_meta_info ul li {
  line-height: 18px;
  margin: 0 36px 0 0;
  padding: 0;
}

#stock_meta_info ul li.label {
  margin-right: 18px;
}

#stock_meta_info ul li.last {
  margin-right: 0;
}

/* stock notice */

#stock_update_notice {
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: 10px;
  padding-bottom: 8px;
  text-align: right;
}

/* fund data */

#fund_data {
  float: left;
}

/* fund data summary */

#fund_data .summary {
  margin-bottom: 18px;
}

#fund_data .summary li {
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  line-height: 35px;
  padding: 0 9px;
  position: relative;
}

#fund_data .summary li.funds_holding {
  background: #333;
  border-bottom: none;
  color: #ddd;
  line-height: 36px;
}

#fund_data .summary li.funds_holding small {
  color: #ddd;
}

#fund_data .summary li strong.num {
  color: #000;
  position: absolute;
  right: 9px;
}

#fund_data .summary li.funds_holding strong.num {
  color: #fff;
  font-size: 18px;
}

/* fund activity */

#fund_data small {
  color: #666;
}

span.positive {
  color: #007d00;
  font-weight: bold;
}

span.negative {
  color: #d40000;
  font-weight: bold;
}

.fund .module {
  background: #eee;
  margin-bottom: 18px;
  padding: 9px;
  position: relative;
  clear: both;
}

.fund .module .activity_change {
  width: 162px;
}

.fund .module h2 {
  border: none;
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.fund .module .activity_change p {
  font-size: 18px;
  margin: 9px 0;
}

.fund .module .activity_change p.positive {
  background: url(/images/icon-arrow_up_small.png) no-repeat left 3px;
  padding-left: 20px;
}

.fund .module .activity_change p.negative {
  background: url(/images/icon-arrow_down_small.png) no-repeat left 3px;
  padding-left: 20px;
}

.fund .module .activity_change p.positive span {
  color: #007d00;
  font-weight: bold;
}

.fund .module .activity_change p.negative span {
  color: #d40000;
  font-weight: bold;
}

.fund .module ul {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 192px;
}

.fund .module ul li {
  border: 1px solid #ccc;
  float: left;
  font-size: 18px;
  padding: 9px;
  width: 77px;
}

.fund .module ul li small {
  display: block;
  text-transform: uppercase;
}

.fund .module ul li.top {
  border-top: none;
}

.fund .module ul li.right {
  border-right: none;
  margin-left: -1px;
  width: 78px;
}

.fund .module ul li.bottom {
  border-bottom: none;
  margin-top: -1px;
}

.fund .module ul li.left {
  border-left: none;
}

/* more resources */

#fund_data #resources {
  margin-bottom: 18px;
  position: relative;
}

.fund h2 {
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  margin-bottom: 9px;
}

ul.right_col {
  left: 210px;
  position: absolute;
  top: 0;
}

/* top 10 funds */

#top_10_funds {
  float: right;
  width: 540px;
}

#top_10_funds .module h2 {
  margin-bottom: 18px;
  text-transform: none;
}

/* fund module table */

#top_10_funds .module table {
  background: none;
  border: none;
  margin-bottom: 0;
}

#top_10_funds .module table th,
#top_10_funds .module table td {
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
}

#top_10_funds .module table th {
  color: #666;
  font-weight: normal;
  text-align: left;
}

#top_10_funds .module table th.numeric {
  text-align: right;
}

#top_10_funds .module table td span {
  color: #666;
  font-weight: bold;
}

/* for non-members notice */

#top_10_funds .module table td.non_members {
  background: #222;
  color: #fff;
  font-weight: bold;
  height: 300px;
  padding: 9px;
  text-align: center;
  vertical-align: top;
}

#top_10_funds .module table td.non_members a {
  color: #62cbff;
}

#top_10_funds .module table td.non_members p.members_only {
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 72px;
  text-align: left;
  text-transform: uppercase;
}

#top_10_funds .module table td.non_members p.join {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

/* view all link */

#top_10_funds #view_all {
  font-size: 10px;
  margin-top: -9px;
  text-align: right;
}

/* =historical activity
--------------------------------------------------------------*/
#historical_activity {
  clear: both;
}

#historical_activity ul.tabbed {
  height: 1%; /* ie */
  overflow: visible;
}

#historical_activity ul.tabbed li.non_nav {
  margin: 0 9px;
}

ul #individual_fund_search {
  display: block;
  overflow: visible;
  position: relative;
  width: 400px;
}

ul #individual_fund_search label {
  text-transform: uppercase;
}

ul #individual_fund_search label strong {
}

ul.tabbed #individual_fund_search label input {
  display: inline;
  font-size: 12px;
}

ul.tabbed #individual_fund_search label input[type="text"] {
  color: #666;
  font-style: italic;
  margin: 8px 0 0 9px;
  width: 300px;
}

ul.tabbed #individual_fund_search label input[type="submit"] {
  background: #333;
  color: #fff;
  font-weight: bold;
}

ul #individual_fund_search ul.auto_complete {
  left: 140px;
  top: 28px;
  padding: 9px 0;
  width: 300px;
}


/* =historical activity bar graph
--------------------------------------------------------------*/
/*------------------------------------------------------------------------
=timeline chart (credit: Wilson Miner)
------------------------------------------------------------------------*/

body.stocks ul.arrow_nav li.first {
  float: left;
}

body.stocks ul.arrow_nav li {
  float: right;
}

/* =chart labels
--------------------------------------------------------------*/
.chart_labels {
  float: left;
  width: 120px;
}

.chart_labels li {
  color: #666;
  font-size: 14px;
  padding-left: 9px;
}

.chart_labels li.year {
  border-bottom: 2px solid #666;
}

.chart_labels li.quarter {
  background: #eee;
  border-bottom: 2px solid #999;
  line-height: 27px;
}

.chart_labels li.shares {
  background: #eee;
}

.chart_labels dl {
  overflow: hidden;
}

.chart_labels dl dt {
  float: left;
}

.chart_labels dl dd {
  float: right;
}

.chart_labels li ul {
  display: block;
  height: 211px;
  overflow: hidden;
}

.chart_labels li ul li {
  font-size: 10px;
  /*height: 16.7%;*/
  padding: 0 9px 0 0;
}

.chart_labels li.funds {
  background: #eee;
  border-top: 2px solid #666;
  line-height: 27px;
}

/* =timeline chart
--------------------------------------------------------------*/
body.stocks .graph_viewport {
  cursor: move;
  height: 30em;
  overflow: hidden;
  position: relative; /* ie */
}

body.stocks .timeline {
  background: url(/images/bg-timeline-graph.png) repeat-x;
  border-top: 2px solid #666;
  font-size: .8em;
  height: 26em;
  margin-top: 18px;
  padding-top: 29px;
}

body.stocks .timeline li {
  float: right;
  height: 22em;
  border-left: 2px solid #fff;
  position: relative;
  width: 40px;
}

body.stocks .timeline li span.bar {
  display: block;
  height: 100%;
}

body.stocks .timeline li .label {
  display: block;
  position: absolute;
  left: 0;
  line-height: 18px;
  width: 100%;
}

body.stocks .timeline li .year {
  color: #666;
  font-size: 14px;
  top: -49px;
}

body.stocks .timeline li .quarter {
  border-bottom: 2px solid #999;
  border-left: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  left: -2px;
  line-height: 27px;
  text-align: center;
  top: -29px;
}

body.stocks .timeline li .funds {
  background: #eee;
  border-top: 2px solid #666;
  bottom: -29px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
}

body.stocks .timeline li span .count {
  background: #aaa;
  bottom: 0;
  display: block;
  height: 0;
  left: 0;
  overflow: visible;
  position: absolute;
  width: 100%;
}

body.stocks .timeline li span .count .shares_held {
  display: none;
  font-weight: bold;
  text-align: center;
}

body.stocks .timeline li span .count .above_10 {
  color: #fff;
}

body.stocks .timeline li span .count .below_10 {
  color: #333;
  margin-top: -18px;
}

body.stocks .timeline li:hover span .count .shares_held {
  display: block;
}

body.stocks .timeline li:hover {
  background: #efefef;
}

body.stocks .timeline li:hover span .count {
  background: #2d7bb2;
}

/*------------------------------------------------------------------------
=tables
------------------------------------------------------------------------*/

/* distribution & holdings

.holdings td {
}

.holdings td a {
  display: block;
}

.holdings td span a {
  color: #666;
  float: right;
  font-size: 10px;
}

table tr.selected td {
  background: #fcfebf;
}

table tr.selected td.first {
  font-weight: bold;
} */

/* for sector distribution */

table#sector_distribution,
table#market_cap_distribution {
  background: none;
}

table#sector_distribution tr.category_details th,
table#market_cap_distribution tr.category_details th {
  background: #777;
  padding: 5px;
  height: 20px;
  color: #fff;
}

table#sector_distribution tr.category_details th span,
table#market_cap_distribution tr.category_details th span {
  background: #777;
  color: #fff;
  line-height: 20px;
}

table#sector_distribution tr.category_details th.first,
table#market_cap_distribution tr.category_details th.first {
  font-weight: normal;
  font-size: 12px;
}

table#sector_distribution tr.category_details td,
table#market_cap_distribution tr.category_details td {
  border: none;
  background: url(/images/bg-main_nav.png) top left repeat-x;
}

table#sector_distribution tr.category_details td a,
table#market_cap_distribution tr.category_details td a {
  background: url(/images/icon-control-right.png) top left no-repeat;
  padding-left: 18px;
}

table#sector_distribution tr.selected td,
table#market_cap_distribution tr.selected td {
  background: #fff;
  color: #111;
  font-weight: bold;
}

table#sector_distribution tr.selected td a,
table#market_cap_distribution tr.selected td a {
  background: url(/images/icon-control-down-active.png) top left no-repeat;
  padding-left: 20px;
  color: #111;
}

table#sector_distribution tr td.table_wrap,
table#market_cap_distribution tr td.table_wrap {
  background: #fff;
  border-bottom: none;
  height: 1%;
  overflow: visible;
  padding: 0;
}

table#sector_distribution tr td.table_wrap table,
table#market_cap_distribution tr td.table_wrap table {
  margin: 0;
}

table#x_portfolio tr td a.aggregated_holdings {
  background: url(/images/icon-control-right.png) top right no-repeat;
  padding-right: 27px;
}

table#x_portfolio tr.open td a.aggregated_holdings {
  background: url(/images/icon-control-down-active.png) top right no-repeat;
  padding-right: 27px;
}

table#x_portfolio tr.processing td a.aggregated_holdings {
  background: url(/images/spinner.gif) top right no-repeat;
  padding: 0px 27px;
}

table#x_portfolio td.fund_name {
  text-align: left;
  padding-left: 18px;
}

table#x_portfolio tr.holdings_from_aggregate {
  background: #eee
}

table#x_portfolio tr.holdings_from_aggregate td.first{
  background: #fff
}




/*----------------------------------------------------------------------------------
=learning center module (on comparison page)
----------------------------------------------------------------------------------*/

#learning_center {
  position: absolute;
  top: 5px;
  right: 0;
  width: 950px;
}

#learning_center h2 {
  float: left;
  width: 80px;
  color: ;
}

#learning_center ul li {
  width: 195px;
  float: left;
  border-left: 1px solid #ddd;
  padding-left: 10px;
  margin-left: 5px;
}

#learning_center ul li#learn_blog {
  width: 295px;
}

#learning_center ul li#learn_demo {
  width: 95px;
}

#learning_center ul li#learn_demo a {
  background: url(/images/demo-icon-small.png) -5px 0px no-repeat;

  display: block;
  padding-left: 35px;
  line-height: 14px;
  padding-top: 3px;
}

#learning_center ul li h3 {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
  color: #999;
}

#learning_center ul li ul li {
  line-height: 12px;
  font-size: 11px;
  border: none;
  padding: 0;
  margin: 0;
}

/*----------------------------------------------------------------------------------
=comparison page
----------------------------------------------------------------------------------*/
.demo_cta {
  position: relative;
  border-bottom: 1px solid #ededed;
  margin: 5px -10px 20px -10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.demo_cta img {
  position: relative;
  top: 5px;
}

.demo_cta a {
  position: absolute;
  top: 0;
  left: 90px;
  display: block;
  height: 35px;
  border-top: 7px solid #d8eecc;
  border-right: 6px solid #d8eecc;
  background: #d8eecc url(/images/icon-arrow-right.png) 84px 7px no-repeat;
  padding: 0 25px 0 7px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #409538;
  width: 81px;
  text-align: left;
}

.demo_cta a:hover {
  background: #000 url(/images/icon-arrow-right.png) 84px 7px no-repeat;
  color: #fff;
}

#plan_offer_list {
  background: url(/images/bg-offer-plans.png) top left repeat-x;
  margin-top: 70px;
  padding: 0 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.plan_offer {
  position: relative;
  top: -30px;
}

.plan_offer h3,
.plan_selection h3 {
  background: #222 url(/images/bg-offer-plan-name.png) top left repeat-x;
  height: 60px;
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
}

.plan_offer h3 span,
.plan_selection h3 span {
  font-weight: normal;
  display: block;
  font-size: 16px;
  position: relative;
  top: -15px;
}

.plan_offer h3 span.trial_offer,
.plan_selection h3 span.trial_offer {
  position: absolute;
  top: 10px;
  left: 120px;
}

.plan_offer ul {
  background: #fff;
  line-height: 2.2em;
  padding: 10px 0;
  position: relative;
}

.plan_offer ul li {
  font-size: 1.9em;
  text-align: center;
}

.plan_offer ul li.plan_offer_price {
  position: absolute;
  top: -52px;
  right: 13px;
  height: 45px;
}

.plan_selection .plan_offer ul li.plan_offer_price {
  top: -62px;
}

.plan_offer ul li.plan_offer_price span.plan_offer_price_right {
  color: #7FA554;
  margin-left: 10px;
  height: 28px;
  display: block;
  line-height: 28px;
  padding: 0 0 0 7px;
  font-size: 26px;
}

.plan_offer ul li.plan_offer_price span span {
  font-size: 12px;
  color: #ccc;
  font-weight: normal;
  line-height: 13px;
  text-align: left;
}

.plan_offer ul li.plan_offer_price span span span {
  font-size: 9px;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  display: block;
  line-height: 16px;
}

.plan_offer ul li.plan_offer_price span#special_offer {
  position: absolute;
  top: -40px;
  right: -50px;
}

.plan_offer ul li.plan_offer_price span#special_offer_left {
  position: absolute;
  top: 28px;
  right: -70px;
  z-index: 500;
}

.plan_offer ul li span {
  font-weight: bold;
  color: #ff2f00;
}

.plan_offer ul li#no_custom_groups {
  color: #777;
  font-size: 16px;
}

.plan_offer div.sign_up_button {
  background: url(/images/bg-offer-sign-up.png) top left repeat-x;
  height: 70px;
  margin-bottom: 20px;
  text-align: center;
}

.plan_offer div.sign_up_button span a {
  height: 76px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  top: -7px;
}

.plan_offer div.sign_up_button span a:hover img,
.plan_offer div.sign_up_trial_button span a:hover img {
  display: none;
}

.plan_offer div.sign_up_button span a:hover {
  background: url(/images/button-offer-sign-up-hover.png) center top no-repeat;
}

.plan_offer div.sign_up_trial_button span a:hover {
  background: url(/images/button-offer-trial-sign-up-hover.png) center top no-repeat;
}

.current_member .plan_offer div.sign_up_button a.upgrade_plan:hover {
  background: url(/images/button-offer-upgrade-hover.png) center top no-repeat;
}

.current_member .plan_offer div.sign_up_button a.downgrade_plan:hover {
  background: url(/images/button-downgrade-hover.png) center top no-repeat;
}

.plan_offer div.current_plan {
  margin-top: 20px;
  text-align: center;
}

.plan_offer div.current_plan span {
  display: block;
  width: 380px;
  height: 90px;
  position: absolute;
  top: -30px;
  background: url(/images/member-current-plan.png) center top no-repeat;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
}

.plan_offer div.current_plan a {
  padding-top: 30px;
}

.guest_pass {
  position: relative;
}

.guest_pass h3 {
  background: url(/images/bg-offer-plan-name-free.gif) left top no-repeat;
  font-size: 22px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  width: 215px;
  padding: 0;
  color: #b0dbf1;
  font-weight: normal;
}

.guest_pass h3 span {
  font-weight: bold;
  text-transform: uppercase;
  display: inline;
  position: static;
  font-size: 22px;
}

.guest_pass ul {
  position: absolute;
  top: 0;
  left: 310px;
  padding: 0;
  background: none;
}

.guest_pass ul li {
  float: left;
  margin: 0 15px 0 0;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 19px 0 0;
  color: #fff;
  background: url(/images/icon-action_check.png) right 13px no-repeat;
}

.guest_pass ul li.no_custom_groups {
  font-style: italic;
  font-size: 14px;
  background: none;
}

.guest_pass ul li span {
  font-weight: bold;
  color: #fff;
}

.guest_pass p {
  border-top: 3px solid #182033;
  background: url(/images/bg-offer-sign-up.png) top left repeat-x;
  padding: 7px 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.guest_pass p span {
  width: 660px;
  display: block;
}

.guest_pass .sign_up_free_button {
  width: 110px;
  position: absolute;
  right: 83px;
  bottom: 20px;
}

#plan_offer_selection {
  background: url(/images/bg-offer-plans.png) top left repeat-x;
  margin-top: 60px;
  padding: 0 10px;
  margin-left: -10px;
  margin-right: -10px;
  height: 320px;
  overflow: visible;
  position: relative;
}

#plan_offer_selection h2  {
  position: absolute;
  height: 30px;
  top: -35px;
  left: 10px;
  color: #429d47;
  font-weight: bold;
}

.plan_selection {
  position: relative;
  top: 40px;
}

.plan_selection p {
  background: #fff;
  padding: 10px;
}

#plan_offer_selection .kicker, .form_submit p .kicker {
  position: absolute;
  top: -30px;
  text-transform: uppercase;
  font-size: 12px;
  color: #555;
  font-weight: bold;
}

.form_submit p .kicker {
  top: 10px;
  color: #fff;
}

.plan_offer form {
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
}

.plan_offer form fieldset {
  margin: 0;
  padding: 22px 0 0 35px;
}

#plan_offer_selection .errorExplanation {
  position: absolute;
  top: -120px;
  left: 0px;
  font-size: 13px;
  width: 365px;
  padding: 7px;
}

#plan_offer_selection .errorExplanation h2 {
  display: none;
}

#plan_offer_selection .errorExplanation p {
  margin: 0;
  display: none;
}

#plan_offer_selection .errorExplanation ul {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

#plan_offer_selection .errorExplanation ul li {
  font-size: 11px;
  line-height: 15px;
}

.trial_arrow {
  background: url(/images/arrow.png) 410px 70px no-repeat;
}

.next_step .form_submit {
  background: url(/images/bg-next-step.png) top left no-repeat;
  width: 380px;
  height: 95px;
  margin-top: 40px;
  padding: 5px;
  position: relative;
}

.next_step .form_submit input {
  background: transparent url(/images/button-next-step.png) left top no-repeat;
  border: none;
  height: 80px;
  text-indent: -9999px;
  width: 180px;
  position: absolute;
  cursor: pointer;
}

.next_step .form_submit .form_submit_free input {
  background: transparent url(/images/button-next-step-free.png) left top no-repeat;
}

.next_step .form_submit .form_submit_trial input {
  background: transparent url(/images/button-next-step-trial.png) left top no-repeat;
}

.next_step p {
  margin: 25px 0 0 170px;
  font-size: 13px;
  color: #003500;
  font-weight: bold;
}

.next_step p span.note {
  position: absolute;
  color: #000;
  font-weight: normal;
  font-size: 11px;
  bottom: 25px;
  left: 175px;
  background: url(/images/lock.png) left top no-repeat;
  padding-left: 20px;
}

.next_step p span.free_trial_note {
  background: none;
  padding-left: 0;
  padding-right: 15px;
  line-height: 13px;
  color: #efefef;
}

#plan_offer_quotes {

}

#plan_offer_quotes h3 {
  text-transform: uppercase;
  font-size: 12px;
  color: #ff2f00;
}

#plan_offer_quotes ul {
  position: relative;
  top: -50px;
  font-family: "Georgia", Times, serif;
}

#plan_offer_quotes ul li {
  height: 170px;
  font-size: 22px;
  line-height: 30px;
  position: relative;
}

#plan_offer_quotes ul li blockquote {
  padding: 10px;
}

#plan_offer_quotes ul li blockquote p {
  position: relative;
}

#plan_offer_quotes ul li blockquote p span.left_quote {
  position: absolute;
  left: -10px;
  top: 0px;
}

#plan_offer_quotes ul li blockquote p span.right_quote {
  position: absolute;
}

#plan_offer_quotes ul li span.citation {
  position: absolute;
  left: 10px;
  bottom: 0px;
}

#plan_offer_quotes ul li#individual_investor blockquote {
  padding-top: 40px;
}

#plan_offer_quotes ul li#investment_blogger {
  background: #000 url(/images/bg-featured-quote-bottom.png) bottom left no-repeat;
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 15px;
}

#plan_offer_quotes ul li#investment_blogger blockquote {
  background: #000 url(/images/bg-featured-quote-top.png) top left no-repeat;
  padding: 23px 13px 25px 18px;
}

#plan_offer_quotes ul li#investment_blogger span.citation {
  bottom: 15px;
  left: 20px;
}

#plan_offer_quotes .press_quote {
  clear: both;
  position: relative;
  background: url(/images/logo-venture-beat.png) 727px 15px no-repeat;
  border: 10px solid #efefef;
  margin-bottom: 20px;
  font-family: "Georgia", Times, serif;
}

#plan_offer_quotes .press_quote p {
  width: 640px;
  font-size: 18px;
  margin: 0;
  line-height: 24px;
  padding: 0px 30px 0px 30px;
  background: #efefef;
  position: relative;
}

#plan_offer_quotes .press_quote p span.left_quote {
  position: absolute;
  font-size: 80px;
  left: -5px;
  top: 20px;
  color: #999;
}

#plan_offer_quotes .press_quote p span.right_quote {
  position: absolute;
  font-size: 80px;
  right: 5px;
  bottom: -20px;
  color: #999;
}

.membership_plan_faq_adjust {
  margin-top: -20px;
  float: left;
}

#membership_plan_faq {
  margin-top: 20px;
}

#membership_plan_faq h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 0 10px;
  text-transform: uppercase;
}

#membership_plan_faq {
  background: #efefef;
  border-top: 2px solid #234f21;
  border-bottom: 2px solid #234f21;
  margin-bottom: 20px;
}

#membership_plan_faq dl.right dt, #membership_plan_faq dl.right dd {
  border-left: 1px solid #ccc;
}

#membership_plan_faq dl dt, #membership_plan_faq dl dd {
  padding: 0 10px;
}

#membership_plan_faq dl dt {
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

#membership_plan_faq img {
  position: relative;
  top: 5px;
}

#membership_plan_faq p {
  padding: 10px;
  background: #a0c89d;
  width: 900px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#membership_plan_faq dl dd ul {
  margin-top: 5px;
}

#membership_plan_faq dl dd ul li {
  background: url(/images/icon-bullet-arrow-right.png) -2px top no-repeat;
  padding-left: 15px;
}

.comparison {
  background: none;
  border: 0;
  font: 18px Arial, Verdana, sans-serif;
  margin-bottom: 18px;
}

.comparison th,
.comparison td {
  background: #fff url(/images/bg-plan-td-right.png) repeat-y right;
  border: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 0;
  vertical-align: middle;
}

.comparison th {
  border-left: none;
  font-size: 14px;
  font-weight: normal;
}

.comparison thead th {
  background: #e7f4ff url(/images/bg-plan-th-right.png) repeat-y right;
  border-bottom: 0;
  border: 1px solid #b8d8f7;
  color: #344050;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  padding: 10px;
  vertical-align: top;
}

.comparison thead th span {
  color: #ae3100;
  display: block;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
}

.comparison thead tr th#x_full_membership span {
  margin-top: 0;
}

.comparison thead th#x_full_membership span.full_price {
  color: #999;
  margin-top: 10px;
}

.comparison thead th#x_full_membership span.special {
  font-size: 11px;
  line-height: 18px;
}

.comparison th.first,
.comparison td.first {
  background: #f2f9ea url(/images/bg-plan-features-right.png) repeat-y right;
  color: #4d7319;
  padding-left: 10px;
}

.comparison th.first {
  border: 1px solid #b5ef72;
  line-height: 20px;
  padding: 10px;
}

.comparison thead th#feature_title {
  background: #fff url(/images/bg-plan-td-right.png) repeat-y right;
  border: none;
  border-left: none;
  color: #4d7319;
  font-size: 16px;
  line-height: 40px;
  padding: 0 0 0 10px;
  vertical-align: bottom;
}

.comparison td {
  padding: 10px;
  vertical-align: top;
}

.comparison td span {
  color: #666;
  font-size: 12px;
}

.comparison td.last {
  border-right: 1px solid #ccc;
}

.comparison tr.price td {
  font-size: 18px;
}

.comparison tr th.current_plan,
.comparison tr td.current_plan {
  background: #fff1bb;
  border: 1px solid #e4d083;
  font-weight: normal;
}

.comparison thead tr th a,
.comparison thead tr th span.current_plan {
  background: url(/images/buttons-plan_matrix.png) left top;
  display: block;
  height: 50px;
  margin: 0 auto -5px;
  text-align: left;
  text-indent: -9999px;
  width: 130px;
}

.comparison thead tr th#x_guest_pass a {
  background-position: 0 0;
}

.comparison thead tr th#x_basic_membership a {
  background-position: -130px 0;
}

.comparison thead tr th#x_full_membership a {
  background-position: -260px 0;
}

.comparison thead tr th#x_guest_pass span.current_plan {
  background-position: 0 50px;
}

.comparison thead tr th#x_basic_membership span.current_plan {
  background-position: -130px 50px;
}

.comparison thead tr th#x_full_membership span.current_plan {
  background-position: -260px 50px;
}

#x_plan_description {
  background: #fff1bb;
  border: 1px solid #e4d083;
  font-size: 13px;
  white-space: normal;
}

#x_plan_description p {
  margin-bottom: 0;
}

/*----------------------------------------------------------------------------------
=competitor matrix
----------------------------------------------------------------------------------*/

#competitor_matrix {
  background: none;
  border: none;
  text-align: center;
}

#competitor_matrix th,
#competitor_matrix td {
  background: none;
  border: none;
}

/*----------------------------------------------------------------------------------
=member info (sidebar)
----------------------------------------------------------------------------------*/

#member_info {
  background: #f3f3f3;
  padding: 10px;
}

body.index #member_info {
  padding: 4px;
}

#member_info dl {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

/*------------------------------------------------------------------------
=tour
------------------------------------------------------------------------*/

div#tour_navigation {
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  position: relative;
  z-index: 500;
}

div#tour_navigation h2 {
  float: left;
  margin: 0 0 9px 0;
  padding-bottom: 3px;
}

div#tour_navigation h2 span {
  color: #555;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}

div#tour_navigation ul {
  float: right;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 0px;
}

div#tour_navigation ul li {
  float: left;
  font-weight: bold;
}

div#tour_navigation ul li span {
  display: block;
  float: left;
  color: #777;
  width: 150px;
  text-transform: uppercase;
}

div#tour_navigation ul li {
  color: #555;
}

div#tour_navigation ul li ul {
  border: none;
  float: left;
  clear: left;
  width: auto;
}

div#tour_navigation ul li ul li {
  color: #4e9d47;
  font-weight: bold;
  float: none;
}

div#tour_navigation a {
  color: #777;
  font-weight: normal;
}

.tour_section {
  float: left;
  margin: 0 0 18px 0;
  position: relative;
  padding-top: 9px;
  font-size: 12px;
}

.tour_section em {
  font-style: normal;
  color: #4e9d47;
  font-weight: bold;
}

.tour_section p {
  line-height: 18px;
  font-size: 15px;
  width: 300px;
  color: #555;
}

#selector {
  background: url('/tmp/tour-find-clones.jpg') no-repeat scroll top left;
  width: 960px;
  height: 957px;
}

.tour_section ul li {
  position: relative;
  clear: left;
  width: 280px;
  padding-left: 27px;
  padding-bottom: 18px;
  font-size: 14px;
}

.tour_section ul li span {
  color: #fff;
  width: 20px;
  padding: 0 0 2px 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  background: url(/images/tour/number-bg.gif) left top no-repeat;
  float: left;
  position: absolute;
  top: 0px;
  left: -1px;
}

.tour_section img.screenshot {
  float: right;
  right: 0px;
  top: 20px;
}

a.header_button {
  position: absolute;
  right: 5px;
  top: 5px;
}

input.header_button {
  position: absolute;
  right: 5px;
  top: 5px;
}

#stock_and_fund_search_textbox {
  width: 300px;
  margin-bottom: 10px;
  position: relative;
  top: 0px;
  float: right;
  padding: 4px;
}