table.code, table.spec, table.results, table.compile
{
	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;
}

/* For code snippets */

span.Keyword,span.ReferenceType,span.ValueType,span.Modifier,span.Statement,
span.MethodParameter,span.Namespace,span.DataType,span.Function,span.Method,
span.Object,span.Operator,span.Property,span.SysTable,span.SysSproc,
span.GlobalVariable,span.ReservedKeyword,span.SystemFunction,span.Type,
span.Element
{
	color: #0000cc;
}

span.BlockComment,span.XmlComment,span.InlineComment,span.JavaDoc
{
	color: green;
}

span.String
{
	color: black;
}

span.Attention
{
	font-weight: bold;
	color: red;
}

span.Entity
{
	color: red;
}
