.syntax_hilite, li .syntax_hilite {
	padding:3px 3px 10px 8px; 
	border:1px solid black;
	background-color:#fefefc;
	font-size:larger; 
	font-family:'Andale Mono','Lucida Console','Courier New',Courier,monospace;
	overflow:auto; 
	white-space:nowrap;
}
/* change this line to set the width of code box */
/*.syntax_hilite { width:67%; }*/
/* change this line to set the width of code box in a list */
/*li .syntax_hilite { width:67%; }*/
.igBar, li .igBar {
	background-color:#D6D3CE; font-family:'Andale Mono','Lucida Console','Courier New',Courier,monospace;
	border-left:1px solid #EEEEEE; border-top:1px solid #EEEEEE;
	border-right:1px solid #424142;
}
/* change this line to set the width of plain text bar above code box */
/*.igBar { width:67%; }*/
/* change this line to set the width of plain text bar above code box in a list */
/*li .igBar { width:67%; }*/
.igBar a, .igBar a:hover {
	margin:0px 5px 0px 10px; font-weight:bold; color:#000000;
	text-decoration:none;
}
.syntax_hilite .langName { color:#999; font-weight:bold; }
.syntax_hilite textarea { margin:0px -5px -2px 0px; border:none; }
.syntax_hilite a, a:hover, a:visited { text-decoration:none;border:0; }

.li1 { color:#ccc; }
.li2 { color:#888; }
.de1, .de2 {font-weight:normal;background:transparent;color:#000; padding-left: 5px;}
.kw1 {color: #00f;}
.kw2 {color: #00f; }
.kw3 {color: #000080;}
.kw4 {color: #000080;}
.co1, .co2, .coMULTI {color: #008000;}
.es0 {color: #080; font-weight: bold;}
.br0 {color: #300;}
.st0 {color: #800000;}
.nu0 {color: #c00;}
.me0 {font-weight: bold;}

