1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- /*
- Licensed Materials - Property of IBM
- BI and PM: DOCS
- © Copyright IBM Corp. 1999, 2015.
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- /* Head1, Head2, Head3, HeadCopyright, TitleAppendix, TitleChapter, TitleNoNumber, TitlePart, Subhead */
- h2, h3, h4, h5, h6 { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; color:#000066; }
- h2 {font-size:110%}
- h3 {font-size:100%}
- h4 {font-size:80%}
- h5 {font-size:80%}
- h6 {font-size:80%}
- body {background-color:#FFFFFF;}
- A:link { color: #000066 }
- A:visited { color: #666699 }
- A:active { color: #000066 }
- A:hover { color: #000066 }
- /*************/
- /* Classes */
- /*************/
- /* for the copyright symbol only - so it displays correctly in all languages */
- .copyright { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:10pt; }
- /* HTML nav set */
- .header { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:10pt; font-weight:bold; }
- .backclose { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:8pt; }
- /* Body type */
- .body, .callout, .graphic, .cellbody, .indented, .listindented, .list, .checkbox, .legend, .legendindented { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:10pt;}
- /*new spec to space list items tighter than regular paras */
- .list, .cellbody {margin-top:0em; margin-bottom:0.5em;}
- td.checkbox p.body {margin-top:0.5em; margin-bottom:1.0em;}
- .code { margin-top:0em; margin-bottom:0em; font-family:courier new, courier; font-size:10pt; }
- .codeindented { margin-left:3.7em; margin-top:0em; margin-bottom:0em; font-family:courier new, courier; font-size:10pt; }
- /* styles for Glossary pages */
- .glossNav { margin-left:0.6em; margin-top:0em; margin-bottom:0em; font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:10pt; }
- .glossHeading { margin-top:2em; margin-bottom:0em; font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:10pt; }
- .glossDef { margin-top:0em; margin-bottom:1em; font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:10pt; }
- .default { color:red; font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:10pt; }
- /* Tables */
- .tableheader, .tablefooter { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; color:#000066; font-size:10pt; font-weight:bold; }
- .tablecaption { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; color:#000066; font-size:10pt; font-weight:bold; font-style:italic; }
- .tablenotes { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:8pt; }
- /*adds space after a table */
- .table {margin-top:0em; margin-bottom:1.0em;}
- /* Character styles */
- .codechar { font-family:courier new, courier; font-size:10pt; }
- .codecharstrong { font-family:courier new, courier; font-size:10pt; font-weight:bold; }
- .codecharemphasis { font-family:courier new, courier; font-size:10pt; font-style:italic; }
- .codecharstremp { font-family:courier new, courier; font-size:10pt; font-weight:bold; font-style:italic; }
- /* Index group headings */
- .ixgrp { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; color:#000066; font-size:10pt; font-weight: bold; }
- /* TOC Styles */
- .tocbody { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:10pt; background: #FFFFFF; color: #000066; }
- #maintocnav { padding: 0em 0em 0em 0em; margin-left: 0em; margin-top: 0.3em; list-style-type: none; white-space: nowrap; }
- #maintocnav ul { padding: 0em 0em; margin-left: 0.9em; list-style-type: none; white-space: nowrap; }
- #maintocnav li { padding: 0em 0em; margin-left: 0em; list-style-type: none; white-space: nowrap; }
- #maintocnav img { vertical-align: middle }
- #maintocnav a, #maintocnav a:visited { text-decoration: none; color: #000066; background: transparent; }
- #maintocnav #maintocnav a:hover, #maintocnav a:active, #maintocnav a:focus { text-decoration: none; color: #000066; background: transparent; }
|