
#TheBody
{
  padding: 0px;
  margin: 0px;
  background-color: #eeeee6;
/*   border: 2px solid red; */
}

h1
{
  padding-left: 6px;
  padding-top: 10px;
  display: block;
 margin-top: 0px;
 margin-bottom: 0px;
 height: 40px;
 border-bottom: 3px groove #eeeee6;
}

#Main
{
 background-color: #eeeee6;
 padding: 8px;
 margin-top: 0px;
 margin-left: 0px;
 margin-bottom: 0px;
 margin-right: 0px;
 border-spacing: 0px;
/*  height: 100%; */
/*  border: 2px solid blue; */
/*  overflow: auto; */
}

#Head
{
 font-size: large;
 font-weight: bold;
 text-shadow: white -1px -1px 3px;
 text-align: center;
 padding: 3px;
 background-color: #d8d4d0;
 border: 1px outset #d8d4d0;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 height: 24px;
}


.HeadChangeButton
{
  margin-left: 10px;
  font-size: small;
 font-weight: normal;
 text-shadow: none;
}
.HeadChangeButton:before
{
  content: "[";
  font-size: small;
}
.HeadChangeButton:after
{
  content: "]";
  font-size: small;
}

#WsdlChangeForm
{
  text-shadow: none;
  font-size: medium;
  font-weight: normal;
  display: none;
  padding-top: 4px;
  height: 36px;
}

.Form
{
 display: none;
 background-color: #d8d4d0;
 margin-top:0px;
 margin-bottom:0px;
/*    overflow: auto; */
/*  overflow: scroll; */
}

.FormTitle
{
 background-color: black;
 color: white;
 border: 1px outset #eeeee6;
 padding: 2px;
 margin: 1px;
 font-weight: bold;
}

.ArrayValue
{
 white-space: normal;
 border-left: 1px solid #a88;
 padding-left: 3px;
}
.ArrayValueShort
{
 white-space: pre;
 border-left: 1px solid #a88;
 padding-left: 3px;
}
.ArrayValueFirst
{
}
.ArrayValueFirstShort
{
 white-space: pre;
}

.Label
{
  white-space: pre;
  vertical-align: top;
  text-align: right;
  font-weight: bold;
}
.Label:after
{
  padding-left: 3px;
  content: ':';
  padding-right: 4px;
  font-weight: bold;
}

thead tr td.Label
{
  white-space: pre;
  background-color: #cec5c5;
  border: 1px outset #cec5c5;
  text-align: center;
  vertical-align: middle;
}

thead tr td.Label:after
{
  content: '';
}


.ObjectInput
{
  border: 1px inset #d8d4d0;
  padding: 2px;
}

.Row
{
 display:table-row;
}

.MousePopUp
{
  display: none;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 600px;
  background-color: #d4d0c8;
  border: 1px solid blue; 
  white-space: normal;
  padding-left: 2px;
  padding-bottom: 8px;
}

.MousePopUp table
{
  background-color: #fffff7;
  margin-left: 0px;
  margin-right: 0px;
}

.MousePopUpClose
{
  content: 'X';
  font-weight: bold;
  font-size: 20px;
  border: 1px outset #d4d0c8;
  background-color: #d4d0c8;
  width: 22px;
  height: 22px;
  text-align: center;
  float: right;
  margin-right: 2px;
  margin-top:2px;
}
.MousePopUpClose:hover
{
  background-color: #ff5020;
}
.MousePopUpClose:active
{
  border: 1px inset #d4d0c8;
}

.MousePopUpTitle
{
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
 padding: 4px;
 height: 48px;
/*  border: 1px inset #d4d0c8; */
 background-color: #d4d0c8;
 overflow: auto;
}



.PopUpTable
{
/*   width: 600px; */
}

.PopUpTable td
{
  white-space: normal;
}

#MethodsArgs
{
 background-color: #eeeee6;
 vertical-align: top;
 border: 1px outset #eeeee6;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 display: table-cell;
/*  max-width: 100%; */
/*  max-height: 100%; */
/*  overflow: scroll; */
/*  display: table-cell;  */
}

#MethodSelection
{
 background-color: #eeeee6;
 vertical-align: top;
 border: 1px outset #eeeee6;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 max-height: 100%;
/*  overflow: auto;  */
/*  display: table-cell;  */
 display: table-cell;
/*  float: left; */
}

a.MethodSelection, a.MethodSelection:visited
{
  font-style: normal;
 display: block;
 padding: 4px;
 border: 2px solid #d8d4d0;
  white-space: nowrap;
}


a.MethodSelection:hover
{
 background-color: #fffff7;
 color: red;
  white-space: nowrap;
}

a.MethodSelected, a.MethodSelected:visited
{
 display: block;
 padding: 4px;
 border: 2px solid #00f;
 background-color: #b0aaa3;
  white-space: nowrap;
}

a.MethodSelected:hover
{
 background-color: #d8d4d0;
 color: red;
  white-space: nowrap;
}

.TypeHint
{
 font-size: small;
 font-weight: normal;
 color: #555;
}

.SoapCall
{
/*   white-space: pre; */
  margin: 2px;
  border: 1px dotted black;
  padding: 2px;
}

.SoapCallResult
{
  white-space: pre;
  margin: 2px;
  border: 1px inset #d8d4d0;
  padding: 2px;
/*   overflow: auto; */
  margin:0px;
}

.SoapCallError
{
  white-space: pre;
  margin: 2px;
  border: 1px solid red;
  padding: 2px;
  color: red;
}

.XmlDump
{
  margin: 2px;
  border: 1px dotted blue;
  padding: 2px;
}

.XmlDumpSimple
{
  white-space: pre;
}

.Fields
{
  background-color: #eeeee6;
}

.FieldName
{
  vertical-align: top;
  font-weight: bold;
  text-align: center;
  background-color: #b0aaa3;
}

.FieldCount
{
  font-weight: normal;
  color: #666;
}
.FieldCount:before
{
  content: '(';
  font-weight: normal;
  color: #444;
}
.FieldCount:after
{
  content: ')';
  font-weight: normal;
  color: #444;
}

.FieldValue
{
  white-space: normal;
}

.FieldMap
{
  border: 1px solid black;
}

.FieldMap thead
{
  background-color: #b0aaa3;
}

.FieldMap tbody td
{
  border: 1px dotted #b0aaa3;
  vertical-align: top;
}

.Button
{
  margin: 3px;
  display: block;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  border: 2px outset #d4d0c8;
  background-color: #d4d0c8;
  cursor: pointer;
}

.Button:hover
{
  background-color: #eeeee6;
  cursor: pointer;
}

.Button:active
{
  background-color: #eeeee6;
  border: 2px inset #d4d0c8;
  cursor: pointer;
}

.Error
{
  margin: 4px;
  border: 1px inset #e8d4d0;
  padding: 6px;
  color: #a00;
  background-color: #e8d4d0;
}

.Error:before
{
  color: #a00;
  font-weight: bold;
  content: 'Error';
  display: block;
  border-bottom: 2px groove #e8d4d0;
  margin-bottom: 4px;
}


.Xml
{
}

.XmlElement
{
  margin-left: 12px;
}

.XmlTagName
{
  font-weight: bold;
}

.XmlTagBody
{
}

.XmlAttrName
{
  color: green;
}

.XmlAttrVal
{
  color: blue;
}

.XmlPI
{
}

.XmlText
{
}

.XmlPunct
{
  color: red;
}


.TvSearchNd
{
/*   border: 1px dotted red; */
}
.TvSearchNdIc
{
/*   border: 1px dotted blue; */
  width: 16px;
  background-image: url('tree.png');
  background-repeat: no-repeat;
}
.TvSearchNdNa
{
/*   background-color: yellow; */
  padding-left: 1px;
  font-size: medium;
  height: 20px;
}

.ThesNTNd
{
/*   border: 1px dotted red; */
}
.ThesNThNdIc
{
/*   border: 1px dotted blue; */
  width: 16px;
  background-image: url('nt.gif');
  background-repeat: no-repeat;
}
.ThesNTNdNa
{
/*   background-color: yellow; */
  color: green;
  padding-left: 1px;
  font-size: medium;
  height: 20px;
}


.ErrorMessage:before
{
  content: 'Error:';
  display: block;
  color: red;
  font-weight: bold;
  font-size: small;
  font-style: italic;
}

.ErrorMessage
{
  white-space: pre;
  color: red;
  font-weight: bold;
  font-size: small;
}

.ExceptionDump:before
{
  content: 'Error diagnostics:';
  font-style: italic;
  display: block;

  margin-top: 4px;
  border-top: 2px solid gray;
  border-bottom: 1px dotted gray;
}

.ExceptionDump
{
  white-space: pre;
  color: gray;
  font-size: x-small;

  border-bottom: 2px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}
