/*<meta />*/

/*
This header may be removed before distributing to customers. 

FILE:		 hpsoftware.css
DESCRIPTION:  Cascading Style Sheet for HP software products
AUTHOR:	 jenny.quimpo@hp.com
CREATED:	07-01-2007
MODIFIED:	 
LEVEL		 CSS Level 2 (plus support for Madcap Flare Webhelp)
VERSION: 		1.01
*/


/*--------------------------------------------------------*/
/*  Paragraph styles									*/
/*  Defines classes for notes, cautions, and tips		 */
/*--------------------------------------------------------*/

p
{
	font-size: 90%;
	line-height: normal;
}

p.caution
{
	color: #000000;
	padding-left: 4.5em;
	text-indent: -4.5em;
}

p.note
{
	color: #000000;
	padding-left: 3em;
	text-indent: -3em;
}

p.tip
{
	color: #000000;
	margin: 0;
	margin-top: 1.12em;
	margin-bottom: 1.12em;
	padding-left: 2em;
	text-indent: -2em;
}

/*--------------------------------------------------------*/
/*  HEADINGS											*/
/*--------------------------------------------------------*/
h1
 {
	color: #003366;
	font-weight: bold;
	font-size: 150%;
	line-height: normal;
 }


h2
{
	font-weight: bold;
	font-size: 130%;
	margin: 0;
	line-height: normal;
}

h3
{
	font-weight: bold;
	font-size: 110%;
	margin: 0;
	line-height: normal;
}

h4
{
	font-weight: bold;
	font-size: 100%;
	margin: 0;
	line-height: normal;
}

/*--------------------------------------------------------*/
/*  MONOSPACED TEXT									 */
/*--------------------------------------------------------*/

pre,
code,
tt
{
	font-family: "Courier New", Courier, "Lucida Console", monospace;
	font-size: 90%;
}

/*--------------------------------------------------------*/
/*  LISTS												 */
/*  Defines list elements for all browsers.			 */
/*  Unordered lists:									*/
/*	First-level list  items are bullets.				*/
/*	Second-level list items are squares.				*/
/*	Third-level list items are circles.				 */
/*  Ordered lists:										*/
/*	First-level list items are decimals (1, 2, 3).	*/
/*	Second-level list items are alpha (a, b, c).		*/
/*	Third-level list items are roman (i, ii, iii).	*/
/*--------------------------------------------------------*/

ol
{
	margin-left: 15px; 
}

ul
{
 	margin-left: 10px;
}

li
{
	font-size: .9em;
	margin-top: .8em;
	margin-left: 10px;
}

ol li
{
	font-size: .9em;
	list-style-type: decimal;
	margin-left: 2%;
}

ol ol li
{
	font-size: 1.0em;
	list-style-type: lower-alpha;
	margin-left: 15px;
}

ul ol li
{
	font-size: 1.0em;
	list-style-type: lower-alpha;
	margin-left: 10px;
}

ol ol ol li
{
	font-size: 1.0em;
	list-style-type: lower-roman;
	margin-left: 15px;
}

ol ul ol li,
ul ol ol li,
ul ul ol li
{
	font-size: 1.0em;
	list-style-type: lower-roman;
	margin-left: 10px;
}

ul li
{
	font-size: .9em;
	list-style-type: disc;
	margin-left: 10px;
}

ul ul li,
ol ul li
{
	font-size: 1.0em;
	list-style-type: square;
	margin-left: 10px;
}

ul ul ul li,
ul ol ul li,
ol ul ul li,
ol ol ul li
{
	font-size: 1.0em;
	list-style-type: circle;
	margin-left: 10px;
}


/*--------------------------------------------------------*/
/*  LIST ITEM PARAGRAPHS								*/
/*  Defines top margin for paragraphs within list items.  */
/*--------------------------------------------------------*/

li p
{
	margin-top: .4em;
}

/*--------------------------------------------------------*/
/*  DEFINITION LISTS									*/
/*  Defines top margins for definition list and terms.	*/
/*--------------------------------------------------------*/

dl
{
	margin: 0;
}

dt
{
	margin-top: .8em;
}

dd
{
	margin-left: 2%;
}

/*--------------------------------------------------------*/
/*  TABLES												*/
/*  Default table definition  for all tables			*/
/*--------------------------------------------------------*/

table
{
	color: #000000;
	border: none;
	text-align: left;
	caption-side: top;
}

caption
{
	color: #000000;
	font-family: Arial;
	font-size: 90%;
	text-align: left;
}

/*--------------------------------------------------------*/
/*  Default heading with rules and shading				*/
/*--------------------------------------------------------*/

th
{
	background-color: #003366;
	border-bottom: thin solid #003366;
	border-top: .1em solid #003366;
	color: #FFFFFF;
	font-weight: bold;
	line-height: normal;
	padding: .5em;
	vertical-align: bottom;
	font-size: .9em;
	text-align: left;
}

/*--------------------------------------------------------*/
/* Default heading cell with centering (th.class="center")*/
/*--------------------------------------------------------*/

th.center
{
	text-align: center;
}

/*--------------------------------------------------------*/
/*  Default cell with rules							 */
/*--------------------------------------------------------*/
td
{
	color: #000000;
	border-bottom: .1em solid #003366;
	line-height: normal;
	padding: .5em;
	vertical-align: top;
	font-size: .9em;
	text-align: left;
}

/*--------------------------------------------------------*/
/*  Default cell with centering (td.class="center")	 */
/*--------------------------------------------------------*/
td.center
{
	text-align: center;
}

/*--------------------------------------------------------*/
/*  Alternate table styles with no rules or shading	 */
/*  Alternate heading cell with no rules or shading	 */
/*  (th.class="null")									 */
/*--------------------------------------------------------*/

th.null
{
	border: none;
	color: #000000;
	font-size: .9em;
}

/*-------------------------------------------------------*/
/*  Alternate cell with no rules or shading			*/
/*  (td.class="null")									*/
/*-------------------------------------------------------*/

td.null
{
	border: none;
	font-size: .9em;
}

/*-------------------------------------------------------*/
/*  ANCHORS											*/
/*  Defines colors and special effects for hyperlinks.   */
/*-------------------------------------------------------*/

a
{
	color: #003366;
	font-family: Arial;
	font-size: 90%;
	text-decoration: underline;
}

a:hover
{
	color: #800080;
	text-decoration: underline;
	font-family: Arial;
	font-size: 90%;
}

a:link
{
	color: #003366;
	text-decoration: underline;
	font-family: Arial;
	font-size: 90%;
}

a:visited
{
	color: #003366;
	text-decoration: underline;
	font-family: Arial;
	font-size: 90%;
}

a.pop
{
	background-position: right;
	color: #003366;
	font-size: 90%;
	text-decoration: underline;
}

/*--------------------------------------------------------*/
/*  HP Service Manager elements and classes 						*/
/*  Comment out the template versions of:				 */
/*  1. body											 */
/*  2. h1												 */
/*  Uncomment the HP Service Manager versions of:		 */
/*  1. body											 */
/*  2. #div1											*/
/*  3. h1												 */
/*--------------------------------------------------------*/

/*--------------------------------------------------------*/
/*  BODY with background image											*/
/*--------------------------------------------------------*/

body
 {
	background-attachment: scroll;
	background-image: url("/files/images/HPbanner.png");
	background-position: top left;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Arial, Tahoma, "Lucida Sans Unicode", sans-serif;
	font-size: 90%;
	line-height: normal;
	margin-bottom: 1.1em;
	margin-top: 2.5em;
 }

/*--------------------------------------------------------*/
/*  DIV for hiding/displaying related topics  					*/
/*--------------------------------------------------------*/

#div1
{
	position: static;
	width: 400px;
	padding: 10px;
	text-align: left;
	border: #000066 2px solid;
}

/*--------------------------------------------------------*/
/*  H1 with margin-top for background image							*/
/*--------------------------------------------------------*/


