/**
 * GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann
 * (http://qbnz.com/highlighter/ and http://geshi.org/)
 */

.c .de1, .c .de2 {color: black ;font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;}
.c  {font-family:monospace;}
.c .imp {font-weight: bold; color: red;}
.c li, .c .li1 {font-weight: normal; vertical-align:top;}
.c .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.c .li2 {font-weight: bold; vertical-align:top;}
.c .kw1 {color: #0000dd; font-weight: bold;}
.c .kw2 {color: #000000; font-weight: bold;}
.c .kw3 {color: #000066;}
.c .kw4 {color: #800080;}
.c .co1 {color: #339933; font-style: italic;}
.c .co2 {color: #7B4D1E;}
.c .coMULTI {color: #339933; font-style: italic;}
.c .es0 {color: #000099; font-weight: bold;}
.c .es1 {color: #000099; font-weight: bold;}
.c .es2 {color: #660099; font-weight: bold;}
.c .es3 {color: #660099; font-weight: bold;}
.c .es4 {color: #660099; font-weight: bold;}
.c .es5 {color: #006699; font-weight: bold;}
.c .br0 {color: #009900;}
.c .sy0 {color: #3A4385;}
.c .st0 {color: #ff0000;}
.c .nu0 {color: #BA2020;}
.c .nu6 {color: #BA2020;}
.c .nu8 {color: #BA2020;}
.c .nu12 {color: #BA2020;}
.c .nu16 {color:#BA2020;}
.c .nu17 {color:#BA2020;}
.c .nu18 {color:#BA2020;}
.c .nu19 {color:#BA2020;}
.c .me1 {color: #202020;}
.c .me2 {color: #202020;}
.c .ln-xtra, .c li.ln-xtra, .c div.ln-xtra {background-color: #ffc;}
.c span.xtra { display:block; }

/* http://www.math.u-szeged.hu/~nagyg/Egyeb/geshi/contrib/cssgen.php */

/* GeSHi (c) Nigel McNie 2004 (http://qbnz.com/highlighter) */
.java  {border: 1px dotted #a0a0a0; font-family: 'Courier New', Courier, monospace; background-color: #f0f0f0; color: #0000bb;}
.java .de1, .java .de2 {font-weight:normal;background:transparent;color:#000; padding-left: 5px;}
.java .kw1 {color: #a1a100;}
.java .kw2 {color: #000; font-weight: bold;}
.java .kw3 {color: #000066;}
.java .kw4 {color: #f63333;}
.java .co1, .java .co2, .java .coMULTI {color: #808080;}
.java .es0 {color: #000033; font-weight: bold;}
.java .br0 {color: #66cc66;}
.java .st0 {color: #ff0000;}
.java .nu0 {color: #ff33ff;}
.java .me0 {color: #006600;}
