/**
 * FSHL 2.0.1                                  | Fast Syntax HighLighter |
 * -----------------------------------------------------------------------
 *
 * LICENSE
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program 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.
 */

/* Copyright (c) 2002 Martin Cohen */
/* Copyright (c) 2011 Jaroslav Hanslík */

/* Common */
.xlang {color: #ff0000; font-weight: bold;}
.line {color: #000000; background-color: #ffffff;}

/* CSS */
.css-at-rule {color: #004a80; font-weight: bold;}
.css-tag {color: #004a80;}
.css-id {color: #7da7d9; font-weight: bold;}
.css-class {color:#004A80; }
.css-pseudo {color: #004a80;}
.css-property {color: #003663; font-weight: bold;}
.css-value {color: #448ccb;}
.css-func {color: #448ccb; font-weight: bold;}
.css-color {color: #0076a3;}
.css-comment {color:#008200;}

/* C P P */
.cpp-keywords1 {color:#069; font-weight:bold;}
.cpp-num {color:red;}
.cpp-quote {color:blue}
.cpp-comment {color:#008200;}
.cpp-preproc {color:grey;}

/* HTML */
.html-tag {color:#069; font-weight:bold;}
.html-tagin {color:#89A315}
.html-quote {color:blue}
.html-comment {color:#008200;}
.html-entity {color:#89A315}

/* Java */
.java-keywords1 {color:#069; font-weight:bold;}
.java-num {color:red;}
.java-quote {color:blue}
.java-comment {color:#008200;}
.java-preproc {color:grey;}

/* CSharp */
.csharp-keywords1 {color:#069; font-weight:bold;}
.csharp-num {color:red;}
.csharp-quote {color:blue}
.csharp-comment {color:#008200;}
.csharp-preproc {color:grey;}

/* Vbnet */
.vbnet-keywords1 {color:#069; font-weight:bold;}
.vbnet-num {color:red;}
.vbnet-quote {color:blue}
.vbnet-comment {color:#008200;}
.vbnet-preproc {color:grey;}

/* Javascript */
.js-out {color:#898993;}
.js-keywords1 {color:#069; font-weight:bold;}
.js-num {color:#575757;}
.js-quote {color:blue}
.js-comment {color:#008200;}

/* P H P */
.php-keyword1 {color:#069; font-weight:bold;}
.php-keyword2 {color:#069; }
.php-var {color:blue; font-weight:bold;}
.php-num {color:red;}
.php-quote {color:blue}
.php-comment {color:#008200;}

/* Python */
.py-keyword1 {color: #069; font-weight: bold;}
.py-keyword2 {color: #069; font-weight: bold;}
.py-keyword3 {color: #069; font-weight: bold;}
.py-number {color: #993300;}
.py-docstring {color: #E86A18;}
.py-quote {color:blue}
.py-comment {color:#008200;}

/* SQL */
.sql-keyword1 {color: #069; font-weight: bold;}
.sql-keyword2 {color: #069;}
.sql-keyword3 {color: #069; font-weight: bold;}
.sql-value {color: #5674B9;}
.sql-comment {color:#008200;}
.sql-num {color:red;}
.sql-option {color: #004A80; font-weight: bold;}

/* Texy */
.texy-hlead {color: #4444bb; font-weight: bold;}
.texy-hbody {background-color: #eeeeff; color: #4444bb;}
.texy-hr {color: #bb4444;}
.texy-code {color: #666666;}
.texy-html {color: #66aa66;}
.texy-text {color: #6666aa;}
.texy-err {background-color: #ff0000; color: #ffffff;}
