1/*****************************************************************************
2	Man Page Style Sheet
3 *****************************************************************************/
4
5BODY, TR
6{
7	font-size			: 90%;
8
9	background-color	: #fff;
10	color				: #111;
11
12	margin				: 8px;
13	padding				: 0px;
14}
15
16
17/*============================================================
18	Heading Styles
19 *============================================================*/
20
21H1
22{
23	font-weight			: bold;
24	font-size			: 180%;
25
26	margin				: 0px 0px 20px  0px;
27	padding				: 0px 0px  0px 10px;
28
29	border-style		: none none solid none;
30	border-width		: 3px;
31	border-color		: #48f;
32}
33
34H2
35{
36	font-weight			: bold;
37	font-size			: 140%;
38
39	margin				: 30px 0px 10px  0px;
40	padding				:  0px 0px  0px 10px;
41
42	border-style		: none none solid double;
43	border-width		: 0px 0px 2px 8px;
44	border-color		: #49f;
45}
46
47H3
48{
49	font-weight			: bold;
50	font-size			: 120%;
51
52	margin				: 20px 0px 10px 5px;
53	padding				: 0px;
54
55	border-style		: none none solid none;
56	border-width		: 0px 0px 2px 0px;
57	border-color		: #49f;
58}
59
60/*============================================================
61	Table Styles
62 *============================================================*/
63
64TABLE
65{
66	width			    : 95%;
67	padding				: 0px;
68
69	border-color	: #c0c0c0;
70
71    border-collapse: collapse;
72}
73
74TABLE TD, TABLE TH
75{
76	text-align			: left;
77
78	padding				: 4px 8px;
79
80    border: 1px solid #c0c0c0;
81}
82
83TR
84{
85	background-color: #eef;
86}
87
88TH
89{
90    font-weight     : bold;
91	width			: 20%;
92}
93
94THEAD TR
95{
96    font-weight     : bold;
97	background-color: #ddf;
98}
99
100TH.category
101{
102	font-weight			: bold;
103	background			: #acf;
104}
105
106
107/*============================================================
108	Writing Style Reference
109 *============================================================*/
110
111P.reference
112{
113	font-size			: 100%;
114	font-weight			: normal;
115
116	padding				: 0px;
117}
118
119
120/*============================================================
121	History Style
122 *============================================================*/
123
124DL.history DT
125{
126	font-style			: normal;
127	font-weight			: bold;
128	text-align			: left;
129	font-size			: 9pt;
130
131	margin				: 0px;
132	padding				: 0px;
133
134/*	background			: #eef; */
135}
136
137DL.history DD
138{
139	font-style			: normal;
140	font-weight			: normal;
141	text-align			: left;
142	font-size			: 10pt;
143
144	margin				: 0px 0px 4px 0px;
145	padding				: 0px;
146}
147
148
149/*============================================================
150	Description Styles
151 *============================================================*/
152
153DIV.section
154{
155	margin				: 0px 8px 10px 20px;
156	padding				: 0px;
157}
158
159P
160{
161	font-weight			: normal;
162}
163
164PRE
165{
166	padding: 10px;
167
168	background: #f0f0f0;
169	border: 1px solid #ccc;
170}
171
172CODE
173{
174	padding: 0;
175
176}
177
178
179UL
180{
181	font-weight			: normal;
182
183	margin				: 0px 8px 10px 40px;
184	padding				: 0px;
185}
186
187OL
188{
189	font-weight			: normal;
190
191	margin				: 0px 8px 10px 50px;
192	padding				: 0px;
193
194	list-style-type		: decimal;
195}
196
197LI
198{
199	margin				: 0px 8px 2px 16px;
200	padding				: 0px;
201}
202
203CODE
204{
205}
206
207
208P.warning
209{
210	color				: red;
211	font-weight			: bold;
212	border				: solid 2px red;
213	padding				: 1em;
214}
215
216P.notice
217{
218	color				: black;
219	font-weight			: bold;
220	border				: solid 1px black;
221	padding				: 1em;
222}
223
224/*============================================================
225	Display Styles
226 *============================================================*/
227
228SPAN.func_attr
229{
230	font-size			: 8pt;
231	color				: white;
232	font-weight			: bold;
233	background			: #44f;
234	border-left			: solid 1px #aaf;
235	border-top			: solid 1px #aaf;
236	border-right		: solid 1px #00c;
237	border-bottom		: solid 1px #00c;
238	padding-left		: 2px;
239	padding-right		: 2px;
240}
241
242SPAN.func_sdkver
243{
244	font-size			: 8pt;
245	color				: white;
246	font-weight			: bold;
247	background			: #0a0;
248	border-left			: solid 1px #0f0;
249	border-top			: solid 1px #0f0;
250	border-right		: solid 1px #060;
251	border-bottom		: solid 1px #060;
252	padding-left		: 2px;
253	padding-right		: 2px;
254}
255
256/*============================================================
257	For Creating Tables
258 *============================================================*/
259
260span.static_style
261{
262    font-size			: 8pt;
263    color				: white;
264    font-weight			: bold;
265    background			: #44f;
266    border-left			: solid 1px #aaf;
267    border-top			: solid 1px #aaf;
268    border-right		: solid 1px #00c;
269    border-bottom		: solid 1px #00c;
270    padding-left		: 2px;
271    padding-right		: 2px;
272}
273
274span.virtual_style
275{
276    font-size			 : 8pt;
277    color				 : white;
278    font-weight			: bold;
279    background			: #0a0;
280    border-left			: solid 1px #0f0;
281    border-top			: solid 1px #0f0;
282    border-right		: solid 1px #060;
283    border-bottom		: solid 1px #060;
284    padding-left		: 2px;
285    padding-right		: 2px;
286}
287
288span.protected_style
289{
290    font-size			 : 8pt;
291    color				 : white;
292    font-weight			: bold;
293    background			: #444;
294    border-left			: solid 1px #ccc;
295    border-top			: solid 1px #ccc;
296    border-right		: solid 1px #222;
297    border-bottom		: solid 1px #222;
298    padding-left		: 2px;
299    padding-right		: 2px;
300}
301
302table.table, table.table td, table.table th
303{
304    border-collapse: collapse;
305    background-color: white;
306}
307
308table.table
309{
310    width: auto;
311    margin: 1em;
312    position	: static;
313    font-family	: Arial;
314}
315
316table.table td, table.table th
317{
318    padding: 0.2em;
319}
320
321table.table td.number, table.table th.number
322{
323    text-align: right;
324}
325
326table.table tbody tr th
327{
328    text-align: left;
329    font-weight: normal;
330    width: auto;
331}
332
333table.table thead tr th,
334table.table tbody tr th.category
335{
336    padding: 0 0.2em;
337}
338
339table.table caption
340{
341    font-weight: bold;
342    padding: 0.4em;
343}
344
345table.table th
346{
347    font-weight			: bold;
348    background			: #acf;
349}
350
351