.syntaxhighlighter
{
	/*font:normal 18px/40px monospace !important;*/
	font-family: "Consolas";
	font-size:13px !important;
	/*background-color: #eee !important;*/
	background-color: #E7E5DC !important;
}

/* Highlighed line number */
.syntaxhighlighter .line.highlighted .number
{
	backgrounde-color: #6CE26C !important;
	color: black !important;
}



/* Highlighed line */
.syntaxhighlighter .line.highlighted.alt1 .content,
.syntaxhighlighter .line.highlighted.alt2 .content
{
	background-color: #eee !important;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-top-right: 6px;
	border-top-right-radius: 6px;
	
/*
	-moz-border-radius-bottomright: 6px;
	-webkit-border-radius-bottom-right: 6px;
	border-bottom-right-radius: 6px;
*/
}

.syntaxhighlighter.nogutter .line .content:hover{
	border-left: none !important;
}

/* Highlighed line */
.syntaxhighlighter .line.highlighted.alt1 .content:hover,
.syntaxhighlighter .line.highlighted.alt2 .content:hover
{
	background-color: #E3FF9F !important;
	border-left: 4px solid #E3FF9F !important;
	

}

/* Gutter line numbers */
.syntaxhighlighter .line .number
{
	color: #ddd !important;
}

/* Add border to the lines */
.syntaxhighlighter .line .content
{
	border-left: 4px solid #eee !important;
	/*margin-right:3px;*/
	color: #000 !important;
}

.syntaxhighlighter .line .content:hover
{
	border-left: 4px solid #ddd !important;
}

.syntaxhighlighter.printing .line .content 
{
	border: 0 !important;
}

/* First line */
.syntaxhighlighter .line.alt1
{
	background-color: #fff !important;
	cursor:pointer;
}
.syntaxhighlighter .line:hover
{
	background-color: #FFEFEF !important;
}
/* Second line */
.syntaxhighlighter .line.alt2
{
	background-color: #fafafa !important;
	cursor:pointer;
}
.syntaxhighlighter .line.alt2:hover
{
	background-color: #FaF8F8 !important;
}
.syntaxhighlighter .line .content .block
{
/*  background: url(wrapping.png) 0 14px no-repeat !important;*/
}

.syntaxhighlighter .ruler
{
	color: silver !important;
	background-color: #F8F8F8 !important;
	border-left: 3px solid #6CE26C !important;
}

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

.syntaxhighlighter .toolbar
{
	background-color: #fff !important;
}

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

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

/************************************
 * Actual syntax highlighter colors.
 ************************************/
.syntaxhighlighter .plain,
.syntaxhighlighter .plain a
{ 
	color: #555 !important;
}

.syntaxhighlighter .comments,
.syntaxhighlighter .comments a
{ 
	color: #17807F !important;
	font-style: italic !important;
	/*font-size:11px !important;*/
}

.syntaxhighlighter .string,
.syntaxhighlighter .string a
{
	color: #D81745 !important; 
}

.syntaxhighlighter .keyword
{ 
	color: #08b !important; 
	font-weight: bold !important; 
}

.syntaxhighlighter .preprocessor 
{ 
	color: gray !important; 
}

.syntaxhighlighter .regex
{
  color: #159828;
}

.syntaxhighlighter .numbers
{
  color:#D81745 ;
}

.syntaxhighlighter .expr
{
  color:#D81745;
}

.syntaxhighlighter .method
{
  font-style: italic;
}

.syntaxhighlighter .variable 
{ 
	color: #177F80 !important; 
}

.syntaxhighlighter .variable_hover
{ 
	color: #EF869E !important; 
	cursor:pointer;
}

.syntaxhighlighter .variable_clicked
{ 
	color: red !important; 
	background-color: #FFFFCF !important; 
	cursor:pointer;
}

.syntaxhighlighter .value
{ 
	color: red !important; 
}

.syntaxhighlighter .functions
{ 
	color: #619F1D !important; 
	font-weight:bold !important;
}

.syntaxhighlighter .constants
{ 
	color: #177F80 !important; 
}

.syntaxhighlighter .script
{ 
	background-color: yellow !important;
}

.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a
{ 
	color: #177F90 !important; 
	font-size:10px !important;
	padding-bottom:2px !important;
}

.syntaxhighlighter .color2,
.syntaxhighlighter .color2 a
{ 
	color: #D81745 !important; 
}

.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a
{ 
	color: #669999 !important; 
}

/** end ugliness */

