/* CSS Document */

.customerHide {
  display:none;
}

.req {
  color:#990000;
  font-weight:normal;
}

.child_row, .child_form {
  background-color:#eafaeb;
}

.child_form table {
   width:100%;
 }

.form-table {
  border-collapse: collapse;
  margin-top: 1em;
  width: 100%;   
  clear:both;
}

.form-table tr {
  background: #eaf3fa;
}

.form-table tr td {
  margin-bottom: 9px;
  padding: 10px;
  border-bottom: 8px solid #fff;
  font-size: 12px;
}

.form-table tr th {
  font-size: 13px;
  text-align: right;
  padding: 10px;
  border-bottom: 8px solid #fff;
  width: 210px;
  vertical-align: top;
}

select {
  background-color: #fff;
  border-color: #c6d9e9;
  border-width: 1px;
  border-style: solid;
  padding: 2px;
}

.form-table input, .form-table textarea, .child_form table input, .child_form table textarea {
  border-color: #c6d9e9;
  line-height: 20px;
  font-size: 15px;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
}

.child_form table input, .child_form table textarea, .child_form table select {
  border-color: #bbdebd;  
}

.child_form table tr {
  background-color:#eafaeb;
}

 .child_form table th {
   text-align:right;
 }

 .child_form table th {
   border-top:2px solid #FFF;
   padding:15px 5px;
   font-size:.85em;
 }
 
 .child_form table td {
   border-top:2px solid #FFF;
   padding:10px;
   font-size:.85em;
 }
 
.child_form_table {
  margin-top:10px;
  border-top:1px solid #bbdebd;
  border-bottom:1px solid #bbdebd;
}

.child_form_table th{
   padding:12px 10px;
   text-align:center;
   width:100px;
}

.child_form_table th small {
  font-weight:normal;
  color:#990000;
}

.child_form_table td {   
  padding:0 10px;
}

a.rdrOhcRemoveChildButton:link, a.rdrOhcRemoveChildButton:visited {
  font-size:11px;
  font-family:verdana, sans-serif;
}

.delete_child_table {
  background-color:#ffebe8;
  border-top:1px solid #cc0000;
  border-bottom:1px solid #cc0000;
  padding:5px;
  margin-top:10px;
}

.delete_child_table td {
  font-size:.85em;
  color:#660000;
}

.delete_x {
  float:left;
  color:#ffebe8;
  background-color:#990000;
  display:block;
  padding:2px 3px; 
  margin-right:5px;
  margin-top:1px;
  font-size:.9em;
  line-height:.9em;
  font-family:verdana;
}

.submit input, .button {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	padding: 5px 7px 5px 7px;
	border: 1px solid #a3a3a3;
	margin-left: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #246;
	background: #e5e5e5; 
	display:block;
}

.submit input:hover, .button:hover {
	border-color: #535353;
	color: #d54e21;
	cursor:pointer;
}

.error {
	background-color: #ffebe8;
	border-color: #c00;
	border-width: 1px;
	border-style: solid;
	padding: 0 0.6em;
	max-width: 950px;
	margin-bottom: 1em;
	padding:10px;
}

.error a {
	color: #c00;
}

#regSubmit {
  border-top:1px solid #CCC;
}
