/* Plugin CSS */
.syntax_hilite, li .syntax_hilite {
	padding:3px 3px 10px 8px;
	font-size:14px;
	font-family:'Courier New',Courier,monospace;
	/* comment the line below to remove scrolling in code boxes */
	overflow:auto;
	white-space:nowrap;
}
/* change this line to set the width of code box */
.syntax_hilite { 
margin: 0.2em 0;
background-color: #ECECEC; 
padding: 1em 0.5em;
display:block;
}

/* change this line to set the width of code box in a list */
li .syntax_hilite {
/*
	width:99%;
   */
}
.igBar, li .igBar {
/*
	background-color:#D6D3CE;
	font-family:courier,arial,verdana;
	border-left:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	border-right:1px solid #424142;
   */
}
/* change this line to set the width of plain text bar above code box */
.igBar {

}

/* change this line to set the width of plain text bar above code box in a list */
li .igBar {
/*
	width:99%;
   */
}
.igBar a, .igBar a:hover {
   padding:0.3em;
	color:#000000;
	text-decoration:none;
   /*
   border-width: 1px 1px 0 1px;
   border-style: solid;
   border-color: #000;
      */
   font-size: 0.8em;
   background-color:#D6D3CE;
}
.syntax_hilite .langName {
	color:red;
}
.syntax_hilite textarea {
/*
	margin:0px -5px -2px 0px;
   */
	border:none;
}

/* Syntax CSS */

.codeHighlight {
/*
	border: 1px dotted #a0a0a0;
	font-family: 'Courier New', Courier, monospace;
	background-color: #f0f0f0;
	color: #0000bb;
   display:block;
   */

}
.codeHighlight .de1 {
	font-weight:normal;
	background:transparent;
	color:#000;
	padding-left: 5px;
}

.codeHighlight .de2 {
	font-weight:normal;
	background:transparent;
	color:#000;
	padding-left: 5px;
}

.codeHighlight .kw1 {
	color: #00E;
}

.codeHighlight .kw2 {
	color: #11b;
	font-weight: bold;
}

.codeHighlight .kw3 {
	color: #006;
}

.codeHighlight .kw4 {
	color: #f63333;
}

.codeHighlight .co1 {
	color: #808080;
}

.codeHighlight .co2 {
	color: #808080;
}

.codeHighlight .coMULTI {
	color: #606060;
}

.codeHighlight .es0 {
	color: #000033;
	font-weight: bold;
}

.codeHighlight .br0 {
	color: #444;
}

.codeHighlight .st0 {
	color: #b11;
}

.codeHighlight .nu0 {
	color: #e11;
}

.codeHighlight .me0 {
	color: #006600;
}

.syntax_hilite li {
   border-bottom: 1px dotted #E0E0E0;



}
