/* ======================================================================                                               */
/* Product      :                                                                                                       */
/* Notes        :                                                                                                       */
/*                                                                                                                      */
/* ======================================================================                                               */
/*                                                                                                                      */
/*  (c) 2007 Justsystems Canada Inc. All Rights Reserved                                                                            */
/*                                                                                                                      */
/* ======================================================================                                               */
/* Revision History: (last five changes)                                                                                */
/* Name             Date       Description                                                                              */
/* =========================                                                                                            */
/* | asmith          3-Nov-09  PROD00000000: XMEE 6.0 onto MAIN                                                         */
/* | nhu             3-Dec-07  PROD00000000 ulysses_trunk to main merge (3930 items: 425 dirs, 3505 files)              */
/* | ngolovyak                 olovyak  4-Jun-07 PROD00000000                                                           */
/* |                           Single HTML Support with copyright                                                       */
/* | ngolovyak      17-May-07  PROD00000000                                                                             */
/* |                           DITA OT Single XHTML output support                                                      */
/* ======================================================================                                               */
/*
Copyright 2007 JustSystems Canada Inc.

This XMetaL extension is the property of JustSystems Canada Inc.
and its licensors and is protected by copyright.   Modifications of
this extension may invalidate any support that you may be entitled to.
Any reproduction in whole or in part is strictly prohibited.
*/
.unresolved { background-color: skyblue; }
.noTemplate { background-color: yellow; }

.base { background-color: #ffffff; }

body { background-color: #ffffff; font-family:  Verdana, Arial, Helvetica, Sans-Serif; font-size: 12px; margin-left: 20px; margin-right: 20px; line-height: 1.3em;}

/* MJD: Added this style to change default font-size for non-Latin scripts */
html[lang="ar-EG"] body {font-size: 18px; }
html[lang="zh-CN"] body {font-size:14px; }
html[lang="ko-KR"] body {font-size:14px; }
html[lang="ja-JP"] body {font-size:14px; }


/* 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: 1em; font-family: Verdana, Arial, Helvetica, Sans-Serif; line-height:16px;}

/* Default of italics to set apart figure captions */
.figcap { font-style: italic }
.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 : White;}
/*  .figsides { border-left : 2px solid; padding-left : 3px; border-right : 2px solid; padding-right : 3px; margin-top: 1em; border-color : White;}
/*  .figtop { border-top : 2px solid; margin-top: 1em; border-color : White;}
/* .figbottom { border-bottom : 2px solid; border-color : White;}
/* .figtopbot { border-top : 2px solid; border-bottom : 2px solid; margin-top: 1em; border-color : White;}*/


/* MJD:  Added next 5 lines to turn off border around graphics. The .figborder class was set to Silver by commonltr.css and commonrtl.css .
         Based on global search, only the .figborder class is used in these HTML files, but I modified the other .fig classes, just to be safe...   */
.figborder { border-style: none; padding-left : 3px; border-width : 2px; padding-right : 3px; margin-top: 1em; border-color : White;}
.figsides { border-left : none; padding-left : 3px; border-right : none; padding-right : 3px; margin-top: 1em; border-color : White;}
.figtop { border-top : none; margin-top: 1em; border-color : White;}
.figbottom { border-bottom : none; border-color : White;}
.figtopbot { border-top : none; border-bottom : none; margin-top: 1em; border-color : White;} 


/* Most link groups are created with <div>. Ensure they have space before and after. */
.ullinks { list-style-type: none }
.ulchildlink { margin-top: 1em; margin-bottom: 1em }
.olchildlink { margin-top: 1em; margin-bottom: 1em }
.linklist { margin-bottom: 1em }
.linklistwithchild { margin-left: 1.5em; margin-bottom: 1em  }
.sublinklist { margin-left: 1.5em; margin-bottom: 1em  }
.relconcepts { margin-top: 4em; margin-bottom: 1em } /* MJD: Changed margin-top from 1em to 4em   */
.reltasks { margin-top: 4em; margin-bottom: 1em } /* MJD: Changed margin-top from 1em to 4em   */
.relref { margin-top: 4em; margin-bottom: 1em } /* MJD: Changed margin-top from 1em to 4em   */
.relinfo { margin-top: 4em; margin-bottom: 1em } /* MJD: Changed margin-top from 1em to 4em   */
.breadcrumb { font-size : smaller; margin-bottom: 1em }
.prereq { margin-left : 20px;}
.parentlink { display: none; } /* MJD: Added this line to remove the "Parent Topic" link from each topic   */




/* Set heading sizes, getting smaller for deeper nesting */
.topictitle1 { margin-top: 0pc; margin-bottom: .1em; color: #008ab0; font-size: 1.34em;}
.topictitle2 { margin-top: 2em; margin-bottom: .15em; color: #008ab0; font-size: 1.17em; } /* MJD: Changed margin-top from 1 pc to 2em; margin-bottom from .45em to .15em  */
.topictitle3 { margin-top: 1pc; margin-bottom: .17em; color: #008ab0; font-size: 1.17em; font-weight: bold; } /*MJD: Based on search, topictitle3,topictitle4, topictitle5, topictitle6 are not used in these HTML files */
.topictitle4 { margin-top: .83em; font-size: 1.17em; color: #008ab0; font-weight: bold; }
.topictitle5 { font-size: 1.17em; color: #008ab0; font-weight: bold; }
.topictitle6 { font-size: 1.17em; color: #008ab0; font-style: italic; }
.sectiontitle { margin-top: 2.5em; margin-bottom: 0em; color: black; font-size: 1.17em; font-weight: bold;} /* MJD: Changed margin-top from 1em to 2.5 em  */
.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;}
.notetitle { color: #008ab0; font-weight: bold }
.notelisttitle { color: #008ab0; font-weight: bold }
.tip { margin-top: 1em; margin-bottom : 1em;}
.tiptitle { color: #008ab0; font-weight: bold } /* MJD: Changed color from #f3901d to #008ab0 */
.fastpath { margin-top: 1em; margin-bottom : 1em;}
.fastpathtitle { color: #008ab0; font-weight: bold }
.important { margin-top: 1em; margin-bottom : 1em;}
.importanttitle { color: red; font-weight: bold }
.remember { margin-top: 1em; margin-bottom : 1em;}
.remembertitle { color: #f3901d; font-weight: bold }
.restriction { margin-top: 1em; margin-bottom : 1em;}
.restrictiontitle { color: red; font-weight: bold }
.attention { margin-top: 1em; margin-bottom : 1em;}
.attentiontitle { color: red; font-weight: bold }
.dangertitle { color: red; font-weight: bold }
.danger { margin-top: 1em; margin-bottom : 1em;}
.cautiontitle { color: red; font-weight: bold }
.caution { font-weight: bold; margin-bottom : 1em; }

/* Simple lists do not get a bullet */
ul.simple { list-style-type: none }

/* Used on the first column of a table, when rowheader="firstcol" is used */
.firstcol { 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; }
.parmname { font-weight: bold; }
.kwd { font-weight: bold; }
.defkwd { font-weight: bold; text-decoration: underline; }
.var { font-style : italic;}
.shortcut { text-decoration: underline; }

/* MJD: Added these styles to remove italics from ar, zh, ko, ja */
html[lang="ar-EG"] em {font-style:normal; }
html[lang="zh-CN"] em {font-style:normal; }
html[lang="ko-KR"] em {font-style:normal; }
html[lang="ja-JP"] em {font-style:normal; }

/* Default of bold for definition list terms */
.dlterm { font-weight: bold; }

/* 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 }
.li.step, .step { 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 }
/*using simple lists for Cross Refs at bottom of page */
.sli {margin-bottom: 1em}


/* 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 }

/* The cell border can be turned on with
   {border-right:solid}
   This value creates a very thick border in Firefox (does not match other tables)

   Firefox works with 
   {border-right:solid 1pt}
   but this causes a barely visible line in IE */
/* .cellrowborder { border-left:none; border-top:none; border-right:solid 1px; border-bottom:solid 1px } */
.cellrowborder { border-left:none; border-top:none; border-right:solid 1px; border-bottom:solid 1px }
.row-nocellborder { border-left:none; border-top:solid 1px; border-right: none; border-bottom:none}
.cell-norowborder { border-top:none; border-bottom:none; border-left:none; border-right:solid 1px}
.nocellnorowborder { border:none; border-right: hidden;border-bottom: hidden }

pre.screen { padding: 5px 5px 5px 5px; border: outset; background-color: #CCCCCC; margin-top: 2px; margin-bottom : 2px; white-space: pre}

/*links*/
a, a:visited {
color:#5c6f7b;
text-decoration:none;} /* MJD: Changed text-decoration from none to underline   */

a:active, a:hover {
color:#008ab0;
text-decoration:none;}

/* MJD: Added font-size for copyright line in the footer. */
#copyright {
	font-size:10px; }