1/*
2 * Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
3 *
4 * This program and the accompanying materials are made available under the
5 * terms of the Eclipse Public License v. 2.0, which is available at
6 * http://www.eclipse.org/legal/epl-2.0.
7 *
8 * This Source Code may also be made available under the following Secondary
9 * Licenses when the conditions for such availability set forth in the
10 * Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
11 * version 2 with the GNU Classpath Exception, which is available at
12 * https://www.gnu.org/software/classpath/license.html.
13 *
14 * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
15 */
16
17/* IMPORT FOR 5.X AND UP BROWSERS */
18@import url("advanced.css");
19
20/* FONT TAG OVERWRITE */
21font {font-family:arial,helvetica,sans-serif !important}
22font {font-size:10pt}
23
24/* FONT FACES */
25body,th,td,p,div,span,a,input,select,textarea,ul,ol,dl,h1,h2,h3,h4,h5,h6,li,big,small,b{font-family:arial,helvetica,sans-serif}
26code,kbd,tt,pre,code a,kbd a,tt a,pre a,code span,kbd span,tt span,pre span{font-family:monaco,courier,"courier new"}
27span.rightarrow,span.rightarrowblue,span.rightarrowred,span.rightarrowwhite{font-family:verdana,arial,sans-serif}
28
29/* NN 4.X FONT SIZES */
30.smaller,.smaller a,small,.small,small span,.small span,.small a,small a,div.sitelinks,div.sitelinks a,.breadcrumb{font-size:9pt}
31body,th,td,p,div,span,a,ul,ol,dl,li,select,input,textarea,code,kbd,pre,code a,kbd a,pre a,code span,kbd span,pre span{font-size:10pt}
32div.pagetitle{font-size:19pt}
33div.smallpagetitle{font-size:18pt}
34h1{font-size:26pt}
35h2{font-size:22pt}
36h3{font-size:18pt}
37h4{font-size:16pt}
38h5,h6{font-size:14pt}
39
40/* GENERIC */
41h1,h2,h3,h4,h5,h6{margin:3px 0px;padding-top:24px}
42figure{padding-bottom:12px}
43a{text-decoration:none}
44a:visited{color:#96C}
45a:link,a.named:visited,div.breadcrumb a:visited,div.sitelinks a:visited{color:#594FBF}
46a:hover,b.error,span.error{text-decoration:underline}
47dt{font-weight:bold;padding:5px 0px 0px 0px}
48ul.li{list-style-type:square;list-style-image:url("ic_bullet.gif")}
49
50/* FORMS */
51form{display:inline}
52form,select,input,textarea,ul li{margin:0px;padding:0px}
53
54/* TEXT */
55td.sectiontitle1,td.sectiontitle1 a,td.sectiontitle1 div,td.sectiontitle2,td.sectiontitle2 a,td.sectiontitle2 div{font-weight:bold}
56div.pagetitle,div.smallpagetitle{padding:0px 10px;font-weight:bold;color:#000}
57div.breadcrumb{color:#899CE6}
58div.navtitle{padding:0px 0px 5px 0px;font-weight:bold}
59p.compact{margin:0px}
60p.compact2{margin:0px 0px 7px 0px}
61span.rightarrowblue{color:#899CE6}
62span.rightarrowred{color:#CC3335}
63span.rightarrowwhite{color:#FFF}
64.red,.sunblue .red,.sunyellow .red,b.error,span.error{color:#D12124}
65.new{color:#F00}
66.note{color:#000}
67.new,.note{text-transform:uppercase;font-weight:bold}
68
69/* SUN COLORS */
70.sunred{background:#D12124}
71.sunblue{background:#594FBF}
72.sunyellow{background:#FBE249}
73.sunred,.sunblue,td.sunred a,td.sunblue a{color:#FFF}
74td.sunred b,td.sunred div.navtitle{color:#FFDE00;font-weight:bold}
75td.sunred li,td.sunblue li,td.sunred ul,td.sunblue ul{color:#FFF;list-style-image:url("ic_bullet_white.gif")}
76td.sunblue b,td.sunblue div.navtitle{color:#FFDE00}
77td.sunyellow b,td.sunyellow div.navtitle,td.sunyellow a:link,td.sunyellow a:visited{color:#594FBF}
78td.sunyellow a:hover{color:#594FBF;text-decoration:underline}
79
80/* DIV PAD */
81div.pad0x10,div.sitelinks,div.pagetitle2,div.breadcrumb{padding:0px 10px}
82div.padbottom6{padding:0px 0px 6px 0px}
83div.padtop6{padding:6px 0px 0px 0px}
84div.pad6{padding:6px}
85div.pad8{padding:8px}
86div.pad10{padding:10px}
87div.pad5x10{padding:5px 10px}
88div.pad2x8{padding:2px 8px}
89div.pad10x0{padding:10px 0px}
90div.pad3x0{padding:3px 0px}
91div.pad5x10x5x0{padding:5px 10px 5px 0px}
92div.pad10x10x10x0{padding:10px 10px 10px 0px}
93div.cellpadtop{padding:6px 6px 0px 6px}
94div.cellpadbottom{padding:0px 6px 6px 6px}
95div.headerpadding{padding:1px 10px}
96div.gwpadding1{padding:2px 10px 7px 8px}
97div.redwidgetpadding{padding:2px 0px 3px 0px}
98
99/* SPACERS */
100.sp10{font-size:8px !important}
101.sp8{font-size:7px !important}
102.sp5{font-size:4px !important}
103.sp2{font-size:2px !important}
104
105/* TABLE STYLES */
106.redwidget{background:#D12124;color:#FFF;vertical-align:top}
107td.redwidget b{color:#FFDE00}
108td.redwidget a:link,td.redwidget a:visited{color:#FFF}
109td.redwidget a:hover{color:#FBE249;text-decoration:none}
110td.tablecaption,th.tablecaption,.tablecaption a{color:#FFF;background:#666;font-weight:bold}
111td.tablecaption2,th.tablecaption2,.tablecaption2 a{color:#FFF;background:#000;font-weight:bold}
112td.columncaption,th.columncaption{text-align:left;background:#FBF47C;font-weight:bold}
113td.columncaption2,th.columncaption2{text-align:left;background:#CCC;font-weight:bold}
114td.vatop,th.vatop,tr.vatop td,tr.vatop th,table.vatop td,table.vatop th,div.vatop{vertical-align:top}
115td.vamiddle,th.vamiddle,tr.vamiddle td,tr.vamiddle th,table.vamiddle td,table.vamiddle th,div.vamiddle{vertical-align:middle}
116td.vabottom,th.vabottom,tr.vabottom td,tr.vabottom th,table.vabottom td,table.vabottom th,div.vabottom{vertical-align:bottom}
117table.loading,.loading {background-image: url(/im/loading_media.gif); background-repeat: no-repeat}
118
119/* TABLE COLORS */
120table.dkgrey{background:#666}
121table.black{background:#000}
122td.black,th.black,tr.black td,tr.black th,table tr td.black,table tr th.black{background:#000;color:#FFF}
123td.dkgrey,th.dkgrey,tr.dkgrey td,tr.dkgrey th,table tr td.dkgrey,table tr th.dkgrey{background:#666;color:#FFF}
124table.ltgrey,td.ltgrey,th.ltgrey,tr.ltgrey td,tr.ltgrey th,table tr td.ltgrey,table tr th.ltgrey{background:#CCC}
125table.vltgrey,td.vltgrey,th.vltgrey,tr.vltgrey td,tr.vltgrey th,table tr td.vltgrey,table tr th.vltgrey{background:#DDD}
126table.white,td.white,th.white,tr.white td,tr.white th,table tr td.white,table tr th.white,td.white,table.white1,td.white1,th.white1,tr.white1 td,tr.white1 th,table tr td.white1,table tr th.white1,td.white1{background:#FFF}
127table.dkgrey1,td.dkgrey1,th.dkgrey1,tr.dkgrey1 td,tr.dkgrey1 th,table tr td.dkgrey1,table tr th.dkgrey1{background:#BBB}
128table.grey1,td.grey1,th.grey1,tr.grey1 td,tr.grey1 th,table tr td.grey1,table tr th.grey1{background:#ECECEC}
129table.grey2,td.grey2,th.grey2,tr.grey2 td,tr.grey2 th,table tr td.grey2,table tr th.grey2{background:#FDFDFD}
130table.grey3,td.grey3,th.grey3,tr.grey3 td,tr.grey3 th,table tr td.grey3,table tr th.grey3{background:#E3E3E3}
131table.navblue,td.navblue,th.navblue,tr.navblue td,tr.navblue th,table tr td.navblue,table tr th.navblue{background:#E4E9FF}
132table.blue1,td.blue1,th.blue1,tr.blue1 td,tr.blue1 th,table tr td.blue1,table tr th.blue1{background:#8A9CE8}
133table.yellow1,td.yellow1,th.yellow1,tr.yellow1 td,tr.yellow1 th,table tr td.yellow1,table tr th.yellow1{background:#FFC}
134table.yellow2,td.yellow2,th.yellow2,tr.yellow2 td,tr.yellow2 th,table tr td.yellow2,table tr th.yellow2{background:#FFFFE2}
135
136/* OLD 1 */
137table.dkblue{background:#669}
138table.dkred{background:#C33}
139td.dkblue,th.dkblue,tr.dkblue td,tr.dkblue th,table tr td.dkblue,table tr th.dkblue{background:#669;color:#FFF}
140table.ltblue,td.ltblue,th.ltblue,tr.ltblue td,tr.ltblue th,table tr td.ltblue,table tr th.ltblue{background:#CCF}
141td.dkred,th.dkred,tr.dkred td,tr.dkred th,table tr td.dkred,table tr th.dkred{background:#C33;color:#FFF}
142table.ltred,td.ltred,th.ltred,tr.ltred td,tr.ltred th,table tr td.ltred,table tr th.ltred{background:#F99}
143.redbld,.rednote,.updated{color:#F00}
144.whtbld,.blkbld,.redbld{font-weight:bold}
145.blknote,.rednote,.updated{text-transform:uppercase;font-weight:bold}
146a.nonu,a.nonuc,a.nonuw{text-decoration:none}
147a.nonu,a.nonuc,a.unbl,a.blklink,.blkbld,.blknote{color:#000}
148a.nonuw,a.undw,a.unwt,.whitehdr,.whtcopy,.whtbld{color:#FFF}
149p.quote{color:#900}
150p.credit{padding:0px 30px}
151td.citm,td.itm{padding-right:2px;text-align:right}
152td.citm{color:#F00;background:#FFF}
153td.itm{color:#000}
154
155/* OLD 2 */
156tr.title-bg td,td.title-bg{background:url("/css/old_bev_top.gif") repeat-x}
157tr.bottom-bg td,td.bottom-bg{background:url("/css/old_bev_bottom.gif") repeat-x}
158tr.line-bg td,td.line-bg{background:url("/css/old_tile-hr.gif") repeat-x}
159.dkbluecopy{color:#669}
160.ltgreycopy{color:#888}
161.solo-pad{padding:9px 5px 1px 9px}
162.main1{margin:5px}
163.main3{margin:0px 9px}
164.main4{margin:9px 9px 0px 9px}
165.main5{margin:9px 0px 0px 0px}
166.fea-main1{margin:5px 8px 9px 8px}
167div.group-pad{margin:0px;padding:9px}
168div.group-pad P,div.group-pad div,.main2,.fea-main2{margin:0px;padding:3px 0px}
169
170/* OLD 3 */
171table.present{background:#C60}
172table.promo,td.promo,th.promo,tr.promo td,tr.promo th,table tr td.promo,table tr th.promo{background:#FC6}
173table.present,td.present,th.present,tr.present td,tr.present th,table tr td.present,table tr th.present{background:#C60;color:#FFF}
174table.dktan,td.dktan,th.dktan,tr.dktan td,tr.dktan th,table tr td.dktan,table tr th.dktan{background:#C96}
175table.lttan,td.lttan,th.lttan,tr.lttan td,tr.lttan th,table tr td.lttan,table tr th.lttan{background:#FFC}
176table.yell,td.yell,th.yell,tr.yell td,tr.yell th,table tr td.yell,table tr th.yell{background:#FF6}
177table.green,td.green,th.green,tr.green td,tr.green th,table tr td.green,table tr th.green{background:#CC6}
178table.orange,td.orange,th.orange,tr.orange td,tr.orange th,table tr td.orange,table tr th.orange{background:#F90}
179