.syntax_hilite {
	border:1px solid #666; 
	background-color:#FCFCFC; 
	font-family: 'Courier New',Courier,monospace;
	/* comment the line below to remove scrolling in code boxes */
	overflow:auto; 
	white-space:nowrap;
	font-size: 1.1em; 
	width:95%; 
	padding: 1em;
}

.igBar, li .igBar {
	background-color:#ccc; 
	font-family: 'Courier New',Courier,monospace;
	border: 1px solid #666;
	border-bottom: 0;
	padding: 0.2em 1.1em;
}

.igBar { 
	width:95%; 
}

	.igBar a, .igBar a:hover {
		font-weight: bold; 
		color: #999;
		background: #ccc;
		text-decoration: none;
	}
	
		.igBar a:hover {
   			color: #333;
		}
		
.syntax_hilite .langName { 
	color: #000000; 
	font-weight: bold;
	margin-bottom: 1em;
	display: block;
}
.syntax_hilite textarea { 
	border: none;
	background: #FCFCFC;
}

