*{
  font-family: Tahoma;
  font-size: 12px;  
  word-spacing: 5px;
  line-height: 16px;
}

body {
  margin : 0px;
  word-spacing: 5px;
  line-height: 16px;
  background: #f0fffa;
}

td.header_menu{
  border-top: 1px solid #173e12;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  text-align: center;
  background-color: #f0fffa;
  color: #173e12;
}

td.content_menu{
  border-top: 1px solid #173e12;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 9px;
  padding-right: 5px;
  background-color: #f0fffa;
  color: #173e12;
  text-align: left;
}

td.more{
  border-top: 1px solid #173e12;
  border-left: 1px solid #173e12;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}

table.more{
  border-bottom: 1px solid #173e12;
  border-right: 1px solid #173e12;
  text-align: center;
}

td.work_area{
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  background-color: #f0fffa;
  color: #173e12;
  text-align: left;
  vertical-align: top;
}

td.work_area *{
  color: black;
  word-spacing: 5px;
  line-height: 16px;
  font-size: 13px;  
}

td.query_form_header{
  padding-bottom: 7px;
  padding-right: 7px;
  font-weight: bold;
  text-align: right;
  color: #173e12;
}

td.query_form_value{
  padding-bottom: 7px;
  text-align: left;
}

input.button{
  border: 1px solid  #173e12;
  font-family: Tahoma;
  font-size: 12px;
  color: #173e12;
  background: #f0fffa;
  font-weight: bold;
}

input.text{
  border: 1px solid #173e12;
  font-family: Tahoma;
  font-size: 12px;
  color: #173e12;
  background: yellow;
}


select.select{
  border: 1px solid #173e12;
  font-family: Tahoma;
  font-size: 12px;
  color: #173e12;
  background: yellow;
}

a:link {
  text-decoration: underline;
  color: #173e12;
}
a:visited {
  text-decoration: underline;
  color: #173e12;
}
a:hover {
  text-decoration: underline;
  color: black;
}
a:active {
  text-decoration: underline;
  color: #173e12;
}

td.work_area .red {
  color: red;
}

td.work_area .line {
  color: #173e12;
  height: 1px;
}

.full_desc {
  margin-bottom:10px; 
  padding:2px;
}
.full_desc .value {
  padding: 2px 2px 2px 6px;
}
.full_desc .header {
  font-style: italic;
  padding: 2px;
  text-align: right;
  vertical-align: top;
}
/*yana210113 {*/
div.help {
  padding:2px 6px;
  border:2px solid #ff0000;
  background:#ffffff;
  visibility:hidden;
  width:150;
  position:absolute; 
  top: 0px;
  left: 5px;
  }
hr.line_delimiter {
  width: 100%;
  height: 1px;
  color: #173E12;
  }
/*yana210113 }*/