.syntax_hilite, li .syntax_hilite {
	padding:3px 3px 10px 8px; border:1px solid #303130; background-color:#FEFEFE;
	font-size:0.8em; font-family:'Courier New',Courier,monospace;
	/* comment the line below to remove scrolling in code boxes */
	overflow:auto; white-space:nowrap;
}

.igBar, li .igBar {
	background-color: #444;
	border-left:  1px solid #444;
	border-right:1px solid #444;
	border-top:  1px solid #444;
	font-family:courier,arial,verdana;
}
.igBar a, .igBar a:hover {
	color:#FFFFFF;
	font-weight:bold;
	margin:0px 5px 0px 10px;
	text-decoration:none;
}
.syntax_hilite .langName { 
	color:#000000; font-weight:bold; 
}
.syntax_hilite textarea { 
	margin:0px -5px -2px 0px; border:none; 
}

div.syntax_hilite ol {
	list-style: decimal inside;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

div.syntax_hilite ol li {
	background: none;
	border-bottom: none;
	padding: 0;
}

