.syntax_hilite, li .syntax_hilite {
	width:100%; padding:0 0 10px 0; margin:0 0 0 1em;
	font-size:0.86em; font-family:Arial, Helvetica, sans-serif; 
	/* comment the line below to remove scrolling in code boxes */
	overflow:auto; 
}
/* change this line to set the width of code box */
.syntax_hilite { width:100%; }
/* change this line to set the width of code box in a list */
li .syntax_hilite { width:100%; }
.igBar, li .igBar {
	background-color:#e3e3e3;
}
/* change this line to set the width of plain text bar above code box */
.igBar { width:100%; }
/* change this line to set the width of plain text bar above code box in a list */
li .igBar { width:100%; }
.igBar a, .igBar a:hover {
	margin:0px 5px 0px 10px; font-weight:bold;
	text-decoration:none;
}
.syntax_hilite div{ padding:0 5px 10px 10px;border-top:#909090 dotted 1px;border-bottom:#909090 dotted 1px;}
.syntax_hilite div div{ margin:7px 0 3px 0;padding:0 0 0 0;border:none;}
.syntax_hilite .langName { font-size:0.86em; margin-bottom:2%; padding-bottom:5px;}
.syntax_hilite textarea { margin:0px -5px -2px 0px; border:none; }

