/**
 * Script Highlighting
 * Copyright 2006, Stylianos Dritsas
 */

.script {
  font-family: "Lucida Console", "Courier New", Courier, monospace;
  background: #f5f5f5;
  border: 1px solid #999999;
  font-size: 11px;
  width: 100%;
  text-align:left;
  z-index:0;
  position:relative;
  line-height:12px;
}

.s0 { color:#CC00CC; }
.s1 { color:#990033; }
.s2 { color:#FF0000; }
.s3 { color:#990099; font-weight:bold; }
.s4 { color:#006699; font-weight:bold; }
.s5 { color:#CC6600; }
.s6 { color:#009966; text-decoration: none; font-weight:bold; } .s6:hover { text-decoration: underline; }
.s7 { color:#9966FF; text-decoration: none;}                    .s7:hover { text-decoration: underline; }
.s8 { color:#9900CC; }
.s9 { color:#9900CC; }
.sA { color:#333333; }
.sB { color:#FF0000; background-color: #EFEFEF; }
.sC { color:#999999; background-color: #E8E8E8; border-right: 1px solid #666685; font-size: 11px; }
.sD { color:#545454; background-color: #E8E8E8; border-right: 1px solid #666685; font-size: 11px;}

