	/* P H P */
.brd .post .postbody .post-entry .php-keyword1 {color:#d24; font-weight:bold;}
.brd .post .postbody .post-entry .php-keyword2 {color:#d24; }
.brd .post .postbody .post-entry .php-var {color:#CA8A04; font-weight:bold;}
.brd .post .postbody .post-entry .php-num {color:red;}
.brd .post .postbody .post-entry .php-quote {color:#080; }
.brd .post .postbody .post-entry .php-vquote {color:#0F0; font-weight:bold; }
.brd .post .postbody .post-entry .php-comment {color:#777; }

	/* H T M L */
.brd .post .postbody .post-entry .html-tag {color:#598527; font-weight:bold;}
.brd .post .postbody .post-entry .html-tagin {color:#89A315}
.brd .post .postbody .post-entry .html-quote {color: #448CCB; font-weight: bold;}
.brd .post .postbody .post-entry .html-comment {color:#777; }
.brd .post .postbody .post-entry .html-entity {color:#89A315}

	/* C S S */
.brd .post .postbody .post-entry .css-class {color:#004A80; }
.brd .post .postbody .post-entry .css-id {color:#7DA7D9; font-weight:bold; }
.brd .post .postbody .post-entry .css-def {color:#5674B9;}
.brd .post .postbody .post-entry .css-property {color:#003663; font-weight:bold; }
.brd .post .postbody .post-entry .css-value {color:#448CCB;}
.brd .post .postbody .post-entry .css-color {color:#080;}
.brd .post .postbody .post-entry .css-comment {color: #777; font-style: italic;}

	/* C P P */
.brd .post .postbody .post-entry .cpp-keywords1 {color:blue; font-weight:bold;}
.brd .post .postbody .post-entry .cpp-num {color:red;}
.brd .post .postbody .post-entry .cpp-quote {color:brown; font-weight:bold;}
.brd .post .postbody .post-entry .cpp-comment {color:green;}
.brd .post .postbody .post-entry .cpp-preproc {color:grey;}

	/* J A V A */
.brd .post .postbody .post-entry .java-keywords1 {color:blue; font-weight:bold;}
.brd .post .postbody .post-entry .java-num {color:red;}
.brd .post .postbody .post-entry .java-quote {color:brown; font-weight:bold;}
.brd .post .postbody .post-entry .java-comment {color:#777;}
.brd .post .postbody .post-entry .java-preproc {color:grey;}

	/* J a v a S c r i p t */
.brd .post .postbody .post-entry .js-out {color: #448CCB;}
.brd .post .postbody .post-entry .js-keywords1 {color: #003663; font-weight: bold;}
.brd .post .postbody .post-entry .js-num {color: red;}
.brd .post .postbody .post-entry .js-quote {color: brown;}
.brd .post .postbody .post-entry .js-comment {color: #777; font-style: italic;}

	/* S Q L */
.brd .post .postbody .post-entry .sql-keyword1 {color: #DD0000; font-weight: bold;}
.brd .post .postbody .post-entry .sql-keyword2 {color: #DD2222;}
.brd .post .postbody .post-entry .sql-keyword3 {color: #0000FF; font-weight: bold;}
.brd .post .postbody .post-entry .sql-value {color: #5674B9;}
.brd .post .postbody .post-entry .sql-comment {color: #777;}
.brd .post .postbody .post-entry .sql-num {color:#5674B9; font-weight: bold;}
.brd .post .postbody .post-entry .sql-option {color: #004A80; font-weight: bold;}

	/* P y t h o n */
.brd .post .postbody .post-entry .py-keyword1 {color: #0033CC; font-weight: bold;}
.brd .post .postbody .post-entry .py-keyword2 {color: #CE3333; font-weight: bold;}
.brd .post .postbody .post-entry .py-keyword3 {color: #660066; font-weight: bold;}
.brd .post .postbody .post-entry .py-number {color: #993300;}
.brd .post .postbody .post-entry .py-docstring {color: #E86A18;}
.brd .post .postbody .post-entry .py-quote {color: #878787; font-weight: bold;}
.brd .post .postbody .post-entry .py-comment {color: #777; font-style: italic;}

	/* T E X Y */
.brd .post .postbody .post-entry .texy-hlead {color:#44B; font-weight:bold;}			/* header leadIN == and leadOUT == */
.brd .post .postbody .post-entry .texy-hbody {background-color:#eeF;color:#44B; }	/* header body */
.brd .post .postbody .post-entry .texy-hr {color:#B44; }								/* horizontal line */

.brd .post .postbody .post-entry .texy-code {color:#666;}							/* /---code */
.brd .post .postbody .post-entry .texy-html {color:#6a6;}							/* /---html */
.brd .post .postbody .post-entry .texy-text {color:#66a;}							/* /---html */

.brd .post .postbody .post-entry .texy-err {background-color:red; color:white;}		/* error (TODO) */


	/* C O M M O N */
.brd .post .postbody .post-entry .normal {color:black;}
.brd .post .postbody .post-entry .xlang {color:red; font-weight:bold;}
.brd .post .postbody .post-entry .count {color:black; background-color:#FFF;}





	/* P H P */
.brd .preview .php-keyword1 {color:#d24; font-weight:bold;}
.brd .preview .php-keyword2 {color:#d24; }
.brd .preview .php-var {color:#CA8A04; font-weight:bold;}
.brd .preview .php-num {color:red;}
.brd .preview .php-quote {color:#080; }
.brd .preview .php-vquote {color:#0F0; font-weight:bold; }
.brd .preview .php-comment {color:#777; }

	/* H T M L */
.brd .preview .html-tag {color:#598527; font-weight:bold;}
.brd .preview .html-tagin {color:#89A315}
.brd .preview .html-quote {color: #448CCB; font-weight: bold;}
.brd .preview .html-comment {color:#777; }
.brd .preview .html-entity {color:#89A315}

	/* C S S */
.brd .preview .css-class {color:#004A80; }
.brd .preview .css-id {color:#7DA7D9; font-weight:bold; }
.brd .preview .css-def {color:#5674B9;}
.brd .preview .css-property {color:#003663; font-weight:bold; }
.brd .preview .css-value {color:#448CCB;}
.brd .preview .css-color {color:#080;}
.brd .preview .css-comment {color: #777; font-style: italic;}

	/* C P P */
.brd .preview .cpp-keywords1 {color:blue; font-weight:bold;}
.brd .preview .cpp-num {color:red;}
.brd .preview .cpp-quote {color:brown; font-weight:bold;}
.brd .preview .cpp-comment {color:green;}
.brd .preview .cpp-preproc {color:grey;}

	/* J A V A */
.brd .preview .java-keywords1 {color:blue; font-weight:bold;}
.brd .preview .java-num {color:red;}
.brd .preview .java-quote {color:brown; font-weight:bold;}
.brd .preview .java-comment {color:#777;}
.brd .preview .java-preproc {color:grey;}

	/* J a v a S c r i p t */
.brd .preview .js-out {color: #448CCB;}
.brd .preview .js-keywords1 {color: #003663; font-weight: bold;}
.brd .preview .js-num {color: red;}
.brd .preview .js-quote {color: brown;}
.brd .preview .js-comment {color: #777; font-style: italic;}

	/* S Q L */
.brd .preview .sql-keyword1 {color: #DD0000; font-weight: bold;}
.brd .preview .sql-keyword2 {color: #DD2222;}
.brd .preview .sql-keyword3 {color: #0000FF; font-weight: bold;}
.brd .preview .sql-value {color: #5674B9;}
.brd .preview .sql-comment {color: #777;}
.brd .preview .sql-num {color:#5674B9; font-weight: bold;}
.brd .preview .sql-option {color: #004A80; font-weight: bold;}

	/* P y t h o n */
.brd .preview .py-keyword1 {color: #0033CC; font-weight: bold;}
.brd .preview .py-keyword2 {color: #CE3333; font-weight: bold;}
.brd .preview .py-keyword3 {color: #660066; font-weight: bold;}
.brd .preview .py-number {color: #993300;}
.brd .preview .py-docstring {color: #E86A18;}
.brd .preview .py-quote {color: #878787; font-weight: bold;}
.brd .preview .py-comment {color: #777; font-style: italic;}

	/* T E X Y */
.brd .preview .texy-hlead {color:#44B; font-weight:bold;}			/* header leadIN == and leadOUT == */
.brd .preview .texy-hbody {background-color:#eeF;color:#44B; }	/* header body */
.brd .preview .texy-hr {color:#B44; }								/* horizontal line */

.brd .preview .texy-code {color:#666;}							/* /---code */
.brd .preview .texy-html {color:#6a6;}							/* /---html */
.brd .preview .texy-text {color:#66a;}							/* /---html */

.brd .preview .texy-err {background-color:red; color:white;}		/* error (TODO) */


	/* C O M M O N */
.brd .preview .normal {color:black;}
.brd .preview .xlang {color:red; font-weight:bold;}
.brd .preview .count {color:black; background-color:#FFF;}