html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong,
ol, ul, li,
table, tr, th, td,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, button{
  overflow: visible;
}
.test .pathbar {
  color: #7b7b7b;
}
.test .pathbar a {
  text-decoration: underline;
  color: #7b7b7b;
}
.test .pathbar a:hover {
  color: #39f;
}
.test h2 {
  margin: 10px 0;
  font-size: 17px;
  font-weight: normal;
}
.test .tab-content {
  border: 1px solid #8b919f;
  padding: 10px;
}
fieldset {
  border: 1px solid #b8c1d0;
  margin: 0;
  padding: 0 10px 10px;
}
legend {
  margin: 0;
  padding: 0 2px 5px;
  vertical-align: middle;
  font-weight: bold;
  color: #002c61;
}
.form-fields {
  padding-top: 6px;
}
.formFields {
  margin: 5px 0;
}
.formFields,
.formFields input,
.formFields select,
.formFields textarea {
  font: normal 11px 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.commonButton button[disabled] {
  color: #999;
  background-image: url('../img/glyph/btn_bg-disabled.gif');
}
#bid-ok button  {
  padding-left: 8px;
  background-image: url('../img/glyph/btn_ok_bg.gif');
}
.commonButton button:hover {
  background-position: 0 -21px;
}
.commonButton button[disabled]:hover {
  background-position: 0 0;
}
.testRelults#testFailed {
  border: 1px solid #ccc;
  margin: 0 0 10px;
  padding: 10px 10px 10px 32px;
  background: #fde9e5 url('../img/icons/fail.gif') 10px 11px no-repeat;
}
.testRelults#testSuccessful {
  border: 1px solid #ccc;
  margin: 0 0 10px;
  padding: 10px 32px;
  background: #bff7b4 url('../img/icons/success.gif') 10px 11px no-repeat;
}
.testResult {
  font-weight: bold;
}
.test-data {
  text-align: left;
}
.test-data table {
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
  color: #000;
  background-color: white;
}
.test-data table th,
.test-data table td {
  padding: 4px 6px;
}
.test-data tr.subhead {
  background-color: #ccc;
}
.test-data th.alt {
  color: white;
  background-color: black;
}
.test-data tr.alt {
  background-color: #eee;
}