/* 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 */

/* 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-family: Arial, Helvetica, sans-serif;
	color:#000000;
	list-style-position: outside;
}

LI, UL, OL {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	list-style-position: outside;
	padding-bottom : 1.1%; 
}

DL {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	list-style-position: outside;
	padding-bottom : 1.1%; 
}

DD {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	list-style-position: outside;
	padding-bottom : 1.1%; 
}
DT {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	list-style-position: outside;
	padding-bottom : 1.1%; 
}


A:link {
	font-family: Arial, Helvetica, sans-serif;
	color:#663300;
	
}

A:active {
	font-family: Arial, Helvetica, sans-serif;
	color:#ff6600;
	
}

A:visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#996633;
	
}

A.navigation:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:65%; 
	color:#996633;
}

A.navigation:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:65%; 
	color:#996633;
}

A.navigation:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:65%; 
	color:#996633;
}

p.listpara
{text-indent: 15%}

/* Headers 1-3                                          */
/* Added H4 -rs                                         */

/* Changed border-width to 2px from thin - for NS4 - rs */
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:170%;
	color:#336699;
	border : solid #CCCC99;
	width : 100%;
	border-width : 0px 0px 2px 0px; 
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:130%;
	color:#336699;
	border : solid #cccc99;
	border-width : 0px 0px 2px 0px;
	width : 100%;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:110%;
	color:#336699;
	width : 100%; 
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:92%;
	color:#000000;
        font-weight: bold;
	width : 100%;
}

/*Code with no color */

.code_no_color {
        color : #000000;
	font-family : "Courier New", "Courier", "monospace";
}

/* Code in color */


code {  
	color : #336699;
	font-family : "Courier New", "Courier", "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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color:#000000;
	font-weight: bold;
}

/* changed to 11pt from 85% - rs */



TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color:#000000;
}

.smalltext {
	font-size:80%;
}

/* 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; 
    font-family: Arial, Helvetica, Geneva, sans-serif; 
    font-size: 95%;
}

p.warning { 
    display: block;
    font-family: Arial, Helvetica, Geneva, sans-serif; 
    font-size: 95%;
}

/* Modify size to match body font 			        */
/* Should pre have an indent?				        */
/* Removed indent - rs                                  */

pre { 
    font-family: "Courier New", Courier, mono; 
    font-size: 92%;
    text-indent : 15%;
    padding-bottom : 1%; 
}

/* GUI tag is applied to names of user interface 	  */
/* elements. This should be an inline element 		  */
/* (such as code) 					        */

.GUITag {
    font-family: Arial, Helvetica, Geneva, sans-serif; 
    font-size: 95%; 
    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: "Courier New", Courier, mono; 
    font-style: normal;
}

/* Color change for glossary items 			        */

.GlossaryItem { 
    color : #008080; 
    font-family: Arial, Helvetica, sans-serif;
    font-size : 95%;
}

.StepIntro {

	font-family: Arial, Helvetica, sans-serif;
	font-size:92%;
	color:#000000;
        font-weight: bold;
	width : 100%;
}

Indent {

	text-indent: 5%;
}

/* Related Topics */
.Related_Topics {
    font-family: Arial, Helvetica, Geneva, sans-serif; 
    font-size: 95%; 
    font-weight: bold; 
    font-style: normal;
}

/* Generic Header */

.Generic_Header {
    font-family: Arial, Helvetica, Geneva, sans-serif; 
    font-size: 95%; 
    font-weight: bold; 
    font-style: normal;
}


/* Added for glossary terms */

DD.definition {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	padding-bottom: 0%;
	margin: 0;
}

DT.term {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 113%;
	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. 		  */
/********************************************************/