
/********************************************************************************

 * CodeHighlight Classes

 *******************************************************************************/

.hl-surround {

    -moz-border-radius: 5px;

    background-color: #F9FBFC;

    border: 1px solid #C3CED9;

    padding: 8px;

    margin-bottom: 5px;

    width: 550px;

    text-align: left;

    overflow:auto;

    word-break:break-all;

}



.hl-surround, .hl-surround pre, .hl-surround span { font: normal 9pt 'Courier New', monospace;}



.hl-default     { color: Black; }

.hl-code        { color: Gray; }

.hl-brackets    { color: Olive; }

.hl-comment     { color: #ffa500; } /* Orange */

.hl-quotes      { color: #8b0000; } /* Dark red */

.hl-string      { color: Red; }

.hl-identifier  { color: Blue; }

.hl-builtin     { color: Teal; }

.hl-reserved    { color: Green; }

.hl-inlinedoc   { color: Blue; }

.hl-var         { color: #00008b; } /* Dark blue */

.hl-url         { color: Blue; }

.hl-special     { color: Navy; }

.hl-number      { color: Maroon; }

.hl-inlinetags  { color: Blue; }

.hl-main        { background-color: transparent; }



.hl-main pre { margin: 0; padding: 0; }