/* 	Copyright Victor Panov, all rights reserved
 	vitjkaz@gmail.com
*/

#code_editor, #code_highliter{
	border:1px solid #888;
/*	max-height: 120px; 
	min-height: 120px; 
	overflow: scroll; 
*/

	overflow: auto; 
/*	white-space: nowrap;*/
	font-family: monospace; 
	position: absolute;
	top:0;
	left:2.5em;
	right:0;
	bottom: 0;
	padding:4px;
}

.pre_editor{
	margin:0;
	padding:0;
	-moz-tab-size:    4; /* Firefox 4+ */
    -o-tab-size:      4; /* Opera 11.5 & 12.1 only */
	tab-size:         4; /* Chrome 21+, Safari 6.1+, Opera 15+ */
}


#result_code{
	border:1px solid black;
/*	max-height: 120px; 
	min-height: 120px; 
	overflow: scroll; 
*/
	overflow: auto; 
	font-family: monospace; 
	padding:4px;
}


#code_highliter{
	background-color: #fff;
	color:rgba(0,0,0,0);
}

#code_liner {
	border:1px solid #888;
	background-color: #eee;
/*	max-height: 120px; 
	min-height: 120px; 
	overflow: scroll; 
*/
	text-align: center;
	overflow: hidden; 
	font-family: monospace; 
	position: absolute;
	top:0;
	left:0;
	width:2.5em;
	bottom: 0;
	padding-top:4px;


}

#code_highliter mark {
	background-color:#f8f8ff;
	font-weight: bold;
	color:#444;
}

#code_highliter .comment {
	background-color:#fff8f0;
	font-weight: bold;
	color:#ccc;
}


#code_highliter u {
	background-color:#fff8f0;
/*	font-weight: bold;*/
	color:#444;
}
