/*
// ======================================
// Style-Sheet - Syntax Highlighting
// --------------------------------------------------------------------

// --------------------------------------------------------------------
// Code written by Conan Theobald and is Copyright (c)
// 2002 by Conan Theobald unless otherwise stated.
//
// Visit: www.conans.co.uk
// Email: software@conans.co.uk
// ======================================
*/

div.stx_Background {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #666666;
	background: #444444;
}

div.stx_Title {
	padding: 3px;
	border-bottom: 2px solid #666666;
	background: #393939;
	color: #B0B0B0;
	font-weight: bold;
}

pre.stx_Content {
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.2;
	padding: 5px;
	color: #B0B0B0;
}

/*
// ======================================
// MS-DOS Batch
// ======================================
*/

span.stx_bat_Comment {
	color: #50FF50;
	font-style: italic;
}

span.stx_bat_String {
	color: #A0E0F0;
}

span.stx_bat_Reserved {
	color: #D0D0A0;
	font-weight: bold;
}

span.stx_bat_Function {
	color: #FFA0A0;
}

span.stx_bat_Number {
	color: #A0A0F0;
	font-weight: bold;
}

span.stx_bat_VarID {
	color: #FFA0A0;
	font-weight: bold;
}

span.stx_bat_Variable {
	color: #C0C0A0;
	font-weight: bold;
}

/*
// ======================================
// C/C++
// ======================================
*/

span.stx_cpp_Comment {
	color: #50FF50;
	font-style: italic;
}

span.stx_cpp_String {
	color: #A0E0F0;
}

span.stx_cpp_Reserved {
	color: #D0D0A0;
	font-weight: bold;
}

span.stx_cpp_Function {
	color: #FFA0A0;
}

span.stx_cpp_Number {
	color: #A0A0F0;
	font-weight: bold;
}

span.stx_cpp_VarID {
	color: #FFA0A0;
	font-weight: bold;
}

span.stx_cpp_Variable {
	color: #FFA0A0;
	font-weight: bold;
}

/*
// ======================================
// C#
// ======================================
*/

span.stx_csharp_Comment {
	color: #50FF50;
	font-style: italic;
}

span.stx_csharp_String {
	color: #A0E0F0;
}

span.stx_csharp_Reserved {
	color: #D0D0A0;
	font-weight: bold;
}

span.stx_csharp_Function {
	color: #FFA0A0;
}

span.stx_csharp_Number {
	color: #A0A0F0;
	font-weight: bold;
}

span.stx_csharp_VarID {
	color: #FFA0A0;
	font-weight: bold;
}

span.stx_csharp_Variable {
	color: #FFA0A0;
	font-weight: bold;
}

/*
// ======================================
// Cascading Style-Sheets
// ======================================
*/

span.stx_css_Comment {
	color: #50FF50;
	font-style: italic;
}

span.stx_css_String {
	color: #A0E0F0;
}

span.stx_css_Reserved {
	color: #FFA0A0;
}

span.stx_css_Function {
	color: #D0D0A0;
	font-weight: bold;
}

span.stx_css_Number {
	color: #A0A0F0;
	font-weight: bold;
}

span.stx_css_VarID {
/*	color: #C0C0A0;*/
}

span.stx_css_Variable {
	color: #C0C0A0;
	font-weight: bold;
}

/*
// ======================================
// Java
// ======================================
*/

span.stx_java_Comment {
	color: #50FF50;
	font-style: italic;
}

span.stx_java_String {
	color: #A0E0F0;
}

span.stx_java_Reserved {
	color: #D0D0A0;
	font-weight: bold;
}

span.stx_java_Function {
	color: #FFA0A0;
}

span.stx_java_Number {
	color: #A0A0F0;
	font-weight: bold;
}

span.stx_java_VarID {
	color: #FFA0A0;
	font-weight: bold;
}

span.stx_java_Variable {
	color: #C0C0A0;
	font-weight: bold;
}

/*
// ======================================
// JScript
// ======================================
*/

span.stx_jscript_Comment {
	color: #50FF50;
	font-style: italic;
}

span.stx_jscript_String {
	color: #A0E0F0;
}

span.stx_jscript_Reserved {
	color: #D0D0A0;
	font-weight: bold;
}

span.stx_jscript_Function {
	color: #FFA0A0;
}

span.stx_jscript_Number {
	color: #A0A0F0;
	font-weight: bold;
}

span.stx_jscript_VarID {
	color: #FFA0A0;
	font-weight: bold;
}

span.stx_jscript_Variable {
	color: #C0C0A0;
	font-weight: bold;
}

/*
// ======================================
// Pascal
// ======================================
*/

span.stx_pascal_Comment {
	color: #50FF50;
	font-style: italic;
}

span.stx_pascal_String {
	color: #A0E0F0;
}

span.stx_pascal_Reserved {
	color: #D0D0A0;
	font-weight: bold;
}

span.stx_pascal_Function {
	color: #FFA0A0;
}

span.stx_pascal_Number {
	color: #A0A0F0;
	font-weight: bold;
}

span.stx_pascal_VarID {
	color: #FFA0A0;
	font-weight: bold;
}

span.stx_pascal_Variable {
	color: #C0C0A0;
	font-weight: bold;
}

/*
// ======================================
// Perl/CGI
// ======================================
*/

span.stx_perl_Comment {
	color: #50FF50;
	font-style: italic;
}

span.stx_perl_String {
	color: #A0E0F0;
}

span.stx_perl_Reserved {
	color: #D0D0A0;
	font-weight: bold;
}

span.stx_perl_Function {
	color: #FFA0A0;
}

span.stx_perl_Number {
	color: #A0A0F0;
	font-weight: bold;
}

span.stx_perl_VarID {
	color: #FFA0A0;
}

span.stx_perl_Variable {
	color: #C0C0A0;
}

/*
// ======================================
// PHP
// ======================================
*/

span.stx_php_Comment {
	color: #50FF50;
	font-style: italic;
}

span.stx_php_String {
	color: #A0E0F0;
}

span.stx_php_Reserved {
	color: #D0D0A0;
	font-weight: bold;
}

span.stx_php_Function {
	color: #FFA0A0;
}

span.stx_php_Number {
	color: #A0A0F0;
	font-weight: bold;
}

span.stx_php_VarID {
	color: #C0C0A0;
	font-weight: bold;
}

span.stx_php_Variable {
	color: #A0C0A0;
}

/*
// ======================================
// UnrealScript
// ======================================
*/

span.stx_uscript_Comment {
	color: #50FF50;
	font-style: italic;
}

span.stx_uscript_String {
	color: #A0E0F0;
}

span.stx_uscript_Reserved {
	color: #D0D0A0;
	font-weight: bold;
}

span.stx_uscript_Function {
	color: #FFA0A0;
}

span.stx_uscript_Number {
	color: #A0A0F0;
	font-weight: bold;
}

span.stx_uscript_VarID {
	color: #FFFF00;
	font-weight: bold;
}

span.stx_uscript_Variable {
	color: #FFFF00;
	font-weight: bold;
}

/*
// ======================================
// VB Script
// ======================================
*/

span.stx_vbscript_Comment {
	color: #50FF50;
	font-style: italic;
}

span.stx_vbscript_String {
	color: #A0E0F0;
}

span.stx_vbscript_Reserved {
	color: #D0D0A0;
	font-weight: bold;
}

span.stx_vbscript_Function {
	color: #FFA0A0;
}

span.stx_vbscript_Number {
	color: #A0A0F0;
	font-weight: bold;
}

span.stx_vbscript_VarID {
	color: #FFFF00;
	font-weight: bold;
}

span.stx_vbscript_Variable {
	color: #FFFF00;
	font-weight: bold;
}
