@charset "UTF-8";
/* CSS Document */
a {
  color: #0000ff;
}
a:hover {
  color: #146d10;
}

.hide {
  display: none;
}
/*forms*/
select {
  font-size: 100%;
  color: #000;
  font-family: Arial, Helvetica;
}
input {
  font-size: 100%;
  font-family: Arial, Helvetica;
}
.accesscode,
.pin {
  font-size: 100%;
  width: 100px;
  margin-right: 3px;
}
.netcash {
  background-image: url(../images/dollar.gif);
  background-repeat: no-repeat;
  background-position: 1px -1px;
  background-color: #fff;
  width: 40px;
  border: 1px #9e9da1 solid;
  padding: 1px 0 2px 10px;
}
div#email {
  height: 10px;
  margin-left: 85px;
  margin-top: 5px;
  font-size: 120%;
}
img.creditcard {
  position: absolute;
  margin-left: 15px;
}
/* helpers */
* {
  margin: 0;
  padding: 0;
}
div.clearfloats {
  clear: both;
}
div#floatleft,
div.floatleft {
  float: left;
}
div#floatright,
div.floatright {
  float: right;
}
div.blueline {
  height: 10px;
  background-image: url(../images/form-line.gif);
  background-repeat: no-repeat;
  background-position: center;
}
div#hr {
  height: 10px;
  width: 850px;
  background-image: url(../images/hr.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
}
/* fonts */
span.note {
  line-height: 28px;
  color: #ff0000;
}
#green {
  color: #009900;
  font-size: 15px;
}
#blue {
  color: #1241a0;
}
#red {
  color: #ff0000;
}
#red2 {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
}
#smblue,
#smblue a {
  color: #3466c9;
  font-size: 9px;
}
#smbk {
  color: #000000;
  font-size: 10px;
}
#big {
  font-size: 150%;
  font-weight: bold;
  color: #1d8f17;
}
#bigred {
  font-size: 200%;
  color: #ff0000;
}
#biggrn {
  font-size: 22px;
  color: #1d8f17;
  font-weight: normal;
}
#bigblack {
  font-size: 130%;
  color: #000;
}
#bigbk {
  font-size: 130%;
  color: #000;
}
#bigg {
  font-size: 130%;
  color: #878787;
}
#smaller {
  font-size: 90%;
  line-height: 14px;
}
span.access {
  font-size: 110%;
  font-weight: bold;
  color: #1d8f17;
}
p {
  padding-bottom: 15px;
}
h1 {
  color: #0a3996;
  font-size: 160%;
  line-height: 22px;
  background-image: url(../images/hr.gif);
  background-position: 0 20px;
  background-repeat: repeat-x;
  font-family: Trebuchet MS, arial;
  letter-spacing: -1px;
}
h2 {
  color: #0a3996;
  font-size: 130%;
  line-height: 24px;
  font-family: Trebuchet MS, arial;
}
h2 b {
  color: #22961c;
}
h3 {
  color: #22961c;
  font-size: 130%;
  line-height: 24px;
  font-family: Trebuchet MS, arial;
}
h4 {
  color: #0a3996;
  text-decoration: none;
}
hr {
  border-top-color: #5689ed;
  border-top-style: solid;
}
span.grn {
  font-weight: bold;
  color: #1d8f17;
}
span#net {
  color: #0a3996;
  font-weight: bold;
}
span#cashs {
  color: #22961c;
  font-weight: bold;
}
span.pixel {
  letter-spacing: 1px;
}
.mid {
  font-size: 11px;
}
/* content layout */
div#header {
  width: 850px;
  height: 16px;
  background-image: url(../images/l_home.gif);
  background-repeat: no-repeat;
}
div#merchantheader {
  width: 850px;
  height: 50px;
  background-image: url(../partner/images/l_partner.gif);
  background-repeat: no-repeat;
}

div#contentarea {
  width: 850px;
}
div#container {
  width: 850px;
  margin: 15px auto 0 auto;
  text-align: left;
  vertical-align: text-top;
}
div#hiddenlogo {
  visibility: hidden;
  display: none;
}
.icon {
  position: relative;
  top: 3px;
  margin-right: 3px;
}
div.header {
  height: 25px;
}
div#login {
  float: right;
  margin: 6px 3px 0 0;
  text-align: right;
}
/* nav */
div#listmenu {
  margin-bottom: 3px;
}
div#listmenu a:link,
div#listmenu a:visited {
  text-decoration: none;
  color: #0e3d9b;
  display: block;
  width: 258px;
}
div#listmenu a:hover {
  text-decoration: underline;
  color: #0e3d9b;
}
div#listmenu a:active {
  text-decoration: none;
  color: #0e3d9b;
}
div#listmenu {
  width: 850px;
  height: 16px;
}
div#listmenu ul {
  font-weight: bold;
  text-align: center;
}
div#listmenu li {
  float: left;
  padding-top: 5px;
  list-style-type: none;
  text-decoration: none;
  width: 258px;
  height: 24px;
  background-image: url(../images/nav_tab_blue.gif);
  background-repeat: no-repeat;
}
div#listmenu li#selected {
  float: left;
  width: 258px;
  background-image: url(../images/nav_tab_white.gif);
}
div#listmenu li#selected a:link {
  text-decoration: none;
  color: #0e3d9b;
}
div#listmenu li#selected a:visited {
  text-decoration: none;
  color: #0e3d9b;
}
div#listmenu li#selected a:hover {
  text-decoration: underline;
  color: #0e3d9b;
}
div#listmenu li#selected a:active {
  text-decoration: none;
  color: #0e3d9b;
}
div#listmenu li#end {
  float: left;
  padding-top: 5px;
  list-style-type: none;
  text-decoration: none;
  width: 258px;
  height: 24px;
  background-image: url(../images/nav_tab_blue.gif);
  background-repeat: no-repeat;
}
/* footer */
div#footer {
  height: 28px;
  width: 850px;
  background-image: url(../images/footer.gif);
  background-repeat: no-repeat;
  text-align: center;
}
div#footer a {
  padding: 0 5px 0 5px;
  list-style-type: none;
  line-height: 28px;
  margin: auto;
  font-size: 90%;
}
div#footer a:link {
  text-decoration: none;
  color: #000;
}
div#footer a:visited {
  text-decoration: none;
  color: #000;
}
div#footer a:hover {
  text-decoration: underline;
  color: #000;
}
div#footer a:active {
  text-decoration: none;
  color: #000;
}
.copy {
  font-size: 90%;
  padding-top: 10px;
  height: 11px;
  width: 850px;
  text-align: center;
}
.aster {
  font-size: 11px;
  color: #363636;
  margin-top: 13px;
  line-height: 14px;
}
.aster2 {
  font-size: 10px;
  color: #cccccc;
  margin-top: 8px;
  line-height: 11px;
  display: none;
  text-align: center;
}
div#ip {
  text-align: center;
  margin: 20px 0;
}
div.logos {
  display: none;
}
/* logo2 */
div.logo2 {
  text-align: center;
  padding: 5px 0;
}
div.logo2 img {
  padding: 0 4px;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}
div.logo2 a img {
  border: none;
}
div.logo2 a:hover img {
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  border: none;
}
div.logo2 {
  display: none;
}

/* errors */
div#message3 {
  background-color: #fbfff6;
  border: 1px dashed #000;
  padding: 10px 0px;
  margin: 5px 5px 10px 5px;
  background: url(../images/green-form-bg.gif) repeat-x bottom;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
}
div#iconspacer {
  padding: 5px 0 5px 0;
}
div#iconspacer span {
  vertical-align: -30%;
}
div#error {
  font-weight: bold;
  color: #ff0000;
  padding: 8px 5px 8px 35px;
  background-color: #fffff5;
  border: 1px solid #f4c222;
  margin: 5px auto 5px auto;
  background-image: url(../images/warning02.gif);
  background-repeat: no-repeat;
  background-position: 10px 8px;
}
div#error p {
  padding-bottom: 10px;
}
div#error a {
  color: #ff0000;
}
div#errorfield,
div#errorfield2,
div#errorfield3,
div.erroramount,
div#errorfield4,
div#errorfield5 {
  color: #ff0000;
  background-color: #fffff5;
  border: 1px solid #f4c222;
  background-image: url(../images/warning02.gif);
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}
div#errorfield {
  width: 732px;
  margin-bottom: 0;
}
div#errorfield span {
  margin-left: 3px;
}
div#errorfield2 {
  width: 450px;
}
div#errorfield3 {
  width: 710px;
}
div#userchange div#errorfield3 {
  width: 510px;
  height: 30px;
}
div#errorfield4 {
  width: 470px;
  position: relative;
  left: -5px;
  padding-left: 5px;
  background-image: none;
}
div#errorfield5 {
  width: 230px;
  padding: 0;
  background-image: none;
}
div.erroramount {
  width: 400px;
}
div.erroramount span {
  color: #ff0000;
}
div#errorfield label,
div#errorfield2 label,
div#errorfield3 label {
  margin-left: 2px;
  margin-right: -3px;
}

/* educational pages */
div#nav {
  margin: 5px 0 0 0;
  padding-bottom: 25px;
}
div#nav ul li {
  float: left;
  list-style: none;
  border-right: 1px solid #999999;
  font-size: 100%;
  color: #0a3a99;
  margin-right: 12px;
  padding-right: 12px;
  font-weight: bold;
}
div#nav ul li#last {
  border-right: none;
}
div#nav ul li a {
  text-decoration: none;
  color: #000000;
  font-weight: normal;
}
div#nav ul li a:hover {
  text-decoration: underline;
}
div#nav ul li.disabled {
  font: normal 12px arial;
  color: #999999;
}

/* new form buttons */
div#button,
div.button-lg {
  padding: 0;
}
div#button {
  padding-left: 10px;
}
div#button input,
div.button-lg input {
  font-family: "trebuchet ms", helvetica, sans-serif;
  font-weight: bold;
  background: url(../images/button-back.gif) no-repeat;
  font-size: 15px;
  color: #ffffff;
  height: 29px;
  width: 123px;
  border: none;
  cursor: pointer;
  color: #0a3a99;
}
div#button input:hover,
div.button-lg input:hover {
  background: url(../images/button-back2.gif) no-repeat;
}

div#formcontainer input.button-sm,
input.button-sm {
  height: 21px;
  width: 64px;
  font-size: 11px;
  background: url(../images/posa.gif) no-repeat;
  border: none;
  font-family: "trebuchet ms", helvetica, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #666666;
}

div#formcontainer input.button-sm:hover,
input.button-sm:hover {
  background: url(../images/posa2.gif) no-repeat;
  color: #666666;
}

div#module1 input.button-sm,
div#module2 input.button-sm {
  margin: 3px 0 0 94px;
}
/* CSS Document */
table.forms {
}
*div.spacer {
  margin-top: -8px;
}
hr {
  border: solid 1px #d1d5d9;
  border-bottom: #ffffff;
  display: block;
  padding-top: 10px;
  margin: 5px auto 0 auto;
  border-left: none;
  border-right: none;
  width: 80%;
}
*hr {
  margin-top: 0;
}

/* all form td widths */
table.forms tr td.tp-lt,
table.forms tr td.tp-rt,
table.forms tr td.bt-lt,
table.forms tr td.bt-rt table.forms tr td.tp-lt2,
table.forms tr td.tp-rt2,
table.forms tr td.bt-lt2,
table.forms tr td.bt-rt2 table.forms tr td.tp-lt3,
table.forms tr td.tp-rt3,
table.forms tr td.bt-lt3,
table.forms tr td.bt-rt3 {
  width: 4px;
}
table.forms tr td.tp-cn,
table.forms tr td.bt-cn {
  width: 624px;
}
table.forms tr td.tp-cn2,
table.forms tr td.bt-cn2 {
  width: 144px;
}
table.forms tr td.tp-cn3,
table.forms tr td.bt-cn3 {
  width: 204px;
}

/* right form td widths */
table.forms tr td.tp-lt3 {
  background: url(../images/mod_tp-lt.gif) no-repeat 0px 7px;
}
table.forms tr td.tp-cn3 {
  background: url(../images/mod_tp-cn.gif) repeat-x bottom;
}
table.forms tr td.tp-rt3 {
  background: url(../images/mod_tp-rt.gif) no-repeat bottom right;
}
table.forms tr td.form3 {
  background-color: #f3f8ff;
  vertical-align: top;
  border: solid 1px #d4d7db;
  border-top: none;
  border-bottom: none;
}
table.forms tr td.bt-lt3 {
  background: url(../images/mod_bt-lt.gif) no-repeat top left;
}
table.forms tr td.bt-cn3 {
  background: url(../images/mod_bt-cn.gif) repeat-x;
}
table.forms tr td.bt-rt3 {
  background: url(../images/mod_bt-rt.gif) no-repeat top right;
}
table.forms tr td.tp-lt3 img,
table.forms tr td.tp-rt3 img,
table.forms tr td.bt-lt3 img,
table.forms tr td.bt-rt3 img {
  width: 5px;
}

/* right form td widths */
table.forms tr.edge {
  height: 15px;
}
table.forms tr td.mod {
  vertical-align: top;
  padding-top: 7px;
}
table.forms tr td.tp-lt {
  background: url(../images/mod_tp-lt.gif) no-repeat 0px 7px;
}
table.forms tr td.tp-cn {
  background: url(../images/mod_tp-cn.gif) repeat-x bottom;
}
table.forms tr td.tp-rt {
  background: url(../images/mod_tp-rt.gif) no-repeat bottom right;
}
table.forms tr td.form {
  background-color: #f3f8ff;
  vertical-align: top;
  border: solid 1px #d4d7db;
  border-top: none;
  border-bottom: none;
}
table.forms tr td.bt-lt {
  background: url(../images/mod_bt-lt.gif) no-repeat top left;
}
table.forms tr td.bt-cn {
  background: url(../images/mod_bt-cn.gif) repeat-x;
}
table.forms tr td.bt-rt {
  background: url(../images/mod_bt-rt.gif) no-repeat top right;
}
table.forms tr td.tp-lt img,
table.forms tr td.tp-rt img,
table.forms tr td.bt-lt img,
table.forms tr td.bt-rt img {
  width: 5px;
}
table.forms tr td.tp-lt2 img,
table.forms tr td.tp-rt2 img,
table.forms tr td.bt-lt2 img,
table.forms tr td.bt-rt2 img {
  width: 5px;
}

/* left form td widths */
table.forms tr td.tp-lt2 {
  background: url(../images/mod2_tp-lt.gif) no-repeat bottom left;
}
table.forms tr td.tp-cn2 {
  background: url(../images/mod2_tp-cn.gif) repeat-x bottom;
}
table.forms tr td.tp-rt2 {
  background: url(../images/mod2_tp-rt.gif) no-repeat bottom right;
}
table.forms tr td.form2 {
  background-color: #f9f9f9;
  vertical-align: top;
  border: solid 1px #d4d7db;
  border-top: none;
  border-bottom: none;
}
table.forms tr td.bt-lt2 {
  background: url(../images/mod2_bt-lt.gif) no-repeat top left;
}
table.forms tr td.bt-cn2 {
  background: url(../images/mod2_bt-cn.gif) repeat-x;
}
table.forms tr td.bt-rt2 {
  background: url(../images/mod2_bt-rt.gif) no-repeat top right;
}

/* form wrapper */
div.formwrapper {
  padding: 5px 15px;
}
table.forms tr td.form2 div.formwrapper {
  padding: 0;
}
table.forms tr td.form3 div.formwrapper {
  padding: 0;
}

/* form elements */
div.row,
div.row-error {
  clear: both;
  padding: 2px 0;
}
div.row label,
div.row-error label {
  display: block;
  width: 123px;
  float: left;
  font-size: 12px;
  color: #373737;
  position: relative;
  top: 5px;
  bottom: 5px;
}
div#logaccount div.row-error {
  margin-left: 5px;
  width: 220px;
}
div#logaccount div.row-error label {
  width: 60px;
}
span.strong {
  font: bold 11px verdana;
  color: #0a3996;
  line-height: 20px;
}
div.row span.select,
span.select,
div.row-error span.select,
span.select3 {
  font: normal 12px arial;
}
span.select3 {
  position: relative;
  top: 3px;
}
div#verify,
div.verify-error {
  font: normal 11px arial;
  padding: 0px 0 11px 16px;
}
div.verify-error {
  padding: 3px;
  color: #ff0000;
  border: 1px solid #f4c222;
  background: #fffff5 url(../images/warning02.gif) no-repeat right;
}
div#verify input,
div.verify-error input {
  height: 13px;
  width: 13px;
  margin-right: 2px;
}
div#button {
  padding: 0 0 10px 16px;
}
div#button input {
  font-family: "trebuchet ms", helvetica, sans-serif;
  font-weight: bold;
  background: url(../images/button-back.gif) no-repeat;
  font-size: 17px;
  color: #ffffff;
  height: 29px;
  width: 123px;
  border: none;
  cursor: pointer;
  color: #0a3a99;
}
div#button input:hover {
  background: url(../images/button-back2.gif) no-repeat;
}
textarea {
  margin-top: 5px;
}

div.arrow {
  float: left;
  width: 325px;
  background: url(../images/arrow.gif) no-repeat 15px center;
}
div.green {
  background-color: #f5fdeb;
  border-left: 0;
  border-top: solid 1px #c4dbfb;
  border-right: solid 3px #999999;
  border-bottom: solid 3px #999999;
  padding: 8px;
  width: 277px;
  float: right;
}
