body, div, table, td, th {
   background: #EEEEEE;
   font-family: arial, helvetica, sans-serif;
   font-size: 14px;
   }

.Action {
   background: #FFA07A;
   }

.Attribute {
   background: #ADFF2F;
   }

.Enum {
   background: #FFD700;
   }

.Event {
   background: #FFFF00;
   }

.Function {
   background: #CFEFDF;
   }

.MethodeName {
   color:blue;
   }

.Object {
   background: #AACFFF;
   }

.Parameter {
   font-style:italic;
   }

.SymbolSource {
   background: #ADFF2F;
   }

.SystemAttribute {
   background: #ADFF2F;
   }

.Value {
   background: #C0FFC0;
   }

.Variable {
   background: #F0E68C;
   }

br.ClearAll {
   clear:both;
   }

br.ClearLeft {
   clear:left;
   }

Div.Title {
    position:absolute;
    z-index:3;
    top:0px;
    left:0px;
    height:75px;
    overflow:hidden;
    width:100%;
    text-indent:10px;
}

Div.Menu {
    z-index:3;
    position:absolute;
    top:75px;
    left:0px;
    width:150px;
    margin-left:5px;
    height:100%;
}

Div.Content {
    z-index:3;
    position:absolute;
    top:75px;
    left:150px;
    margin-left:5px;
    height:100%;
}

font.ActionAttribute, font.EventAttribute, font.AttributeName {
   color:green;
}

font.Comment {
   color:grey;
}

font.Datatype {
   color:indigo;
   }

font.Result, font.ActionResult {
   color:maroon;
}

font.Warning {
   color:red;
}

font.InternOnly {
   color:orangered;
}

h1 {
   font-size:18px;
   }

h2 {
    font-size:15px;
   }
h3 {
    font-size:12px;
   }
h4 {
    font-size:12px;
   }
h5 {
    font-size:11px;
   }

img.Left {
   float:left;
   border:1px;
   border-style:solid;
   }
img.Right {
   float:right;
   }
img.Center {
   vertical-align:middle;
   }

table {
   empty-cells:show;
}

table.ActionParam {
   }

table.Attributes {
   }

td.AttributeName {
   color:green;
   }

td.Datatype {
   color:indigo;
   }

td.Header {
   font-weight:bold;
   }

td.Ident1 {
   padding-left:0px;
   }

td.Ident2 {
   padding-left:10px;
   }

td.Ident3 {
   padding-left:20px;
   }

td.Ident4 {
   padding-left:30px;
   }

td.Ident5 {
   padding-left:40px;
   }

td.Ident6 {
   padding-left:30px;
   }

td.Ident7 {
   padding-left:40px;
   }
