table.dBug_array,table.dBug_object,table.dBug_resource,table.dBug_resourceC,table.dBug_xml {
color:#000000; font-size:12px;
text-align: left;
}

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

/* array */
table.dBug_array {
background-color: #006600;
border-spacing: 1px !important;
width: auto !important;
}
table.dBug_array td {
background-color:#FFFFFF;
height: 27px;
}
table.dBug_array td.dBug_arrayHeader { background-color:#59C260; }
table.dBug_array td.dBug_arrayKey { background-color:#E4FFE3; }

/* object */
table.dBug_object {
background-color:#0000CC;
border-spacing: 1px !important;
width: auto !important;
}
table.dBug_object td {
background-color:#FFFFFF;
height: 27px;
}
table.dBug_object td.dBug_objectHeader { background-color:#5573FA; }
table.dBug_object td.dBug_objectKey { background-color:#E3E8FF; }

/* resource */
table.dBug_resourceC {
background-color:#884488;
border-spacing: 1px !important;
width: auto !important;
}
table.dBug_resourceC td {
background-color:#FFFFFF;
height: 27px;
}
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;
border-spacing: 1px !important;
width: auto !important;
}
table.dBug_resource td {
background-color:#FFFFFF;
height: 27px;
}
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;
border-spacing: 1px !important;
width: auto !important;
}
table.dBug_xml td {
background-color:#FFFFFF;
height: 27px;
}
table.dBug_xml td.dBug_xmlHeader { background-color:#AAAAAA; }
table.dBug_xml td.dBug_xmlKey { background-color:#DDDDDD; }

