@import "btmbuttons.css";
@import "btmfa.css";

@media print {
  .no-print, .no-print * {
    display: none !important;
  }

  body {
    background-color: #FFFFFF !important;
  }
}

html {
  height: 100%;
  min-height: 100%;
}

body {
  font-weight: normal;
  font-size: 13px;
  word-spacing: normal;
  text-transform: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  background-color: #D3D4CE;
  text-align: left;
  margin: 0;
  height: 100%;
  min-height: 100%;
}

.footerGray {
  font-size: 10px;
  color: grey;
  border-width: 20px;
  margin-bottom:10px;
  margin-top:10px;
  text-align: center;
}

.p2 {
  font-size: 10px;
  color: #4A55A5;
}

input.textfield[disabled], input.textfield[disabled]:hover {
  background-image: none;
}
input.textfield {
  color: #333;
  font-size: 100%;
  height: 15px;
  width: 154px;
  padding: 5px;
  margin: 1px 0 1px 10px;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
  white-space: nowrap;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #7F9DB9;
  cursor: text;
  overflow: hidden;
  position: relative;
  text-align: right;
}

input.textfield {
  width: 93%;
  margin-left: 0;
  text-align: left;
}
