﻿/*----------------------------------------------------------
This style sheet is for the express purpose of defining
colors for various key terms within code.
Relevance, Action, or Shell Script
----------------------------------------------------------*/



.relevanceDefault{font-family: Courier New;font-size: 10pt;color:#000000;}
.relevanceKeyword{font-family: Courier New;font-size: 10pt;color:#0000ff;}
.relevanceIgnored{font-family: Courier New;font-size: 10pt;color:#a9a9a9;}
.relevanceOperator{font-family: Courier New;font-size: 10pt;color:#0000ff;}
.relevanceString{font-family: Courier New;font-size: 10pt;color:#008080;}
.relevanceConstant{font-family: Courier New;font-size: 10pt;color:#800080;}
.relevanceMatchingParen{font-weight: bold;font-family: Courier New;font-size: 10pt;color:#ffffff;background:#ff9632;}
.relevanceUnmatchedParen{font-weight: bold;font-family: Courier New;font-size: 10pt;color:#ffffff;background:#ff0000;}
.relevanceQuestion{font-family: Courier New;font-size: 10pt;color:#ff0000;}
.relevanceAnswer{font-family: Courier New;font-size: 10pt;color:#ff0000;}
.relevanceIllegalCharacter{font-family: Courier New;font-size: 10pt;color:#ffffff;background:#ff0000;}
.relevanceComment{font-family: Courier New;font-size: 10pt;color:#008000;}
.relevanceItColorized{font-family: Courier New;font-size: 10pt;color:#000000;background:#afffaa;}

.relevanceDefault2{font-family: Courier New;font-size: 8pt;color:#565656;}
.relevanceConstant2{font-family: Courier New;font-size: 8pt;color:#800080;}
.relevanceString2{font-family: Courier New;font-size: 8pt;color:#008080;}




.actionscriptDefault{font-family: Courier New;font-size: 10pt;color:#000000;}
.actionscriptKeyword{font-family: Courier New;font-size: 10pt;color:#0000ff;}
.actionscriptString{font-family: Courier New;font-size: 10pt;color:#ed0000;}
.actionscriptConstant{font-family: Courier New;font-size: 10pt;color:#800080;}
.actionscriptRelevance{font-family: Courier New;font-size: 10pt;color:Fuchsia;}
.actionscriptComment{font-family: Courier New;font-size: 10pt;color:Green;}
.actionscriptOperator{font-family: Courier New;font-size: 10pt;color:#0000ff;}


.shellscriptDefault{font-family: Courier New;font-size: 10pt;color:#000000;}
.shellscriptComment{font-family: Courier New;font-size: 10pt;color:Green;}
.shellscriptKeyword{font-family: Courier New;font-size: 10pt;color:#0000ff;}
.shellscriptString{font-family: Courier New;font-size: 10pt;color:Gray;}
.shellscriptConstant{font-family: Courier New;font-size: 10pt;color:Red;}
.shellscriptExecute{font-family: Courier New;font-size: 10pt;color:Fuchsia;}
.shellscriptOperator{font-family: Courier New;font-size: 10pt;color:#0000ff;}

