/* default tag styles */
body, div, p, th, td, li, dd, input, select, textarea { font-family: Tahoma, Helvetica, sans-serif; font-size: small; font-weight: normal; }
h1 { font-size: large; font-weight: bold; }
h2 { font-size: medium; font-weight: bold; }
h3 { font-size: small; font-weight: bold; }
b { font-weight: bold; }
a { font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }
a img {border: none;}
/* text style modifiers */
.negative { color: #c30; }
.zero { color: #000; }
.positive { color: #090; }
.monospaced { font-family: Courier, "Courier New", monospace; }
.small { font-size: x-small; }
.muted { color: #999; }

/* paragraph framing */
.hilited { background: #ffe; padding-left: 20px; padding-right: 20px; border: 1px solid #eed; }
.error { background: #fee; padding-left: 20px; padding-right: 20px; border: 1px solid #ecc; }
.warning { background: #fee; padding-left: 20px; padding-right: 20px; border: 1px solid #ecc; }
.denied { color: #f00; }

/* image framing */
.framed { margin-left: 8px; margin-right: 8px; padding: 4px; border: 2px outset #fff; }

/* form elements */
form { margin-bottom: 0px; }
.formButton { border: 1px solid #ccc; width: 60px; color: #eee; background: #66c; font-weight: bold; }
.signalSelect { width: 150px; }
.screenerSelect { width: 300px; }
.screeningSelect { width: 250px; }
.autoinvestorSelect { width: 200px; }
/* header */
#header {
   height: 1%;
}

/* menus and menu-items */
#menu {display: none; }
#menu-item {display: none; }
/* hide help divs */
#help-topics { display: none; }
#help-base-url { display: none; }

/* popup help menu */
.help-Popup {
}
.help-Popup .htmlButton {
  padding: 2px 4px 2px 4px;
  cursor: pointer;
  color: #66b;
  font-size: small;
  font-weight: bold;
  white-space: nowrap;
  background-color: #eee;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.help-Popup .htmlButton-mouseover {
   background-color: #ddd;
}
.help-Popup .htmlButton-mousedown {
  border: 1px solid #AAAAAA;
}
.help-Popup .htmlButton-disabled {
  background-image: url(i/blue_gradient.gif);
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: black;
}

/* navigation tabs */
#main-tabs {
  float:left;
  padding-left: 4px;
  width:100%;
  line-height:normal;
}
#main-tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  display: inline;
  white-space:nowrap;
}
#main-tabs li {
  float:left;
  background:url("i/tab-left.gif") no-repeat left top;
  margin:0;
  padding: 0 4px 0 10px;
  display: inline;
}
#main-tabs a {
  float:left;
  display:block;
  background:url("i/tab-right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#66b;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#main-tabs a {float:none;}
/* End IE5-Mac hack */
#main-tabs a:hover {
  text-decoration: underline;
}
#main-tabs .tab-current {
  background-image:url("i/tab-on-left.gif");
  border-width:0;
}
#main-tabs .tab-current a {
  background-image:url("i/tab-on-right.gif");
  color:#eee;

}

.tab { color: #fff; background: #66c; }
.tab a:link, .tab a:visited { color: #eee; }
.tab .chosen a:link, .tab .chosen a:visited { color: #ffa; }
.tab-muted { color: #000; background: #eee; }
.tab-muted a:link, .tab-muted a:visited { color: #66b; }

.tab-MenuBar {
      background-color: #eee;
      border: 1px solid #ccc;
 }
.tab-MenuBar .gwt-MenuItem {
      cursor: pointer;
      padding: 2px 4px 2px 4px;
      color: #66b;
      font-weight: bold;
}
.tab-MenuBar .gwt-MenuItem-selected {
      background-color: #ddd;
}

.clear-borders tr  {
  border-style: none;
}
.clear-borders tr td  {
  border-style: none;
}

/* table styles: */
/*   b# = body, n# = navigation, l# = links, i# = items, m# - misc, h# - help */
/*   #t = table, #h = header, #c = contents */
.bt { border: 1px solid #ddc; }

.bh { color: #000; background: #ddc; }
.bc { color: #000; background: #fff; }
.nt { border: 1px solid #dcd; }
.nh { color: #000; background: #dcd; }
.nc { color: #000; background: #eee; }
.lt { border: 1px solid #cdd; }
.lh { color: #000; background: #cdd; }
.lc { color: #000; background: #eee; }
.it { border: 1px solid #dcc; }
.ih { color: #000; background: #dcc; }
.ic { color: #000; background: #eee; }
.mt { border: 1px solid #ccc; }
.mh { color: #000; background: #ccc; }
.mc { color: #000; background: #eee; }
.ht { border: 1px solid #ccd; }
.hh { color: #000; background: #ccd; }
.hc { color: #000; background: #eee; }

/* item tabs */
table.item-tabs { border-collapse: collapse; }
table.item-tabs tr td { padding: 2px; }
table.item-tabs tr td.muted { padding: 4px; background: #eed; }
table.item-tabs tr td.selected { padding: 4px; background: #ddc; }

/* item header (item name and links to do stuff with it) */
td.item-header { font-weight: bold; background: #ddc; white-space: nowrap; padding: 4px; }
/* item links (slightly lighter background) */
td.item-links { background: #e5e5d5; padding: 4px;  }
/* item section (even lighter background) */
td.item-section { color: #778; background: #eed; padding: 4px; }

table.ntb { border-top-width: 0px; }
table.nbb { border-bottom-width: 0px; }

/* links */
a:link, a:visited { color: #66b; }
.chosen a:link, .chosen a:visited { color: #117; }

/* top and bottom row separator */
.ts td { border-top: 1px solid #ddd; }
.bs td { border-bottom: 1px solid #ddd; }

/* left panel (navigation, links, items, misc) */
#left-panel { background: #eee; }
#left-panel ul { padding: 0px; margin: 0px; border: 1px solid #ddd; list-style: none; }
#left-panel li { padding: 4px; white-space: nowrap; }
#left-panel li.nh { background: #dcd; }
#left-panel li.lh { background: #cdd; }
#left-panel li.ih { background: #dcc; }
#left-panel li.mh { background: #ccc; }
#left-panel li.wrap { white-space: normal; }

/* BELOW ARE ORIGINAL STYLES - WILL EVENTUALLY MIGRATE ABOVE */

/* black on white */
.bwn { color: #000; background: #fff; }
.bwn-border-sides {color: #000; background: #fff;border-left: 1px solid #ddc; border-right: 1px solid #ddc; border-bottom: 1px solid #ddc;}
.bws { color: #000; background: #fff; }
.bwn .muted, .bws .muted, .bwt .muted { color: #999; }
.bwn a:link, .bwn a:visited, .bws a:link, .bws a:visited, .bwt a:link, .bwt a:visited { color: #66b; }
.bwn .chosen a:link, .bwn .chosen a:visited, .bws .chosen a:link, .bws .chosen a:visited, .bwt .chosen a:link, .bwt .chosen a:visited { color: #117; }
/* black on charcoal */
.bcn { color: #000; background: #cce; }
.bcs { color: #000; background: #cce; }
.bcn .muted, .bcs .muted, .bct .muted { color: #999; }
.bcn a:link, .bcn a:visited, .bcs a:link, .bcs a:visited { color: #66b; }
.bcn .chosen a:link, .bcn .chosen a:visited, .bcs .chosen a:link, .bcs .chosen a:visited { color: #117; }
/* black on grey */
.bgn { color: #000; background: #eee; }
.bgs { color: #000; background: #eee; }
.bgn .muted, .bgs .muted, .bgt .muted { color: #999; }
.bgn a:link, .bgn a:visited, .bgs a:link, .bgs a:visited, .bgt a:link, .bgt a:visited { color: #66b; }
.bgn .chosen a:link, .bgn .chosen a:visited, .bgs .chosen a:link, .bgs .chosen a:visited, .bgt .chosen a:link, .bgt .chosen a:visited { color: #117; }
/* black on yellow */
.byn { color: #000; background: #ddc; }
.bys { color: #000; background: #ddc; }
.byn .muted, .bys .muted { color: #999; }
.byn a:link, .byn a:visited, .bys a:link, .bys a:visited { color: #66b; }
.byn .chosen a:link, .byn .chosen a:visited, .bys .chosen a:link, .bys .chosen a:visited { color: #117; }
/* white on black */
.wbn { color: #eee; background: #000; }
.wbs { color: #eee; background: #000; }
.wbn a:link, .wbn a:visited, .wbs a:link, .wbs a:visited { color: #eee; }
/* red on white */
.rwn { color: #600; background: #fff; }
.rws { color: #600; background: #fff; }

body {
  background-image: url(i/home/background.png);
  background-color:#f4f4f4;
  background-repeat: repeat;
  margin:0;
  padding:0;}

div.wrapper {

  margin: 0 auto 0 auto;
  width: 825px;
  position: relative;}

#top-left {
  background-color: #ffffff;
  border-bottom: 2px #99cc00 solid;
}

#top-right {
  background-color: #365F9C;
  border-bottom: 2px #99cc00 solid;
  }

#bottom-left {
  width: 550px;
  background-color: #ffffff;}

#bottom-right {
  width: 275px;
  background-color: #eceef9;
  }


table {
  border-collapse: collapse;
  }

td, th { text-align: left; vertical-align: top;}
  a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
img {
margin:0;
padding:0;
}
a:link, a:visited {
  color : #0867AE;
  text-decoration : none;
  font-weight: normal;}
a:hover {
  color: #FF6D06;
  }

  p {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 125%;
margin: 0;
padding: 0 0 1em 0;
color: #707070;
}

:focus { outline: none } /* only works for Firefox */

.nav ul {
  margin: 5px 0 0 0;
  padding: 0 5px 0 0;
  float: right;
  white-space: nowrap;
  }

.nav li {
  display: inline;
  float: left;
  list-style-type: none;

  }

.nav a:link, .nav a:visited {
  color: #ffffff;
  float: left;
  border-left: 1px solid #c2c2c2;
  letter-spacing: .0em;
  padding: 0.2em 0.75em;
  margin: 0;
  font-size: 11px;
}

.nav a:hover {
  color: #FF6D06;
  background-color: #f4f4f4;
  font-size: 11px;
}
.memberlogin ul {
  margin: 5px 0 0 0;
  padding: 0 5px 0 0;
  float: right;
  white-space: nowrap;
}

.memberlogin li {
  display: inline;
  float: left;
  list-style-type: none;
  }

.memberlogin a:link, .memberlogin a:visited {
  color: #ffffff;
  float: left;
  font-size: 11px;
  letter-spacing: .0em;
  padding: 0.2em 0.75em;
  margin: 0;
}

.memberlogin a:hover {
  color: #FF6D06;
  background-color: #f4f4f4;
  font-size: 11px;
}

.content p {
color: #000000;
}

.faq-page .nav .faq a {
color: #FFD1A3;
  font-weight: normal;
background-color:#365F9C;
}
.main-page .nav .main a {
color: #FECA4B;
  font-weight: normal;
background-color:#365F9C;

}
.pricing-page .nav .pricing a {
color: #FECA4B;
  font-weight: normal;
background-color:#365F9C;
}
.tours-page .nav .tour a {
color: #FECA4B;
  font-weight: normal;
background-color:#365F9C;
}
.login-page .memberlogin .login a {
color: #FECA4B;
  font-weight: normal;
background-color:#365F9C;
}
.join-page .nav .join a {
color: #FECA4B;
  font-weight: normal;
background-color:#365F9C;
}
.manual-page .nav .manual a {
color: #FFD1A3;
  font-weight: normal;
background-color:#365F9C;
}
.news-page .nav .news a {
color: #FFD1A3;
  font-weight: normal;
background-color:#365F9C;
}
.forums-page .nav .forums a {
color: #FFD1A3;
  font-weight: normal;
background-color:#365F9C;
}
.first a:link, .first a:visited {
  border-left: 0;
}
div .header {
  height: 50px;
  width: 550px;

}

div.logo {
  float: left;
  }

.logo img {
  padding: 0px;

  margin-left: 5px;
  margin-top: 5px;
  border: none;
  }

.logo a:hover {
  background-color: #f4f4f4;
  }
div .nav {
  height: 50px;
  width: 275px;

}

div .content {
padding: 20px 40px 10px 50px;

}

div .sidebar {
margin: 20px 15px 0 15px;

}

div .tagline {
position: absolute;
  top: 30px;
  left: 185px;}
.tagline p {
font-size:11px;
color:#365F9C;
font-style:italic;

}
.sidebar img {

margin: 0;
padding: 0;
}


div .kudos {
margin: 35px 15px 0 10px;
text-align:justify;
}

.kudos .barrons {
margin-bottom: 15px;
}

.kudos .forbes {
margin-bottom: 0;
}

.kudos p {
margin:0 10px 0 10px;
font-size:11px;
color:#909090;
font-style:italic;

}
div .footer {
  width: 825px;
  background-color: #f4f4f4;
  border-top: 1px #0867AE solid;
  text-align: right;
  padding-top: 5px;
}

.footer p {

  color: #A9B3E2;
  padding-right: 45px;
  font-size: 10px;
  line-height: 50%;
  }

.footer a:link, .footer a:visited {
  color : #A9B3E2;
  font-size: 10px;
  text-decoration : none;}

.footer a:hover {
  color: #FF6D06;
  }
/**********************/



.leftquote {
  margin-right: 30px;
  margin-left: 30px;
  font: bold 16px Verdana, Arial, Helvetica, sans-serif;
  line-height: 22px;
  }
/*dl {
margin: 0 0 0 0px;
padding:0;
}
*/
dt {

  cursor : pointer;
  margin: 0em 30px 0em 0px;
  padding: 0 0 0 15px;
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
  line-height: 22px;
  color: #003399;
  background-image: url("i/home/expandbtn2.gif");
  background-repeat: no-repeat;
  background-position: left center;}

dd {
  margin: 0px 0px 20px 15px;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 120%;
  color: #707070;
  }


dt.show {
  background-image: url("i/home/collapsebtn2.gif");
  }

dd.show {
  display: block;
  }
dd.hide {
  display: none;
  }


.tablesmall {

}

.features td {
height: 18px;
padding:5px 3px 5px 3px;
vertical-align: middle;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 100%;
margin: 0;

color: #707070;}

.features .item td {
width:190px;
}

/* stockworm css */
.formButton { border: 1px solid #ccc; width: 60px; color: #eee; background: #66c; font-weight: bold; }
.small { font-size: x-small; }
.muted { color: #999; }

.logo a:hover {
  background-color: #ffffff;
  }

.sidebar p, .sidebar a {
  font-size: 11px;
}


.kudos p {

margin-left:0;
}

dt {

  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  background-position: left .5em;}
dt:hover {
  text-decoration: underline;
  color:#FF6D06;
  }


dd {

color: #000000;
line-height:125%;
  }

dd li{
  margin: 5px 0px 5px 0px;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 125%;
  color: #000000;
  }

div .footer {
width:830px;
}

a:hover {
  text-decoration:underline;
  }

.nav a:hover, .memberlogin a:hover {
text-decoration:none;
}

div .nav {
  height: auto;
}

.join-page .bh {
background-color:#eceef9;
}

.join-page .bt {
border: 1px solid #f4f4f4;
}

.join-page .bc, .join-page .bh, .join-page input,.join-page select {
font: 12px Verdana, Arial, Helvetica, sans-serif;}

.join-page .small {
font-size:11px;
}