/*
* ZZ Form
* Form elements stylesheet
*
*/

.formtable {

}

.formtable td {
  padding: 5px 10px 5px 10px;
  vertical-align: middle;
}

.formtable td.subheading {
  font-weight: bold;
  font-size: 12px;
  padding-top: 15px;
  border-bottom: 1px solid #A9B9C9;
}

.formtable td.separator {
 border-bottom: 1px solid #A9B9C9;
 height: 3px;
 font-size: 1px;
}

input[type=submit] {
  font-family: Arial, sans-serif;
  font-size: 12px;
}


.fsubmit {
  background-image: url("/Accessories/Graphics/Background/button-form.png");
  background-repeat: no-repeat;
  color: #000;
  width: 100px;
  height: 25px;
}

select {
  font-size: 11px;
  height: 24px;
  border: 1px solid #8999a9;
  font-weight: bold;
}

/* what a chain :-) => for the help - tooltip */
.formtable td a img, .formtable td img {
 position: relative;
 top: 8px;
}


.forminput {
  width: 300px;
  height: 18px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  background-color: #fff;
  border: 1px solid #8999a9;
  padding: 4px 5px 0px 5px;
  vertical-align: middle;
  font-weight: bold;
}

.smallforminput {
  width: 100px;
  height: 15px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  background-color: #fff;
  border: 1px solid #8999a9;
  padding: 1px 2px 0px 2px;
  vertical-align: middle;
  font-weight: bold;
}

.invalidInput {
  border-color: #ff0000;
  background-color: #FFE4E1;
}

#TableGrid {
  width: 615px;
  overflow: auto;
  border-bottom: 1px solid #A9B9C9;
  border-left: 1px solid #A9B9C9;
  border-right: 1px solid #A9B9C9;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}

.header-top {
  width: 615px;
  height: 25px;
  background-image: url("/Accessories/Graphics/Background/header-top.gif");
  background-repeat: repeat-x;
  background-position: top left;
  position: relative;
  border-right: 1px solid #A9B9C9;
  border-left: 1px solid #A9B9C9;
  z-index: -9999;
}

.header-top img {
  position: absolute;
  left: -1px;
  top: 0px;
  z-index: -1;
}

.header-top span {
  display: block;
  color:#1C3E7E;
  font-weight: bold;
  padding-left: 35px;
  padding-top: 6px;
  z-index: 9999;
}

.preimage {
  width: 220px;
  padding-bottom: 20px;
  border: 1px solid #b1b1b1;
  float: left;
  margin-right: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.aleft {
  text-align: left;
  width: 100px;
}

.aright {
  text-align: right;
  width: 100px;
}








