/**
 * Blue Theme for SyntaxHighlighter 2.0 ( http://alexgorbatchev.com/ )
 * by BLUEnLIVE ( http://zoc.kr )
 * NO REDISTRIBUTION ALLOWED
 */

/************************************
 * Interface elements.
 ************************************/

.syntaxhighlighter{background-color:#0B202F!important;}.syntaxhighlighter .line .number{color:#6D81AF!important;}.syntaxhighlighter .line .content{border-left:3px solid #413EA8!important;color:#B9B6BD!important;}.syntaxhighlighter.printing .line .content{border:0!important;}.syntaxhighlighter .line.alt2 .content{background-color:#0a1d2b!important;}.syntaxhighlighter .line .content .block{background:url(wrapping.png) 0 1.1em no-repeat!important;}.syntaxhighlighter .line.highlighted .number{background-color:#4A5F91!important;color:#fff!important;}.syntaxhighlighter .line.highlighted.alt1 .content,.syntaxhighlighter .line.highlighted.alt2 .content{background-color:#4A5F91!important;}.syntaxhighlighter .ruler{color:#C44AB1!important;background-color:#243250!important;border-left:3px solid #413EA8!important;}.syntaxhighlighter.nogutter .ruler{border:0!important;}.syntaxhighlighter .toolbar{background-color:#243250!important;border:#0B202F solid 1px!important;}.syntaxhighlighter .toolbar a{color:#C44AB1!important;}.syntaxhighlighter .toolbar a:hover{color:#FF62E8!important;}.syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:#F8F8F8!important;}.syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#4A5F91!important;font-style:italic!important;}.syntaxhighlighter .string,.syntaxhighlighter .string a{color:#9D9FF3!important;}.syntaxhighlighter .keyword{color:#963BDD!important;font-weight:bold!important;}.syntaxhighlighter .preprocessor{color:#919EBB!important;}.syntaxhighlighter .variable{color:#FF3EAA!important;}.syntaxhighlighter .value{color:#F741E7!important;}.syntaxhighlighter .functions{color:#FF3EAA!important;}.syntaxhighlighter .constants{color:#E0FFE8!important;}.syntaxhighlighter .script{background-color:#6D81AF!important;}.syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:#EB9A93!important;}.syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#919EBB!important;}.syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:#ED7DEF!important;}