1 |
body { |
2 |
margin: 0px 0px 0px 0px; |
3 |
font-size: 12px; |
4 |
font-family: Verdana, Trebuchet, Helvetica, Sans-Serif; |
5 |
font-weight: normal; |
6 |
font-style: normal; |
7 |
text-decoration: none; |
8 |
color: #000000; |
9 |
background-color: #FFFFFF; |
10 |
} |
11 |
|
12 |
#phphtmllib { |
13 |
font-family: arial, helvetica; |
14 |
font-size: 10pt; |
15 |
} |
16 |
|
17 |
#headerLeft { |
18 |
background-color: #AFB5FF; |
19 |
width: 220px; |
20 |
height: 50px; |
21 |
float: left; |
22 |
} |
23 |
|
24 |
#headerRight { |
25 |
background-color: #AFB5FF; |
26 |
float: left; |
27 |
height: 50px; |
28 |
width: 560px; |
29 |
} |
30 |
|
31 |
.pageheader { |
32 |
background-color: #AFB5FF; |
33 |
width: 100%; |
34 |
height:52px; |
35 |
padding-top: 2px; |
36 |
} |
37 |
|
38 |
.navheader { |
39 |
background-color: #AFB5FF; |
40 |
width: 100%; |
41 |
height:19px; |
42 |
padding-top: 2px; |
43 |
float: left; |
44 |
} |
45 |
|
46 |
.subheader { |
47 |
background-color: #5969FF; |
48 |
width: 100%; |
49 |
float: left; |
50 |
border-top: 2px solid #999999; |
51 |
border-bottom: 2px solid #999999; |
52 |
} |
53 |
|
54 |
|
55 |
#maincontent { |
56 |
background-color:#ffffff; |
57 |
width:100%; |
58 |
float: left; |
59 |
} |
60 |
|
61 |
.leftblock { |
62 |
width: 150px; |
63 |
|
64 |
background-color: #eeeeee; |
65 |
vertical-align: top; |
66 |
} |
67 |
|
68 |
.rightblock { |
69 |
width: 100%; |
70 |
padding: 20px 20px 0px 20px; |
71 |
vertical-align: top; |
72 |
} |
73 |
|
74 |
#footerblock { |
75 |
float: left; |
76 |
width: 100%; |
77 |
} |
78 |
|
79 |
.headtitle { |
80 |
font-size: 16pt; |
81 |
font-weight: bold; |
82 |
color: #FFFFFF; |
83 |
padding-top: 5px; |
84 |
padding-left: 20px; |
85 |
padding-bottom: 5px; |
86 |
} |
87 |
|
88 |
.headsubtitle { |
89 |
font-size: 10pt; |
90 |
font-weight: bold; |
91 |
background-color: #5969FF; |
92 |
color: #FFFFFF; |
93 |
width: 100%; |
94 |
padding-top: 5px; |
95 |
padding-bottom: 5px; |
96 |
} |
97 |
|
98 |
#subheadleft { |
99 |
float: left; |
100 |
background-color: #5969FF; |
101 |
padding: 5px 0px 0px 5px; |
102 |
margin-bottom: 5px; |
103 |
} |
104 |
|
105 |
.subheadright { |
106 |
float: right; |
107 |
background-color: #AFB5FF; |
108 |
padding: 5px 5px 0px 0px; |
109 |
margin-top: 20px; |
110 |
} |
111 |
|
112 |
.headseperator { |
113 |
font-size: 1px; |
114 |
line-height: 1px; |
115 |
background-color: #999999; |
116 |
float: left; |
117 |
width: 100%; |
118 |
} |
119 |
|
120 |
|
121 |
|
122 |
TD.divider { |
123 |
width: 1px; |
124 |
font-size: 1px; |
125 |
line-height: 1px; |
126 |
border-left: 1px dashed #999999; |
127 |
} |
128 |
|
129 |
|
130 |
.infoboxBar { |
131 |
font-size: 1px; |
132 |
height: 12px; |
133 |
background-color: #000000; |
134 |
margin-bottom: 3px; |
135 |
} |
136 |
|
137 |
|
138 |
.newsheader { |
139 |
background-color: #f1f1f1; |
140 |
padding: 5px 5px 5px 5px; |
141 |
margin: 0px -5px 0px -5px; |
142 |
height: 15px; |
143 |
} |
144 |
|
145 |
.infoboxHeader { |
146 |
font: 10px Verdana; |
147 |
color: #fff; |
148 |
margin-left: 5px; |
149 |
} |
150 |
|
151 |
.infoboxitem { |
152 |
font-size: 10px; |
153 |
line-height: 20px; |
154 |
} |
155 |
|
156 |
.infoboxbody { |
157 |
border: 1px solid #c0c0c0; |
158 |
padding: 5px 5px 5px 5px; |
159 |
} |
160 |
|
161 |
.outline { |
162 |
border: 1px solid #c0c0c0; |
163 |
} |
164 |
|
165 |
.quotebox { |
166 |
margin: 0px 10px 0px 5px; |
167 |
line-height: 16px; |
168 |
padding: 15px; |
169 |
text-align: justify; |
170 |
background-color: #fffdf1; |
171 |
border: 1px dashed #000000; |
172 |
} |
173 |
|
174 |
.codebox { |
175 |
font-size: 12px; |
176 |
line-height: 16px; |
177 |
font-weight: normal; |
178 |
font-style: normal; |
179 |
color: #000000; |
180 |
text-align: left; |
181 |
margin: 0px 10px 0px 5px; |
182 |
padding: 15px; |
183 |
background-color: #f1f1f1; |
184 |
} |
185 |
|
186 |
.threadmap { |
187 |
font-size: 11px; |
188 |
line-height: 20px; |
189 |
/* font-size: 11px; |
190 |
line-height: 20px; */ |
191 |
} |
192 |
|
193 |
|
194 |
.articleinfo { |
195 |
height:100px; |
196 |
font-size: 10px; |
197 |
} |
198 |
|
199 |
.required { |
200 |
color: #CC0000; |
201 |
} |
202 |
|
203 |
|
204 |
.toolbar-button { |
205 |
background-color: #F1F1F1; |
206 |
border: 1px solid buttonface; |
207 |
margin: 1px; |
208 |
} |
209 |
|
210 |
.toolbar-raised { |
211 |
border-top: 1px solid buttonhighlight; |
212 |
border-left: 1px solid buttonhighlight; |
213 |
border-bottom: 1px solid buttonshadow; |
214 |
border-right: 1px solid buttonshadow; |
215 |
background-color: #F1F1F1; |
216 |
margin: 1px; |
217 |
} |
218 |
|
219 |
.toolbar-pressed { |
220 |
border-top: 1px solid buttonshadow; |
221 |
border-left: 1px solid buttonshadow; |
222 |
border-bottom: 1px solid buttonhighlight; |
223 |
border-right: 1px solid buttonhighlight; |
224 |
background-color: #F1F1F1; |
225 |
margin: 1px; |
226 |
} |
227 |
|
228 |
.ulist { |
229 |
font-size: 10pt; |
230 |
line-height: 12pt; |
231 |
} |
232 |
|
233 |
|
234 |
.h1 { |
235 |
font-family: arial; |
236 |
font-size: 1.5em; |
237 |
font-weight: bold; |
238 |
color: #999999; |
239 |
} |
240 |
|
241 |
.h2 { |
242 |
font-family: arial; |
243 |
font-size: 1.2em; |
244 |
font-weight: bold; |
245 |
color: #000000; |
246 |
} |