
* {
  background-color: #000;
  color: #fff;
  font-family:Arial;
}
a { color: #5BF;  text-decoration:none; }
a.subdir { color: #BDF; font-weight:bold; }
a:hover { text-decoration:underline; }

table#dir  { margin: 5px; }
table#dir td { padding-right: 5px; }


pre#main {
  font-family: Lucida Console, Monospace; font-size: 9pt;
}  
 
#codeTextarea{ 
  width:95%;  height:510px; font-family:monospace; border-left:2px solid #e3e3e3;padding:4px;
} 
.textAreaWithLines{ 
  border:1px solid #00F; 
} 
.textAreaWithLines textarea,.textAreaWithLines div{ 
  border:0px; line-height:120%; 
} 
.lineObj{ 
  color:#F00;  border-right:2px solid #e3e3e3;
  padding-right:4px; height:510px;
} 
#codeTextarea, .lineObj { font-family:monospace; font-size:10px; }
.textAreaWithLines, .lineObj { background-color:#00F; }

#id_te_cancel { background-color:red; }
#id_te_save, #id_te_saveandclose { background-color:green; }

div#textform input { font-size: 12px; font-weight: bold; }
div.error { font-weight:bold; color: red; }
