/*

Stylesheet for W3C WebCGM 2.1 version, to be referenced before standard
W3C stylesheets.  Copy WebCGM21-w3.css to WebCGM21.css in order to 
change the style sheet for the W3C spec version.  (The WebCGM21 text of 
all chapters references WebCGM21.css.)

Original Author: Lofton Henderson
First OASIS version:  2005-10-26
Modified by CL for W3C version:  after December 2005.
Second OASIS version (same as 1st OASIS version):  October 2006
[...]

Note: the original style sheet, used for WebCGM 2.0 REC and 2.1 through
LCWD status, was heavily revised by Ian Jacobs, to produce 
this one, as a condition for publishing WebCGM 2.1 CR, Sept. 2009.

Copyright OASIS,W3C, 2008-2009.

*/

.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
}
