/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*   Oracle | ATG webhelp documentation formatting */
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*   Normal text */
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


p, li, span.productnumber, span.biblioid, span.releaseinfo, dl, dt {
    border-style:none;
    font-family:Verdana;
    font-size:8pt;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:12pt;
    text-align:left;
    text-indent:0;
    text-transform:none;
}

code {
    font-size: 9pt;
}

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*   Section headings */
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

h1 	{
    font-family:Verdana;
    font-size:13pt;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    text-align:left;
    text-transform:none;
}
    
h2, h3, title 	{
    border-style:none;
    font-family:Verdana;
    font-size:12pt;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    text-align:left;
    text-indent:0;
    text-transform:none;
}

/* This is atgRefHead */
h4 	{
    
    font-family:Verdana;
    font-size:10pt;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    text-align:left;
    text-indent:0;
    text-transform:none;
    margin-top:20px;
}

h5 	{
    border-bottom-style:solid;
    border-bottom-width:thin;
    border-bottom-color:#d3d3d3;
    font-family:Verdana;
    font-size:10pt;
    font-style:italic;
    font-variant:normal;
    font-weight:normal;
    text-align:left;
    text-indent:0;
    text-transform:none;
    margin-top:30px;
}

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*   Links in doc content */
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
    
a[href]:link, a[href]:visited  {
	color: #000000;
    text-decoration: underline;
	}
    
a[href]:hover, a[href]:active  {
	color: #105284;
    text-decoration: underline;
	}

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*   Inline formatting */
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
        
span.olinkdocname { /*	This is the formatting for the name of a document that is not part of the current help variant.  */
    font-style: italic
}

.Strong {
    font-weight:bold;
}

.citation {
    font-style:italic;
}

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*   Code examples */
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
  
pre.programlisting {
    background-color: #E5E5E5;
}  

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*   Tables in doc content */
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

div#content td, tbody p.atgtablebody {
    font-family:Verdana;
    font-size:8pt;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    text-align:left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 12pt;
}
  
/* Style all paragraphs that are decendents of a thead element. These are table headings */

thead p.atgtablebody {
    font-family:Verdana;
    font-size:8pt;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    text-transform:none;
    margin:5px;
    text-align:left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 12pt;
}

div#content table {
    border-width: 0pt;
    border-collapse: collapse;
    margin-top: 14px;
    margin-bottom: 14px;
  }

div#content th, div#content td {
    border-color: #000000;
    border-right-width: 0pt;
    border-right-style: none;
    border-left-width: 1pt;
    border-top-width: 1pt;
    border-top-style: solid;
    border-bottom-width: 1pt;
    border-bottom-style: solid;
    vertical-align:top;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

div#content th:first-child, div#content td:first-child {
    border-color: #000000;
    border-right-width: 1pt;
    border-right-style: solid;
    border-left-width: 0pt;
    border-left-style: hidden;
    border-top-width: 1pt;
    border-top-style: solid;
    border-bottom-width: 1pt;
    border-top-style: solid;
    vertical-align: top;
}

/* These are required by IE. */

div#content thead th, div#content tbody td {
    border-left-width: 0px;
}


 td {
	padding: 0.5em;
	}

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*   Graphics */
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


div.mediaobject {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

div.figure {
    border-top: 2px groove #000000;
    border-bottom: 2px groove #000000;
}

div.caption, p.atggraphiccaption { /* This styling was taken from the 9.1 online help. */
border-style: none;
    font-family: Verdana;
    font-size: 8pt;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    line-height: 12pt;
    text-align: center;
    text-indent: 0;
    text-transform: none;
}

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*   Horizontal rules */
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


hr {
	border: 0px;
	width: 100%;
	height: 1px;
	color: #dddddd; /* IE */
	background-color: #dddddd; /* Mozilla */
	}

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*   Comments in the document (not XML comments) */
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.remark {
  font-weight: bold;
  color: red;
  font-size: 14pt;
  }
  
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*   Book title in the header */
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
  
h1.webhelpHeader 	{
    font-family:Verdana;
    font-size:13pt;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    text-align:left;
    text-transform:none;
    margin-top: 4px;
}
  
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*   TOC link appearance */
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#ulTreeDiv a[href]:link, #ulTreeDiv a[href]:visited  {
	color: #000000;
    text-decoration: none;
	}
    
#ulTreeDiv a[href]:hover, #ulTreeDiv a[href]:active  {
	color: #105284;
    text-decoration: underline;
	}

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*   Navigation control layout */
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

table.navheaderTable {
    border-collapse: collapse;
  }
  
td.navheaderTable {
    border-left: 2px solid #cccccc;
    border-right:2px solid #cccccc;
    border-top: 0px;
    border-bottom: 0px;
    vertical-align:middle;
    padding-left: 10px;
    padding-right: 10px;
    font-family:Verdana;
    text-align:left;
    }

.navheader a {
	font-weight: bold;
	background-color: #f6f6f6;
	border: 1px solid #666666;
	padding-left: 10px;
    padding-right: 10px;
	white-space: nowrap;
	text-decoration: none;
	}
  
a.navheaderTable:link, a.navheaderTable:visited {
    font-size: 10pt;
	color: #105284;
    text-decoration: none;
	}
    
a.navheaderTable:hover, a.navheaderTable:active  {
    font-size: 10pt;
	color: #105284;
    text-decoration: underline;
	}
  
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*   Win IE PNG fix */
/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Win IE PNG fix */
img {
	behavior: url(iepngfix.htc);
}
