/* 5.03.2008 - Lembit */

.syntax_hilite,
li .syntax_hilite {
	padding: 3px 2px 10px 8px;
	border: 1px solid #EEE;
	background-color: #FEFEFE;
	font-size: 13px;
	font-family: 'Courier New', Courier, monospace;
	*overflow: hidden; /* IE */
	/*overflow: auto;
	white-space: nowrap;*/
}
.syntax_hilite		{ width: 550px; }
li .syntax_hilite	{ width: 460px; }

.igBar,
li .igBar {
	background-color: #F4F4F4;
	border-left: 1px solid #EEE;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
.igBar		{ width: 560px; }
li .igBar	{ width: 460px; }
.igBar a,
.igBar a:hover {
	display: block;
	padding: 3px 8px;
	font-weight: bold;
}

.syntax_hilite .langName	{ color: #3A6A8B; font-weight: bold; }
.syntax_hilite textarea		{ margin: -2px -5px -10px 0; border: none; }

