.syntax_hilite, li .syntax_hilite {
	padding: 0; 
	font-family: "Consolas", "Courier New", Courier, mono;
	font-size: 13px;
	/* comment the line below to remove scrolling in code boxes */
	overflow:auto; white-space: nowrap;
}
/* change this line to set the width of code box */
.syntax_hilite { background-color: #E7E5DC; border-bottom: 1px solid #ccc; }
/* change this line to set the width of code box in a list */
li .syntax_hilite {  }
.igBar, li .igBar {
	background-color:#f8f8f8;
	border-bottom: 2px solid #444;
}
/* change this line to set the width of plain text bar above code box */
.igBar { text-align: right; padding: 5px; line-height: normal; }
/* change this line to set the width of plain text bar above code box in a list */
li .igBar { margin: 0; }
.igBar a, .igBar a:hover {
	margin:0px 5px 0px 10px; font-weight:bold; color:#000000;
	font-size: 11px;
	text-decoration:none;
}
.syntax_hilite .langName { color:#000000; font-weight:bold; }
.syntax_hilite textarea { font-size:12px; font-family:'Courier New',Courier,monospace; border: 0px solid; padding: 0; color: #111; line-height: 1.5em; margin: 0 0 0 6px; width: 99%;}
.syntax_hilite li { line-height: normal; margin: 0 0 0 0; padding: 2px 5px; }
.syntax_hilite ol { margin: 0; padding: 0 0 0 50px; }
