.customer input[type=radio] {
  position: relative;
  top:      2px;
}


/* ----------------------------------------------------- forms for user input */

.customer form {
/*  display: table;*/
  text-align: right;
  margin-bottom: 1em;
  width: 300px; /* added */
}

.customer form p {
  margin: 6px;
}

.wide form {
  width: 400px;
}

.customer label {
  display: block;
  float:   left;
  margin:  0.4em 0;
}

.customer label:after {
  content: ': ';
}

.customer {
  margin-bottom: 1em;
}

.customer form .ok-btn { text-indent: 9999px; } /*when even the element is right aligned the intent needs to change from -9999 to 9999px */

.customer form .login-btn { text-indent: 9999px; }


/* --------------------------------------------------- errors with user input */

.customer span.fieldWithErrors input, span.fieldWithErrors textarea, span.fieldWithErrors select {
  border:     1px dotted #f66;
  background: #fdd;
}

/*.customer div.errorExplanation {*/
/*  display:    table;*/
/*  padding:    6px 16px;*/
/*  border:     1px dotted #f66;*/
/*  margin:     8px auto;*/
/*  background: #fdd;*/
/*  text-align: left;*/
/*  color:      red;*/
/*}*/

/*.customer #notice {*/
/*  display:    table;*/
/*  padding:    8px;*/
/*  border:     1px dotted green;*/
/*  margin:     8px auto;*/
/*  background: #cfc;*/
/*}*/

/*.customer #error {*/
/*  display:    table;*/
/*  padding:    8px;*/
/*  border:     1px dotted #f66;*/
/*  margin:     8px auto;*/
/*  background: #fdd;*/
/*  color:      red;*/
/*}*/



/* ------------------------------------------------------------- date chooser */

a.calendar_prior, a.calendar_next {
  text-decoration: none;
}

div.calendar {
  position: absolute;
  background: white;
}

td.calendar_title {
  text-align: center;
}

table.calendar_days {
  font-size: 7pt;
  border-collapse: collapse;
}

table.calendar_days th {
  font-weight: normal;
  background: black;
  color: white;
  width: 2.2em;
  text-align: center;
}

table.calendar_days, table.calendar_days th, table.calendar_days td {
  padding: 0;
  border: 1px solid #ccc;
}

table.calendar_days a {
  display: block;
  text-decoration: none;
  line-height: 1.8em;
  padding-right: 3px;
  color: #ccc;
  border: 2px solid transparent;
}

table.calendar_days a.focus_month {
  color: black;
}

table.calendar_days a.weekend {
  background: #eee;
}

table.calendar_days a.chosen_date {
  background: #7ea923;
}

table.calendar_days a:hover {
  border: 2px solid #7ea923;
}








.customer table.entities {
  margin: 4px;
  border-collapse: collapse;
}

.customer table.entities th, table.entities td {
  padding: 4px;
  border: 1px solid #eee;
  border-collapse: collapse;
  text-align: left;
}

.customer table.entities th {
  background:     #888;
  text-transform: uppercase;
  font-family:    sans-serif;
  font-weight:    normal;
  font-size:      8pt;
  color:          white;
  text-align:     center;
}

.customer table.entities td.num {
  font-family: monospace;
  font-size:   9pt;
  text-align:  right;
}

tr.even_numbered_row {
  background: #f0f8f8;
}

table.entities tr.account_history_invoice {
  color: #f60;
}

tr.account_history_invoice td.date,
tr.account_history_payment td.date,
tr.account_history_credit  td.date,
tr.account_history_refund  td.date {
  color: #666;
}

table.entities tr.account_history_payment {
  color: #66bbff;
}

table.entities tr.account_history_credit {
  color: #00dd66;
}

table.entities tr.account_history_refund {
  color: #552288;
}

.credit {
  color: #393;
  font-family: monospace;
  font-weight: bold;
}

.deficit {
  color: #e33;
  font-family: monospace;
  font-weight: bold;
}





.logout a {
	color:#828282;
	text-decoration: none;
}

.logout a:hover {
	color:#828282;
	text-decoration: underline;
}

h2 a {
	color:#216984;
}

.products h3 a {
	color:#6E951C;
	text-decoration: none;
}

.products p a {
	text-decoration: none;
}

#business_partner_logos div {
    clear: left;
}

#business_partner_logos a {
  color:#6E951C;
	text-decoration: none;
}

#business_partner_logos h3 {
  margin-left: 11em;
}

.databases h2 {
	color:#6E951C;
}


#customer_address {
  float: left;
  padding-top: 2em;
  padding-right: 0.75em;
  font-size: 11pt;
}

#merchant_address {
  float: right;
  padding-top: 2em;
  padding-left: 0.75em;
  font-size: 11pt;
}

.customer div.clear {
  clear: both;
}

.customer .with_img_bullets, .customer .with_img_bullets a {
  color: #828282;
}


.customer h2.intro {
color:#216984;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:15px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:21px;
padding-bottom:100px;
padding-left:120px;
}


.status-clear {
  clear: both;
}


