/*

Intellij Idea-like styling (c) Vasily Polovnyov <vast@whiteants.net>

*/

/*------------- my PHP -------------*/

.php .preprocessor {
	font-weight: bold;
}

.php .comment{
    color: #FF8000;
}

.php .keyword {
	color: #007700;
}

.php .sign {
	color: #007700;
}

.php .variable , .perl .variable , .ruby .variable{
	color: #0000BB;
}

.php .value, .php .string {
	color: #FF0000;
}

/*------------- end my PHP -------------*/

/*------------- my HTML -------------*/

.html .doctype {
	color #006699;
}

.html .keyword {
	font-weight:bold;
	color: ##000099;
}

.html .attribute, .xml .attribute {
	color: #FF0000;
}

.html .value, .xml .value {
	color: #5951FF;
	border-bottom: 1px dotted #5951FF;
}

.html .comment {
	color: #999999;
}

/*------------- end my HTML -------------*/

/*------------- my CSS -------------*/

.css .keyword {
	color: #0000FF;
	font-weight: normal;
}

.css .class {
	color: #FF0000;
	font-weight: normal;
}

.css .id {
	color: #0080FF;
	font-weight: bold;
}

.css .rules, .css .value, .css .number {
	color: #000000;
	font-weight: bold;
}

.css .rule .keyword {
	color: #8080C0;
	font-weight: bold;
}

/*------------- end my CSS -------------*/

pre code {
    font: 12px "Monospaced", monospace;
    display: block;
    color: #000;
    background: #fff;
    border: 1px dashed #e6e6e6;
    overflow-x: auto;
}

.subst, .title {
    font-weight: normal;
    color: #000;
}

.comment, .template_comment, .javadoc, .diff .header{
    color: #FF8000;
}

.annotation, .decorator, .preprocessor, .doctype, .pi, .chunk, .shebang {
    color: #0000BB;
}

.tag .title, .id, .attr_selector, .literal, .keyword, .hexcolor, .css .function, .ini .title, .list .title {
    font-weight: bold;
    color: #000080;
}

.attribute, .number, .regexp {
    font-weight: bold;
    color: #0000ff;
}

.number, .regexp {
    font-weight: normal;
}

.string, .value, .filter .argument, .css .function .params {
    color: #FF0000;
}

.filter .argument, .css .function .params 
{
	font-weight: bold;
}

.symbol, .char {
    color: #000;
    background: #d0eded;
    font-style: italic;
}

.phpdoc, .javadoctag {
    text-decoration: underline;
}

.variable, .envvar {
    color: #660e7a;
}

.addition {
    background: #baeeba;
}

.deletion {
    background: #ffc8bd;
}

.diff .change {
    background: #bccff9;
}

.no-highlight
{
	padding-bottom: 10px;
}