#debug_div
{
font-family: arial, sans-serif;
font-size: 12px;
color : black; background-color :  #eee;
padding-top : 0px; padding-left : 0px; padding-right : 0px; padding-bottom : 0px;
margin-top : 3px; margin-left : 3px;margin-right : 25px;margin-bottom : 3px;
border-width : 2px 2px 2px 2px;border-style : solid solid solid solid;border-color : #888 #888 #888 #888;
}
#debug_div DIV {
font-family: arial, sans-serif;
font-size: 11px;
background-color: #eee;
border: 1px solid #888;
margin: 0px 0px 25px 0px;
}
#debug_div P {
font-family: arial, sans-serif;
font-size : 11px;
color:#888;
border: 1px solid #888;
border-left: 5px solid #888;
background-color: white;
padding: 3px;
margin: 5px 3px;
text-transform : none;
}
#debug_div FONT{
font-family: arial, sans-serif;
font-size: 11px;
color:black;
text-transform : none;
}
#debug_div H1 {
background-color: #888;
color: white;
font-size: 100%;
padding: 3px;
margin: 0px 0px 5px 0px;
border: 0px;
border-bottom: 4px solid #ccc;
}
#debug_div .filepath
{
font-family: arial, sans-serif;
font-size: 10px;
color:gray;
text-transform : none;
}
#debug_div .mysql
{
color:blue;
border-color: blue;
}
#debug_div .timer
{
color:green;
border-color: green;
}
#debug_div .error
{
color:red;
border-color: red;
}
#debug_div .notice
{
color:orange;
border-color: orange;
}