﻿/************************************
 * Default Syntax Highlighter theme.
 * 
 * Interface elements.
 ************************************/

.syntaxhighlighter
{
	background-color: #f2f2f2 !important;
	border: 1px solid #C0C0C0 !important;

	



	


}

/* Highlighed line number */
.syntaxhighlighter .line.highlighted .number
{
	background-color: #6CE26C !important;
	color: #101010 !important;
	

	




}

/* Highlighed line */
.syntaxhighlighter .line.highlighted.alt1 .content,
.syntaxhighlighter .line.highlighted.alt2 .content
{


	



	background-color: #026cbf !important;
}

/* Gutter line numbers */
.syntaxhighlighter .line .number
{


	



	color: silver !important;
}

/* Add border to the lines */
.syntaxhighlighter .line .content
{


	



	border-left: 2px solid silver !important;
	color: #101010 !important;
}

.syntaxhighlighter.printing .line .content 
{


	



	border: 0 !important;
}

/* First line */
.syntaxhighlighter .line.alt1 .content
{


	



	background-color: #f6f6f6 !important;
}

/* Second line */
.syntaxhighlighter .line.alt2 .content
{


	


	background-color: #f6f6f6 !important;
}

.syntaxhighlighter .line .content .block
{
	background: url('product_pro_syntax_english/upload/clientscript/pro_syntax/styles/wrapping.png') no-repeat 0 1.1em !important;
}

.syntaxhighlighter .ruler
{
	color: silver !important;
	background-color: #F8F8F8 !important;
	border-left: 2px solid silver !important;
	

	



}

.syntaxhighlighter.nogutter .ruler
{
	border: 0 !important;
}

.syntaxhighlighter .toolbar
{
	background-color: #F8F8F8 !important;
	border: #f6f6f6 solid 1px !important;
}

.syntaxhighlighter .toolbar a
{
	color: #a0a0a0 !important;
}

.syntaxhighlighter .toolbar a:hover
{
	color: red !important;
}

/************************************
 * Actual syntax highlighter colors.
 ************************************/
.syntaxhighlighter .plain,
.syntaxhighlighter .plain a
{ 


	



	color: #101010 !important;
}

.syntaxhighlighter .comments,
.syntaxhighlighter .comments a
{ 


	



	color: #008200 !important;
}

.syntaxhighlighter .string,
.syntaxhighlighter .string a
{


	



	color: red !important; 
}

.syntaxhighlighter .keyword
{ 


	



	color: #000080 !important; 
	font-weight: normal !important; 
}

.syntaxhighlighter .preprocessor 
{ 


	



	color: gray !important; 
}

.syntaxhighlighter .variable 
{ 


	



	color: #101010 !important; 
}

.syntaxhighlighter .value
{


	


 
	color: #101010 !important; 
}

.syntaxhighlighter .functions
{


	


 
	color: #101010 !important; 
}

.syntaxhighlighter .constants
{ 


	



	color: #101010 !important; 
}

.syntaxhighlighter .script
{ 


	



	background-color: yellow !important;
}

.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a
{
	color: #808080 !important;
	

	



}

.syntaxhighlighter .color2,
.syntaxhighlighter .color2 a
{ 


	



	color: red  !important; 
}

.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a
{ 


	



	color: red !important; 
}

