/********************************************************************************
 * CoolCode Style
 *******************************************************************************/
.hl-title {
    background-color: #1C1C1C;
    border: 1px solid #1C1C1C;
    border-bottom: 0;
    padding: 6px 24px;
    margin: 0;
    width: auto;
    line-height: 160%;
    overflow : auto;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

.hl-surround {
    background-color: #1C1C1C;
    border: 1px solid #333333;
    margin: 0;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    overflow : auto;
    text-align: left;
    font-family: Consolas, "BitStream Vera Sans Mono", "Courier New", Fixedsys, monospace;
}

ol.hl-main {
    padding: 0 12px 0 56px;
    margin: 0;
    background-color: transparent;
    background-image: url(images/hide.gif);
    background-repeat: no-repeat;
    background-position : 5px 5px;
}

div.hl-main {
    padding: 6px 24px;
    margin: 0;
    line-height: 180%;
    background-color: transparent;
}

.ln-show {
    padding-left: 56px !important;
    background-image: url(images/hide.gif) !important;
    list-style: decimal outside !important;
}

.ln-show li {
    list-style: decimal outside !important;
}

.ln-hide {
    padding-left: 24px !important;
    background-image: url(images/show.gif) !important;
    list-style-type: none !important;
}

.ln-hide li {
    list-style-type: none !important;
}

ol.hl-main li {
    display: list-item !important;
    font-size: 12px !important;
    margin: 0 !important;
    line-height: 20px !important;
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
    border-top-color: #333333!important;
    padding: 0 0 0 12px !important;
    background-color: /*#F9FBFC*/#1C1C1C!important;
}

li.hl-firstline {
    border-top: 0 !important;
}

/* COLOR goes here... */
.hl-default {
	color: #333;
}

.hl-prepro  {
	color: #003399;
}

.hl-code {
	color: #CCCCCC;
}

.hl-brackets {
	color: #00CCFF;
}

.hl-quotes {
	color: #CC6633;
}

.hl-types  {
	color: #66FF00;
}


.hl-string {
	color: #9933CC;
}

.hl-identifier {
	color: #FF6600;
}

.hl-comment, .hl-mlcomment {
	color: #666666;
}

.hl-builtin {
	color: #6C0;
}

.hl-reserved {
	color: #6C0;
}

.hl-inlinedoc {
	color: #6C0;
}

.hl-var {
	color: #6C0;
}

.hl-url {
	color: #6C0;
}

.hl-special {
	color: #6C0;
}

.hl-number {
	color: #FF0000;
}

.hl-inlinetags {
	color: #6C0;
}
