/* ICE, IE, Opera compatible (for JTDOC use only) */
/* updated 09/06/01 by Steve Anderson */
/* updated 01/31/01 by Ben Gelernter              */
/* updated 2/26/01 by Steve Anderson and Orlando Cordero */
/* updated 3/18/01 by Roel Stalman - rs                  */
/* updated 3/28/01 by orlando cordero - oc */
/* updated 4/18/01 by orlando cordero - oc */
/* updated 5/01/01 by orlando cordero - oc */
/* updated 6/05/01 by orlando cordero - oc */
/* updated 8/05/01 by orlando cordero - oc */
/* updated 9/17/01 by steve anderson - sa */


/* removed all background-color tags so that pages don't have their */
/* user-specified colors clobbered - oc */

/* Changed from 90% to 11pt       - rs */
/* Added P, LI, UL, OL for NS4    - rs */


/* removed padding-bottom: 1% - buggy in NS4 - rs       */	
/*	padding-bottom : 1%; */


BODY, P {
	font-size: 97%;
	color:#000000;
	list-style-position: outside;
}

LI, UL, OL {
	color:#000000;
	list-style-position: outside;
	padding-bottom : 1.1%; 
}

DL {
	color:#000000;
	list-style-position: outside;
	padding-bottom : 1.1%; 
}

DD {
	color:#000000;
	list-style-position: outside;
	padding-bottom : 1.1%; 
}
DT {
	color:#000000;
	list-style-position: outside;
	padding-bottom : 1.1%; 
}


A:link {
	color:#663300;
	
}

A:active {
	color:#ff6600;
	
}

A:visited {
	color:#996633;
	
}

A.navigation:link
{
	color:#996633;
}

A.navigation:active
{
	color:#996633;
}

A.navigation:visited
{
	color:#996633;
}

p.listpara
{text-indent: 15%}

/* Headers 1-3                                          */
/* Added H4 -rs                                         */

/* Changed border-width to 2px from thin - for NS4 - rs */
H1 {
	color:#336699;
	border : solid #CCCC99;
	border-width : 0px 0px 2px 0px;
        font-size: 150%;
	width : 100%;
}

H2 {
	color:#336699;
	border : solid #cccc99;
	border-width : 0px 0px 2px 0px;
        font-size: 130%;
	width : 100%;
}

H3 {
	color:#336699;
        font-size: 120%;
	width : 100%; 
}

H4 {
	color:#336699;
        font-weight: bold;
        font-size: 110%;
	width : 100%;
}

/*Code with no color */

.code_no_color {
	font-family :"monospace";
        color : #000000;
}

/* Code in color */


code {  
	color : #336699;
	font-family :"monospace";
}

P.indent {
	text-indent: 9%;
}

table.borders {
	border : 1% solid #BDB76B;
}

/* Aren't these the default? */
TR {
	text-align : left;
	vertical-align : top;
}

/* Removed CENTER - rs           */
/* changed to 11pt from 85% - rs */

TH {
	color:#000000;
	font-weight: bold;
}

/* changed to 11pt from 85% - rs */



TD {
	color:#000000;
}

.smalltext {
}

/* Note and warning                                     */
/* It appears ICE doesn't support the first-line pseudo */
/* element needed to format note and warning properly.  */
/* In addition, it appears the border property does not */
/* appear to work.					        */

/* We are investigating how to properly format the Note */
/* and Warning. We would like them to really standout.  */

p.note { 
    display: block; 
}

p.warning { 
    display: block;
}

/* Modify size to match body font 			        */
/* Should pre have an indent?				        */
/* Removed indent - rs                                  */

pre { 
    text-indent : 15%;
    padding-bottom : 1%; 
	font-family :"monospace";
}

/* GUI tag is applied to names of user interface 	  */
/* elements. This should be an inline element 		  */
/* (such as code) 					        */

.GUITag {
    font-weight: bold; 
    font-style: normal;
}

/* Property Name tag is applied to names of component   */
/* properties.  This should be an inline element 	  */
/* (such as code) 					        */

.PropertyName {
	font-family :"monospace";
    font-style: normal;
}

/* Color change for glossary items 			        */

.GlossaryItem { 
    color : #008080; 
}

.StepIntro {

    color:#336699;
        font-size: 110%;
        font-weight: bold;
	width : 100%;
}

Indent {

	text-indent: 5%;
}

/* Related Topics */
.Related_Topics {
    font-weight: bold; 
    font-style: normal;
    font-size: 105%;
    color:#336699;
}

/* Generic Header */

.Generic_Header {
    font-weight: bold; 
    font-style: normal;
}


/* Added for glossary terms - sa */

DD.definition {
	color: #000000;
	padding-bottom: 0%;
	margin: 0;
}

DT.term {
	color: #336699;
	width: 100%;
	padding-bottom: 0%;
}


/********************************************************/
/* @page printing issues 				        */
/* In this section we can put @page commands to control */
/* the properties used printed documents, such as font  */
/* size (in pts), where to break pages, etc. 		  */
/********************************************************/