﻿body {
   background-color: #a0b7d1;
   margin-top: 0pt;
   margin-right: 0pt;
   margin-bottom: 0pt;
   margin-left: 0pt;
   padding-top: 0pt;
   padding-right: 0pt;
   padding-bottom: 0pt;
   padding-left: 0pt;
   font-family: Verdana;
   font-size: 12px;
   font-weight: normal;
   letter-spacing: normal;
   text-transform: none;
   text-decoration: none;
   word-spacing: normal;
}

p {
   margin-top: 20px;
   margin-right: 20px;
   margin-bottom: 20px;
   margin-left: 20px;
}

h1 {
   background-color: #D1F9C7;
   border-bottom-color: #A0E591;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-top-color: #A0E591;
   border-top-style: solid;
   border-top-width: 1px;
   padding-bottom: 5px;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 5px;
   font-family: Verdana;
   font-size: 12px;
   font-weight: normal;
   text-align: left;
}

h2 {
   padding-bottom: 5px;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 5px;
   font-family: Verdana;
   font-size: 12px;
   font-weight: bold;
   text-align: left;
}

strong {
   font-weight: bold;
}

a:link {
   text-decoration: none;
}

a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

input[type="text"] {
   background-color: #EBF2FC;
   border-bottom-color: #777777;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-left-color: #777777;
   border-left-style: solid;
   border-left-width: 1px;
   border-right-color: #777777;
   border-right-style: solid;
   border-right-width: 1px;
   border-top-color: #777777;
   border-top-style: solid;
   border-top-width: 1px;
   margin: 2px;
}

input[type="password"] {
   background-color: #EBF2FC;
   border-bottom-color: #777777;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-left-color: #777777;
   border-left-style: solid;
   border-left-width: 1px;
   border-right-color: #777777;
   border-right-style: solid;
   border-right-width: 1px;
   border-top-color: #777777;
   border-top-style: solid;
   border-top-width: 1px;
   margin: 2px;
}

select {
   background-color: #EBF2FC;
   border-bottom-color: #777777;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-left-color: #777777;
   border-left-style: solid;
   border-left-width: 1px;
   border-right-color: #777777;
   border-right-style: solid;
   border-right-width: 1px;
   border-top-color: #777777;
   border-top-style: solid;
   border-top-width: 1px;
   margin: 2px;
}

.onlyprint {
   height: 0px;
   visibility: collapse;
}

.spacer {
   height: 20px;
   width: inherit;
}

.invoiceTable {
   border-bottom-color: black;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-left-color: black;
   border-left-style: solid;
   border-left-width: 1px;
   border-right-color: black;
   border-right-style: solid;
   border-right-width: 1px;
   border-top-color: black;
   border-top-style: solid;
   border-top-width: 1px;
   border-collapse: collapse;
   background-color: #ebf2fc;
   width: 85%;
   margin-top: 0pt;
   margin-right: auto;
   margin-bottom: 0pt;
   margin-left: auto;
}

   .invoiceTable th {
      background-color: #C9DDF8;
      background-image: url(../Images/menubar_inactive_22.gif);
      background-repeat: repeat-x;
      font-family: Arial;
      font-size: 11px;
      font-weight: bold;
      padding-right: 7px;
      padding-left: 7px;
      height: 22px;
   }

   .invoiceTable td {
      font-weight: normal;
      font-family: Arial;
      font-size: 11px;
      padding-top: 2px;
      padding-right: 7px;
      padding-bottom: 2px;
      padding-left: 7px;
   }

   .invoiceTable input[type="text"] {
      font-weight: normal;
      font-family: Arial;
      font-size: 11px;
      background-color: inherit;
      width: 80px;
   }

.darkRow {
   background-color: #dbe2ec;
}

.invoiceItem {
   text-align: left;
}

.invoiceAmount {
   text-align: left;
}

.subtotalRow {
   background-color: #fff6c5;
}

.subtotalItem {
   text-align: right;
}

.subtotalAmount {
   text-align: left;
}

.cvv2tooltip {
   display: none;
}

.cvv2help {
   position: relative;
}

   .cvv2help a {
      cursor: help;
   }

   .cvv2help:hover .cvv2tooltip {
      display: block;
      z-index: 100;
      position: absolute;
      top: 1.6em;
      left: 0;
      width: auto;
      border-width: 1px;
      border-style: solid;
      border-color: #000000;
   }

.note {
   width: 670px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   border-top-color: #CBCD2D;
   border-top-style: solid;
   border-top-width: 1px;
   border-bottom-color: #CBCD2D;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   background-color: #FFFFE0;
   color: #000000;
   font-size: 10px;
   font-family: Verdana;
   padding-bottom: 5px;
   padding-top: 5px;
}

.label {
   position: relative;
   width: 150px;
   text-align: right;
   display: inline-block;
   font-size: 14px;
   margin-right: 5px;
}

.labelWide {
   position: relative;
   width: 200px;
   text-align: right;
   display: inline-block;
   font-size: 14px;
   margin-right: 5px;
}

.control {
   display: inline-block;
   width: 220px;
   text-align: left;
}

.value {
   display: inline-block;
   width: 220px;
   text-align: left;
   font-size: 12px;
}

.hideable {
   display: none;
}

.failed {
   color: #FF0000;
   font-size: 20px;
   margin-left: 20px;
}

.successful {
   color: #00A000;
   font-size: 20px;
   margin-left: 20px;
}

.failedRow {
   color: #FF0000;
}

.failedDarkRow {
   color: #FF0000;
   background-color: #dbe2ec;
}

.amountLabel {
   display: inline-block;
   text-align: right;
   width: 100px;
}

#wrapper {
   width: 900px;
   position: relative;
   margin-top: 0pt;
   margin-right: auto;
   margin-bottom: 0pt;
   margin-left: auto;
   /*padding-top: 133px;*/
   background-color: #ffffff;
   /*	background-image: url(../Images/CertPayBanner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	*/
   border-left-style: solid;
   border-left-width: 1px;
   border-left-color: #000000;
   border-right-style: solid;
   border-right-width: 1px;
   border-right-color: #000000;
}

#navigationBar {
   background-color: #353d86;
   font-family: Verdana;
   font-size: 10px;
   color: #ffffff;
   height: 50px;
   /*line-height: 30px;
	padding-left: 20px;
	vertical-align: middle;*/
}

   #navigationBar a {
      color: #ffffff;
   }

#creditCardChoiceFrame {
   border-bottom-color: #AAAAAA;
   border-bottom-style: dotted;
   border-bottom-width: 1px;
   border-top-color: #AAAAAA;
   border-top-style: dotted;
   border-top-width: 1px;
   padding-bottom: 5px;
   padding-left: auto;
   padding-right: auto;
   padding-top: 5px;
}

   #creditCardChoiceFrame table {
      margin-left: auto;
      margin-right: auto;
   }

   #creditCardChoiceFrame td {
      padding-right: 15px;
   }

#paymentInfo {
   font-family: Arial;
   font-size: 11px;
   text-align: center;
}

#paymentInfoReview {
   font-family: Arial;
   font-size: 11px;
   text-align: center;
}

#staticNavigationContent {
   display: inline-block;
   position: relative;
   padding-left: 8px;
   width: 280px;
}

#modalNavigationContent {
   display: inline-block;
   text-align: right;
   padding-top: 8px;
   width: 597px;
}

#billingAddress {
   display: inline-block;
   margin-left: 7.5%;
   width: 400px;
}

#billingInfo {
   display: inline-block;
   margin-left: 7.5%;
   vertical-align: top;
   width: 400px;
}

.swipe_tablerow {
   height: 35px;
   vertical-align: middle;
   padding: 0px;
   margin: 0px;
}

.swipe_table {
   height: 35px;
   width: 90%;
   padding: 0px 0px 0px 20px;
   margin: 0px;
   border: 0px solid black;
   vertical-align: middle;
}

.swipe_tablecolumn_1 {
   height: 35px;
   width: 150px;
   padding: 0px 0px 0px 20px;
   margin: 0px;
   border: 0px solid black;
   vertical-align: middle;
}

.swipe_tablecolumn_2 {
   height: 35px;
   width: 400px;
   padding: 0px 0px 0px 0px;
   margin: 0px;
   border: 0px solid black;
   vertical-align: middle;
}

.BureauName {
   width: 100%;
   font-family: Arial;
   font-size: 20px;
   text-align: center;
   font-weight: bold;
}



.GreenButton {
   -moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
   -webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
   box-shadow: inset 0px 1px 0px 0px #9acc85;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
   background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
   background: -webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
   background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
   background: -ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
   background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
   background-color: #74ad5a;
   border: 1px solid #3b6e22;
   display: inline-block;
   color: #ffffff;
   font-family: Verdana;
   font-size: 13px;
   font-weight: bold;
   padding: 6px 12px;
   text-decoration: none;
}

   .GreenButton:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
      background: -moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
      background: -webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
      background: -o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
      background: -ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
      background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
      background-color: #68a54b;
   }

   .GreenButton:active {
      position: relative;
      top: 1px;
   }


.RedButton {
   -moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
   -webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
   box-shadow: inset 0px 1px 0px 0px #cf866c;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
   background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
   background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
   background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
   background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
   background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
   background-color: #d0451b;
   border: 1px solid #942911;
   display: inline-block;
   color: #ffffff;
   font-family: Verdana;
   font-size: 13px;
   font-weight: bold;
   padding: 6px 12px;
   text-decoration: none;
}

   .RedButton:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
      background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
      background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
      background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
      background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
      background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
      background-color: #bc3315;
   }

   .RedButton:active {
      position: relative;
      top: 1px;
   }


.SilverButton {
   -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
   -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
   box-shadow: inset 0px 1px 0px 0px #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
   background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
   background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
   background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
   background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
   background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
   background-color: #ffffff;
   border: 1px solid #dcdcdc;
   display: inline-block;
   color: #666666;
   font-family: Verdana;
   font-size: 13px;
   font-weight: bold;
   padding: 6px 12px;
   text-decoration: none;
}

   .SilverButton:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
      background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
      background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
      background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
      background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
      background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
      background-color: #f6f6f6;
   }

   .SilverButton:active {
      position: relative;
      top: 1px;
   }



.BlueButton {
   -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
   -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
   box-shadow: inset 0px 1px 0px 0px #54a3f7;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
   background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
   background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
   background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
   background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
   background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
   background-color: #007dc1;
   border: 1px solid #124d77;
   display: inline-block;
   color: #ffffff;
   font-family: Verdana;
   font-size: 13px;
   font-weight: bold;
   padding: 6px 12px;
   text-decoration: none;
}

   .BlueButton:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
      background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
      background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
      background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
      background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
      background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
      background-color: #0061a7;
   }

   .BlueButton:active {
      position: relative;
      top: 1px;
   }
