@font-face {
  font-family: 'Futura';
  src: url('../../../includes/fonts/futura.eot');
  src:
  local("Futura"),
  url("../../../includes/fonts/futura.eot?#iefix") format('embedded-opentype'), 
  url("../../../includes/fonts/futura.woff") format('woff');
}
@font-face {
  font-family: "Regular";
  src: url('../../../includes/fonts/OpenSansRegular.eot');
  src:
  local("OpenSans"),
  url("../../../includes/fonts/OpenSansRegular.eot?#iefix") format('embedded-opentype'), 
  url("../../../includes/fonts/OpenSansRegular.woff") format('woff');
}
@font-face {
  font-family: "Bold";
  src: url('../../../includes/fonts/OpenSansBold.eot');
  src:
  local("OpenSans"),
  url("../../../includes/fonts/OpenSansBold.eot?#iefix") format('embedded-opentype'), 
  url("../../../includes/fonts/OpenSansBold.woff") format('woff');
}
@font-face {
  font-family: "Extrabold";
  src: url('../../../includes/fonts/OpenSansExtrabold.eot');
  src:
  local("OpenSans"),
  url("../../../includes/fonts/OpenSansExtrabold.eot?#iefix") format('embedded-opentype'), 
  url("../../../includes/fonts/OpenSansExtrabold.woff") format('woff');
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  color: #555;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  cursor: default;
  min-width: 1200px;
}
marquee {
  color: olive;
}
p {
  margin: 4px 0;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #00c;
}
ul,
ul li,
ol,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bold {
  font-family: Bold, Arial, sans-serif;
}
b {
  font-family: Bold, Arial, sans-serif;
}
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
h1 {
  font-size: 20px;
  font-family: Bold, Arial, sans-serif;
}
h2 {
  font-size: 16px;
  font-family: Bold, Arial, sans-serif;
}
h3 {
  font-size: 15px;
  font-family: Bold, Arial, sans-serif;
}
h4 {
  font-size: 14px;
  font-family: Bold, Arial, sans-serif;
}
h5 {
  font-size: 13px;
  font-family: Bold, Arial, sans-serif;
}
h6 {
  font-size: 12px;
  font-family: Bold, Arial, sans-serif;
}
img {
  border: none;
  cursor: pointer;
}
input[type="file"] {
  display: inline-block;
  font-family: Bold, Arial, sans-serif;
  height: 40px;
  background-color: #b03;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  border: none;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 1);
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  padding: 9px 16px;
  margin: 0 4px;
  text-transform: uppercase;
}
a,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: vertical;
}
input[type="text"],
input[type="password"],
button,
select,
textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 4px;
  font-family: Regular, Arial, sans-serif;
}
.contact {
  width: 100%;
}
.header {
  position: relative;
  top: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  background: #0c1216 url("../../../images/top.png") center no-repeat;
  color: #ddd;
  font-family: Bold, Arial, sans-serif;
  font-size: 12px;
}
.top {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}
.top div {
  height: 40px;
  margin: 16px 0;
}
.logo {
  width: 339px;
  height: 40px;
  background: url("../../../images/pennystocksus.png") no-repeat;
  float: left;
}
.account {
  float: right;
}
.user-info{
  height: 40px;
  padding: 3px 10px 0 10px;
}
.account ul li {
  text-align: center;
}
.wallstreet {
  width: 1000px;
  height: 320px;
  margin: 16px auto;
  background: url("../../../images/wallstreet.jpg") no-repeat;
  border-radius: 8px;
  border: solid 4px #036;
}
.paypal {
  width: 97px;
  height: 71px;
  margin: 0 auto;
  background: url("../../../images/paypal.png") no-repeat;
}
.btnAccount {
  display: inline-block;
  font-family: Bold, Arial, sans-serif;
  height: 40px;
  background-color: #903;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  border: none;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 1);
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  padding: 0 16px;
  margin: 0 4px;
  text-transform: uppercase;
}
.btnSignin {
  display: inline-block;
  font-family: Bold, Arial, sans-serif;
  height: 40px;
  background-color: #369;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  border: none;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 1);
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  padding: 0 16px;
  margin: 0 4px;
  text-transform: uppercase;
}
.btnWhite {
  display: inline-block;
  height: 30px;
  background-color: #e7e7ee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7ff), color-stop(100%, #e7e7ee));
  background-image: -webkit-linear-gradient(top, #f7f7ff 0%, #e7e7ee 100%);
  background-image: -moz-linear-gradient(top, #f7f7ff 0%, #e7e7ee 100%);
  background-image: -o-linear-gradient(top, #f7f7ff 0%, #e7e7ee 100%);
  background-image: -ms-linear-gradient(top, #f7f7ff 0%, #e7e7ee 100%);
  background-image: linear-gradient(top, #f7f7ff 0%, #e7e7ee 100%);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  border: solid 1px #ccc;
  font-size: 14px;
  line-height: 28px;
  text-shadow: 0 0 1px rgba(255, 255, 255, 1);
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  padding: 0 16px;
  margin: 0 4px;
}

.menu {
  position: sticky;
  top: 0;
  width: 100%;
  height: 48px;
  line-height: 46px;
  background-image: -moz-linear-gradient(top, #048 0, #036 100%);
  background-image: -ms-linear-gradient(top, #048 0, #036 100%) !important;
  background-image: -o-linear-gradient(top, #048 0, #036 100%);
  background-image: -webkit-linear-gradient(top, #048 0, #036 100%);
  background-image: linear-gradient(to bottom, #048 0, #036 100%) !important;
  background-color: #f7f7f7;
  border: 1px solid #069;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.tox{
  z-index: 0;
}
.menu ul {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.menu ul li {
  display: inline-block;
}
.btnMenu {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-family: Bold, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 1);
  padding: 0 12px;
}
.btnMenu:hover,
.btnMenu.selected {
  background: #369;
  color: #ff554c;
}
.wrapper {
  height: auto;
}
.content {
  width: 1100px;
  min-height: 800px;
  padding: 40px 0 150px 0;
  margin: auto;
}
.content ul li {
  margin: 4px 0;
  font-size: 13px;
}
.stockName {
  font-family: Extrabold, Arial, sans-serif;
  color: #14a;
  font-size: 20px;
  line-height: 40px;
}
.stockPercent {
  font-family: Extrabold, Arial, sans-serif;
  color: #cc114c;
  font-size: 24px;
  line-height: 48px;
}
.btnRed {
  display: inline-block;
  font-family: Bold, Arial, sans-serif;
  height: 30px;
  background-color: #b03;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  border: none;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 1);
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  padding: 0 16px;
  margin: 0 10px;
  text-transform: uppercase;
}
.btnRed:hover {
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
}
.btnBlue {
  display: inline-block;
  font-family: Bold, Arial, sans-serif;
  height: 30px;
  background-color: #14a;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 1);
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  padding: 0 16px;
  margin: 0 10px;
  text-transform: uppercase;
}
.btnBlue:hover {
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
}
.btnBox {
  height: 48px;
  padding: 8px 0 0 0;
}
.subscribe {
  display: inline-block;
  width: 360px;
  height: 160px;
  background: url("../../../images/checkout.png") bottom no-repeat;
  border-radius: 4px;
  font-size: 16px;
  font-family: Bold;
  text-align: center;
  line-height: 64px;
  margin: 40px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  color: #339;
}
.footer {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  height: 140px;
  background-color: #222a33;
  font-size: 12px;
  padding: 8px 0;
}
.footer ul {
  width: 1000px;
  line-height: 36px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}
.footer ul li {
  display: inline-block;
  margin: 0 24px;
}
.footer ul li a {
  font-family: Bold, Arial, sans-serif;
  color: #ddd;
  text-transform: uppercase;
  cursor: pointer;
}
.footer p {
  text-align: center;
  color: #999;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  line-height: 20px;
}
table tr th {
  padding: 0;
}
table tr td {
  padding: 0;
}
table.modalTable th {
  border: none;
  width: auto;
  padding: 2px;
  text-align: right;
  font-weight: normal;
}
table.modalTable td {
  border: none;
  width: auto;
  padding: 2px;
  line-height: 14px;
  font-weight: normal;
}
table.baseTable {
  background-color: #dddde7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddde7), color-stop(100%, #ccccd7));
  background-image: -webkit-linear-gradient(top, #dddde7 0%, #ccccd7 100%);
  background-image: -moz-linear-gradient(top, #dddde7 0%, #ccccd7 100%);
  background-image: -o-linear-gradient(top, #dddde7 0%, #ccccd7 100%);
  background-image: -ms-linear-gradient(top, #dddde7 0%, #ccccd7 100%);
  background-image: linear-gradient(top, #dddde7 0%, #ccccd7 100%);
  border-collapse: separate;
  border-spacing: 1px;
  border-radius: 3px;
  font-size: 10pt;
  color: #557;
  padding: 2px 1px;
  margin: 8px 0;
  box-shadow: 0 1px 3px #224;
}
table.baseTable thead tr th {
  height: 40px;
  border-radius: 2px;
  padding: 4px 8px;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5);
}
table.baseTable tbody tr td {
  background-color: #e7e7ee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7ff), color-stop(100%, #e7e7ee));
  background-image: -webkit-linear-gradient(top, #f7f7ff 0%, #e7e7ee 100%);
  background-image: -moz-linear-gradient(top, #f7f7ff 0%, #e7e7ee 100%);
  background-image: -o-linear-gradient(top, #f7f7ff 0%, #e7e7ee 100%);
  background-image: -ms-linear-gradient(top, #f7f7ff 0%, #e7e7ee 100%);
  background-image: linear-gradient(top, #f7f7ff 0%, #e7e7ee 100%);
  box-shadow: inset 0 1px 1px #446;
  border-radius: 2px;
  padding: 4px 8px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
table.baseTable tfoot tr td {
  font-weight: bold;
  background-color: #dddde7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeef7), color-stop(100%, #dddde7));
  background-image: -webkit-linear-gradient(top, #eeeef7 0%, #dddde7 100%);
  background-image: -moz-linear-gradient(top, #eeeef7 0%, #dddde7 100%);
  background-image: -o-linear-gradient(top, #eeeef7 0%, #dddde7 100%);
  background-image: -ms-linear-gradient(top, #eeeef7 0%, #dddde7 100%);
  background-image: linear-gradient(top, #eeeef7 0%, #dddde7 100%);
  box-shadow: inset 0 1px 1px #446;
  border-radius: 2px;
  padding: 4px 8px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.modal {
  display: none;
  position: fixed;
  top: 200px;
  width: 100%;
  margin: 0;
  z-index: 10;
}
.modalHead {
  width: 540px;
  height: 48px;
  background-image: -moz-linear-gradient(top, #048 0, #036 100%);
  background-image: -ms-linear-gradient(top, #048 0, #036 100%) !important;
  background-image: -o-linear-gradient(top, #048 0, #036 100%);
  background-image: -webkit-linear-gradient(top, #048 0, #036 100%);
  background-image: linear-gradient(to bottom, #048 0, #036 100%) !important;
  background-color: #e7e7e7;
  line-height: 46px;
  font-size: 16px;
  font-family: Bold, Arial, sans-serif;
  color: #ddd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  padding: 0 16px;
  margin: 0 auto;
  border: 1px solid #ddd;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.modalHead .headName {
  float: left;
}
.modalHead .closeModal {
  float: right;
  padding: 0 4px;
  cursor: pointer;
}
.modalBody {
  width: 540px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  padding: 16px;
  margin: 0 auto;
  border: 1px solid #ddd;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.windowHead {
  max-width: 1400px;
  width: auto;
  height: 36px;
  background-image: -moz-linear-gradient(top, #048 0, #036 100%);
  background-image: -ms-linear-gradient(top, #048 0, #036 100%) !important;
  background-image: -o-linear-gradient(top, #048 0, #036 100%);
  background-image: -webkit-linear-gradient(top, #048 0, #036 100%);
  background-image: linear-gradient(to bottom, #048 0, #036 100%) !important;
  background-color: #e7e7e7;
  line-height: 36px;
  font-size: 16px;
  font-family: Bold, Arial, sans-serif;
  color: #ddd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  padding: 0 16px;
  margin: 0;
  border: 1px solid #ddd;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.windowHead .headName {
  float: left;
}
.windowHead .closeModal {
  float: right;
  padding: 0 4px;
  cursor: pointer;
}
.windowBody {
  max-width: 1400px;
  width: auto;
  background: #fff;
  border-radius: 0 0 4px 4px;
  padding: 5px 0 0 0;
  margin: 0;
  border: 1px solid #ddd;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.alert {
  display: none;
  position: fixed;
  top: 256px;
  width: 100%;
  z-index: 10000;
}
.content .alert {
  width: 1000px;
}
.alertHead {
  width: 360px;
  height: 40px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  background-color: #b14;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 0 16px;
  margin: 0 auto;
  color: #fdf;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
}
.alertHead .headName {
  float: left;
}
.alertHead .closeModal {
  float: right;
  padding: 0 4px;
  cursor: pointer;
}
.alertBody {
  width: 360px;
  min-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #b14;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
  padding: 16px;
  margin: 0 auto;
}
.window {
  min-height: 30px;
  margin: 0 auto;
}
.window textarea {
  height: 360px;
  max-width: 800px;
  min-width: 800px;
}
.window select,
.window input[type="text"] {
  width: 800px;
}
.centerBox {
  width: 540px;
  min-height: 30px;
  margin: 0 auto;
}
.notice {
  width: 540px;
  margin: 0 auto;
}
.message {
  text-align: center;
  width: 320px;
  font-family: Bold, Arial, sans-serif;
  font-size: 13px;
  line-height: 48px;
  background: #fff;
  color: #223;
  border-radius: 2px;
  padding: 16px 16px 32px 16px;
  margin: 0 auto;
  box-shadow: 0 0 100px rgba(0, 0, 0, 1);
  text-transform: uppercase;
}
.error {
  color: #cc114c;
  text-align: center;
  line-height: 30px;
  font-family: Bold, Arial, sans-serif;
}
.warning {
  color: #cc114c;
  text-align: center;
  line-height: 30px;
  font-family: Bold, Arial, sans-serif;
}
.info {
  color: #0055aa;
  text-align: center;
  line-height: 30px;
  font-family: Bold, Arial, sans-serif;
}
.validation {
  color: #cc114c;
  font-family: Bold, Arial, sans-serif;
}
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pagination ul {
  display: inline-block;
  margin: 0;
}
.pagination ul > li {
  display: inline-block;
}
.pagination ul > li > a,
.pagination ul > li > form a {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  color: #999;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 1px;
  background-color: #fff;
  font-size: 14px;
}
.pagination ul > li > span,
.pagination ul > li > form span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  color: #999;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 1px;
  background-color: #ddd;
  font-size: 14px;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > li > form a:hover,
.pagination ul > li > form a:focus {
  background-color: #ddd;
  cursor: pointer;
}
legend {
  color: rgb(100,100,100);
  font-size: 1.3em;
  font-family: bold;
  padding: 0 10px;
  margin-top: -13px;
}
fieldset{
  border-radius: 8px;
  margin: 50px 0 0 0;
}
label{
  font-size: 1.2em;
  color: rgb(0,100,150);
  font-family: bold;
}

textarea#mentions {
  height: 350px;
}

div.card,
.tox div.card {
  width: 240px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, .1);
  padding: 8px;
  font-size: 14px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

div.card::after,
.tox div.card::after {
  content: "";
  clear: both;
  display: table;
}

div.card h1,
.tox div.card h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0;
  line-height: normal;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

div.card p,
.tox div.card p {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

div.card img.avatar,
.tox div.card img.avatar {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  float: left;
}
.hidden{
  display: none;
}
.column-sort {
    display: block;
    float: left;
    width: 14px;
    margin: -3px 0 0 -8px;
    border: 1px solid rgb(180,180,180);
    border-radius: 5px;
}

.column-sort .sort-up, .column-sort .sort-down {
    display: block;
    width: 13px;
    height: 14px;
    background: url(../img/table-sort-arrows.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    border-right: 1px solid #828282;
    
}
.column-sort .sort-up {
    background-position: 0 1px;
    border-bottom: 1px solid #828282;
    border-radius: 5px 5px 0 0;
}
.column-sort .sort-down {
    background-position: 0 bottom;
    border-top: 1px solid white;
    border-radius: 0 0 5px 5px;
}
.column-sort .sort-up:hover {
    background-position: -15px 1px;
}
.column-sort .sort-down:hover {
    background-position: -15px bottom;
}
label.personal-area{
  font-size: 1.2em; 
  font-family: Arial;
  font-weight: normal;
  width: 80px; 
  display: inline-block;
}
p.personal-area{
  font-size: 1.0em; 
  font-family: Arial;
  font-weight: normal;
  width: 80px; 
  display: inline-block;
  white-space: nowrap;
}
input{
  font-size: 16px;
}
