/************************
Plain Text Link Styling
***********************/
div.showPlainText {
	margin-right: 5%;
	text-align: right;
}
div.showPlainText a {
	width: 150px;
	border: 1px solid green;
	background-color: #669933;
	font-size: .8em;
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
}

pre.plain-text {
	overflow: auto;
	margin: 0;
	padding: 0;
	background: #e0e0e0;
	border: 1px dotted #c0c0c0;
	width: 100%;
	font-size: .9em;
}

div.geshi li div {
	border-left: 1px solid #c0c0c0;
	padding-left: 5px;
	background-color: #f0f0f0;
}
div.geshi a {
	font-weight: normal;
	text-decoration: none;
}
div.geshi a:hover {
	font-weight: normal;
	text-decoration: underline;
}
div.php {
	white-space: normal;
	margin: 0 0 0 5%;
	padding: 0;
	background: #e0e0e0;
	border: 1px dotted #c0c0c0;
	width: 90%;
	font-size: 12px;
}
div.php ol {
	list-style: decimal;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}
div.php ol li {
	margin: 0 0 0 35px;
	padding: 0;
	color: #000;
	clear: none;
	font-family: 'Courier New', Courier, monospaced;
	font-size: 1.1em;
}
div.php ol li div {
	color:#000;
}


/* php */
div.php ol div,
div.php ol div {
	color:#fd1435;
}
/* Line highlights */
.li1 {
	background: transparent;
}

/* comments */
.co1,
.coMULTI {
	color:#808080;	
}
/* methods */
.me1{
	color:#000;
}
.me0 {	

}
.me2 {	
	color:#000;
}

/* brackets */
.br0 {
	color:#222;
}

/* strings */
.st0 {
	color:#008200;	/* double quote */
}
.st_h {
	color: #008200;	/* single quote */
}

/* keywords */
.kw1 {
	color: #0000ff;	/* if, etc. */
}
.kw2 {
	color:#0000ff;	/* function, class, etc. */
}

.kw3 {
	color:#0000ff;	/* array, etc. */
}
.kw4 {
	color: #0000ff; /* true, false, etc. */
}

/* numbers */
.nu0 {
	color:#ff0000;
}

/* variables */
.re0 {
	color:#660000;
}

/* vars enclosed in strings */
.es4 {
	color: #660000;
}


/* 
* CSS selectors 
*****************/
/* classnames */

[lang=css] .kw2,
.css .kw2 {
	color:#0a0aa5;
}
.re1 {
	color: #b701bb;
}
/* px values */
[lang=css] .re3,
.css .re3 {
	color:#059532;
}

/*
* Javascript
****************/
[lang=javascript] .me1,
.javascript .me1 {
	color:#505e80;
}

