/** debug.css **/
table.sqldebug {
     width: 100%;
     clear: both;
     background: #CCC;
}

.sqldebug thead, .sqldebug tbody {
     color: #990;
     background: #EEE;
     font: x-small Verdana, sans-serif;
     text-align: left;
}

.sqldebug.res thead, .sqldebug.res tbody {
     color: #222;
}

.sqldebug .warning {
     color: red;
     font-weight: 700;
}

.sqldebug .title {
     margin: 10px 0 0;
     color: green;
     font-weight: bolder;
}

.debug {
     width: 100%;
     clear: both;
     font-size: 11px;
     color: #990;
     background: #EEE;
     padding: 1px;
     text-align: left;
}
