
ul.syntax_hilite_header {
	margin-bottom: 0.1em;
}

ul.syntax_hilite_header:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

* html ul.syntax_hilite_header {
	display: inline-block;
	height: 1px;
}

*:first-child+html ul.syntax_hilite_header {
	min-height: 1px;
	display: inline-block;
}

ul.syntax_hilite_header li {
	list-style-type: none;
	margin: 0;
}

ul.syntax_hilite_header li.language {
	float: left;
}

ul.syntax_hilite_header li.filename {
	float: left;
}

ul.syntax_hilite_header li.filename:before {
	content: '(';
}

ul.syntax_hilite_header li.filename:after {
	content: ')';
}

ul.syntax_hilite_header li.source {
	float: right;
}


div.syntax_hilite_planecode {
	font-family: 'Bitstream Vera Sans Mono', Osaka-Mono, monospace;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
	width: auto;
}

div.syntax_hilite_planecode pre {
	font-family: 'Bitstream Vera Sans Mono', Osaka-Mono, monospace;
	margin: 0;
	padding: 0;
	overflow: visible;
	border: none;
	
	width: auto;
	white-space: pre;
}


div.syntax_hilite {
	clear: both;
	
	margin: 0;
    margin-bottom: 13px;
	border: 1px solid #999999;
	font-family: 'Bitstream Vera Sans Mono', Osaka-Mono, monospace;
	line-height: 1em;
	overflow: auto;
	white-space: nowrap;
}

* html div.syntax_hilite,
*+html div.syntax_hilite {
	overflow-x: scroll;
	overflow-y: hidden;
}

* html div.syntax_hilite,
* html div.syntax_hilite div {
	width: 560px;
	overflow-y: hidden;
}

.syntax_hilite div {
	margin: 0;
}

.syntax_hilite ol {
	display: block;
	list-style-position: outside !important;
	
	margin: 13px 0;
	margin-left: 50px;
	padding: 0;
}

* html .syntax_hilite ol {
	margin: 5px 0;
	margin-left: 50px;
}

.syntax_hilite ol li {
	margin: 0;
	padding: 0 5px;
}

.syntax_hilite	    {color: inherit; font-weight: normal; font-style: normal;}
.syntax_hilite a {
	text-decoration: none;
}

/**
 * blue				#4697CE
 * green			#A6D810
 * purple			#9A11D3
 * brown			#E46504
 * commentGreen		#FF3B9A
 * commentBlue		#FF3B9A
 */
/* Bash */
.syntax_hilite .bash			.kw1		{color: #4697CE; font-weight: normal; font-style: normal;}
.syntax_hilite .bash			.kw2		{color: #A6D810; font-weight: normal; font-style: normal;}
.syntax_hilite .bash			.kw3		{color: #9A11D3; font-weight: normal; font-style: normal;}

/* ActionScript */
.syntax_hilite .actionscript	.kw1		{color: #4697CE; font-weight: normal; font-style: normal;}
.syntax_hilite .actionscript	.kw2		{color: #A6D810; font-weight: normal; font-style: normal;}
.syntax_hilite .actionscript	.kw3		{color: #4697CE; font-weight: normal; font-style: normal;}
.syntax_hilite .actionscript	.kw4		{color: #E46504; font-weight: normal; font-style: normal;}
.syntax_hilite .actionscript	.kw5		{color: #6699cc; font-weight: normal; font-style: normal;}
.syntax_hilite .actionscript	.co1		{color: #FF3B9A; font-weight: normal; font-style: normal;}
.syntax_hilite .actionscript	.coMULTI	{color: #FF3B9A; font-weight: normal; font-style: normal;}
.syntax_hilite .actionscript	.st0		{color: #E46504; font-weight: normal; font-style: normal;}

/* JavaScript */
.syntax_hilite .javascript		.kw1		{color: #4697CE; font-weight: normal; font-style: normal;}
.syntax_hilite .javascript		.kw2		{color: #A6D810; font-weight: normal; font-style: normal;}
.syntax_hilite .javascript		.kw3		{color: #A6D810; font-weight: normal; font-style: normal;}
.syntax_hilite .javascript		.kw4		{color: #E46504; font-weight: normal; font-style: normal;}
.syntax_hilite .javascript		.kw5		{color: #6699cc; font-weight: normal; font-style: normal;}
.syntax_hilite .javascript		.co1		{color: #FF3B9A; font-weight: normal; font-style: normal;}
.syntax_hilite .javascript		.coMULTI	{color: #FF3B9A; font-weight: normal; font-style: normal;}
.syntax_hilite .javascript		.st0		{color: #E46504; font-weight: normal; font-style: normal;}

/* Java */
.syntax_hilite .java			.kw1		{color: #4697CE; font-weight: normal; font-style: normal;}
.syntax_hilite .java			.kw2		{color: #9A11D3; font-weight: normal; font-style: normal;}
.syntax_hilite .java			.kw3		{color: #4697CE; font-weight: normal; font-style: normal;}
.syntax_hilite .java			.co1		{color: #FF3B9A; font-weight: normal; font-style: normal;}
.syntax_hilite .java			.coMULTI	{color: #FF3B9A; font-weight: normal; font-style: normal;}
.syntax_hilite .java			.st0		{color: #E46504; font-weight: normal; font-style: normal;}

/* PHP */
.syntax_hilite .php				.kw1		{color: #4697CE; font-weight: normal; font-style: normal;}
.syntax_hilite .php				.kw2		{color: #4697CE; font-weight: normal; font-style: normal;}
.syntax_hilite .php				.kw3		{color: #9A11D3; font-weight: normal; font-style: normal;}
.syntax_hilite .php				.co1		{color: #FF3B9A; font-weight: normal; font-style: normal;}
.syntax_hilite .php				.coMULTI	{color: #FF3B9A; font-weight: normal; font-style: normal;}
.syntax_hilite .php				.st0		{color: #E46504; font-weight: normal; font-style: normal;}

/* HTML */
.syntax_hilite .html4strict		.kw2		{color: #A6D810; font-weight: normal; font-style: normal;}
.syntax_hilite .html4strict		.kw3		{color: #9A11D3; font-weight: normal; font-style: normal;}
.syntax_hilite .html4strict		.st0		{color: #E46504; font-weight: normal; font-style: normal;}
.syntax_hilite .html4strict		.coMULTI	{color: #4697CE; font-weight: normal; font-style: normal;}

/* XML */
.syntax_hilite .xml				.re0		{color: #9A11D3; font-weight: normal; font-style: normal;}
.syntax_hilite .xml				.re1		{color: #0080ad; font-weight: normal; font-style: normal;}
.syntax_hilite .xml				.st0		{color: #2a00ff; font-weight: normal; font-style: normal;}
.syntax_hilite .xml				.coMULTI	{color: #FF3B9A; font-weight: normal; font-style: normal;}

/* CSS */
.syntax_hilite .css				.re0		{color: #4697CE; font-weight: normal; font-style: normal;}
.syntax_hilite .css				.re1		{color: #4697CE; font-weight: normal; font-style: normal;}
.syntax_hilite .css				.re2		{color: #4697CE; font-weight: normal; font-style: normal;}
/*.syntax_hilite .css				.kw1		{color: #4697CE; font-weight: normal; font-style: normal;}*/
.syntax_hilite .css				.kw2		{color: #9A11D3; font-weight: normal; font-style: normal;}
.syntax_hilite .css				.st0		{color: #E46504; font-weight: normal; font-style: normal;}
.syntax_hilite .css				.coMULTI	{color: #FF3B9A; font-weight: normal; font-style: normal;}


