
/* ----------------------
   Basics
-----------------------*/

body {
    font-family: "Arial Black Regular", Arial, Sans-serif;
    font-size: 14px;
}

a {
    font-weight: normal;
    color: #3a3a47;
    text-decoration: underline;
    outline: none;
}

p {
    padding-top: 0px;
    padding-bottom: 6px;
    margin: 0px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

img, img a, img a:link, img a:hover, img a:visited {
    border: 0px;
}


/* ----------------------
   Register design elements
-----------------------*/

.content_outer {
    width: 100%;
    min-height: 700px;
    background: transparent url(/billing/projectx/images/spiralknights_content_bg_wide.png) repeat-y top center;
}

.header {
    height: 210px;
    background: transparent url(/billing/projectx/images/spiralknights_top_wide.jpg) no-repeat top center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    /* margin: 0px 0px 0px -10px; */
    position: relative;
}

.header .loginName {
    position: absolute;
    right: 50px;
    top: 5px;
    width: 300px;
    height: 30px;
    text-align: right;
    color: #ffffff;
}

h1.main {
    padding: 151px 0 0 0;
    margin: 0 auto 0 auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    color: #242f5d;
}

.content {
    margin: 0 auto;
}

#content {

}

#override-header {
    font-weight: normal;
    margin-top: 4px;
}

.footer {
    text-align: center;
    width: 100%;
    height: 29px;
    background: transparent url(/billing/projectx/images/spiralknights_bottom_wide.png) no-repeat top center;
    margin: auto;
    position: relative;
    color: #586376;
    font-size: 13px;
}


/* ----------------------
   Register page elements
-----------------------*/

fieldset {
  border: 2px groove #CCCCCC;
  margin: 10px 0;
  padding: 15px;
}

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

.instructions {
  float: left;
  padding: 6px 0 0 10px;
  text-align: left;
  width: 180px;
}

input.submitButton {
    margin-left: 160px;
}


/* ----------------------
   Billing specific bits
-----------------------*/

.content #pwAll {
    width: auto ! important;
}

.content #pwAll td.sectionHeader {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
}

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

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

.floatPurchaseButton {
    margin-left: 175px;
    margin-bottom: 10px;
    float: left;
}

.productList {
    padding: 15px 0;
}

.productList form {
    margin: 0;
}

.productHeader {
    position: relative;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-top: 5px;
    height: 25px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #273845;
}

.product {
    position: relative;
    margin-bottom: 4px;
    height: 60px;
    text-align: center;
}

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

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

.promoIndicator IMG {
    padding-top: 1px;
    vertical-align: middle;
}

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

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

.promoText {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    /*
    border: 2px double #C2B8D1;
    */
}

.promoText A {
    padding: 0px;
    margin: 0px;
}

.promoImage {
    visibility:hidden;
    height: 1px;
    width: 1px;
}

.promoImage IMG {
    display:none;
    visibility:hidden;
    height: 1px;
    width: 1px
}

.promoImage TABLE {
    visibility:hidden;
    display:none;
    height: 0px;
    width: 0px;
    margin: 0px;
}

.promoHeader {
    font-family: "Arial Black Regular", Arial, Sans-serif;
    font-size: 28px;
    color: #813e61;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d0d6d9;
    margin-bottom: 5px;
    font-weight: bold;
}

.promoCell {
    margin: 3px;
    float: left;
    position: relative;
}

.promoExpiration {
    visibility:hidden;
    height: 1px;
    width: 1px;
    font-size: 9px;
    vertical-align: bottom;
}

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

.noPromoHeader {
    color: #273845;
    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;
}


/* ----------------------
   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;
}


/*
 * Various customizations
 */
.chooseLocale select {
    margin-left:5px;
}

.box h1 {
    font-family: "Arial Black Regular", Arial, Sans-serif;
    font-size: 28px;
    color: #273845;
    text-align: left;
    background: url("/projectx/images/secure_lock.png") no-repeat right;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #B0B6BE;
    margin-bottom: 5px;
    border-style-bottom: groove;
}

.box h3 {
    font-family: "Arial Black Regular", Arial, Sans-serif;
    font-size: 16px;
    color: #273845;
    text-align: left;
}

.boxContent p {
    padding-top: 5px;
    text-align: left;
    font-family: "Arial Black Regular", Arial, Sans-serif;
    font-size: 13px;
}

.boxContent li {
    margin-top: 5px;
    text-align: left;
    font-family: "Arial Black Regular", Arial, Sans-serif;
    font-size: 13px;
}

.header18 {
    font-family: "Arial Black Regular", Arial, Sans-serif;
    font-size: 28px;
    color: #273845;
    text-align: left;
    background: url("/projectx/images/secure_lock.png") no-repeat right;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #B0B6BE;
    margin-bottom: 5px;
    border-style-bottom: groove;
}

.sectionHeader {
    margin-bottom: 4px;
    padding-left: 5px;
    padding-top: 5px;
    height: 25px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #273845;
    float: left;
}

.chooseLocale {
    text-align: left;
}

.navbar {
    position: relative;
    margin: auto;
    width: 770px;
}

.billingNav {
    position: relative;
    text-align: right;
    font-size: 12px;
    color: #0C4776;
}

.billingNav a {
    color: #0C4776;
    padding-right: 80px;
}

.titleRow th {
    text-align: left;
    padding-bottom: 2px;
    border-bottom: 1px solid #000000;
}

.lightRow {
    text-align: left;
    background: #E0E6EE;
    padding-top: 2px;
    padding-bottom: 2px;
}

.darkRow {
    text-align: left;
    background: #C6D9EE;
    padding-top: 2px;
    padding-bottom: 2px;
}

.footnote {
    margin-top: 20px;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    font-family: "Arial Black Regular", Arial, Sans-serif;
}

.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;
    font-weight: bold;
    font-family: "Arial Black Regular", Arial, Sans-serif;
    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%;
}

.error {
    font-style: italic;
    font-family: "Arial Black Regular", Arial, Sans-serif;
    font-size: 14px;
    color: #813e61;
    margin-bottom: 10px;
}

.status {
    font-style: italic;
    font-family: "Arial Black Regular", Arial, Sans-serif;
    font-size: 14px;
    color: #813e61;
    margin-bottom: 10px;
}

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

.spendingBlurb p {
  text-align: center;
}

#coins {
    width: 24px;
    height: 24px;
    margin-bottom: 7px;
    vertical-align: middle;
}

#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;
}


