1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ STARSUITE 6.0 HELP +
+ HIGH CONTRAST #1 STYLESHEET +
+ KOREAN +
+-------------------------------------------------------------------+
+ This stylesheet defines the appearance of the online help files. +
+ It is language dependent and located in {installdir}/help/{lang} +
+-------------------------------------------------------------------+
+ (c) 2001 Sun Microsystems, Inc. All Rights Reserved +
+-------------------------------------------------------------------+
+ Last changes: 12-JUN-02 FPE +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Main Styles */
p.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; font-size: 10pt; color: #FFFFFF; line-height: 100%;}
p.cjk { font-family: SunGulim,Andale Sans UI,myeongjo; font-size: 10pt; color: #FFFFFF; line-height: 130%;}
td { color:#FFFFFF; margin-left: 0pt; }
th { color:#FFFFFF; align: left; margin-left: 0pt; font-weight:normal; }
/* Link styles */
.ContentLink { color:#FFFFFF; font-weight: normal; font-decoration: underline; }
/* Style classes simple paragraphs */
.Paragraph { margin-left: 0pt; margin-top: 7pt; margin-bottom: 7pt;}
.ParaList { margin-left: 20pt; margin-top: 2pt; margin-bottom: 2pt; }
.PropText { font-family: Cumberland,Courier New,Courier; margin-top: 2pt; margin-bottom: 2pt; }
/* Style classes headings */
h1.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#FFFFFF; font-size:18pt; font-weight: bold; margin-top: 5pt;}
h2.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#FFFFFF; font-size:16pt; font-weight: bold; margin-top: 20pt; margin-bottom: 2pt;}
h3.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#FFFFFF; font-size:14pt; font-weight:bold; margin-top: 25pt; margin-bottom: 2pt;}
h4.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#FFFFFF; font-size:12pt; font-weight:bold; margin-top: 20pt; margin-bottom: 2pt;}
h5.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#FFFFFF; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt;}
h6.western { font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans; color:#FFFFFF; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt;}
h1.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#FFFFFF; font-size:18pt; font-weight: bold; margin-top: 5pt; line-height: 130%;}
h2.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#FFFFFF; font-size:16pt; font-weight: bold; margin-top: 20pt; margin-bottom: 2pt; line-height: 130%;}
h3.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#FFFFFF; font-size:14pt; font-weight:bold; margin-top: 25pt; margin-bottom: 2pt; line-height: 130%;}
h4.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#FFFFFF; font-size:12pt; font-weight:bold; margin-top: 20pt; margin-bottom: 2pt; line-height: 130%;}
h5.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#FFFFFF; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;}
h6.cjk { font-family: SunGulim, Andale Sans UI,myeongjo; color:#FFFFFF; font-size:12pt; margin-top: 15pt; margin-bottom: 2pt; line-height: 130%;}
/* Style classes tables */
.TextInTable { color:#FFFFFF; align: left; margin-left: 0pt; line-height: 130%;}
.TableHead { color:#FFFFFF; align: left; font-weight:normal; }
/* Style classes spans */
.emph { font-weight: normal; }
/* Style classes special context */
.tablebg { background: #000000; }
.tableheadbg { background: #000000; }
.tabledatabg { background: #000000; }
.doctitlebg { background: #FFFFFF; }
.doctablebg { background: #FFFFFF; }
.howtogetheader { font-weight: normal; color: #FFFFFF; background: #000000; }
.howtogetbody { font-size: 10pt; color: #FFFFFF; background: #000000; line-height: 130%;}
.howtogetpara { font-size: 10pt; color: #FFFFFF; margin-top: 2pt; margin-bottom: 2pt; line-height: 130%;}
.reltop { background: #000000; color:#FFFFFF; font-size:12pt; font-weight:normal; margin-top: 20pt; margin-bottom: 2pt;}
/* Style classes Webtop context */
.ContentCell { background: #000000; }
|