.syntax_hilite {
	padding:3px 3px 5px 8px; border:1px solid #ddd; background-color:#DdDddd;
	font-size:13px; font-family:'Courier New',Courier,monospace; 
	overflow:auto; 
	white-space:nowrap;
	margin-top:5px; margin-bottom:5px;
	/* width: 450px; */
}

.narrowcolumn .syntax_hilite {
	width: 435px;
}

.widecolumn .syntax_hilite {
	width: 650px;
}

.limited_code_height .syntax_hilite {
	height: 50em;
}

.igBar {
	font-family:verdana,arial,courier;
	text-align: right;
  font-	
}
.igBar a {
	padding:0px 5px 0px 5px;
	font-weight:bold;
	font-size: x-small;
	color: rgb(108,108,108);
	background-color:#DdDddd;
	border: 1px rgb(108,108,108) solid
}