/*
  *
  * Copyright 1999 AlphaBlox Corporation. All rights reserved.
  *
  * AlphaBlox On-Line Documentation Cascading Style Sheet File
  *
  *  See http://www.w3.org/pub/WWW/TR/REC-CSS1 for the complete W3C
  *  Cascading Style Sheet recommendation.
  */


/*  Genneral styles for all elements:
  *
  * These general styles are for the various types of elements
  * required for the AlphaBlox MDB and Help documentation.
  *
  */


B, STRONG, I, EM, CODE, IMG, SPAN  { display: inline }
B, STRONG  { font-weight: bold }
I, EM	{ font-style: italic }
PRE, CODE  { font-family: "Courier New", Courier, monospace }


/*  Headings  */


H1, H2, H3, H4	{ font-family: Arial, Helvetica, sans-serif; color: #0000ff }

H5	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		margin-left: 4%;
	}

H6	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-style: italic;
		margin-left: 4%;
	}


/*  Body Elements  */


BODY	{ font-family: Arial, Helvetica, sans-serif }

P	{font-family: Arial, Helvetica, sans-serif }

P.note	{
		font-family: Arial, Helvetica, sans-serif;
		margin-right: 5%;
		margin-left: 3%;
	}

P.caution	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #990099;
		margin-right: 5%; 
		margin-left: 3%;
	}

P.label	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color: #990099;
	}

P.copyright, P.toc	{ font-size: x-small }

UL, OL, DL, DT, DD  { font-family: Arial, Helvetica, sans-serif }s


/*  Table Elements  */

TABLE	{
		cell-spacing: 1pt;
		padding: 1pt;
		border-width: 0pt;
	}
TH	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: center
	}
TD	{ font-family: Arial, Helvetica, sans-serif }




