/* 01/12/2007 Bill Crawford - Implemented gray banners. */

/* 02/02/2007 Bill Crawford - Fixed breadcrumbs not visible until you mouse over */

/* 02/06/2007 Bill Crawford - Edited 'body' to reduce margin-bottom from 1200px 
/*            to 20pt to reduce deep blank region at ends of topics. */

/* 02/11/2007 Bill Crawford - Added 'div.codeBlock' and 'div.codeBlock 
/*            pre.codeLine' to eliminate unwanted space between lines in code 
/*            blocks and provide a code block background color */

/* 09/27/2007 Bill Crawford - Appended rules for workflow tables. */

/* 10/02/2007 Bill Crawford - Defect fixes for workflow tables. */

/* 10/12/2007 Bill Crawford - Added ul.bullet_no selector. <ul> elements are */
/*            assigned to this class when the 'bullet' attribute of the */
/*            corresponding UList element in Framemaker is set to "no". */

/* 10/12/2007 Bill Crawford - Added 'ul ul' and 'ul ul ul' selectors to allow 
              explicit control over bullet style in nested bullet lists. */

/* 12/03/2007 Bill Crawford - Added font attributes to 'div.task-title' and 
              removed all font attribs but font-weight from 'div.task-title a' 
              and 'div.task-title-last a' so that font style of task titles 
              match whether they are links or not. */

 /* 09/07/2008 Tracey Houston - changed default font colours.*/

BODY {
background-color: #ffffff;
font-family: Verdana;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #000000;
letter-spacing: normal;
word-spacing: normal;
text-align: left;
text-indent: 0pt;
margin-bottom: 20pt;
margin-left: 12pt;
margin-right: 12pt;
margin-top: 0pt;
}

p {
margin-top: 10pt;
margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
										Link styles
 ---------------------------------------------------------------------------- */
A {
color: #339;
font-size: 10pt;
font-weight: normal;
text-decoration: underline;
}

A:link {
color: #339;
}

A:visited {
color: #339;
}

/* ----------------------------------------------------------------------------
										Table styles
 ---------------------------------------------------------------------------- */
p.table-title {
font-weight: bold;
}

table.table {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #000000;
background-color: transparent;
letter-spacing: normal;
text-align: left;
text-indent: 0pt;
word-spacing: normal;
margin-top: 5pt;
}

P.table-title + TABLE.table{
margin-top: -5pt;
} /* Table after it's title should have small top margin */

TABLE.table TH {
background-color:#CCC;
font-weight:bold;
} 

/*Head row cells*/
TABLE.table TR TD {
vertical-align: top;
} /*Body cells*/

TABLE.Ruled, TABLE.RuledWide {
border-top: 1 solid #78b;
border-bottom: 2 solid #78b;
}

TABLE.Ruled TH, TABLE.RuledWide TH {
padding-bottom: 6pt;
}

TABLE.Ruled TD, TABLE.RuledWide TD {
padding-bottom: 6pt;
}

TR.RuledHeading, TR.RuledWideHeading {
background-color: transparent;
}

TR.RuledEvenRow, TR.RuledWideEvenRow {
background-color: transparent;
}

TR.RuledOddRow, TR.RuledWideOddRow {
background-color: transparent;
}

TH.table-heading {
font-size: 10pt;
text-align: left;
font-weight: bold;
color: #78b;
}

P.table-body {} /* Paragraph within table body */
P.table-heading {} /* Paragraph within table body */
P.table-footing {} /* Paragraph within table body */

/* ----------------------------------------------------------------------------
										List styles
 ---------------------------------------------------------------------------- */

UL
{
margin-bottom: 0pt;
margin-left: 12pt;
margin-top: 6pt;
list-style-type: disc;
}

ul p {
margin-top: 6pt;
}

ul li {
margin-bottom: 0pt;
margin-top: 10pt;
padding-left: 6pt;
}

ul.bullet_no {
list-style-type: none;
}

OL
{margin-bottom: 0pt;
margin-left: 18pt;
margin-top: 6pt}

ol p {
margin-top: 6pt;
}

ol li {
margin-bottom: 0pt;
margin-top: 10pt;
padding-left: 0pt;
}

div.see-also ul ul {
margin-left: 0;
}

div.see-also li {
margin-top: 4pt;
}

div.topic-list li {
margin-top: 4pt;
}

div.dl_section {
margin-left: 30pt;
}

/* section titles (break heads within topics) */
div.dl_section p.title, 
div.dl_section p.section_title_h1, 
div.section p.section_title_h1 {
background-color: #D3D3D3;
font-weight: bold;
font-size: 10pt;
color: black;
padding-top: 2pt;
padding-bottom: 3pt;
padding-left: 4pt;
padding-right: 6pt;
margin-top: 20pt;
}

@media print {

    div.dl_section p.title, 
    div.dl_section p.section_title_h1, 
    div.section p.section_title_h1 {
    background-color: transparent;
    padding-left: 0pt;
    }

}

DL {}

DL p {
margin-top: 6pt;
}

DT {
margin-top: 12pt;
margin-bottom: 0;
}

DD {
margin-top: 0pt;
margin-bottom: 0;
}

UL.jumplist {
margin-left:10pt;
margin-bottom: 10pt;
}

OL[start] {margin-top:2pt} /* continued list */

DIV.list-intro {font-size: 10pt;
margin-bottom: 5pt;
font-weight: bold;
color: #000000;}

DIV.enclosed-list {
margin-top: -5pt;
padding-left:15pt;
padding-bottom:0pt;
} /* Block to indent enclosed lists */

DIV.enclosed-list DIV.list-intro {
padding-top: 10pt;
} /* Subsequent list into */

DIV.enclosed-list UL {margin-top: 0pt;
margin-bottom: 0pt;}

DIV.enclosed-list OL {margin-top: 0pt;
margin-bottom: 0pt;}

div.topic-list h4.related {
font-weight: bold;
font-size: 10pt;
color: #369;
margin-top: 16pt;
margin-bottom: 8pt;
}
/* ----------------------------------------------------------------------------
										Note styles
 ---------------------------------------------------------------------------- */

DIV.note-note, DIV.note-warning, DIV.note-tip, DIV.note-related, DIV.note-important {
margin-top: 10pt;
margin-bottom: 0;
}

/* Notes within table */
TABLE.table DIV.note-note, TABLE.table DIV.note-warning, TABLE.table DIV.note-tip, TABLE.table DIV.note-related, TABLE.table DIV.note-important {
padding-top: 5px;
padding-bottom: 5px;
font-size: 9pt;
}
/* Notes within lists */

LI DIV.note-note, LI DIV.note-warning, LI DIV.note-tip, LI DIV.note-related, LI DIV.note-important {
margin-left: 0pt;
margin-top: 2pt;
margin-bottom: 8pt;
}

/*  Note label styles */
DIV.note-important SPAN.label {
color: #c00;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}

DIV.note-warning SPAN.label {
color: #c00;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}

DIV.note-note SPAN.label {
color: #338;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}

DIV.note-tip SPAN.label {
color: #338;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}

DIV.note-related SPAN.label {
color: #027;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}

DIV.note-important SPAN.label {
color: #c00;
font-size: 9pt;
font-weight: bold;
padding-right: 5px;
}

/* ---------------------------------------------------------------------------------------------
                                        Code elements
 --------------------------------------------------------------------------------------------- */
SPAN.code, DIV.codeBlock, P.codeLine, P.codeComment, SPAN.codeLiteral {
font-family: "Courier New", Courier, monospace;
font-size: 10pt;
font-style: normal;
font-weight: normal;
}

SPAN.code {}

DIV.codeBlock DIV.codeBlock {
margin-left: 30pt;
} /* Only descendant code blocks should have indents */

P.codeLine, P.codeComment {
padding: 1px;
margin: 1px;
}

P.codeSpace {}

SPAN.codeLiteral {}

div.codeBlock {
margin-top: 8pt;
padding: 8pt;
background: #aac;
}

div.codeBlock pre.codeLine {
margin-top: 0pt;
margin-bottom: 0pt;
}

@media print {

    div.codeBlock {
    background: #fff;
    border: 1 solid #000;
    }

} /* @media print */


/* ---------------------------------------------------------------------------------------------
							Charspan
--------------------------------------------------------------------------------------------- */
SPAN.charspan-keyboardEntry {}

SPAN.charspan-strong {
font-weight:bold }

SPAN.charspan-special {}

/*
Note that CharSpan[@class='Emphasis'], CharSpan[@class='Subscript'] and CharSpan[@class='Superscript'] elements
are being formatted as <em>, <sub> and <sub> html elements so please change element css definitions instead of class
*/

/* ---------------------------------------------------------------------------------------------
							Emphasis
--------------------------------------------------------------------------------------------- */
EM, EM.mild {
font-style: italic }

EM.strong {
font-style: normal;
font-weight:bold }

EM.extreme {
font-style: italic;
font-weight:bold }

/* ---------------------------------------------------------------------------------------------
							UIString
--------------------------------------------------------------------------------------------- */
SPAN.uis-promptMessage {
font-style: normal;
font-weight: bold;
}

SPAN.uis-dialogCaption {
font-style: normal;
font-weight: bold;
}

SPAN.uis-entryField {
font-style: normal;
font-weight: bold;
}

SPAN.uis-menuText {}

SPAN.uis-stringTable {}

SPAN.uis-unspecified {}

/* -------------------------------------------------------------------------------------------
							Comments
------------------------------------------------------------------------------------------- */
DIV.comments-editor {font-weight: bold;color:red}

DIV.comments-localizer {font-weight: bold;color:red}

DIV.comments-special {font-weight: bold;color:red}

DIV.comments-author {
color: #cc0000;
margin-left: 24pt;
margin-right: 48pt }

/* ------------------------------------------------------------------------------------------
							Misc
------------------------------------------------------------------------------------------ */
.title, .list-intro {
font-weight: bold;
color: #990000;
margin-top: 10pt;
margin-bottom: -5pt;
}

p.title {
font-weight: bold;
font-size: 10pt;
color: #338;
margin-top: 16pt;
margin-bottom: 0pt;
}

p.section_title_h1 {
font-weight: bold;
font-size: 10pt;
color: #338;
margin-top: 16pt;
margin-bottom: 0pt;
}

p.list-intro {
font-weight: bold;
font-size: 10pt;
color: #369;
margin-top: 16pt;
margin-bottom: 0pt;
}

P.prompt {
margin-left: 12pt;
color: #0000cc }

P.entryField {
font-style: normal;
font-weight: bold;
} 	/* The same as 'uis-entryField'? */

SPAN.keyboardEntry { } 	/* The same as 'charspan-keyboardEntry'? */

SPAN.keyCaps{
font-style: normal;
font-weight: bold;
}

SPAN.filePath{
font-style: italic;
}

SPAN.appSetting{}

SPAN.bookTitle{}

SPAN.coord{}

SPAN.codeIdentifier{}

SPAN.dialogCaption{
font-style: italic;
}

SPAN.menuText{
font-style: normal;
font-weight: bold;
}

SPAN.glyphCopyright {}

SPAN.glyphTM {}

SPAN.glyphArrow {}

SPAN.glyphEllipsis {}

SPAN.glyphSpecial {}

SPAN.glyphRegistered {}

SPAN.glyph_additional {font-family: Symbol}

A.webLink {}

SPAN.fileName {}

SPAN.term {
font-size: 10pt;
font-weight: bold;
color: #36c;
}

DD DIV.definition { }

DD DIV.brief_example {
font-size: 9pt;
color: #000;
/* background-color : #c6cfd0; */
background-color : #77aacc;
padding-top: 7pt;
padding-bottom:7pt;
padding-left:15pt;
padding-right:15pt;
margin-right: 0pt;
margin-left: 0pt;
}

div.section {}

P.summary {}

/* -----------------------------------------------------------------------------------------------
								Topic heading elements
 ----------------------------------------------------------------------------------------------- */

/* head region */
div.head {
background-image: url(../images/head_graphic.gif);
margin-left: -12pt;
margin-right: -12pt;
margin-top: 0pt;
margin-bottom: 0pt;
border-bottom: 0pt;
}

@media print {

   div.head {
   background-image: none;
   }

} /* @media print */

/* head block - sets head region margins */
div.head-block {
margin-left: 12pt;
margin-right: 12pt;
padding-top: 4pt;
}

/* nav group - aw search and browse buttons */
div.nav-group {
position: relative;
height: 0;
padding-left: 1;
}

@media print {

   div.nav-group {
   display: none;
   }

} /* @media print */

/* ask-me stuff */

form.ask-me {
width: 275;
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
height: 0;
float: left;
}

input.ask-me-image {
cursor: hand;
margin-bottom: 2pt;
margin-top: 2pt;
height: 21;
}

input.ask-me-text {
padding-left: 5;
width: 160pt;
padding-top: 1pt;
height: 23;
margin-bottom: 2pt;
}

/* link to parent topic */

div.head-parent-link span.head-parent-link {
font-weight : normal;
font-style : normal;
font-family : verdana;
font-size : 8pt;
}

div.head-parent-link a {
color: #347;
text-decoration: underline;
}

div.head-parent-link a:hover {
color: #347;
text-decoration: underline;
}

div.head-parent-link a:visited {
color: #347;
text-decoration: underline;
}

/* browse button set */
div.browse {
position: relative;
text-align: right;
width: 0;
margin-top: 2;
float: right;
}

/* browse button images */
div.browse img {
margin-left: 2px;
}

/* browse button info */
div.button-info {
text-align: right;
}

/* where browse button titles display onmouseover */
span#infoline {
padding-right: 0;
padding-top: 2;
padding-bottom: 2;
font-size: 10pt;
visibility: hidden;
color: #e5e5e5;
width: 100%;
text-align: right;
}

/* bread crumbs */

div.ancestry {
margin-top: 4pt;
margin-bottom: 8pt;
color: #BBB;
}

div.ancestry a {
color: #BBB;
text-decoration: underline;
}

div.ancestry a:link {
color: #BBB;
text-decoration: underline;
}

div.ancestry a:visited {
color: #BBB;
text-decoration: underline;
}

/* head-text region */
div.head-text {
padding-top: 6pt;
padding-bottom: 6pt;
}

/* head-text */
div.head-text span {
color: #FFF;
font-size: 14pt;
line-height: 1.2em;
padding-left: 4pt;
margin-left: -4pt;
padding-bottom: 6pt;
width: 100%;
}

@media print {

   div.head-text span {
   font-size: 18pt;
   color: #666;
   filter: glow-off;
   }

} /* @media print */

/* -----------------------------------------------------------------------------------------------
								Topic footing (comments section) elements
 ----------------------------------------------------------------------------------------------- */

DIV.footer-block {
margin-top: 25pt;
margin-bottom: 20pt;
border-top: 2px #999 solid;
border-bottom: 2px #999 solid;
text-align: right;
padding-right: 15px;
padding-top: 8px;
padding-bottom: 14px;
display: block;
}

span.comments-link {
font-size: 8pt;
}

@media print {

   DIV.footer-block {
   display: none;
   }

}  /* @media print */

/* -----------------------------------------------------------------------------------------------
								Art related elements
 ----------------------------------------------------------------------------------------------- */

P.figure-title {
margin-top: 6pt;
margin-bottom: 16pt;
padding-top: 4pt;
padding-bottom: 5pt;
padding-left: 0;
padding-right: 8pt;
font-size: 8pt;
font-weight: bold;
color: black;
}

div.figure-anchor {
margin-top: 16pt;
}

/* -----------------------------------------------------------------------------------------------
                                                DynamicHelp elements
 ----------------------------------------------------------------------------------------------- */

span.AltContentHidden {
   display: none;
}

span.RelatedContentHidden {
   display: none;
}

span.DefaultContentHidden {
   display: none;
}

/* -----------------------------------------------------------------------------------------------
   Workflow tables
----------------------------------------------------------------------------------------------- */

table.workflow {
text-align: center;
border-collapse: collapse;
margin-top: 10pt;
margin-right: 15pt;
}

tr.task {
vertical-align: center;
height: 1px;
}

/* set min width of columns */
div.task-title-min-width {
height: 1px;
width: 249px;
}

div.task-summary-min-width {
height: 1px;
width: 300px;
}

/* task-title column */
td.task-title {
height: 87px;
width: 220px;
background-image: url(../images/task-button-a.png);
background-repeat: no-repeat;
padding-left: 10px;
padding-right: 17px;
padding-bottom: 10px;
}

td.task-title-last {
height: 87px;
width: 220px;
background-image: url(../images/task-button-last-a.png);
background-repeat: no-repeat;
padding-left: 10px;
padding-right: 17px;
padding-bottom: 10px;
}

div.task-title {
font-family: helvetica, arial;
font-size: 10pt;
line-height: 11pt;
font-weight: bold;
color: #383838;
}

div.task-title a, 
div.task-title-last a { 
/* div.task-title-last selectors, here and in the next four rules, are    */
/* compensating for an xsl defect - delete them when the defect is fixed  */
font-weight: bold;
display: block;
}

div.task-title a:link, 
div.task-title-last a:link {
color: #46a;
text-decoration: none;
}

div.task-title a:visited, 
div.task-title-last a:visited {
color: #46a;
text-decoration: none;
}

div.task-title a:hover, 
div.task-title-last a:hover {
text-decoration: underline;
}

div.task-title a:active, 
div.task-title-last a:active {
color: #e24;
text-decoration: none;
}

/* task-link column */
td.task-link {
width: 30px;
}

td.task-link img {
position: relative;
top: -1px;
}

/* task-summary column */
td.task-summary {
padding-top: 4pt;
padding-bottom: 4pt;
padding-left: 10pt;
padding-right: 10pt;
background: #e6eada;
text-align: left;
width: 100%;
}

span.task-summary {
font-family: helvetica, arial;
font-size: 10pt;
line-height: 11pt;
}

/* task-arrow */
tr.task-arrow {
font-size: 8pt;
}

td.task-arrow-left img {
position: relative;
left: -2px;
}

.hilite { background-color: #9cf; }
.hilite1 { background-color: #666; }
