html {
  background-color: #e0e0e0;
}
body {
  font-family: arial,sans-serif;
  font-size: 12pt;
  color: #02466F;
  background-color: #e0e0e0;
  margin: 0;
}
#Header {
  color: white;
  background-color: #0a3874;
  text-align: center;
  height: 36px;
  margin-top: -1px;
}
.mainContainer {
  padding-left: 10px;
  padding-right: 10px;
}
.mainContainer .prettyBox {
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: white;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 0;
}
.mainContainer .prettyBox .container {
  padding: 0.5em 0.5em;
  font-size: 15pt;
  white-space: nowrap;
}
.mainContainer .fieldLabel {
  font-weight: bold;
}
.mainContainer .inputField {
  font-size: 100%;
  width: 90%;
}
.mainContainer .inputField100 {
  font-size: 100%;
  width: 100%;
}
input[type="submit"]:disabled, input[type="button"]:disabled, input[type="reset"]:disabled {
  background: -moz-linear-gradient(top, #aaaaaa 0%,#777777 50%,#777777 51%,#555555 100%);
  background: -ms-linear-gradient(top, #aaaaaa 0%,#777777 50%,#777777 51%,#555555 100%);
  background: -o-linear-gradient(top, #aaaaaa 0%,#777777 50%,#777777 51%,#555555 100%);
  background: -webkit-linear-gradient(top, #aaaaaa 0%,#777777 50%,#777777 51%,#555555 100%);
}
input[type="submit"], input[type="button"], input[type="reset"] {
  -webkit-appearance: none;
  padding-top: .7em;
  padding-bottom: .7em;
  white-space: normal;
  color: white;
  /*font-weight: bold;*/
  background-color: #0a3874;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border-style: none;
  font-size: 15pt;
  margin-top: 0px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
  border-radius: 5px;
  -moz-border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.button100 {
  width: 100%;
}
.button55 {
  width: 55%;
}
.button50 {
  width: 48%;
}
.button33 {
  width: 30%;
}
input[type="submit"].arrow, input[type="button"].arrow, input[type="reset"].arrow {
  background: #1d569f url("/efs/images/blue-button-arrow.png") no-repeat right center;
  padding: 1.6em 30px;
  font-weight: normal;
  font-size: 34px;
  text-align: left;
}
#Navigation #LogOut {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  margin-right: 5px;
}
#Navigation {
  background: #0a3874 url("/efs/images/AKUSA-logo-white-135x2.png") no-repeat center center;
  background-size: 135px 25px;
  display: table;
  width: 100%;
  height: 40px;
  color: white;
  text-align: center;
  background-color: #0a3874;
}
#Navigation div {
  display: table-cell;
  vertical-align: middle;
}
#NavBack {
  width: 4em;
  margin: 0;
  text-align: left;
}
#NavLogout {
  text-align: right;
}
#Navigation a {
  font-size: 18px;
  text-decoration: none;
  color: inherit;
  padding-left: 5px;
  padding-right: 5px;
  background: #0a3874;
}
h1 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.menuItem {
  height: 40px;
  font-size: 22px;
  font-weight: bold;
  /*border-bottom: 1px solid #02466F;
  background: url("/efs/efs/grafx/akusa/MenuArrowBlue.gif") no-repeat right center;
  padding-left: 6px;*/
  background-color: #ffffff;
  border: 1px solid #02466F;
  border-radius: 5px;
  margin-bottom: 2px;
}
/*.menuItem:nth-child(2n+1) {
  background-color: #ffffff;
}
.menuItem:nth-child(2n) {
  background-color: #f0f0f0;
}*/

.menuItem a {
  display: block;
  height: inherit;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
}
.menuItem span {
  line-height: 40px;
}

div.account-header {
  font-weight: bold;
  border-bottom: 1px solid #02466F;
  background-color: #c0c0c0;
  padding-left: 5px;
}
div.account-header:first-of-type {
  border-top: 1px solid #02466F;
}
div.account-header div {
  font-weight: normal;
  text-align: right;
}
.account-header .table {
  width: auto;
  margin-left: auto;
  margin-right: 10px;
  color: #000000;
}
div.account {
  border-bottom: 1px solid #02466F;
  background: url("/efs/efs/grafx/akusa/MenuArrowBlue.gif") no-repeat right center;
  padding-left: 5px;
  padding-right: 10px;
}

div.balances {
  text-align: right;
  padding-right: 10px;
  margin-left: -10px;
}

a.account:link, a.account:active, a.account:visited, a.account:hover {
  color: inherit;
  text-decoration: none;
}
a.account:nth-child(2n) div.account {
  background-color: #f0f0f0;
}
.account .identifiers {
  font-weight: bold;
  font-size: 10pt;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
}
.account .table {
  width: auto;
  margin-left: auto;
  margin-right: 10px;
  color: #000000;
}

div.transaction-header {
  border-bottom: 1px solid #02466F;
  background-color: #c0c0c0;
  color: #000000;
  padding-left: 5px;
  padding-right: 5px;
}
div.transaction {
  border-spacing: 0;
  border-bottom: 1px solid #02466F;
}
div.transaction:nth-child(2n+1) {
  background-color: #f0f0f0;
}
div.transaction-header:first-of-type {
  border-top: 1px solid #02466F;
}
table.transaction {
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #02466F;
}
tr.transaction td {
  color: #000000;
}
tr.transaction:nth-child(2n+1) td {
  border-top: 1px solid #02466F;
}
tr.transaction:nth-child(4n+1), tr.transaction:nth-child(4n+2) {
  background-color: #f0f0f0;
}

div.transaction div.amount{
  display: table-cell;
  text-align: right;
}

div.transaction div.date{
  display: table-cell;
}

div.memoView {
  display: none;
}

.transaction .label{
  color: #909090;
}

.transaction button {
  float:right;
}

.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}

.table {
  display: table;
  width: 100%;
}
.tr {
  display: table-row;
}
.tr .right {
  display: table-cell;
  padding-right: 0.25em;
}

.tr .left {
  display: table-cell;
}

p {
  white-space: normal;
}
.prettyBox > p {
  padding-left: 5px;
  padding-right: 5px;
}
/* View check button on History page */
button.getCheck {
   background : url("/efs/images/viewCheck.png") no-repeat center center;
   width : 42px;
   height :42px;
   border : none;
   color : transparent;
   font-size : 0;
   margin: 5px;
}

/* View memo button on History page */
button.getMemo {
   background : url("/efs/images/viewMemo.png") no-repeat center center;
   width : 42px;
   height :42px;
   border : none;
   color : transparent;
   font-size : 0;
   margin: 5px;
}

.negative {
  color: #CC0000;
}

.footer-help {
  text-align: center;
  font-size: 14px;
  margin-top: 3em;
}
