table.dBug_array,
table.dBug_object,
table.dBug_resource,
table.dBug_resourceC,
table.dBug_xml {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  border-spacing: 2px;
  display: table;
  border-collapse: separate;
}

table.dBug_array td,
table.dBug_object td,
table.dBug_resource td,
table.dBug_resourceC td,
table.dBug_xml td {
  line-height: 1.3;
  padding: 3px;
  vertical-align: top;
}

.dBug_arrayHeader,
.dBug_objectHeader,
.dBug_resourceHeader,
.dBug_resourceCHeader,
.dBug_xmlHeader {
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}

.dBug_arrayKey,
.dBug_objectKey,
.dBug_xmlKey {
  cursor: pointer;
}

/* array */
table.dBug_array {
  background-color: #006600;
}

table.dBug_array td {
  background-color: #ffffff;
}

table.dBug_array td.dBug_arrayHeader {
  background-color: #009900;
}

table.dBug_array td.dBug_arrayKey {
  background-color: #ccffcc;
}

/* object */
table.dBug_object {
  background-color: #0000cc;
}

table.dBug_object td {
  background-color: #ffffff;
}

table.dBug_object td.dBug_objectHeader {
  background-color: #4444cc;
}

table.dBug_object td.dBug_objectKey {
  background-color: #ccddff;
}

/* resource */
table.dBug_resourceC {
  background-color: #884488;
}

table.dBug_resourceC td {
  background-color: #ffffff;
}

table.dBug_resourceC td.dBug_resourceCHeader {
  background-color: #aa66aa;
}

table.dBug_resourceC td.dBug_resourceCKey {
  background-color: #ffddff;
}

/* resource */
table.dBug_resource {
  background-color: #884488;
}

table.dBug_resource td {
  background-color: #ffffff;
}

table.dBug_resource td.dBug_resourceHeader {
  background-color: #aa66aa;
}

table.dBug_resource td.dBug_resourceKey {
  background-color: #ffddff;
}

/* xml */
table.dBug_xml {
  background-color: #888888;
}

table.dBug_xml td {
  background-color: #ffffff;
}

table.dBug_xml td.dBug_xmlHeader {
  background-color: #aaaaaa;
}

table.dBug_xml td.dBug_xmlKey {
  background-color: #dddddd;
}
