1TABLE.arguments
2{
3	font-family			: Arial;
4	font-size			: 10pt;
5
6	width				: 95%;
7	padding				: 0px;
8	margin-left			: 20px;
9
10	border-style		: none;
11}
12
13TABLE.arguments TH, span.argument
14{
15	font-style			: oblique;
16	font-weight			: bold;
17}
18
19TABLE.arguments TH
20{
21	text-align			: left;
22
23	width				: 20%;
24	padding				: 2px 8px 2px 4px;
25	margin				: 0px;
26
27	border-width		: 2pt;
28	border-style		: none;
29	background			: #cfc;
30}
31
32TABLE.arguments TD
33{
34	font-style			: normal;
35	font-weight			: normal;
36	text-align			: left;
37
38	padding				: 2px 4px 2px 4px;
39	margin				: 0px;
40
41	border-width		: 2pt;
42	border-style		: none;
43	background			: #efe;
44}
45
46TABLE.enum_definition
47{
48	font-family			: Arial;
49	font-style			: normal;
50	font-weight			: normal;
51	font-size			: 10pt;
52	text-align			: left;
53
54	margin				: 8px 8px 10px 20px;
55	border-collapse		: collapse;
56}
57
58TABLE.enum_definition TR, TABLE.enum_definition TD
59{
60	border				: solid 1px #000;
61	padding				: 2px 1em 2px 2px;
62	background			: #eef;
63}
64
65TABLE.enum_definition TH
66{
67	font-style			: normal;
68	border				: solid 1px #000;
69	padding				: 2px 1em 2px 2px;
70	background			: #ccf;
71	width				: auto;		/* Cancel the "width: 20%" in TABLE.arguments TH */
72}
73
74
75
76UL
77{
78	font-family			: Arial;
79	font-weight			: normal;
80	font-size			: 10pt;
81
82	margin				: 0px 8px 10px 40px;
83	padding				: 0px;
84}
85
86LI
87{
88	margin				: 0px 8px 2px 16px;
89	padding				: 0px;
90}
91
92
93CODE
94{
95	font-family			: "Courier New", monospace;
96	font-size			: 10pt;
97
98	position			: normal;
99}
100
101
102
103TABLE.table
104{
105	margin				: 0px 8px 10px 20px;
106}
107
108TABLE.table TR, TABLE.table TD
109{
110	font-family			: Arial;
111	font-style			: normal;
112	font-weight			: normal;
113	font-size			: 10pt;
114	text-align			: left;
115
116	padding				: 2px;
117	border-width		: 2px;
118	background			: #dfd;
119	border-color		: #fff;
120	border-style		: none;
121}
122
123TABLE.table TH
124{
125	font-family			: Arial;
126	font-style			: normal;
127	font-weight			: bold;
128	font-size			: 10pt;
129	text-align			: left;
130
131	padding				: 2px;
132	border-width		: 2px;
133	background			: #bfc;
134	border-color		: #fff;
135}
136
137
138.sift pre {
139	margin: 15px 60px;
140}
141
142.sift p {
143	margin-left: 60px;
144}
145
146h3 {
147	padding-left:2px;
148	margin-right:10px;
149	border-bottom: 2px #6b9 solid;
150}
151
152
153/*============================================================
154	Styles for history descriptions
155 *============================================================*/
156
157DL.history
158{
159	margin				: 10px 0px 10px 10px;
160	padding				: 0px;
161}
162
163DL.history DT
164{
165	clear:both;
166	font-family			: Arial;
167	font-style			: normal;
168	font-weight			: bold;
169	text-align			: left;
170	font-size			: 9pt;
171
172	margin				: 0px;
173	padding				: 0px;
174	float:left;
175
176/*	background			: #eef; */
177}
178
179DL.history DD
180{
181	font-family			: Arial;
182	font-style			: normal;
183	font-weight			: normal;
184	text-align			: left;
185	font-size			: 10pt;
186
187	margin-left			: 70px;
188	padding				: 0px;
189}
190
191
192