/**
 * 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>.
 */

 /*
 * TSQL styles 
 * Author: Raul Gonzalez
 * http://www.SQLDoubleG.com
 * @SQLDoubleG
 */        
 
 
.syntaxhighlighter .tsql_string{color: red !important;}
                               
/********** Copied from TSQL script *******************/

.syntaxhighlighter .Aggregate{color : #FF00FF !important;}
.syntaxhighlighter .AGGREGATE_FUNCTION{color : #000000 !important;}
.syntaxhighlighter .CLR_SCALAR_FUNCTION{color : #000000 !important;}
.syntaxhighlighter .CLR_STORED_PROCEDURE{color : #800000 !important;}
.syntaxhighlighter .Configuration{color : #FF00FF !important;}
.syntaxhighlighter .Cursor{color : #FF00FF !important;}
.syntaxhighlighter .Date_Time{color : #FF00FF !important;}
.syntaxhighlighter .EXTENDED_STORED_PROCEDURE{color : #800000 !important;}
.syntaxhighlighter .Hierarchy{color : #FF00FF !important;}
.syntaxhighlighter .Logical{color : #FF00FF !important;}
.syntaxhighlighter .Mathematical{color : #FF00FF !important;}
.syntaxhighlighter .Metadata{color : #FF00FF !important;}
.syntaxhighlighter .Other{color : #FF00FF !important;}
.syntaxhighlighter .Rowset{color : #0000FF !important;}
.syntaxhighlighter .Rowset_Pink{color : #FF00FF !important;}
.syntaxhighlighter .Security{color : #FF00FF !important;}
.syntaxhighlighter .SET_Options{color : #0000FF !important;}
.syntaxhighlighter .SQL_INLINE_TABLE_VALUED_FUNCTION{color : #008000 !important;}
.syntaxhighlighter .SQL_SCALAR_FUNCTION{color : #000000 !important;}
.syntaxhighlighter .SQL_STORED_PROCEDURE{color : #800000 !important;}
.syntaxhighlighter .SQL_TABLE_VALUED_FUNCTION{color : #008000 !important;}
.syntaxhighlighter .String{color : #FF00FF !important;}
.syntaxhighlighter .System_Data_Types{color : #0000FF !important;}
.syntaxhighlighter .System_statistical{color : #FF00FF !important;}
.syntaxhighlighter .SYSTEM_TABLE{color : #000000 !important;}
.syntaxhighlighter .Text_Image{color : #FF00FF !important;}
.syntaxhighlighter .TSQL_keyword_blue{color : #0000FF !important;}
.syntaxhighlighter .TSQL_keyword_green{color : #008000 !important;}
.syntaxhighlighter .TSQL_keyword_grey{color : #808080 !important;}
.syntaxhighlighter .TSQL_keyword_pink{color : #FF00FF !important;}
.syntaxhighlighter .VIEW{color : #008000 !important;}