idsvhlp.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. /*****************************************************************************************************************
  2. IBM Dita styles (as of July 28, 2010) with conversion to cogdoc style all sections below this line
  3. *****************************************************************************************************************/
  4. .unresolved { background-color: aqua; }
  5. .noTemplate { background-color: yellow; }
  6. .sidebar { background: silver; }
  7. /* cogdoc matching equivalent
  8. .toc {font-size: small; } */
  9. .toc {font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size: 1em; }
  10. body { color: #000000; background-color: #ffffff; }
  11. .base { background-color: #ffffff; }
  12. .breadcrumb { font-size : smaller;}
  13. dt.prereq { margin-left : 20px;}
  14. .hierarchy { display: block; border-style: solid; padding-left: 3px; border-width: 2px; padding-right: 3px; border-color: silver;}
  15. .nested0 {margin-top: 1em;}
  16. .p {margin-top: 1em;}
  17. .tableborder { margin-top: 1em; margin-bottom: 1em; }
  18. .tablenoborder { margin-top: 1em; margin-bottom: 1em; }
  19. /* cogdoc matching equivalent
  20. caption { text-align: left; font-style: italic; } */
  21. caption { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; text-align: left; font-style: italic; }
  22. .simpletable { margin-top: 1em; margin-bottom: 1em; }
  23. .simpletableborder { margin-top: 1em; margin-bottom: 1em; }
  24. .simpletablenoborder { margin-top: 1em; margin-bottom: 1em; }
  25. .choicetableborder { margin-top: 1em; margin-bottom: 1em; }
  26. .choicetablenoborder { margin-top: 1em; margin-bottom: 1em; }
  27. .row-nocellborder { border-right: hidden; }
  28. .cell-norowborder { border-bottom: hidden;}
  29. .nocellnorowborder { border-right: hidden; border-bottom: hidden; }
  30. .nocellborder { border-right: hidden; }
  31. .norowborder { border-bottom: hidden; }
  32. div.qualifstart { padding: 1px 5px 5px 5px; border-top: solid; border-left: solid; border-right: solid; border-width: thin; font-weight: bold; margin-top: 2px; margin-bottom: 2px; text-align: center; }
  33. div.qualifend { padding: 5px 5px 1px 5px; border-bottom: solid; border-left: solid; border-right: solid; border-width: thin; font-weight: bold; margin-bottom: 2px; text-align: center; }
  34. dt.qualifstart { padding: 1px 5px 5px 5px; border-top: solid; border-left: solid; border-right: solid; border-width: thin; font-weight: bold; margin-top: 2px; margin-bottom: 2px; text-align: center; }
  35. dt.qualifend { padding: 5px 5px 1px 5px; border-bottom: solid; border-left: solid; border-right: solid; border-width: thin; font-weight: bold; margin-bottom: 2px; text-align: center; }
  36. .figcap { font-style: italic; }
  37. .figdesc { font-style: normal; }
  38. .fignone {margin-top: 1em;}
  39. .figborder { border-style: solid; padding-left : 3px; border-width : 2px; padding-right : 3px; margin-top: 1em; border-color : silver;}
  40. .figsides { border-left : 2px solid; padding-left : 3px; border-right : 2px solid; padding-right : 3px; margin-top: 1em; border-color : silver;}
  41. .figtop { border-top : 2px solid; margin-top: 1em; border-color : silver;}
  42. .figbottom { border-bottom : 2px solid; border-color : silver;}
  43. .figtopbot { border-top : 2px solid; border-bottom : 2px solid; margin-top: 1em; border-color : silver;}
  44. .synnone {margin-top: 1em;}
  45. .synborder { border-style: solid; padding-left : 3px; border-width : 2px; padding-right : 3px; margin-top: 1em; border-color : silver;}
  46. .synsides { border-left : 2px solid; padding-left : 3px; border-right : 2px solid; padding-right : 3px; margin-top: 1em; border-color : silver;}
  47. .syntop { border-top : 2px solid; margin-top: 1em; border-color : silver;}
  48. .synbottom { border-bottom : 2px solid; border-color : silver;}
  49. .syntopbot { border-top : 2px solid; border-bottom : 2px solid; margin-top: 1em; border-color : silver;}
  50. .skip { margin-top: 1em; }
  51. .skipspace { margin-top: 1em; margin-bottom: 1em; }
  52. .ullinks { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; list-style-type: none; }
  53. .ulchildlink { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom: 1em; }
  54. .olchildlink { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom: 1em; }
  55. .linklist { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom: 1em; }
  56. .linklistwithchild { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-left: 1.5em; margin-bottom: 1em; }
  57. .sublinklist { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-left: 1.5em; margin-bottom: 1em; }
  58. .relconcepts { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom: 1em; }
  59. .reltasks { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom: 1em; }
  60. .relref { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom: 1em; }
  61. .relinfo { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom: 1em; }
  62. div.breadcrumb {margin-bottom: 1em; }
  63. div.tasklabel { margin-top: 1em; margin-bottom: 1em; }
  64. /* cogdoc matching equivalent
  65. h2.tasklabel, h3.tasklabel, h4.tasklabel, h5.tasklabel, h6.tasklabel { font-size: 100%; } */
  66. h2.tasklabel { font-size: 1em; }
  67. h3.tasklabel { font-size: 1em; }
  68. h4.tasklabel { font-size: 0.8em; }
  69. h5.tasklabel { font-size: 0.8em; }
  70. h6.tasklabel { font-size: 0.8em; }
  71. /* cogdoc matching equivalent
  72. .topictitle1 { margin-top: 0pc; margin-bottom: .1em; font-size: 1.34em; }
  73. .topictitle2 { margin-top: 1pc; margin-bottom: .45em; font-size: 1.17em; }
  74. .topictitle3 { margin-top: 1pc; margin-bottom: .17em; font-size: 1.17em; font-weight: bold; }
  75. .topictitle4 { margin-top: .83em; font-size: 1.17em; font-weight: bold; }
  76. .topictitle5 { font-size: 1.17em; font-weight: bold; }
  77. .topictitle6 { font-size: 1.17em; font-style: italic; }
  78. .sectiontitle { margin-top: 1em; margin-bottom: 0em; color: black; font-size: 1.17em; font-weight: bold;}
  79. .section { margin-top: 1em; margin-bottom: 1em; } */
  80. .topictitle1 { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: .8em; margin-bottom: 0em; color:#000066; font-size: 1.4em; }
  81. .topictitle2 { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 0em; margin-bottom: 0em; color:#000066; font-size: 1em; }
  82. .topictitle3 { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 0em; margin-bottom: 0em; color:#000066; font-size: 1em; font-weight: bold; }
  83. .topictitle4 { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 0em; font-size: 1em; color:#000066; font-weight: bold; }
  84. .topictitle5 { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size: 1em; color:#000066; font-weight: bold; }
  85. .topictitle6 { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size: 1em; color:#000066; font-style: italic; }
  86. .sectiontitle { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 0em; margin-bottom: 0em; color:#000066; font-size: 1em; font-weight: bold; }
  87. .section { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 0em; margin-bottom: 0em; font-size: 1em; }
  88. .example { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom: 0em; }
  89. /* NEW conversion terms added to match new output mix*/
  90. .conbody { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 0em; margin-bottom: 0em; font-size: 1em; }
  91. /*.li { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 0em; margin-bottom: 0.5em; font-size: 1em; }*/
  92. .li { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 0em; font-size: 1em; }
  93. .body { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 0em; margin-bottom: 0em; font-size: 1em; }
  94. .p { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom: 1.4em; font-size: 1em; }
  95. .abstract { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom: 1.4em; font-size: 1em; }
  96. .shortdesc { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom: 1.4em; font-size: 1em; }
  97. strong { font-weight: bold; font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom: 1em; font-size: 1em; }
  98. /*li { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom: 1em; font-size: 1em; } */
  99. li { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 0em; margin-bottom: 0em; font-size: 1em; }
  100. title { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom: 1em; font-size: 1em; }
  101. /* IBM dita tips and notes */
  102. .note { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom : 1em;}
  103. .notetitle { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-weight: bold; }
  104. .notelisttitle { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-weight: bold; }
  105. .tip { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom : 1em;}
  106. .tiptitle { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-weight: bold; }
  107. .fastpath { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom : 1em;}
  108. .fastpathtitle { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-weight: bold; }
  109. .important { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom : 1em;}
  110. .importanttitle { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-weight: bold; }
  111. .remember { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom : 1em;}
  112. .remembertitle { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-weight: bold; }
  113. .restriction { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom : 1em;}
  114. .restrictiontitle { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-weight: bold; }
  115. .attention { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; margin-bottom : 1em;}
  116. .attentiontitle { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-weight: bold; }
  117. .dangertitle { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; font-weight: bold; }
  118. .danger { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; padding: 5px 5px 5px 5px; border: solid; border-width: thin; font-weight: bold; margin-top: 2px; margin-bottom : 1em; }
  119. .cautiontitle { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; margin-top: 1em; font-weight: bold; }
  120. .caution { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-weight: bold; margin-bottom : 1em; }
  121. ul.simple { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; list-style-type: none; }
  122. .firstcol { font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-weight: bold;}
  123. .bold { font-weight: bold; }
  124. .boldItalic { font-weight: bold; font-style: italic; }
  125. .italic { font-style: italic; }
  126. .underlined { text-decoration: underline; }
  127. .uicontrol { font-weight: bold; }
  128. .filepath { font-family:"Courier New"; font-size:1em;}
  129. .varname { font-family:"Courier New"; font-style : italic; font-size:1em;}
  130. .parmname { font-weight: bold; }
  131. .defparmname { font-weight: bold; text-decoration: underline; }
  132. .kwd { font-weight: bold; }
  133. .defkwd { font-weight: bold; text-decoration: underline; }
  134. .var { font-style : italic;}
  135. .shortcut { text-decoration: underline; }
  136. .calloutlabel { color : White; background-color : Black; font-weight : bold; }
  137. .strongwintitle { font-weight : bold; }
  138. .ptocH1 {font-size: x-small; }
  139. .ptocH2 {font-size: x-small; }
  140. .smallCaps { text-transform: uppercase; font-size: smaller; }
  141. .stitle { font-style: italic; text-decoration: underline; }
  142. .dlterm { font-weight: bold; }
  143. .dltermexpand { font-weight: bold; margin-top: 1em; }
  144. .defListHead { font-weight: bold; text-decoration: underline; }
  145. .parmListKwd { font-weight: bold; }
  146. .parmListVar { font-style: italic; }
  147. .pk { font-weight: bold; text-decoration: underline; }
  148. *[compact="yes"]>li { margin-top: 0em;}
  149. *[compact="no"]>li { margin-top: .53em;}
  150. .liexpand { margin-top: 1em; margin-bottom: 1em; }
  151. .sliexpand { margin-top: 1em; margin-bottom: 1em; }
  152. .dlexpand { margin-top: 1em; margin-bottom: 1em; }
  153. .ddexpand { margin-top: 1em; margin-bottom: 1em; }
  154. .step { margin-top: 0.5em; margin-bottom: 0.5em; }
  155. .substep { margin-top: 0.5em; margin-bottom: 0.5em; }
  156. .stepexpand { margin-top: 0.5em; margin-bottom: 0.5em; }
  157. .substepexpand { margin-top: 0.5em; margin-bottom: 0.5em; }
  158. div.image {margin-top: 1em; }
  159. div.imageleft { margin-top: 1em; text-align: left; }
  160. div.imagecenter { margin-top: 1em; text-align: center; }
  161. div.imageright { margin-top: 1em; text-align: right; }
  162. div.imagejustify { margin-top: 1em; text-align: justify; }
  163. pre.screen { padding: 5px 5px 5px 5px; border: outset; background-color: #CCCCCC; margin-top: 2px; margin-bottom : 2px; white-space: pre;}
  164. .msgText { font-weight: bold; }
  165. CITE { font-style: italic; }
  166. EM { font-style: italic; }
  167. STRONG { font-weight: bold; }
  168. VAR { font-style: italic; }
  169. /************************************************************************
  170. Styles added to support .NET output. Not used by standard processing.
  171. ************************************************************************/
  172. body.dotnet /* This body tag requires the use of one of the sets of banner and/or text div ids */
  173. {
  174. margin: 0px 0px 0px 0px;
  175. padding: 0px 0px 0px 0px;
  176. background: #ffffff;
  177. color: #000000;
  178. width: 100%;
  179. }
  180. div.nstext /* Creates the scrolling text area for Nonscrolling region topic */
  181. {
  182. padding: 5px 10px 0px 22px;
  183. }
  184. div.nsbanner /* Creates Nonscrolling banner region */
  185. {
  186. position: relative;
  187. left: 0px;
  188. padding: 0px 0px 0px 0px;
  189. border-bottom: 1px solid #999999;
  190. }
  191. div.bannerrow1 /* provides full-width color to top row in running head */
  192. {
  193. background-color: #99ccff;
  194. }
  195. /* STYLES FOR RUNNING HEADS */
  196. table.bannerparthead, table.bannertitle /* General values for the Running Head tables */
  197. {
  198. position: relative;
  199. left: 0px;
  200. top: 0px;
  201. padding: 0px 0px 0px 0px;
  202. margin: 0px 0px 0px 0px;
  203. width: 100%;
  204. height: 21px;
  205. border-collapse: collapse;
  206. border-style: solid;
  207. border-width: 0px;
  208. background-color: #99ccff;
  209. font-size: 1em;
  210. }
  211. table.bannerparthead td /* General Values for cells in the top row of running head */
  212. {
  213. margin: 0px 0px 0px 0px;
  214. padding: 2px 0px 0px 4px;
  215. vertical-align: middle;
  216. /*border-width: 0px 0px 1px 0px; */
  217. border-width: 0px;
  218. border-style: solid;
  219. border-color: #999999;
  220. background: transparent;
  221. font-style: italic;
  222. font-weight: normal;
  223. }
  224. table.bannerparthead td.product /* Values for top right cell in running head */
  225. { /* Allows for a second text block in the running head */
  226. text-align: right;
  227. padding: 2px 5px 0px 5px;
  228. }
  229. h1.dtH1 {
  230. margin-left: -18px;
  231. }
  232. div.titlerow /* provides non-scroll topic title area (requires script) */
  233. {
  234. width: 100%; /* Forces tables to have correct right margin */
  235. padding: 0px 10px 0px 22px;
  236. background-color: #99ccff;
  237. }
  238. div.titlerow h1
  239. {
  240. margin-top: 0em;
  241. font-weight: bold;
  242. margin-bottom: .2em;
  243. }
  244. /* Styles for Tutorial Specialization */
  245. div.tutorialTimeRequired { margin-top: 1em; margin-bottom: 0em; }
  246. div.tutorialrelinfo { margin-top: 0em; margin-bottom: 1em; }
  247. div.tutorialPrevNext { margin-top: 1em; margin-bottom: 1em; font-weight: bold; }
  248. /*a.tutorialPrev {}
  249. a.tutorialNext {}*/
  250. /*
  251. Licensed Materials - Property of IBM
  252. IBM Cognos Products: DOCS
  253. __ Copyright IBM Corp. 1999, 2013.
  254. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  255. */
  256. /* Head1, Head2, Head3, HeadCopyright, TitleAppendix, TitleChapter, TitleNoNumber, TitlePart, Subhead */
  257. h1, h2, h3, h4, h5, h6 { font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; color:#002860; }
  258. h1 {font-size:1.4em}
  259. h2 {font-size:1.2em}
  260. h3 {font-size:1em}
  261. h4 {font-size:0.8em}
  262. h5 {font-size:0.8em}
  263. h6 {font-size:0.8em}
  264. body {background-color:#FFFFFF;color:#111111;}
  265. A:link { color: #002f66 }
  266. A:visited { color: #666699 }
  267. A:active { color: #002f66 }
  268. A:hover { color: #002f66 }
  269. /*************/
  270. /* Classes */
  271. /*************/
  272. /* for the copyright symbol only - so it displays correctly in all languages */
  273. .copyright { font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size:1em; }
  274. /* HTML nav set */
  275. .header { font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size:1em; font-weight:bold; }
  276. .backclose { font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size:0.8em; }
  277. /* Body type */
  278. .body, .callout, .graphic, .cellbody, .indented, .listindented, .list, .checkbox, .legend, .legendindented, a.link { font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size:1em;}
  279. /*new spec to space list items tighter than regular paras */
  280. .list, .cellbody {margin-top:0em; margin-bottom:0.5em;}
  281. td.checkbox p.body {margin-top:0.5em; margin-bottom:1.0em;}
  282. .code { margin-top:0em; margin-bottom:0em; font-family:courier new, courier; font-size:1em; }
  283. .codeindented { margin-left:3.7em; margin-top:0em; margin-bottom:0em; font-family:courier new, courier; font-size:1em; }
  284. /* styles for Glossary pages */
  285. .glossNav { margin-left:0.6em; margin-top:0em; margin-bottom:0em; font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size:1em; }
  286. .glossHeading { margin-top:2em; margin-bottom:0em; font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size:1em; }
  287. .glossDef { margin-top:0em; margin-bottom:1em; font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size:1em; }
  288. .default { color:red; font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size:1em; }
  289. /* Tables */
  290. .tableheader, .tablefooter { font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; color:#002f66; font-size:1em; font-weight:bold; }
  291. .tablecaption { font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; color:#002f66; font-size:1em; font-weight:bold; font-style:italic; }
  292. .tablenotes { font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size:0.8em; }
  293. .entry { font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size:1em; }
  294. thead {background:#DEEEFF;}
  295. /*adds space after a table */
  296. .table {margin-top:0em; margin-bottom:1.0em;}
  297. /* Character styles */
  298. .codechar { font-family:courier new, courier; font-size:1em; }
  299. .codecharstrong { font-family:courier new, courier; font-size:1em; font-weight:bold; }
  300. .codecharemphasis { font-family:courier new, courier; font-size:1em; font-style:italic; }
  301. .codecharstremp { font-family:courier new, courier; font-size:1em; font-weight:bold; font-style:italic; }
  302. .ph.b { font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size:1em; font-weight:bold; }
  303. .ph.i { font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size:1em; font-style:italic; }
  304. .ph.u { font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size:1em; text-decoration:underline; }
  305. .ph.codeph { font-family:courier new, courier; font-size:1em; }
  306. /* Index group headings */
  307. .cogidx { margin:6px }
  308. .ixgrp { font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; color:#002266; font-size:0.8em; }
  309. .indexlist li {margin-top:0em; margin-bottom:0em;}
  310. /* TOC Styles */
  311. .tocbody { font-family:Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size:1em; background: #FFFFFF; color: #002f66; }
  312. #maintocnav { padding: 0em 0em 0em 0em; margin-left: 0em; margin-top: 0.3em; list-style-type: none; white-space: nowrap; }
  313. #maintocnav ul { padding: 0em 0em; margin-left: 0.9em; list-style-type: none; white-space: nowrap; }
  314. #maintocnav li { padding: 0em 0em; margin-left: 0em; list-style-type: none; white-space: nowrap; }
  315. #maintocnav img { vertical-align: middle; margin-right: 0.2em; }
  316. #maintocnav a, #maintocnav a:visited { text-decoration: none; color: #002f66; background: transparent; }
  317. #maintocnav #maintocnav a:hover, #maintocnav a:active, #maintocnav a:focus { text-decoration: none; color: #002f66; background: transparent; }
  318. .bux-collapsableContentPane-resize-vbar-left-invisible-false {visibility:visible;position:fixed;left:0px;height:100%;background-image:url(splitter_vertical_gradient.png);background-position: left center;background-repeat:repeat-y;width:7px;}
  319. .bux-collapsableContentPane-resize-vbar-right-invisible-false {visibility:visible;position:fixed;left:0px;height:100%;background-image:url(splitter_vertical_gradient.png);background-position: left center;background-repeat:repeat-y;width:7px;}
  320. .bux-collapsableContentPane-border-openClose-button-right a {height:51px;left:0px;position:absolute;top:45%;width:6px;cursor:pointer;z-index:11;background-image:url(action_pane_close.png);}
  321. .bux-collapsableContentPane-border-openClose-button-right a:hover {background-image:url(action_pane_close_hover.png);}
  322. .bux-collapsableContentPane-border-openClose-button-left a {height:51px;right:1px;position:absolute;top:45%;width:6px;cursor:pointer;z-index:11;background-image:url(action_pane_open.png);}
  323. .bux-collapsableContentPane-border-openClose-button-left a:hover {background-image:url(action_pane_open_hover.png);}
  324. .contentDIV {position:absolute;left:16px;height:100%;overflow:visible;padding:0;margin:0;z-index:-1;}