.textview {
	background-color: white;
	padding: 1px 2px;
}

.textviewContainer {
/*
   SCRIPTED - TODO - FROM NEW EDITOR
	background-color: #eaeaea;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, Myriad, Tahoma, clean, sans-serif;
	font-size: 10pt;
	min-width: 50px;
	min-height: 50px;
*/
	-webkit-box-shadow: -5px 0px 5px #0f0;
	background-color: white;/*#eeeeee*/;
	font-family: Monaco, Consolas, "Lucida Console", "Ubuntu Mono", Monospace, monospace;
	font-size: 9pt;
}
::-webkit-scrollbar-corner {
	background-color: #eeeeee;
}

.textviewContent {
  cursor: auto;
}

.textviewLeftRuler {
  border-right: 1px solid #eaeaea;
}

.textviewRightRuler {
  border-left: 1px solid #eaeaea;
}