.c4d { margin: 1.1em; background-color:white; width: 90%;}

pre {  background-color:white; border: 10px solid white; font-size: 1.2em; }

td.c4d-lnnos { background-color: #f0f0f0; padding-right: 10px; }
span.lineno { background-color: #f0f0f0; padding: 0 5px 0 5px; }

/* Error */
.c4d-er { border: 1px solid #FF0000 }

/* Code block */
.c4d { background-color: #ffffcc }

/* Comment */
.c4d-tc { color: #408080; font-style: italic }

/* Operator */
.c4d-to { color: #666666 }

/* Keyword */
.c4d-tk { color: #008000; font-weight: bold }

/* Command */
.c4d-mb { color: #008000; font-weight: bold }

/* Project method */
.c4d-mp { color: #008000; font-style: italic}

/* Component method */
.c4d-mc { color: #008000; font-style: italic }

/* Plugin method */
.c4d-mx { color: black; font-weight: bold; font-style: italic }

/* Plugin constant */
.c4d-sx { color: #669900; text-decoration: underline}

/* Constant */
.c4d-sb { color: #880000; text-decoration: underline}

/* Method arg */
.c4d-rg { color: #19177C }

/* Local variable */
.c4d-vl { color: #19177C }

/* Process variable */
.c4d-vp { color: #19177C }

/* Interprocess variable */
.c4d-vi { color: #19177C }

/* Real number */
.c4d-nr { color: #666666 }

/* Integer number */
.c4d-ni { color: #666666 }

/* Hex number */
.c4d-nh { color: #666666 }

/* Date */
.c4d-ld { color: #BA2121 }

/* Time */
.c4d-lt { color: #19177C }

/* String */
.c4d-ls { color: #BA2121 }

/* Escape string */
.c4d-le { color: #BB6622; font-weight: bold }

/* [Table]Field */
.c4d-df { color: #777777}

/* [Table] */
.c4d-dt { color: #777777}
