/* article specific stylesheet for ZTree Regular Expressions article */
/* layout */
.regexHead {
}
.regexQuote {
	font-weight: bold;  
}
.regexPattern {
	text-decoration: underline;
}
.regexReplace {
	text-decoration: underline;
}
.regexModifier {
	text-decoration: underline;
}
/* inside codelisting use no underlining */
.example .regexPattern {
	text-decoration:none ;
}
.example .regexReplace {
	text-decoration:none ;
}
.example .regexModifier {
	text-decoration:none ;
}
/* colors */
.regexQuote {
	color: #000;
	background-color: #FFF;
}
.regexPattern {
	color: #F00; 
	background-color: transparent;
}
.regexReplace {
	color: #00F;
	background-color: transparent;
}
.regexModifier {
	color: #080;
	background-color: transparent;
}

