body, p, li, ul, ol {
  background-color: #FFF;
  color: #000;
  font-size: 100%;
  list-style-position: outside;
}
a:link {
  color: #630;
}
a:active {
  color: #F60;
}
a:visited {
  color: #963;
}
p.listpara {
  text-indent: 15%;
}
h1, h2, h3 {
  color:#369;
  width: 100%;
}
h1, h2 {
  border : solid #CC9;
  border-width : 0px 0px 2px 0px;
}
h1 {
  font-size: 170%;
}
h2 {
  font-size: 130%;
}
h3 {
  font-size: 110%;
}
h4 {
  font-size:95%;
  color: #000000;
  font-weight: bold;
}
.code_no_color {
  color: #000;
}
code {  
  color: #369;
}
p.indent {
  text-indent: 9%;
}
table.borders {
  border: 1px solid #BDB76B;
}
th, td {
  color:#000000;
  text-align: left;
  vertical-align : top;
}
th {
  font-weight: bold;
}
th.resource, td.resource {
  width: 27%;
}
th.recommended, td.recommended {
  width: 73%;
}
table.dbsupport th, table.dbsupport td {
  vertical-align: middle;
}
td.matrix, th.matrix {
  text-align: center;
}
th.desc, td.desc {
  width: 45%;
  white-space: nowrap;
}
th.url, td.url {
  width: 55%;
}
.smalltext {
  font-size:95%;
}
p.note, p.warning {
  border: 2px solid #CCC;
  text-indent: -2em;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 2.5em;
  padding-right: 0.5em;
}
p.warning strong {
  color: #F00;
  font-weight: bold;
}
pre {
  margin-left : 20px;
}
.GUITag {
  font-size: 95%;
  font-style: normal;
  font-weight: bold;
}
.PropertyName {
  font-style: normal;
}
.GlossaryItem { 
  color : #008080;
  font-size : 95%;
}
li pre {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
dl {
  margin-top: 1em;
  margin-bottom: 1em;
}
