pre.sh_sourceCode,.sh_linenum {
	color: black;
	font-style: normal;
	font-weight: normal;
	font-family: monospace;
	background-color: #f8f8f8;
	border: 1px solid #d8d8d8;
	border-width: 1px 1px 1px 0;
	padding: 1em 0.5em;
}

.sh_linenum {
	white-space: pre;
	unicode-bidi: embed;
	display: block;
	background: #e8e8e8;
	border-width: 1px;
	text-align: right;
}

.sh_Codetable {
	/* Style for table that is being wrapped around the pre tags */
	border-collapse: collapse;
	width: 100%;
	margin: -0.5em 0 1.1em;
}

.sh_Codetable td {
	padding: 0;
	margin: 0;
}

.sh_Codetable td.sh_ln { /* Default width of linenumber column */
	width: 40px;
}

pre.sh_sourceCode .sh_keyword {
	color: blue;
	font-weight: bold;
}  /* language keywords */
pre.sh_sourceCode .sh_type {
	color: darkgreen;
}  /* basic types */
pre.sh_sourceCode .sh_usertype {
	color: teal;
}  /* user defined types */
pre.sh_sourceCode .sh_string {
	color: red;
	font-family: monospace;
}  /* strings and chars */
pre.sh_sourceCode .sh_regexp {
	color: orange;
	font-family: monospace;
}  /* regular expressions */
pre.sh_sourceCode .sh_specialchar {
	color: pink;
	font-family: monospace;
}  /* e.g., \n, \t, \\ */
pre.sh_sourceCode .sh_comment {
	color: brown;
	font-style: italic;
}  /* comments */
pre.sh_sourceCode .sh_number {
	color: purple;
}  /* literal numbers */
pre.sh_sourceCode .sh_preproc {
	color: darkblue;
	font-weight: bold;
}  /* e.g., #include, import */
pre.sh_sourceCode .sh_symbol {
	color: darkred;
}  /* e.g., <, >, + */
pre.sh_sourceCode .sh_function {
	color: black;
	font-weight: bold;
}  /* function calls and declarations */
pre.sh_sourceCode .sh_cbracket {
	color: red;
}  /* block brackets (e.g., {, }) */
pre.sh_sourceCode .sh_todo {
	font-weight: bold;
	background-color: cyan;
}  /* TODO and FIXME */
	/* Predefined variables and functions (for instance glsl) */
pre.sh_sourceCode .sh_predef_var {
	color: darkblue;
}

pre.sh_sourceCode .sh_predef_func {
	color: darkblue;
	font-weight: bold;
}

/* for OOP */
pre.sh_sourceCode .sh_classname {
	color: teal;
}

/* line numbers (not yet implemented) */
pre.sh_sourceCode .sh_linenum {
	color: black;
	font-family: monospace;
}

/* Internet related */
pre.sh_sourceCode .sh_url {
	color: blue;
	text-decoration: underline;
	font-family: monospace;
}

/* for ChangeLog and Log files */
pre.sh_sourceCode .sh_date {
	color: blue;
	font-weight: bold;
}

pre.sh_sourceCode .sh_time,pre.sh_sourceCode .sh_file {
	color: darkblue;
	font-weight: bold;
}

pre.sh_sourceCode .sh_ip,pre.sh_sourceCode .sh_name {
	color: darkgreen;
}

/* for Prolog, Perl... */
pre.sh_sourceCode .sh_variable {
	color: darkgreen;
}

/* for LaTeX */
pre.sh_sourceCode .sh_italics {
	color: darkgreen;
	font-style: italic;
}

pre.sh_sourceCode .sh_bold {
	color: darkgreen;
	font-weight: bold;
}

pre.sh_sourceCode .sh_underline {
	color: darkgreen;
	text-decoration: underline;
}

pre.sh_sourceCode .sh_fixed {
	color: green;
	font-family: monospace;
}

pre.sh_sourceCode .sh_argument {
	color: darkgreen;
}

pre.sh_sourceCode .sh_optionalargument {
	color: purple;
}

pre.sh_sourceCode .sh_math {
	color: orange;
}

pre.sh_sourceCode .sh_bibtex {
	color: blue;
}

/* for diffs */
pre.sh_sourceCode .sh_oldfile {
	color: orange;
}

pre.sh_sourceCode .sh_newfile {
	color: darkgreen;
}

pre.sh_sourceCode .sh_difflines {
	color: blue;
}

/* for css */
pre.sh_sourceCode .sh_selector {
	color: purple;
}

pre.sh_sourceCode .sh_property {
	color: blue;
}

pre.sh_sourceCode .sh_value {
	color: darkgreen;
	font-style: italic;
}

/* other */
pre.sh_sourceCode .sh_section {
	color: black;
	font-weight: bold;
}

pre.sh_sourceCode .sh_paren {
	color: red;
}

pre.sh_sourceCode .sh_attribute {
	color: darkgreen;
}