body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
	}

a {
  color: #5F76A0;
  text-decoration: none;
	}

a:hover {
  text-decoration: underline;
	}
	
.bg {
  background-color: #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
	}

.disabled {
  color: #333333;
  background-color: transparent
	}

hr {
  background-color: #CCCCCC;
  margin-top: 10px;
  margin-bottom: 10px;
	}

.basic {
  font-size: 11px;
  color: #333333;
  text-decoration: none;
	}
	
.fine {
  font-size: 10px;
  color: #333333;
  text-decoration: none;
	}

.headline {
  font-size: 21px;
  font-weight: bold;
  color: #1c457a;
	text-align:left;
  text-decoration: none;
	padding:0px 0px 2px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #b8cce6;
	}

.headline02 {
  font-size: 14px;
  font-weight: bold;
  color: #1c457a;
	text-align:left;
  text-decoration: none;
	padding:0px 0px 2px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #b8cce6;
	}

.formcell {
  font-size: 11px;
  color: #333333;
  text-decoration: none;
  padding:2px 0px;
	}

.formline {
	border-bottom:1px solid #dae5f2;
	}
	
.rpad {
	padding:0px 5px 0px 0px;
	}	
	
.lpad {
	padding:0px 0px 0px 5px;
	}	
	
.signin {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  background-color: #CCCCCC;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #666666;
	}

.footer01 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #5f7a9f;
  padding-right: 5px;
  padding-left: 5px;
}

.logout {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  background-color: #FFFFFF;
}

.error {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #FF0000;
  text-decoration: none;
}

.money {
  text-align: right;
}

.moneyRO {
  text-align: right;
  color: #808080;
  background-color: transparent;
}

.textRO {
  color: #808080;
  background-color: transparent;
}

/* Use a text input as a dynamic label. */
.textLabel {
  background-color: transparent;
  border-style: none;
  margin-bottom: 1em;
}

.textareaRO {
  color: #808080;
  background-color: red;
  /*
    overflow: hidden;
    border: #ff0000;
  */
}

/* Class used to for hiding the form's first dummy submit button. */
/*
  height: 0;
  width: 0;
  max-height: 1px;
  max-width: 1px;
  border-style: none; // N/A
  visibility:hidden;  // N/A
  margin: 0px;        // N/A
  padding: 0px;       // N/A
*/

.hiddenButton {
  height: 1px;
  width: 1px;
  border: none;
}

/*
     * It's OK to modify class reminderBlockquote but don't delete it because
     * com.morsystems.borroware.beans.loan.LoanApplicationReminders is depending on it.
     */
.reminderBlockquote {
  margin-top: 0.5em;
  margin-right: 1.5em;
  margin-bottom: 0.1em;
  margin-left: 1.5em;
}

.dialogCaption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background-color: #000080;
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.yesno {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  vertical-align: top;
  padding-bottom: 2px;
  padding-top: 3px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #AAAAAA;
}



/* Read-Only font coloring */
.formtext03_RO {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #C0C0C0;
  text-decoration: none;
  padding-bottom: 1px;
  background-color: transparent;
}

.green {
  color: #009900;
  text-decoration: none;
  font-weight: bold;
}

.red {
  color: #FF0000;
  text-decoration: none;
}

.required {
  text-decoration: none;
  font-weight: bold;
}

