/* $Id: hivemind.css,v 1.2 2004/09/26 15:08:19 hlship Exp $
 *
 * Copyright 2004 The Apache Software Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

P  {}

H1  {}

H2  {}

H3  {}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {
  font-family : Trebuchet MS, San Serif;
  background-color: #EBEBEB;
}

TABLE.summary TR
{
  background-color: #999999;
  color: white;
}

TABLE.summary A
{
  color: white;
}

TABLE.summary TR.nested
{
  background-color: transparent;
  color: black;
}

TABLE.summary TH  {
  background-color: black;
  color: white;
  text-align: right;
}

TABLE.summary TD  {
	vertical-align: top;
	text-align: left;
}

TABLE.summary TD.description  {
	font-style: italic;
	color: black;
	background-color: transparent;
}

TABLE.summary TD
{
  text-align: top;
}

TABLE.summary TH.subhead
{
	text-align: center;
}

TABLE.summary TH.section-id
{
	text-align: left;
}


TABLE.summary TD.indent
{
  width: 30px;
  background-color: transparent;  
}

LI
{
  list-style-type: none;
}

SPAN.missing
{
 font-style: italic;
}

SPAN.tag
{
  font-family: monospace;
  color:  Blue;
}

SPAN.attribute
{
  font-family: monospace;
  font-weight: bold;
  color: Red;
}

SPAN.literal
{
  font-family: monospace;
}

DIV.nested
{
  margin: 5px;
  padding: 5px;
  border-style: dotted;
}
