/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*   Oracle | ATG webhelp documentation formatting */

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */





/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*   Normal text */

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */





/* Apply font styling to most or all text. Don't specify font-size */

span, p.copyright, p.atgbody, p.atgtablebody, p.atgparameter, ul.searchresult > li > a, li.listitem , div.legalnotice > a > p, dl, dt, label, p.oracleHtmlPageFooter {

    border-style:none;

    font-family:Verdana;

    font-style:normal;

    font-variant:normal;

    font-weight:normal;

    line-height:145%;

    text-align:left;

    text-indent:0;

    text-transform:none;

    background-color: #ffffff;

}



/* Reduce most or all text to a smaller size. The percent is of the browser's default text size */

span, p, ul.searchresult > li > a, li.listitem , div.legalnotice > a > p, dt, label, p.searchresults {

    font-size: 70%;

}



/* Do not reduce the size of text if it is the child of another text element that has already been reduced in size. */

ul p, li  > div > ul > li.listitem, li table p.atgtablebody, p span, li p, pre > a > code, pre > em.replaceable > code, pre > a > em.replaceable > code, code.code > em.replaceable > code, pre.programlisting > code.code {

    font-size: 100%;

}



/* Enlarge inline code elements. They inherit reduced font-size from parent <p> elements and 

returning them to 100% still leaves them a little small.*/



code, p.atgtablecommand > code, p > em.replaceable > code {

    font-size:145%;

}



/* But when the highlight Javascript inserts a span.highlight element 

   inside these elements, don't magnify the size. */

span.highlight, code > span.highlight, p.atgtablecommand > code > span.highlight, p > em.replaceable > code > span.highlight {

    font-size:100%;

}





p.atgtablecommand {

    padding: 2px 0px 2px 0px;

    margin: 2px 0px 2px 0px;

    line-height: 145%;

}



/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*   Section headings */

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */



h1 	{

    font-family:Verdana;

    font-size: large;

    font-style:normal;

    font-variant:normal;

    font-weight:bold;

    text-align:left;

    text-transform:none;

    background-color: #ffffff;

}

    

h2, h3, title 	{

    border-style:none;

    font-family:Verdana;

    font-size: medium;

    font-style:normal;

    font-variant:normal;

    font-weight:bold;

    text-align:left;

    text-indent:0;

    text-transform:none;

    background-color: #ffffff;

}



/* This is atgRefHead */

h4 	{

    

    font-family:Verdana;

    font-size:90%;

    font-style:normal;

    font-variant:normal;

    font-weight:bold;

    text-align:left;

    text-indent:0;

    text-transform:none;

    margin-top:20px;

    background-color: #ffffff;

}



h5 	{

    border-bottom-style:solid;

    border-bottom-width:thin;

    border-bottom-color:#d3d3d3;

    font-family:Verdana;

    font-size:83%;

    font-style:italic;

    font-variant:normal;

    font-weight:normal;

    text-align:left;

    text-indent:0;

    text-transform:none;

    margin-top:30px;

    background-color: #ffffff;

}



/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*   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: #f0f0f0;

}  



/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*   Tables in doc content */

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */



div#content td, tbody p.atgtablebody {

    font-family:Verdana;

    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:145%;

}

  

/* Style all paragraphs that are decendents of a thead element. These are table headings */



thead p.atgtablebody, thead p.atgtablehead {

    font-family:Verdana;

    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:145%;

}



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-left-style: solid;

    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-style: italic;

    font-variant: normal;

    font-weight: normal;

    line-height:145%;

    text-align: center;

    text-indent: 0;

    text-transform: none;

}



/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*   HTML page footer */

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */



p.oracleHtmlPageFooter {
    color: #808080;
    text-align: left;
    font-size: 65%;
    line-height: 90%;
}

a[href].oracleHtmlPageFooter {
    color: #808080;
}

a[href].oracleHtmlPageFooter:hover, a[href].oracleHtmlPageFooter:active  {

	color: #105284;
    text-decoration: underline;

	}

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*   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: 105%;

  }

  

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*   Book title in the header */

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

  

h1.webhelpHeader 	{

    font-family:Verdana;

    font-size: large;

    font-style:normal;

    font-variant:normal;

    font-weight:normal;

    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:80%;

	color: #105284;

    text-decoration: none;

	}

    

a.navheaderTable:hover, a.navheaderTable:active  {

    font-size:80%;

	color: #105284;

    text-decoration: underline;

	}

  

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*   Win IE PNG fix */

/*   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */



/* Win IE PNG fix */

img {

	behavior: url(iepngfix.htc);

}

