<!--
This header may be removed before distributing to customers.

File:		 nextgen.css
Description:  Cascading Style Sheet for ASMD NextGen Program
Author:	 jeannine_klein@hp.com (HP, ASMD, ManageX)
Created:	12 May 1998
Modified:	 greg_larsen@bbn.hp.com (HP, ASMD)
			linda_schoenhoff@hp.com (HP, ASMD)
			weston,andrew/non-hp-germany,om6 (for ASMD)
			kament@infotektur.com
			david_odell@non.hp.com
Language:	 CCS2

Revision 1.6.17 by Kurt Ament (8. January 2002)
				- Redefined H3 as bold paragraph to accommodate
				Netscape 4.7 for Solaris 8

Revision 1.6.16 by Kurt Ament (18. December 2001)
				- Added list-style-type (lower roman) for third-level
				ordered list items
				- Added list-style-type (disc) for second-level 
				unordered list items
				- Added list-style-type (circle) for third-level 
				unordered list items
			
Revision 1.6.15 by David Odell / Kurt Ament (4. December 2001)
				- Added list-style-type (lower alpha) for second-level
				ordered list items

Revision 1.6.14 by Kurt Ament (29 November 2001)
				- Removed top-margin spacing suppression for H2 and H3 
				tags to avoid text crowding in some browsers

Revision 1.6.13 by Kurt Ament (2 November 2001)
				- Updated CODE definitions to accommodate TT tags

Revision 1.6.12 by Kurt Ament (18 October 2001)
				- Redefined and reordered H1, H2, and H3 definitions 
				to fix problems caused by Netscape 4.x for Solaris 8
				- Converted all font-size attributes from percentages to
				EMs to fix problems caused by Netscape 4.x for Solaris 8
			
Revision 1.6.1 by Kurt Ament (8 August 2001)
				- Set font-family for all tags (except CODE and PRE) 
				to fix problems caused by Netscape 4.x
				- Changed "Verdana" to "verdana, arial, sans-serif"
				to accommodate machines without Verdana TT font installed		

Revision 1.6 by Kurt Ament (29 June 2001)
				- Modified DL, DT, UL, OL, LI, PRE, and CODE 
				to fix problems caused by Netscape 4.x

Revision 1.5.1 by Greg larsen (11 September 2000)
				- Modified B.NOTE, B.CAUTION and TIP to fix problems
				caused by Explorer 5.5

Revision 1.5 by Greg larsen (23 May 2000)
			 -  Added A.pop to provide popup links with a dotted
				underline.  Requires /common/images/dash.gif

Revision 1.4.1 by Greg Larsen (29 July 1999)
				- Adjusted list spacing to make it correct with
				font sizes as percentages.
				- Changed the default size of pre, and code
				to 130%, to make it the same size as the
				default body font.
				- Added contextual selector pre code, to prevent
				code from being 30% too large when nested in pre 

Revision 1.4  by Andrew Weston (27 July 1999)
				- Specified the font sizes as percentages.  
				- Changed link format to be underlined. 
				- Removed the fixed column width so that users can make the
				browser smaller,  
				- Removed the background graphic.  

Revision 1.3  by Andrew Weston
				- Changed the default values of the DD list
				to decrease the margins slightly.
			
Revision 1.2  by Greg Larsen
			- Added the NARROW classes to produce a 
				single spaced list
			
Revision 1.1  by Greg Larsen, with input from Linda Schoenhoff
			- Added contextual selector LI P 
			- Removed tags that contained only font information
				that is set by the HTML or BODY tag
			- Removed duplicated font information, from all tags
			- Condensed tags where possible to reduce size and
				make updates easier
			- Added div.stdwidth tag
			- Adjusted the formats for <ol>, <ul>, and <li>
				to automatically produce left-justified lists.
			- Added B.NOTE, B.CAUTION, and B.X
			- Added .pseudo-link
			- Added three point-based tags to set sizes
				when developing animation with DreamWeaver
			- Added .changed to provide mechanism for
				indicated changed text for review purposes.
  
© Copyright 1999, Hewlett-Packard Company, all rights reserved.
-->

HTML  {
	font-family : verdana, arial, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : black;
}

BODY {
	font-family : verdana, arial, sans-serif;
	font-size : .75em;
	line-height : 1.5em;
	background-color : white;
}

A, B, BR, DL, DD, DT, I, LI, OL, P, TH, TD, UL  {
	font-family : verdana, arial, sans-serif;
}

H3  {
	font-family : verdana, arial, sans-serif;
	font-weight : bold;
	font-size : 1.1em;
	line-height : 1.5em;
}

H2  {
	font-family : verdana, arial, sans-serif;
	font-weight : bold;
	font-size : 1.3em;
	line-height : 1.5em;
}

H1  {
	font-family : verdana, arial, sans-serif;
	font-weight : bold;
	font-size : 1.5em;
	line-height : 1.7em;
}

pre {
 	font-family : "Courier New", Courier;
	font-size : 1em;
}
code, tt {
	font-family : "Courier New", Courier;
	font-size : 1em;
}

pre code, pre tt {
	font-family : "Courier New", Courier;
	font-size: 1em;
}

OL  {
	margin-top : -3pt;
}

OL LI  {
	list-style-type: decimal; 
	margin-top : 8pt;
}

OL OL LI, UL OL LI {
	list-style-type: lower-alpha; 
	margin-top : 8pt;
}

OL OL OL LI, OL UL OL LI, UL OL OL LI, UL UL OL LI {
	list-style-type: lower-roman; 
	margin-top : 8pt;
}

UL  {
	margin-top : -3pt;
}

UL LI  {
	list-style-type : square;
	margin-top : 8pt;
	margin-left : -1.4em;
}


UL UL LI, OL UL LI {
	list-style-type : disc;
	margin-top : 8pt;
	margin-left : -1.4em;
}

UL UL UL LI, UL OL UL LI, OL UL UL LI, OL OL UL LI {
	list-style-type : circle;
	margin-top : 8pt;
	margin-left : -1.4em;
}

.NARROW	 { 
	margin-top : 9pt;
}

.NARROW LI  { 
	margin-top : 0pt;
}   

LI P {
	margin-top : 4pt;
}

DL  {
	margin-top : -3pt;
}

DT  {
	margin-top : 8pt;
}	
	
dd.narrow { } 

.narrow dt {
	margin-bottom: -1.5 em;
} 

.narrow dd {
	margin-left : 12 em;
	margin-top: -1.5 em;
} 

dd.medium { } 

.medium dt {
	margin-bottom: -1.5 em;
} 

.medium dd { 
	margin-left : 25 em;
	margin-top : -1.5 em; 
} 

dd.wholeline { } 

.wholeline dt { } 

.wholeline dd  { } 

A:visited  {
	color : #006699;
}

A:hover  {
	color : #800080;
}

A  {
	color : #0066CC;
}

A.pop {
	text-decoration:none;
	background-repeat : repeat-x;
	background-image : url(../images/dash.gif);
	background-position : bottom;
}
	
.NOTE, .TIP, .CAUTION  {
	border-style : ridge;
	padding : 5pt;
}

.NOTE  {
	border-color : #CCECFE;
}

.TIP  {
	border-color : #0066CC;
	border:none;
}

.CAUTION  {
	border-color : #CC0000;
}

B.NOTE  {
	/* For the NOTE text in NOTE */
	COLOR : #0066CC;
	text-transform : uppercase;
	border:none;
}

B.CAUTION  {
	/* For the CAUTION text in CAUTION */
	COLOR : #CC0000;
	text-transform : uppercase;
	border:none;
}

.MoveUp36  {
	margin-top : -36pt;
}

.MoveUp24  {
	margin-top : -24pt;
}

.MoveUp12  {
	margin-top : -12pt;
}

.MoveUp6  {
	margin-top : -6pt;
}

.MoveUp3  {
	margin-top : -3pt;
}

.MoveDown6  {
	margin-top : 4pt;
}

.MoveDown12  {
	font-size : 9pt;
	line-height : 1.5em;
	margin-top : 12pt;
}

TABLE  {
	font-size : 1em;
	line-height : 1.5em;
}

TD  {
	font-size : 1em;
	line-height : 1.5em;
}

TR  {
	font-size : 1em;
	line-height : 1.5em;
}

TH  {
	font-size : 1em;
	line-height : 1.5em;
}

B.X  {
	/* Use for X in <NOBR>Manage<B class="X">X</B></NOBR> */
	COLOR : #CC0000;
	text-transform : uppercase;
}

.pseudo-link  {
	/* Makes text mimic the style of an active link */
	text-decoration : underline;
	cursor : hand;
	color : #0066CC;
}

.changed  {
	/* Indicates changed text for review purposes */
	background-color : Yellow;
}

/* The following classes set sizes in pixels
  They should only be used to set the sizes
  of text that will be use with a DreamWeaver
  animation, and therefor need to b pixel based.*/
  
.9pt  {
	font-size : 12px;
}

.10pt  {
	font-size : 13px;
}

.12pt  {
	font-size : 16px;
}

<!-- 
© Copyright 1999, Hewlett-Packard Company, all rights reserved.
-->
