/*
code {
  color: #000000 !important;
  background-color: #DDEBD4;
  display: block;
  white-space: pre;
  width: 99%;
  overflow: auto;
}
code.none { background-color: transparent !important; color: inherit !important; }
*/

.code {
  border: 2px solid #339900;
  margin-left: 2em;
  background: #aaaaaa;
  color: #000000;
}

/*
keywords:   .kw1, (if, for, include, return, ...)
            .kw2, (true, false, null, constants, function, class, ....)
            .kw3, (built-in methods)
symbols:    .sy0  (=, +, ->, ...)
comments:   .co1, .co2, .coMULTI
strings "": .st0
strings '': .st_h
strings <<<:.co3
numbers:    .nu0  (base 10)
numbers:    .nu8  (base 8)
numbers:    .nu12 (base 16)
braces:     .br0  ({}, [], ())
variables:  .re0  (in PHP)
escaped:    .es0  (\t, \n, \r, ...)
methods:    .me1, .me2
a line:     .de1  (this effects ;)

unknown:  .de2, .imp, .es_h, .co4, span.xtra, .nu8, .nu12, .nu19

li .li1 .li2 are the line number stuff
*/

.php.php .de1, .php.php .de2 {font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;}
.php.php  {font-family:monospace;}
.php.php .kw1 {color: #0000bb; font-weight: bold;}
.php.php .kw2 {color: #0000bb; font-weight: bold;}
.php.php .kw3 {color: #008000; font-weight: bold;}
.php.php .br0 {color: #000000;}
.php.php .co1, .php.php .co2, .php.php .coMULTI {color: #008000; font-style: italic;}
.php.php .es0 {color: #ff1c1c; font-weight: bold;}
.php.php .sy0 {color: #000000;}
.php.php .st0 {color: #dd0000;}
.php.php .st_h {color: #dd0000;}
.php.php .co3 {color: #dd0000;}
.php.php .nu0 {color: #000000;}
.php.php .nu8 {color: #000000;}
.php.php .nu12 {color: #000000;}
.php.php .re0 {color: #004b80;}
.php.php .me1 {color: #0080FF;}
.php.php .me2 {color: #0080FF;}

.php.php li, .php.php .li1 {font-weight: normal;}
.php.php .ln {width:1px;font-weight: normal;text-align:right;margin:0;padding:0 2px;}
.php.php .li2 {font-weight: bold;background: gray;}

.php.php .imp {font-weight: bold; color: red;}
.php.php .es_h {color: #000099; font-weight: bold;}
.php.php .co4 {color: #0000ff; font-style: italic;}
.php.php .nu19 {color:#800080;}
.php.php span.xtra { display:block; }

/*pre.dos { color: #FFFFFF !important; background-color: black !important; font-weight: bold; }*/