.dp-highlighter
{
	font-family: "Courier New" , Courier, mono;
	font-size: 9pt;
	border: 1px solid #D6D6D6;
/*	background-color: #F1F3EA; */
	background-color:#E9F3FF;
	width: 500px;
	overflow:hidden;
	margin: 8px 0px 8px 0px;
}

.dp-highlighter .bar
{
	background-color: #F9F9F7;
	border-bottom: 1px solid #D6D6D6;
	text-align: right;
	height: 20px;
}

.dp-highlighter.collapsed .bar, 
.dp-highlighter.nogutter .bar
{
	padding-left: 0px;
}

.dp-highlighter ol
{
	font-family: "Courier New" , Courier, mono;
	font-size: 8pt;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 1px 0px;
	color: gray;
}

.dp-highlighter.nogutter ol
{
	list-style-type: none;
	margin-left: 0px;
}

.dp-highlighter ol li, 
.dp-highlighter .columns div
{
	margin-left: 26px;
	background-color: #fff;
	padding-left: 10px;
	line-height: 16px;
	border-left: 1px solid #D6D6D6;
}

.dp-highlighter.nogutter ol li, 
.dp-highlighter.nogutter .columns div
{
	border: 0;
}

.dp-highlighter .columns
{
	color: gray;
	overflow: hidden;
	width: 100%;
}

.dp-highlighter .columns div
{
	padding-bottom: 5px;
}

.dp-highlighter ol li.alt
{
	background-color: #f4f4f4;
}

.dp-highlighter ol li span
{
	color: #000000;
	font: 8pt "Courier New" , Courier, mono;
}

.dp-highlighter.collapsed ol
{
	margin: 0px;
}

.dp-highlighter.collapsed ol li
{
	display: none;
}

.dp-highlighter.printing 
{
	border: none;
}

.dp-highlighter.printing .tools
{
	display: none !important;
}

.dp-highlighter.printing li
{
	display: list-item !important;
}

.dp-highlighter .tools
{
	font: 7pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: silver;
	padding-top: 4px;
}

.dp-highlighter.collapsed .tools
{
	border-bottom: 0;
}

.dp-highlighter .tools a
{
	font-size: 9px;
	color: #CA6500;
    text-decoration: none;
	margin-left: 4px;
	margin-right: 2px;
}

.dp-highlighter .tools a:active  
{ 
	color: #CA6500;
    text-decoration: none;
}

.dp-highlighter .tools a:visited  
{ 
	color: #CA6500;
    text-decoration: none;
}

.dp-highlighter .tools a:hover
{
	color: #455974;
	text-decoration: none;
}

.dp-text {}
.dp-text .keyword { color: #000000; }
.dp-text .special { color: #000000; }

.dp-vb {}
.dp-vb .comment { color: #336600; }
.dp-vb .string { color: #0033CC; }
.dp-vb .preprocessor { color: #666666; }
.dp-vb .keyword { color: #0033CC; }

.dp-vba {}
.dp-vba .comment { color: #336600; }
.dp-vba .string { color: #0033CC; }
.dp-vba .preprocessor { color: #666666; }
.dp-vba .keyword { color: #0033CC; }

.dp-sql {}
.dp-sql .comment { color: #336600; }
.dp-sql .string { color: #CC0000; }
.dp-sql .keyword { color: #0033CC; }
.dp-sql .func { color: #ff1493; }
.dp-sql .op { color: #808080; }

.dp-xml {}
.dp-xml .cdata { color: #ff1493; }
.dp-xml .comments { color: #336600; }
.dp-xml .tag { color: #0033CC; }
.dp-xml .tag-name { color: #000000;}
.dp-xml .attribute { color: #CC0000; }
.dp-xml .attribute-value { color: #0033CC; }

.dp-css {}
.dp-css .comment { color: #336600; }
.dp-css .string { color: #CC0000; }
.dp-css .keyword { color: #0033CC; }
.dp-css .colors { color: #993300; }
.dp-css .vars { color: #669900; }

.dp-about { background-color: #fff; margin: 0px; padding: 0px; }
.dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; }
.dp-about td { padding: 10px; vertical-align: top; }
.dp-about .copy { border-bottom: 1px solid #D6D6D6; height: 95%; }
.dp-about .title { color: #CC0000; font-weight: bold; }
.dp-about .para { margin: 0 0 4px 0; }
.dp-about .footer { background-color: #ECEADB; border-top: 1px solid #fff; text-align: right; }
.dp-about .close { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; width: 60px; height: 22px; }

