body, td, div {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  line-height: 18px
}


td.Header {
  border-style: groove;
  border-width: 2px;
  border-color: #0066FF;
  font-weight: bold;
  height: 25px
}

.List, .Syntax, .Description {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 24px;
}

.InheritePrefix {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px
}

.Inherite, .InheriteSyntax, .Fields {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 16px
}

.Syntax, .InheriteSyntax, .Fields, .SyntaxRow {
  color: #0066FF
}

.Copyright {
  color: #6F6F6F
}

.Comment {
  color: #A0A0A0;
}

.SpaceLine5 {
  line-height: 5px;
}

.SpaceLine10 {
  line-height: 10px;
}

a {
  text-decoration: none;
  color: #0066FF;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #BDBDBD;
  padding-bottom: 1px
}

a:hover {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #0066FF;
}


hr {
  border-top: 1px solid #D0D0D0;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}


