/*

Stylesheet for WebCGM 2.0, to be referenced after standard
OASIS stylesheet.

Author: Lofton Henderson
Revision:  2005-10-26

Copyright OASIS, 2005.

*/

/* ========== several color schemes -- MM, WebCGM10, and hybrids ========== */

/* MM color scheme */
a:link {
	color: #0033FF;
}
a:visited {
	color: #990066;
}
h1, h2, h3, h4, h5, h6 {
	color: #0033FF;
}

/* WebCGM 1.0 color scheme */
a:link {
	color: #0000CC;
}
a:visited {
	color: #660099;
}
a:active {
	color: #CC0000;
}

h1, h2, h3, h4, h5, h6 {
	color: #005A9C;
}

/* Hybrid color scheme -- MM hX, WebCGM 1.0 links*/
a:link {
	color: #0000CC;
}
a:visited {
	color: #660099;
}
a:active {
	color: #CC0000;
}

h1, h2, h3, h4, h5, h6 {
	color: #0033FF;
}

/* hybrid color scheme -- WebCGM 1.0 hX, MM links */
a:link {
	color: #0033FF;
}
a:visited {
	color: #990066;
}
h1, h2, h3, h4, h5, h6 {
	color: #005A9C;
}

/* WebCGM 1.0 color scheme */
a:link {
	color: #0000CC;
}
a:visited {
	color: #660099;
}
a:active {
	color: #CC0000;
}

h1, h2, h3, h4, h5, h6 {
	color: #005A9C;
}

/* =========== end color scheme variations ========== */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	font-size: 24pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 16pt;
}
h4 {
	font-size: 14pt;
}
h5 {
	font-size: 12pt;
}
h6 {
	font-size: 10pt;
}

dt {
font-weight: bold;
}

.boxit {
        BORDER-RIGHT: #bebebe 1px solid; 
PADDING-RIGHT: 1em; 
BORDER-TOP: #bebebe 1px solid; 
PADDING-LEFT: 1em; PADDING-BOTTOM: 0.2em; 
MARGIN: 4em 0em 1em; 
BORDER-LEFT: #bebebe 1px solid; 
PADDING-TOP: 0.2em; 
BORDER-BOTTOM: #bebebe 1px solid
}

.boxed-example {
background-color: #e1e1e1;
border: solid #bebebe 1px;
margin: 1em 2em 1em 2em;
padding: 0.2em 1em;
}

.editorial
{
background-color: #ddf;
color: Black;
}

.issue
{
background-color: #ADFF2F;
color: Black;
}

.eds-warning
{
background-color: #ffc1c1;
color: Black;
}

table.idl-table
{
TABLE-LAYOUT: fixed; 
MARGIN-RIGHT: 2em; 
MARGIN-TOP: 1em; 
MARGIN-BOTTOM: 1em; 
BACKGROUND-COLOR: rgb(192,192,192);
}

.method-name
{
BACKGROUND-COLOR: #c1eeff
}

.attribute-name, .parameter-name
{
BACKGROUND-COLOR: #ffffc1
}
