/********************************************************************************
 * CoolCode Style
 *******************************************************************************/
.hl-wrapper {
    background-color: #F9FBFC;
    border: 1px solid #C3CED9;
    -moz-border-radius: 3px;
    width: auto;
    overflow: auto;
    margin-bottom: 5px;
}

.hl-title {
    border-bottom: 1px solid #C3CED9;
    padding: 6px 24px;
    margin: 0;
    width: auto;
    line-height: 180%;
    overflow : auto;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.hl-surround {
    margin: 0;
	width: auto;
    height: auto;
    overflow : auto;
    text-align: left;
    font-family:'Courier New',Courier,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 20px;
    margin: 0;
    overflow : hidden;
    line-height: 150%;
    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 #C3CED9;
    border-top: 1px solid #E3EEF9;
    border-top-color: #E3EEF9 !important;
    padding: 0 0 0 12px !important;
    background-color: #F9FBFC !important;
}

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

.hl-default {
    color: Black;
}
.hl-code {
    color: Darkred;
}
.hl-brackets {
    color: Darkred;
}
.hl-comment {
    color: Green;
}
.hl-quotes {
    color: Darkred;
}
.hl-string {
    color: Red;
}
.hl-identifier {
    color: Black;
}
.hl-builtin {
    color: Teal;
}
.hl-reserved {
    color: Blue;
}
.hl-inlinedoc {
    color: Blue;
}
.hl-var {
    color: Darkblue;
}
.hl-url {
    color: Blue;
}
.hl-special {
    color: Navy;
}
.hl-number {
    color: Black;
}
.hl-inlinetags {
    color: Blue;
}
.hl-prepro {
	color: Red;
}
.hl-mlcomment {
	color: Green;
}
.hl-types {
	color: Blue;
}

.hl-main { 
    background-color: White;
}
.hl-gutter {
    background-color: #999999;
    color: White;
}
.hl-table {
    font-family: courier;
    font-size: 12px;
    border: solid 1px Lightgrey;
}
