/* clearfix to handle floats---------------------------------------- */
.clearfix {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
h1 {
  font-size: 24px;
  font-weight: bold;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 120%;
}
h5 {
  font-size: 120%;
}
h6 {
  font-size: 110%;
}
th {
  text-align: left;
}
img {
  border: 0px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
/*   left: p1x */
}

.conformityStatement .firstCol, .conformityStatement .thirdCol{
  width: 20%;
}
.conformityStatement .secondCol, .conformityStatement .fourthCol{
  width: 30%;
}













.absmiddle{
  vertical-align: middle;
}
h3.formTitle{
  font-size: 20px;  
}
.formArticle{
  font-size: 15px;
  font-weight: bold;
}
.question_cover{
  padding-bottom: 20px;
}
.question_cover2{
  margin-top: 20px;
}
.question{
  font-weight: bold;
  font-size: 125%;
  padding-bottom: 20px;
}
.smallBottomPadding{
  padding-bottom: 8px;
}
.noBottomMargin{
  margin-bottom: 0px;
} 
.noTopMargin{
  margin-top: 0px;
}
.topMargin{
  margin-top: 45px;
}
topMarginSmall{
  margin-top: 25px;
}
.preQuestion{
  margin-bottom: 25px; 
  font-style: italic;
}
.postQuestion{
  font-style: italic;
  font-size: 118%;
}
.note{
  font-style: italic;
}
.preQuestion strong, .note strong, .postQuestion strong{
  font-style: normal;
  font-size: 13px;
}
.formSubTitle{
  font-size: 17px;
}
.responses{
  float: right;
}

.advices{
}

.formsHeaders{
  width: 99%;
}
.formsHeaders .col1{
  width: 50%;
}
.formsHeaders .col2{
  width: 33%;
}
.satInput{
  background: transparent url(../images/transparent_blue.png) repeat left top;
  border: 1px solid #7cbdd5;
  color: white;   
  /*font-family: monospace;*/
}
.satInput.disabled{
  background: transparent;
}
.formsHeaders input{
  width: 95%;
}
select.satInput{
  background: #3A9AC3 none;
}
.satInput option{
  /*background: transparent url(../images/transparent_blue.png) repeat left top;*/
  background: #3A9AC3 none;
}

.response{
  padding: 5px 0px;
  text-align: center;
  color: black;
  background-color: #FFB400;
  font-weight: bold;
  margin: 0 0 12px 0; 
}
.ok{
  background-color: #8CC842; 
}
.error{
  background-color: #820405;
  color: #f39999; 
}
.warning{
  background-color: #FFB400; 
}
.hide{
  display: none; 
}

.responses label{
  margin-right: 20px;
  font-size: 125%;
  font-weight: bold;
}
.printFormTable{
  border-left: 1px solid black;
  border-top: 1px solid black;
}
.printFormTable th, .printFormTable td{
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  vertical-align: top;
  padding: 2px 5px;
}

.smallQuestion{
  font-size: 110%;
  margin-top:9px;
  border:1px solid #49AAD3;
  border-bottom: none;
  color:#96D7EE;
  padding:3px 5px;
  background-color: #04608a;    
}
.smallQuestion.fullWidth{
  width: 100%; 
}

.leftQuestion{
  border:1px solid #49AAD3;
  /*border-bottom: none;*/
  width: 120px;
  color:#96D7EE;
  padding:3px 5px;
  background-color: #04608a;
  float: left;
  margin-right: 3px;    
}

#all_docs .rightCenterInput{
  width: 210px;
}

.formIcon{
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.content-anchor{
  display: block;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}