﻿table.code, table.spec, table.results, table.compile, table.summary
{
    margin-left: 4em;
    border: 1px solid #000000;
    padding: 4px;
}

table.code
{
    background-color: #e5e5e5;
}

table.spec
{
    background-color: #aaddff;
}

table.results
{
    background-color: #aaeeaa;
}

table.compile
{
    background-color: #ffaaaa;
}

table.summary
{
    background-color: #ffffff;
}

div.code, .output
{
  padding: 10px; 
  border-right: white 2px ridge; 
  border-top: white 2px ridge; 
  font-size: 10pt; 
  margin: 10px; 
  border-left: white 2px ridge; 
  border-bottom: white 2px ridge; 
  font-family: courier new; 
  background-color: #e5e5e5;
}

/* For code snippets */

.Keyword,.Linq,.ReferenceType,.ValueType,.Modifier,.Statement,
.MethodParameter,.Namespace,.DataType,.Function,.Method,
.Object,.Operator,.Property,.SysTable,.SysSproc,
.GlobalVariable,.ReservedKeyword,.SystemFunction,.Type,
.PreProcessorDirective, .Element
{
    color: #0000cc
}

.BlockComment,.XmlComment,.InlineComment,.JavaDoc
{
    color: green
}

.String
{
    color: black
}

.Attention
{
    font-weight: bold;
    color: red
}

.Entity
{
    color: red
}

