﻿/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
 *
 * @version
 * 2.1.364 (October 15 2009)
 * 
 * @copyright
 * Copyright (C) 2004-2009 Alex Gorbatchev.
 *
 * @license
 * This file is part of SyntaxHighlighter.
 * 
 * SyntaxHighlighter is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * SyntaxHighlighter is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with SyntaxHighlighter.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
 */
/**
 * Eclipse IDE SyntaxHighlighter color theme
 * (C) Code-House
 * http://blog.code-house.org/2009/10/xml-i-adnotacje-kod-ogolnego-przeznaczenia-i-jpa/
 */

.syntaxhighlighter 
{
	border-bottom: #111111 1px solid; 
	border-left: #111111 1px solid; 
	padding-bottom: 0px !important; 
	background-color: #fff !important; 
	padding-left: 0px !important; 
	padding-right: 0px !important; 
	border-top: #111111 1px solid; 
	border-right: #111111 1px solid; 
	padding-top: 0px !important;
	margin:0px;
}
.syntaxhighlighter .highlighted.line .number 
{
	color: black !important
}
.syntaxhighlighter .alt1.highlighted.line 
{
	background-color: #e0e0e0 !important
}
.syntaxhighlighter .alt2.highlighted.line 
{
	background-color: #e0e0e0 !important
}
.syntaxhighlighter .line .number 
{
	COLOR: #666666 !important
}
.syntaxhighlighter .line .content 
{
	border-left: #332200 1px solid; 
	color: #000 !important
}
.printing.syntaxhighlighter .line .content 
{
	border-bottom: 0px; 
	border-left: 0px; 
	border-top: 0px; 
	border-right: 0px
}
.syntaxhighlighter .alt1.line 
{
	background-color: #000000 !important
}
.syntaxhighlighter .alt2.line 
{
	background-color: #080808 !important
}
.syntaxhighlighter .toolbar 
{
	border-bottom: #e7e5dc 1px solid; 
	border-left: #e7e5dc 1px solid; 
	background-color: #f8f8f8 !important; 
	border-top: #e7e5dc 1px solid; 
	border-right: #e7e5dc 1px solid
}
.syntaxhighlighter .toolbar a 
{
	color: #a0a0a0 !important
}
.syntaxhighlighter .toolbar a:hover 
{
	color: red !important
}
.nogutter 
{
	border-bottom: #ddd 0px; 
	border-left: #ddd 1px solid; 
	border-top: #ddd 1px solid; 
	border-right: #ddd 1px solid
}
.syntaxhighlighter .plain 
{
	color: #AAAAAA !important
}
.syntaxhighlighter .plain a 
{
	color: #000 !important
}
.syntaxhighlighter .comments 
{
	color: #A38241 !important
}
.syntaxhighlighter .comments a 
{
	color: #A38241 !important
}
.syntaxhighlighter .string 
{
	color: #33cc66 !important
}
.syntaxhighlighter .string a 
{
	color: #33cc66 !important
}
.syntaxhighlighter .keyword 
{
	color: #ff1493 !important; 
	font-weight: bold !important
}
.syntaxhighlighter .preprocessor 
{
	color: gray !important
}
.syntaxhighlighter .variable 
{
	color: #a70 !important
}
.syntaxhighlighter .value 
{
	color: #090 !important
}
.syntaxhighlighter .functions 
{
	color: #ff1493 !important
}
.syntaxhighlighter .constants 
{
	color: #ff1493 !important
}
.syntaxhighlighter .script 
{
	background-color: yellow !important
}
.syntaxhighlighter .color1 
{
	color: #808000 !important
}
.syntaxhighlighter .color1 a 
{
	color: #808080 !important
}
.syntaxhighlighter .color2 
{
	color: #ff1493 !important
}
.syntaxhighlighter .color2 a 
{
	color: #ff1493 !important
}
.syntaxhighlighter .color3 
{
	color: red !important
}
.syntaxhighlighter .color3 a 
{
	color: red !important
}
.syntaxhighlighter .line 
{
	border-bottom: #060606 0px solid;
}
.syntaxhighlighter .alt1.line 
{
	background-color: #000000 !important
}