.syntax_hilite {
	font-size:75%;
}
.syntax_hilite, li .syntax_hilite {
	padding:16px 0 0 3%; border:1px solid #999; background-color:#fffff9;
	font-size:13px; font-family:'Courier New',Courier,monospace;
	/* 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 { width:95%}
/* change this line to set the width of code box in a list */
li .syntax_hilite { width:98%; }
.igBar, li .igBar {
	background-color:#eed; /*#D6D3CE;*/
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:70%;
	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:98%; margin-top: -1.8em; text-align:right;}
/* 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; color:#000000;
	text-decoration:none;
	border-bottom: 1px dashed #000;
}
.syntax_hilite .langName { color:#000000; font-weight:bold; display:none}
.syntax_hilite textarea { margin:-17px 0px 2px 0; border:none; overflow: hidden; width:99%}

.syntax_hilite ol, .syntax_hilite ul {
	line-height: 1.1em;
}