
/* * * * * * * * * * * * * * * * * * * * * */

html {
  overflow-y:scroll;
}

body {
  color: #000;
  /* font: normal normal 400 12px/1.5 "Open Sans", sans-serif; */
  font: normal normal 400 12px/1.5 sans-serif;
}

.container {
  width: 1200px; 
  margin: 0 auto; 
  border: 0px solid black;
}

.nodata {
  border: 0px solid black;
  text-align: center;
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:link {
  background-color: #fff; 
  color: #333; 
  padding: 0 10px;
}

a:visited {
  background-color: #fff;
  color: #333;
  padding: 0 10px;
}

a:hover {
  background-color: #fff; 
  color: #000; 
  padding: 0 10px;
  text-decoration: underline; 
}

a:active {
  background-color: #fff; 
  color: #333; 
  padding: 0 10px;
}

/* * * * * * * * * * * * * * * * * * * * * */

div#login {
  margin: 0 auto;
  text-align: center;
}

/* * * * * * * * * * * * * * * * * * * * * */

div#account {
  width: 320px;
  margin: 0.5em 0 0 10px;
  float: left;
  border: 0px solid black;
}

div#addAccount form input {
  padding: 1px 0 1px 1px;
  margin: 1px 0 2px 2px;
  background-color: #fff;
  border: 1px solid #aaa;
  width: 280px;
}

div#addAccount form input.button {
  border: 1px solid #aaa;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  color: #000;
  background-color: #fff;
  font-variant:small-caps;
  font-weight:bold;
  width: 80px;
  margin-right: auto;
}

div#accountList table { 
  border-spacing:0;
  border-collapse:collapse;
}

div#accountList table td.delete {
  text-align: center;
  border: 0px solid red;
}

div#accountList table td.accountid {
  text-align: right;
}

div#accountList table td.accountDisplay {
  width: 200px;
}

div#accountList table input.accountValue {
  width: 70px;
  height: 12px;
  text-align: right;
  border: 0px solid #aaa;
}

div#accountList table td.accountSubtotal {
  font-weight: bold;
  text-align: right;
}

div#accountList table td.accountTypeHeader {
  padding: 7px 0 0 56px;
  font-weight: bold;
}

div#accountList table td.accountTotal {
  text-align:right;
  padding-top: 10px;
  font-weight: bold;
}

/* * * * * * * * * * * * * * * * * * * * * */



div#transaction {
  width: 820px;
  margin: 0.5em 0 0 2px;
  float: left;
  border: 0px solid black;
}

div#transaction table {
  border-collapse: collapse;
  table-layout: fixed;
}

div#transaction table input {
  height: 15px;
}

div#addTx {
  padding: 0 0 5px 30px;
  border: 0px solid black;
}

div#addTx a {
  margin: 0 0 0 5px;
  padding: 0;
}

div#addTx input[type='checkbox'] {
  margin: 0 0 0 10px;
}

div#transaction  input::placeholder {
  font-weight: bold;
  font-size: 0.75em;
  opacity: 0.5;
}

div#transaction  input.accid_ {
  width: 45px;
  text-align: center;
  border: 1px solid #aaa;
}

div#transaction  input.date_ {
  width: 72px;
  text-align: center;
  border: 1px solid #aaa;
}

div#transaction  input.txdesc_ {
  width: 320px;
  text-align: left;
  border: 1px solid #aaa;
  padding-left: 2px;
}

div#transaction  input.amount_ {
  width: 45px;
  text-align: right;
  border: 1px solid #aaa;
  padding-right: 2px;
}

div#transaction  input.text_ {
  width: 120px;
  text-align: left;
  border: 1px solid #aaa;
  padding-left: 2px;
  text-transform:uppercase;
}

div#transaction table input.txid {
  width: 40px;
  text-align: right;
  border: 1px solid #eee;
}

div#transaction table input.accid {
  width: 20px;
  text-align: right;
  border: 1px solid #eee;
}

div#transaction table input.date {
  width: 70px;
  text-align: left;
  border: 1px solid #eee;
}

div#transaction table input.txdesc {
  width: 400px;
  text-align: left;
  border: 1px solid #eee;
}

div#transaction table input.amount {
  width: 65px;
  text-align: right;
  border: 1px solid #eee;
}

div#transaction table input.txcategory {
  width: 120px;
  text-align: left;
  border: 1px solid #eee;
  text-transform:uppercase;
}

div#transaction form input.button {
  border: 1px solid #aaa;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  color: #000;
  background-color: #fff;
  font-variant:small-caps;
  font-weight:bold;
  padding: 2px;
  cursor: pointer;
  cursor: hand;
}

div#txList a.cptx {
  color: #fff;
}

div#copy {
  padding: 0;
  display: none;
}

input#txcopy {
  border: 0px solid #aaa;
  width: 600px;
}
/* * * * * * * * * * * * * * * * * * * * * */

ul.input {
  padding-left: 1em;
}

li.input {
  list-style: none;
}

label.accountno {
  text-align: right;
  width: 20px;
  font-weight: bold;
  margin-right: 20px;
  float: left;
}

/* * * * * * * * * * * * * * * * * * * * * */

div#profile {

}

div#profile label.input {
  width: 120px;
  float: left;
  border: 0px solid #ccc;
  vertical-align: bottom;
  text-align: right;
  margin-right: 10px;
}

div#profile form input.button {
  border: 1px solid #aaa;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  color: #000;
  background-color: #fff;
  font-variant:small-caps;
  font-weight:bold;
}

/* * * * * * * * * * * * * * * * * * * * * */

div#investmentAccount {
  border-bottom: 0px solid red;
  width: 770px;
}

div#investmentAccount select {
  width: 220px;
  height: 30px;
  font-size: 14px;
  border: 1px solid #aaa;
  margin: 0 3px;
  vertical-align: middle;
}

div#investmentAccount input.i_symbol {
  border: 1px solid #aaa;
  width: 115px;
  height: 20px;
  font-size: 14px;
  margin: 0 3px;
  text-align: center;
  vertical-align: middle;
  text-transform:uppercase;
}

div#investmentAccount input {
  border: 1px solid #aaa;
  width: 115px;
  height: 20px;
  font-size: 14px;
  margin: 0 3px;
  text-align: center;
  vertical-align: middle;
}

div#investmentAccount form input.button {
  border: 1px solid #999;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  font-variant: small-caps;
  font-weight: bold;
  height: 24px;
  margin-top: 10px;
}

div#securityList table {
  table-layout: fixed;
}

div#securityList table th {
  vertical-align: bottom;
}

div#securityList table td.symbol {
  text-align: left;
  width: 50px;
}

div#securityList table td.securityDate {
  text-align: center;
  width: 75px;
}

div#securityList table td.shares {
  text-align: right;
  width: 80px;
}

div#securityList table td.amount {
  text-align: right;
  width: 75px;
}

div#securityList table input.amountInput {
  text-align: right; 
  width: 70px;
  height: 15px;
  font-size: 12px;
  border: 1px solid #aaa;
}

div#securityList table input.dateInput {
  text-align: center; 
  width: 80px; 
  height: 15px;
  font-size: 12px;
  border: 1px solid #aaa;
}

/* * * * * * * * * * * * * * * * * * * * * */

div#company {
  border-bottom: 0px solid red;
  width: 770px;
}

div#company form input.button {
  border: 1px solid #999;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  font-variant: small-caps;
  font-weight: bold;
  height: 24px;
  margin-top: 10px;
}



/* * * * * * * * * * * * * * * * * * * * * */

div#navigation {
  margin: 0 20px; 
  border-bottom: 1px solid #ccc;
}

div#navigation ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

div#navigation li {
  display: inline;
  list-style: none;
}

div#navigation li a {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-decoration: none;
}

div#navigation li a:link {
  background-color: #fff; 
  color: #333; 
  padding: 0 10px;
}

div#navigation li a:visited {
  background-color: #fff;
  color: #333;
  padding: 0 10px;
}

div#navigation li a:hover {
  background-color: #fff; 
  color: #000; 
  padding: 0 10px; 
  border: 1px solid #000;
}

div#navigation li a:active {
  background-color: #fff; 
  color: #333; 
  padding: 0 10px;
}


/* * * * * * * * * * * * * * * * * * * * * */

div#login form input.button {
  border: 1px solid #aaa;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  color: #000;
  background-color: #fff;
  font-variant:small-caps;
  font-weight:bold;
}

/* * * * * * * * * * * * * * * * * * * * * */

div#transaction table tr td div.txPaginator input.paginator_page {
  width: 25px;
  text-align: center;
  border: 1px solid #aaa;
}

div#transaction table tr td div.txPaginator input[type='button'] {
  height: 18px;
  border: 1px solid #ccc;
  width: 25px;
  color: #000;
  background-color: #fff;
  font-variant:small-caps;
  text-align: center;
  margin: 2px;
  padding: 2px;
  cursor: pointer;
  cursor: hand;
}
