
body {
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-top: 0px;
    margin-top: 0px;
}

fieldset {
    border: 0;
}

table {
    text-align: left;
}

/* -------------------------
   Font styles
--------------------------*/

a {
    font-weight: normal;
    color: #053381;
    text-decoration: underline;
}

a.link {
    color: #053381;
}
a.visited {
    color: #6a818b;
}
a.active {
    color: #2b64a5;
}
a.hover {
    color: #bd8f1f;
}

a img {
    border: none;
}

i, em {
  font-style: italic;
}

pre, code {
  font-family: Courier;
}

.small {
  font-size: 9px;
}

.norm {
  font-size: 11px;
  font-weight: normal;
}

h1, h2, h3, h4 {
   font-family:    Arial, Helvetica, sans-serif;
   margin-bottom: 5px;
}

.error {
    font-size: 13px;
    font-weight: bold;
    color: #990000
}

.header14 {
    font-size: 14px;
    font-weight: bold;
}

.header18 {
    color: #9D1A19;
    font-family: Georgia,"Times New Roman",serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1.5px;
}

.mypiratename {
    color: #fff88e;
}

.footer {
    font-size: 9px;
    color: #ffffff;
}

a.footer, a.footer:link, a.footer:visited {
    text-decoration: underline;
    color: #fafad5;
}

a.footer:hover, a.footer:active {
    text-decoration: underline;
    color: orange;
}

.headlink {
    color: #fff88e;
}

a.headlink:link { color: #fff88e; }
a.headlink:hover { color: #ffffff; text-decoration: none; }
a.headlink:visited { color: #e4c686; }
a.headlink:active { color: #8c1d12; }

.sectionHeader {
  color: #1551A7;
  font-weight: bold;
  vertical-align: top;
  margin-top: 15px;
  margin-bottom: 15px;
}

.statusButton {
  margin-top: 15px;
}

.blurb {
  color: #1551A7;
}

.highlight {
  color: #00AEEF;
  font-weight: bold;
}

.status {
  color: #9D0D0D;
  font-weight: bold;
  line-height: 16px;
}

.spendingBlurb {
  margin: 20px 0 0 0;
  font-size: 9px;
  text-align: center;
}

.smallprint {
    width: 95%;
    font-size: 9px;
    margin: 30px auto 0 auto;
    text-align: justify;
}

/* ----------------------
   Content Styles
-----------------------*/

.basicBox {
  color: #0a346b;
  text-align: center;
  padding: 5px 10px;
}

.lightBox {
  padding: 5px 0;
}

.contentBox {
  padding: 0px 15px 0px 15px;
}

.darkBox {
  width: 80%;
  margin: 0 auto;
}

.darkerBox {
}


/* ----------------------
   Admin reports
-----------------------*/

.reportForm {
    margin: 0 0 10px 0;
}

.reportForm input {
    margin: 0 3px;
}

.reportForm input.date {
    width: 75px;
}

.reportResults {
  width: 100%;
}

.reportResults th {
  padding: 5px;
}

.reportResults td {
  padding: 5px;
  vertical-align: top;
}

.recordDetails {
  width: 700px;
  margin: 30px;
}

.recordDetails .label {
  clear: both;
  float: left;
  width: 150px;
  height: 30px;
  font-weight: bold;
  text-align: right;
  margin-right: 20px;
}

.recordDetails .data {
  float: left;
  width: 500px;
  min-height: 20px;
  padding-bottom: 10px;
}

/* ----------------------
   New style Forms
-----------------------*/

.form fieldset {
    border: solid 1px #999999;
    margin: 10px 0;
    padding: 15px 5px;
}

.form label {
    clear: both;
    float: left;
    padding: 5px 10px 0 0;
    text-align: right;
    width: 150px;
}

.form input,
.form select,
.form textarea {
    float: left;
    margin: 3px 0;
    padding: 2px;
    font-size: 13px;
}

.form .error {
    clear: both;
    padding: 10px 0 0 160px;
    width: 400px;
}

/* ----------------------
   Content Containers
-----------------------*/

#BillingPage {
    top: 0px;
    left: auto;
    width: 800px;
    overflow: hidden;
    background: #ffffff;
    text-align: left;
    margin: 0px auto;
}

#Header {
    position: relative;
    background: url("/puzzlepirates/images/header.png") no-repeat top left;
    width: 800px;
    height: 110px;
    margin: 0px;
}

#TopNav {
    position: relative;
    background-color: #0F3286;
    padding: 8px;
    margin-bottom: 3px;

}

#Content {
    position: relative;
    width: 800px;
}

#General {
    position: relative;
    width: 750px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}

#GeneralB {
    position: relative;
    width: 750px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}

#BotNav {
    position: relative;
    background-color: #0F3286;
    padding: 8px;
    margin-top: 3px;
}

#EndBar {
    position: relative;
    background: url("/puzzlepirates/images/endbar.png") no-repeat top left;
    width: 800px;
    height: 18px;
    margin-top: 0px;
    padding: 0px;
}

#Error {
    color: #990000;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    background-color: #ffeeee;
}

/* ----------------------
   Header logos
-----------------------*/

#pplogo1 a {
      position: absolute;
      top: 20px;
      left: 20px;
    width: 180px;
    height: 75px;
      text-decoration: none;
  }

#pplogo1 a i {
    visibility: hidden;
}

#trlogo1 a {
      position: absolute;
      top: 65px;
      left: 710px;
    width: 80px;
    height: 35px;
      text-decoration: none;
  }

#trlogo1 a i {
    visibility: hidden;
}

/* ----------------------
   Nav elements
-----------------------*/

.NavLinks {
    position: relative;
    top: 0px;
    left: 60px;
    width: 660px;
    text-align: center;
    line-height: 16px;
}


/* ----------------------
   Footer logos
-----------------------*/

#logo1, #pplogo2 a {
    background-image: url("/puzzlepirates/images/ypp_sm.gif");
    background-repeat: no-repeat;
    position: absolute;
      top: 16px;
      left: 0px;
    width: 79px;
    height: 19px;
      text-decoration: none;
}

#logo1 #pplogo2 a {
    background: none;
}

#pplogo2 a i {
    visibility: hidden;
}

#foottxt {
    position: relative;
    left: 100px;
    top: 15px;
    margin-bottom: 15px;
    min-height: 20px;
    text-align: center;
    width: 600px;
}

#logo2, #trlogo2 a {
    background-image: url("/puzzlepirates/images/threerings_sm.gif");
    background-repeat: no-repeat;
      position: absolute;
      top: 15px;
      left: 730px;
    width: 50px;
    height: 24px;
      text-decoration: none;
}

#trlogo2 a i {
    visibility: hidden;
}

/* ----------------------
   Payment pages
-----------------------*/

.purchaseButton {
    background: #C5D7EC url("/puzzlepirates/images/button.png") no-repeat;
    background-color: transparent;
    font-family: "Arial Black Regular", Arial, Sans-serif;
    font-size: 16px;
    color: #064A97;
    width: 325px;
    height: 38px;
    border: none;
    position: relative;
    margin-top: 12px;
    cursor: pointer;
}

.currentPlan {
    background-color: transparent;
    border: none;
    font-family: "Arial Black Regular", Arial, Sans-serif;
    font-size: 16px;
    height: 38px;
    position: relative;
    padding-top: 12px;
}

.floatPurchaseButton {
    margin-left: 170px;
    float: left;
}

.underButtonText {
    margin-left: 170px;
}

.smallTextButton {
    font-size: 12px;
}

.productList {
    margin: 15px 0;
}

.productList form {
    margin: 0;
}

.productHeader {
    position: relative;
    background: #C5D7EC url("/images/blue_vertical.png") repeat-y top left;
    margin-bottom: 4px;
    padding-left: 15px;
    padding-top: 5px;
    height: 25px;
}

.product {
    position: relative;
    background: #C5D7EC url("/images/blue_vertical.png") repeat-y top left;
    margin-bottom: 4px;
    height: 75px;
    text-align: center;
}

.forexQuote {
    position: relative;
    background: #C5D7EC url("/images/blue_vertical.png") repeat-y top left;
    height: 25px;
    margin-bottom: 4px;
    text-align: center;
}

.tallProduct {
    height: 90px;
}

.productDescription {
    margin-top: 22px;
    margin-left: 20px;
    float: left;
    font-family: "Arial Black Regular", Arial, Sans-serif;
    font-size: 14px;
}

.promoIndicator {
    margin-top: 10px;
    margin-left: 20px;
    float: left;
    font-family: "Arial Black Regular", Arial, Sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #064A97;
}

.promoIndicator IMG {
    vertical-align: middle;
}

.promoLabel {
    margin-top: 10px;
    float: left;
}

.chooseLocale select
{
    margin-left:5px;
}

/* ----------------------
   Promos
-----------------------*/

.YPP_promo {
    width: 85%;
    align: center;
    margin: 0 auto;
}

.promoTable {
    margin: 0;
}

.promoText {
    font-size: 12px;
    padding-top: 3px;
    padding-left: 10px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

.promoImage {
    background: #C5D7EC url("/puzzlepirates/images/blue_starburst.png") no-repeat top left;
    height: 100px;
    width: 103px;
    float: right;
    vertical-align: middle;
    text-align: center;
}

.promoImage TD {
    vertical-align: middle;
    text-align: center;
}

.promoHeader {
    align: left;
    font-family: Georgia,"Times New Roman",serif;
    font-size: 26px;
    color: #9D1A19;
}

.promoCell {
    background: #C5D7EC url("/puzzlepirates/images/blue_gradient.png") repeat top left;
    height: 100px;
    width: 300px;
    margin: 10px;
    border: 2px double #A0B0D0;
    float: left;
    position: relative;
}

.promoExpiration {
    font-size: 9px;
    margin-top: 4px;
    margin-left: 10px;
    vertical-align: bottom;
}

.noPromos {
    background: #FFFFFF;
    border: 2px dotted #A0B0D0;
    float: left;
    position: relative;
    height: 45px;
    width: 600px;
    padding-bottom: 4px;
}

.noPromoHeader {
    color: #064A97;
    font-size: 12px;
    padding-top: 3px;
    padding-left: 10px;
    text-align: left;
    vertical-align: top;
}

.noPromoDescription {
    font-size: 9px;
    margin-left: 10px;
    vertical-align: bottom;
}

.billingInfoGrp {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

.billingInfoFields {
    clear: both;
}

.billingInfoFields table {
    padding-left: 40px;
    width: 275px;
}

.billingInfoGrp .sectionHeader {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.billingInfoGrp td {
    align: left;
    text-align: left;
}

.billingInfoGrp label {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    width: 70%;
}

.billingInfoTop {
    width: 600px;
}

.billingInfoLeft {
    float: left;
    vertical-align: top;
    margin-left: 50px;
}

.billingInfoRight {
    float: right;
    vertical-align: top;
    text-align:  left;
}

.creditCardInfo {
    float: left;
    vertical-align: top;
    margin-left: 50px;
    width: 100%;
}

.creditCardInfo table {
    width: 100%;
}

.titleRow th {
  padding-bottom: 3px;
  border-bottom: 1px solid #000000;
}

.lightRow {
}

.darkRow {
  background: #E0F0FF;
}

#boku {
    top: 10px;
    margin-left: 50px;
    align: center;
    text-align: center;
    z-index: 1000;
    position: fixed;
}

#boku a {
    color: #FF6600;
}

.closeIcon {
    float: right;
    z-index: 1001;
    position: absolute;
    margin-left: 96%;
    margin-top: -9px;
}

