@charset "utf-8";

/**
 *		Dreamweaver look a like highlighting colors.
 *
 *		@author			Frank Verhoeven
 *		@version		1.1
 */

.fvch-code {
	border:  1px solid #e2e2e2;
	margin: 0;
	padding: 0 !important;
	margin-bottom: 1em;
	position: relative;
	border-radius: 3px;
}

.fvch-code pre {
	font-family:  "Monaco", "Courier New", Courier, monospace;
	background:  url(../images/notepaper.png) top left repeat;
	font-size:  10px;
	padding:  0 1px !important;
	margin: 0 !important;
	text-align:  left;
	overflow:  auto;
	white-space: pre;
}

pre.fvch-line-numbers {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3.1em;
	padding:  0 1px !important;
	margin: 0 !important;
	overflow: hidden;
	text-align: right;
	color: #666;
}


/**
 *		CSS
 */
.css {
	color: #f0f;
}
.css-background {
	background-color: #fff;
}
.css-import {
	color: #099;
	font-weight: bold;
}
.css-media {
	color: #900;
	font-weight: bold;
}
.css-comment {
	color: #999;
}
.css-important {
	color: #f00;
	font-weight: bold;
}
.css-property {
	color: #009;
}
.css-selector {
	color: #f0f;
}
.css-string {
	color: #060;
	font-weight: normal;
}
.css-value {
	color: #00f;
}
.css-rest {
	color: #f0f;
	font-weight: bold;
}

/**
 *		(x)HTML
 */
.html {
	font-weight: normal;
	color: #000;
}
.html-anchor-element {
	color: #060;
}
.html-attribute {
	color: #00f;
}
.html-comment {
	color: #999;
}
.html-form-element {
	color: #f90;
}
.html-image-element {
	color: #909;
}
.html-object-element {
	color: #900;
}
.html-other-element {
	color: #009;
}
.html-script-element {
	color: #900;
}
.html-special-char {
	color: #000;
	font-weight: bold;
}
.html-style-element {
	color: #909;
}
.html-table-element {
	color: #099;
}
.html-text {
	color: #000;
}

/**
 *		PHP
 */
.php {
	color: #000;
	font-weight: normal;
}
.php-script-tag {
	color: #f00;
	font-weight: bold;
}
.php-comment {
	color: #f90;
}
.php-constant {
	color: #520;
}
.php-function {
	color: #00f;
}
.php-number {
	color: #f00;
}
.php-operator {
	color: #00f;
}
.php-brackets {
	color: #009;
}
.php-keyword {
	color: #006600;
}
.php-string {
	color: #c00;
}
.php-var-type {
	color: #099;
}
.php-var {
	color: #06f;
}

/**
 *		XML
 */
.xml {
}
.xml-string {
	color: #060;
}
.xml-comment, .xml-comment span {
	color: #999;
}
.xml-number {
	color: #f00;
}
.xml-element {
	color: #009;
}
.xml-text {
	color: #000;
}

/**
 *		JavaScript
 */
.js {
	color: #000;
}
.js-string {
	color: #00f;
}
.js-bracket {
	color: #009;
	font-weight: bold;
}
.js-client-keyword {
	color: #909;
}
.js-comment {
	color: #999;
}
.js-function-keyword {
	color: #000;
	font-weight: bold;
}
.js-native-keyword {
	color: #099;
}
.js-number {
	color: #f00;
}
.js-operator {
	color: #00f;
}
.js-regexp {
	color: #060;
}
.js-reserved-keyword {
	color: #009;
	font-weight: bold;
}
.js-string {
	color: #00f;
}

