/**
 * 1500baudios SyntaxHighlighter color theme
 * (C) Code-House
 * http://blog.code-house.org/2009/10/xml-i-adnotacje-kod-ogolnego-przeznaczenia-i-jpa/
 */

.syntaxhighlighter .lines
{
	padding: 12px 10px !important;
}

.syntaxhighlighter
{
	border: 1px solid #ccc !important;
}

/* Highlighed line number */
.syntaxhighlighter .line.highlighted .number
{
	background-color: #c3defe !important;
}

/* Highlighed line */
.syntaxhighlighter .line.highlighted.alt1,
.syntaxhighlighter .line.highlighted.alt2
{
	background-color: #c3defe !important;
}

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

/* Add border to the lines */
.syntaxhighlighter .line .content
{
	border-left: 1px solid #ddd !important;
	color: #000 !important;
}

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

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

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

.syntaxhighlighter .toolbar
{
	background-color: #F8F8F8 !important;
	border: #E7E5DC 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: #000 !important;
}

.syntaxhighlighter .comments,
.syntaxhighlighter .comments a
{
	color: #89a !important;
}

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

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

.syntaxhighlighter .preprocessor
{
	color: #646464 !important;
}

.syntaxhighlighter .variable
{
	color: #654 !important;
	font-weight: normal !important;
}

.syntaxhighlighter .value
{
	color: #040 !important;
}

.syntaxhighlighter .functions
{
	color: #72a !important;
}

.syntaxhighlighter .constants
{
	color: #000 !important;
}

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

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

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

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


.xml .keyword {
    color: #3f7f7f !important;
    font-weight: normal !important;
}

.xml .color1,
.xml .color1 a{
    color: #7f007f !important;
}

.xml .string {
    font-style: italic !important;
    color: #2a00ff !important;
}
