/**
 * Flex Builder Theme
 * http://yourpalmark.com/
 *
 * @author
 * Mark Walters
 */
/************************************
 * Flex Builder Syntax Highlighter theme.
 * 
 * Interface elements.
 ************************************/

.syntaxhighlighter
{
	background-color: #EEE;
}

/* Highlighed line number */
.syntaxhighlighter .line.highlighted .number
{
	background-color: #6CE26C;
	color: black;
}

/* Highlighed line */
.syntaxhighlighter .line.highlighted.alt1 .content,
.syntaxhighlighter .line.highlighted.alt2 .content
{
	background-color: #6CE26C;
}

/* Gutter line numbers */
.syntaxhighlighter .line .number
{
	color: #5C5C5C;
}

/* Add border to the lines */
.syntaxhighlighter .line .content
{
	border-left: 1px solid #E2E2E2;
	color: #000;
}

.syntaxhighlighter.printing .line .content 
{
	border: 0;
}

/* First line */
.syntaxhighlighter .line.alt1 .content
{
	background-color: #fff;
}

/* Second line */
.syntaxhighlighter .line.alt2 .content
{
	background-color: #E8E8E8;
}

.syntaxhighlighter .line .content .block
{
	background: url(wrapping.png) 0 1.4em no-repeat;
}

.syntaxhighlighter .ruler
{
	color: silver;
	background-color: #E8E8E8;
	border-left: 3px solid #6CE26C;
}

.syntaxhighlighter.nogutter .ruler
{
	border: 0;
}

.syntaxhighlighter .toolbar
{
	background-color: #E8E8E8;
	border: #E7E5DC solid 1px;
}

.syntaxhighlighter .toolbar a
{
	color: #a0a0a0;
}

.syntaxhighlighter .toolbar a:hover
{
	color: red;
}

/************************************
 * Actual syntax highlighter colors.
 ************************************/
.syntaxhighlighter .plain,
.syntaxhighlighter .plain a
{ 
	color: #000;
}

.syntaxhighlighter .comments,
.syntaxhighlighter .comments a
{ 
	color: #009900;
	font-style: italic;
}

.syntaxhighlighter .blockcomments,
.syntaxhighlighter .blockcomments a
{ 
	color: #008200;
}

.syntaxhighlighter .string,
.syntaxhighlighter .string a
{
	color: #990000;
	font-weight: bold;
}

.syntaxhighlighter .definition
{ 
	color: #9900cc;
	font-weight: bold;
}

.syntaxhighlighter .keyword
{ 
	color: #0033ff;
	font-weight: bold;
}

.syntaxhighlighter .preprocessor 
{ 
	color: #0033ff; 
}

.syntaxhighlighter .variable 
{ 
	color: #6699cc;
	font-weight: bold;
}

.syntaxhighlighter .function 
{ 
	color: #339966;
	font-weight: bold;
}

.syntaxhighlighter .trace 
{ 
	color: #cc6666;
	font-weight: bold;
}

.syntaxhighlighter .value
{ 
	color: #090; 
}

.syntaxhighlighter .functions
{ 
	color: #ff1493; 
}

.syntaxhighlighter .constants
{ 
	color: #0066CC; 
}

.syntaxhighlighter .script
{ 
	background-color: yellow !important;
}

.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a
{ 
	color: #808080; 
}

.syntaxhighlighter .color2,
.syntaxhighlighter .color2 a
{ 
	color: #ff1493; 
}

.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a
{ 
	color: red; 
}
