/*
 | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
*/
body
{	font-size: 10pt;
	font-family: Arial;
	margin: 1.5em;
        border-top: 2pt;
        padding-top: 1em;
        padding-bottom: 2em;
}

.rowlinecopyright {color:red;margin-top:10pt}
.unresolved { background-color: skyblue; }
.noTemplate { background-color: yellow; }

.base { background-color: #ffffff; }

/* Add space for top level topics */
.nested0 { margin-top : 1em;}

/* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
.p {margin-top: .6em; margin-bottom: .6em;}
p { margin-top: 0.5em; margin-bottom: 0.5em;}
.note p
 { margin-top: 0.5em; margin-bottom: 0.5em;}
.tip p
 { margin-top: 0.5em; margin-bottom: 0.5em;}
.danger p
 { margin-top: 0.5em; margin-bottom: 0.5em;}
.caution p
 { margin-top: 0.5em; margin-bottom: 0.5em;}
.attention p
 { margin-top: 0.5em; margin-bottom: 0.5em;}
table p
 { margin-top: 0.2em; margin-bottom: 0.2em;}
table .p
 { margin-top: 0.4em; margin-bottom: 0.2em;}
 
/* Default of italics to set apart figure captions */
.figcap { font-size: 10pt;}
img {margin-top:.3em;}
.figdesc { font-style: normal }


/* Use @frame to create frames on figures */
.figborder { border-style: solid; padding-left : 3px; border-width : 2px; padding-right : 3px; margin-top: 1em; border-color : Silver;}
.figsides { border-left : 2px solid; padding-left : 3px; border-right : 2px solid; padding-right : 3px; margin-top: 1em; border-color : Silver;}
.figtop { border-top : 2px solid; margin-top: 1em; border-color : Silver;}
.figbottom { border-bottom : 2px solid; border-color : Silver;}
.figtopbot { border-top : 2px solid; border-bottom : 2px solid; margin-top: 1em; border-color : Silver;}

/* Set fig margin */
.fignone	{ font-size:10pt; margin-top : 8pt; margin-bottom: 8pt; }

/*Parent topicˇ˘Pelated tasks and so on*/
.familylinks {margin-top:1.5em;margin-bottom:1em;}

/* Most link groups are created with <div>. Ensure they have space before and after. */
.ullinks { list-style-type: none }

.linklist { margin-bottom: 1em }
.linklistwithchild { margin-left: 1.5em; margin-bottom: 1em  }
.sublinklist { margin-left: 1.5em; margin-bottom: 1em  }
.relconcepts { margin-top: .6em; margin-bottom: .6em }
.reltasks { margin-top: .6em; margin-bottom: .6em }
.relref { margin-top: .6em; margin-bottom: .6em }
.relinfo { margin-top: .6em; margin-bottom: .6em }
.breadcrumb { font-size : smaller; margin-bottom: .6em }
.prereq { margin-left : 20px;}

.parentlink{ margin-top: .6em; margin-bottom: .6em;}
.nextlink { margin-top: .6em; margin-bottom: .6em }
.previouslink { margin-top: .6em; margin-bottom: .6em }

/* Set heading sizes, getting smaller for deeper nesting */
.topictitle1 { margin-top: 0pc; margin-bottom: 1em; font-size: 14pt; color: rgb(0,122,244); margin-left: -5px; }
.topictitle2 { margin-top: 1pc; margin-bottom: .45em; font-size: 1.17em; color: rgb(0,122,244); }
.topictitle3 { margin-top: 1pc; margin-bottom: .17em; font-size: 1.17em; font-weight: bold; color: rgb(0,122,244); }
.topictitle4 { margin-top: .83em; font-size: 1.17em; font-weight: bold; }
.topictitle5 { font-size: 1.17em; font-weight: bold; }
.topictitle6 { font-size: 1.17em; font-style: italic; }
.sectiontitle { margin-top: 1em; margin-bottom: 1em; color: black; font-size: 10.5pt; font-weight: bold; color: rgb(0,122,244);}
.section { margin-top: 1em; margin-bottom: 1em }
.example { margin-top: 1em; margin-bottom: 1em }
/*
.topictitle1 { margin-top: 0pc; margin-bottom: 1em; font-size: 14pt; color: rgb(0,122,255); margin-left: -5px; }
.topictitle2 { margin-top: 1pc; margin-bottom: .45em; font-size: 1.17em; color: rgb(0,122,244); }
.topictitle3 { margin-top: 1pc; margin-bottom: .17em; font-size: 1.17em; font-weight: bold; color: rgb(0,122,244); }
.topictitle4 { margin-top: .83em; font-size: 1.17em; font-weight: bold; }
.topictitle5 { font-size: 1.17em; font-weight: bold; }
.topictitle6 { font-size: 1.17em; font-style: italic; }
.sectiontitle { margin-top: 1em; margin-bottom: 1em; color: black; font-size: 10.5pt; font-weight: bold; color: rgb(0,122,244);}
.section { margin-top: 1em; margin-bottom: 1em }
.example { margin-top: 1em; margin-bottom: 1em }*/

/* All note formats have the same default presentation */
.note { margin-top: 1em; margin-bottom : 1em; background-color: #ffffcc; padding-top: ;}
.notetitle { font-weight: bold }
.notelisttitle { font-weight: bold }
.tip { margin-top: 1em; margin-bottom : 1em; background-color: #ffffcc;}
.tiptitle { font-weight: bold }
.fastpath { margin-top: 1em; margin-bottom : 1em; background-color: #ffffcc;}
.fastpathtitle { font-weight: bold }
.important { margin-top: 1em; margin-bottom : 1em; background-color: #ffffcc;}
.importanttitle { font-weight: bold }
.remember { margin-top: 1em; margin-bottom : 1em; background-color: #ffffcc;}
.remembertitle { font-weight: bold }
.restriction { margin-top: 1em; margin-bottom : 1em; background-color: #ffffcc;}
.restrictiontitle { font-weight: bold }
.attention { margin-top: 1em; margin-bottom : 1em; background-color: #ffffcc;}
.attentiontitle { font-weight: bold }
.dangertitle { font-weight: bold }
.danger { margin-top: 1em; margin-bottom : 1em; background-color: #ffffcc;}
.cautiontitle { font-weight: bold; }
.caution { margin-bottom : 1em; background-color: #ffffcc;}

/* Simple lists do not get a bullet */
ul.simple { list-style-type: none }

/* List margin line space */
li ul {	margin-top: 0.6em;}
li { margin-top: 0.6em; margin-bottom: 0.6em;}
.menu8 li
 { margin-top: 0em; margin-bottom: 0em;}
.note li
 { margin-top: 0.2em; margin-bottom: 0.2em;}
.tip li
 { margin-top: 0.2em; margin-bottom: 0.2em;}
.danger li
 { margin-top: 0.2em; margin-bottom: 0.2em;}
.caution li
 { margin-top: 0.2em; margin-bottom: 0.2em;}
.attention li
 { margin-top: 0.2em; margin-bottom: 0.2em;}
table li
 { margin-top: 0.2em; margin-bottom: 0.2em;}


ol
	{margin-top: 1em; margin-bottom: 1em; margin-left:2.4em}

ul
	{margin-top: 1em; margin-bottom: 1em; margin-left:2.0em; }

table ol
	{margin-top: 0.4em; margin-bottom: 0.4em; }

table ul
	{margin-top: 0.4em; margin-bottom: 0.4em; }

ol ul
	{list-style: disc }
ul ul
	{list-style: square }
ol ul ul
	{list-style: square }
ol ul 
        {list-style-type:disc;}

/* Used on the first column of a table, when rowheader="firstcol" is used */
.firstcol { font-weight : bold;}

/* Set table header to grayed background color*/
th { background-color: #cfcfcf; 
     text-align:center;}
     

           
/* Set table margin */
table { margin-top: 8pt; 
        margin-bottom: 12pt;
        width:100%}

/* Set table caption align and  */
table caption { text-align: left;font-weight:bold; }

/* Various basic phrase styles */
.bold { font-weight: bold; }
.boldItalic { font-weight: bold; font-style: italic; }
.italic { font-style: italic; }
.underlined { text-decoration: underline; }

/*
.uicontrol { font-weight: bold; }
.userinput { font-weight: bold; }
.parmname { font-weight: bold; }
*/

.kwd { font-weight: bold; }
.defkwd { font-weight: bold; text-decoration: underline; }
.var { font-style : italic;}
.shortcut { text-decoration: underline; }

/* Default of bold for definition list terms */
.dlterm { font-weight: bold;}

dd {margin-top:.5em;
    margin-bottom:.5em}

/* Use CSS to expand lists with @compact="no" */
.dltermexpand { font-weight: bold; margin-top: 1em; }

*[compact="yes"]>li { margin-top: 0em;}
*[compact="no"]>li { margin-top: .53em;}	
.liexpand { margin-top: 1em; margin-bottom: 1em }
.sliexpand { margin-top: 1em; margin-bottom: 1em }
.dlexpand { margin-top: 1em; margin-bottom: 1em }
.ddexpand { margin-top: 1em; margin-bottom: 1em }
/*
.stepexpand { margin-top: 1em; margin-bottom: 1em }
.substepexpand { margin-top: 1em; margin-bottom: 1em }*/
.stepexpand { margin-top: .3em; margin-bottom: .3em }
.substepexpand { margin-top: .3em; margin-bottom: .3em }

/* Align images based on @align on topic/image */
div.imageleft { text-align: left }
div.imagecenter { text-align: center }
div.imageright { text-align: right }
div.imagejustify { text-align: justify }

pre.screen { 	margin-top: 2px; 
		margin-bottom : 2px;
		padding: 1.5px; 
		border: none; 
		background-color: #DDDDDD; 
		white-space: pre;
	     }


.hrcopyright{color:#3f4e5d;margin-top:18pt;}
.hwcopyright{text-align:center}


<!--
body {height:100%}

#right
{ 
        position: absolute;
        left:265px; 
        top:0px; 
        width:70%;
        height:90%;

        margin: 0px; 
        padding: 3% 2% 0px 3%;
        border-style: solid;
        border-size: 1px;
        border-width: 0px 2% 0px 0px;
        border-color: transparent;

}





/*- navigation--------------------------- */

#navigation
 {
        position: absolute;
        left:0px; 
        top:0px; 
        width: 229px;
        height: 100%;
	overflow: auto;
        margin: 0px;
        padding: 3% 0px 0px 0px;
        border-style: solid;
        border-right-color: rgb(214,214,214);
        border-top-color: rgb(255,255,255);
        border-bottom-color: rgb(255,255,255);
        border-left-color: rgb(255,255,255);
        border-size: 1px;
        border-width: 0px 6px 0px 0px;

}

#navigation ul
 {
        list-style: none;
        margin: 0;
        padding: 0;
}

#navigation ul li
 {
    display:none;
}

#navigation li a
 {
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
          width: 800px;
          text-decoration: none;
}

#navigation li a:link,#navigation li a:visited 
{
        color: #656556;
        display: block;
        background:  url('Buttun_Normal.gif');
        padding: 8px 0 0 20px;
}


#navigation li a:hover, #navigation li #current 
{
        color: #474739;
        display: block;
        background:  url('Buttun_Current.gif');
        padding: 8px 0 0 20px;
}


-->
</style>
