/* diagnostic.css */

.TitleOrangeArrow {
  color: #E73800;
  text-align: left;
  font-size: 22px;
  margin: 0 10px 10px 10px;
}

h2.title {
  margin: 0 10px 10px 10px;
  clear: none;
  font-size: 14px;
  color: #127DC9;
  border-bottom: 1px solid #C3CED4;
  padding: 3px 0 3px 16px;
  background: transparent url(/images/skin4/content/h2-arrow.jpg) 0 4px no-repeat;
  text-align: left;
  font-size: 14px;
}

h3.rubric {
  padding: 0 20px;
  font-size: 12px;
  color: black;
  text-decoration: underline;
  font-size: 12px;
  margin-bottom: 10px;
  background: transparent url(/images/skin4/content/h3-arrow.gif) no-repeat 10px 5px;
}
h3.rubric a {
  color: black;
}

.text {
  margin: 0 0 10px 0;
  padding: 0 10px;
  text-align: justify;
  font-size: 12px;
}

label {
  margin: 0 0 10px 0;
  padding: 0 10px;
  text-align: justify;
  font-size: 12px;
}

.source {
  margin: 10px 0;
  padding: 0 10px;
}
.source a {
  font-style: italic;
  color: #177298;
}

.partners {
  margin-left: 10px;
}
.partners img{
  vertical-align: middle;
}

.diagnosticPartner {
  padding: 10px;
  text-align: right;
}
.diagnosticPartner a {
  color: black;
  font-size: 10px;
}
.diagnosticPartner img{
  border: 0;
  vertical-align: middle;
}

/* AutoForm */

#DevisAssuranceBox p {
  margin: 10px;
}

.AutoFormHeader {
  padding: 0 10px;
  font-weight: normal;
  text-align: justify;
}

.error {
  color: red;
  font-weight: normal;
  font-size: 11px;
}

.required {
  color: red;
  font-size: 14px;
}

.labelInfos {
  font-weight: normal;
}
.infosBox {
  margin-top: 20px;
  display: block;
}
.aprilInfos {
  margin: 10px 10px 0 10px;
  display: block;
}
.AutoForm {
  border: 1px solid #177298;
  margin: 5px;
  font-size: 12px;
}

.AutoForm table td {
  background: white;
  width: 50%;
}
.AutoForm table td table td {
  padding: 2px 20px 2px 10px;
  vertical-align: top;
  width: 250px;
}
#AutoForm label {
  font-weight: bold;
  padding-left: 10px;
  display: block;
}
.AutoForm .SubmitButton {
  text-align: center;
  background: white;
  margin: -1px 0 0 0;
  padding: 15px 0;
}

