/**/
/**    www.CodeSturctureAnalysis.com. All rights reserved.    **/
/**/
/**        Wbs_RawSyntaxHighlight.CSS        **/
/**/

/* --------- Different types of comments ---------- */

.lct_c_style
{
	font-family:			Verdana;
	font-size:			7pt;
	font-weight:			normal;
	color:				RGB(200, 100, 100);
}

.lct_c_style_big
{
	font-family:			Verdana;
	font-size:			10pt;
	font-weight:			normal;
	color:				RGB(200, 100, 100);
}

.lct_cpp_endofline
{
	font-family:			Courier New;
	font-size:			8pt;
	font-weight:			normal;
	color:				RGB(200, 100, 100);
}

.lct_cpp_wholeline
{
	font-family:			Courier New;
	font-size:			9pt;
	font-weight:			normal;
	color:				RGB(200, 100, 100);
}

.lct_csh_trislash
{
	font-family:			Verdana;
	font-size:			8pt;
	font-weight:			normal;
	color:				RGB(200, 100, 100);
}

/* -------------- Raw lexema types -------------- */

.ltx_number
{
	font-family:			MS Sans Serif;
	font-size:			9pt;
	font-weight:			normal;
	color:				RGB(255, 0, 0);
	padding-right:			1px;
}

.ltx_charconst
{
	font-family:			Courier New;
	font-size:			8pt;
	font-weight:			bold;
	color:				RGB(20, 37, 186);
	background-color:		RGB(251, 237, 136);
}

.ltx_string
{
	font-family:			Courier New;
	font-size:			8pt;
	font-weight:			normal;
	color:				RGB(105, 31, 27);
	background-color:		RGB(253, 237, 132);
	padding-left:			1px;
	padding-right:			1px;
}

.ltx_string_inc_fn
{
	font-family:			Courier New;
	font-size:			8pt;
	font-weight:			normal;
	color:				RGB(48, 48, 80);
	background-color:		RGB(234, 248, 255);
	padding-left:			3px;
	padding-right:			3px;
}

.ltx_string_spec
{
	font-family:			Courier New;
	font-size:			8pt;
	font-weight:			normal;
	color:				RGB(48, 48, 80);
}

/* ----------- Different types of keywords ----------- */

.tkn_separ
{
	font-family:			Tahoma;
	font-size:			9pt;
	font-weight:			normal;
	color:				RGB(100, 100, 100);
}

.tkn_arithm
{
	font-family:			Tahoma;
	font-size:			10pt;
	font-weight:			normal;
	color:				RGB(100, 100, 160);
}

.tkn_preproc
{
	font-family:			Courier New;
	font-size:			8pt;
	font-weight:			normal;
	color:				RGB(60, 101, 134);
}

.tkn_keyword
{
	font-family:			Verdana;
	font-size:			8pt;
	font-weight:			bold;
	color:				RGB(100, 100, 100);
}

/* -------------- Raw lexema types -------------- */

.ltx_name
{
	font-family:			Verdana;
	font-size:			8pt;
	font-weight:			normal;
	color:				RGB(80, 80, 80);
}

.ltx_raw_scan_error,
.cmdl_raw_scan_error
{
	font-family:			Verdana;
	font-size:			9pt;
	font-weight:			bold;
	color:				RGB(1, 28, 12);

	background-color:		RGB(255, 70, 70);
	padding-left:			3px;
	padding-right:			3px;
	padding-top:			1px;
	padding-bottom:		1px;
}

/* -------------- Command line lexemas -------------- */

.cmdl_comment
{
	font-family:			Courier New;
	font-size:			8pt;
	font-weight:			normal;
	color:				RGB(200, 100, 100);
}

.cmdl_key_key
{
	font-family:			Tahoma;
	font-size:			10pt;
	font-weight:			bold;
	color:				RGB(1, 92, 58);
}

.cmdl_key_val
{
	font-family:			MS Sans Serif;
	font-size:			9pt;
	font-weight:			bold;
	color:				RGB(117, 0, 53);
}

.cmdl_pos_param
{
	font-family:			MS Sans Serif;
	font-size:			9pt;
	font-weight:			normal;
	color:				RGB(15, 28, 200);
	background-color:		RGB(255, 216, 157);
}

.cmdl_pos_param_inx
{
	font-family:			Small Fonts;
	font-size:			6pt;
	font-weight:			normal;
	color:				RGB(15, 28, 200);
	background-color:		RGB(255, 216, 157);
}


