
.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }
:focus {
	outline: 0;
}


#tooltip {
	/*background: url('../images/shadow.png');*/
        background-repeat:repeat-y;
	width: 237px;



        -moz-border-radius-bottomleft: 1em;
        -moz-border-radius-bottomright:1em;
        -moz-border-radius-topleft: 1em;
        -moz-border-radius-topright: 1em;
        
    border-right-color: #cce5f6;
    border-left-color: #cce5f6;
    border-bottom-color: #cce5f6;
    border-top-color: #cce5f6;
    background-color: #e9f7f7;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
}



#extended { margin: 5em 0; }
#extended label { text-decoration: underline; }

#tooltip{
    float: left;
}