1 | body {
|
---|
2 | overflow-x: hidden;
|
---|
3 | overflow-y: auto;
|
---|
4 | }
|
---|
5 |
|
---|
6 | .thead {
|
---|
7 | background: #23a0da url(img/gradient.png) bottom left repeat-x;
|
---|
8 | color: #09415b;
|
---|
9 | padding: 2px 6px 2px 6px;
|
---|
10 | /* padding: 4px 6px;*/
|
---|
11 | border-color: #1379a8;
|
---|
12 | border-style: solid;
|
---|
13 | border-width: 1px 1px 1px 1px;
|
---|
14 | text-shadow: 0 1px 0 #37b2eb;
|
---|
15 | /*-moz-border-radius: 5px 5px 0 0;*/
|
---|
16 | /*-webkit-border-top-left-radius: 5px;*/
|
---|
17 | /*-webkit-border-top-right-radius: 5px;*/
|
---|
18 | font-size: 13px;
|
---|
19 | }
|
---|
20 | .thead td
|
---|
21 | {
|
---|
22 | vertical-align:middle;
|
---|
23 | }
|
---|
24 |
|
---|
25 | /*
|
---|
26 | .thead a {
|
---|
27 | color: #09415b;
|
---|
28 | text-decoration: none;
|
---|
29 | }
|
---|
30 |
|
---|
31 | .tcat {
|
---|
32 | background: #444;
|
---|
33 | color: #fff;
|
---|
34 | padding: 4px 6px;
|
---|
35 | font-size: 12px;
|
---|
36 | }
|
---|
37 |
|
---|
38 | .tcat a {
|
---|
39 | color: #fff;
|
---|
40 | }
|
---|
41 | */
|
---|
42 |
|
---|
43 | .tcol0 {
|
---|
44 | border-left: 1px solid #ccc;
|
---|
45 | border-bottom: 1px solid #ccc;
|
---|
46 | text-align:left;
|
---|
47 | padding-left:5px;
|
---|
48 | margin:0;
|
---|
49 | }
|
---|
50 |
|
---|
51 | .tcol1 {
|
---|
52 | border-bottom: 1px solid #ccc;
|
---|
53 | padding-left:3px;
|
---|
54 | padding-right:3px;
|
---|
55 | margin:0;
|
---|
56 | }
|
---|
57 |
|
---|
58 | .tcol2 {
|
---|
59 | border-right: 1px solid #ccc;
|
---|
60 | border-bottom: 1px solid #ccc;
|
---|
61 | text-align:right;
|
---|
62 | margin:0;
|
---|
63 | padding-right:5px;
|
---|
64 | }
|
---|
65 | /*
|
---|
66 | .description {
|
---|
67 | text-align:left;
|
---|
68 | }*/
|
---|
69 |
|
---|
70 | .tcell1 {
|
---|
71 | font-weight:bolder;
|
---|
72 | text-align:left;
|
---|
73 | }
|
---|
74 |
|
---|
75 | .tcell2 {
|
---|
76 | text-align:right;
|
---|
77 | }
|
---|
78 |
|
---|
79 | .tcell2l {
|
---|
80 | text-align:left;
|
---|
81 | }
|
---|
82 |
|
---|
83 | .tcell2l pre {
|
---|
84 | display:inline;
|
---|
85 | color:darkblue;
|
---|
86 | font-weight:bold;
|
---|
87 | /* font-size:15px;*/
|
---|
88 | }
|
---|
89 |
|
---|
90 | .tcell2 pre {
|
---|
91 | display:inline;
|
---|
92 | color:darkblue;
|
---|
93 | font-weight:bold;
|
---|
94 | /* font-size:15px;*/
|
---|
95 | }
|
---|
96 |
|
---|
97 | /*
|
---|
98 | .tcell3 {
|
---|
99 | text-align:center;
|
---|
100 | }*/
|
---|
101 |
|
---|
102 | /*
|
---|
103 | .trow3 {
|
---|
104 | background: #eee;
|
---|
105 | border-bottom: 1px solid #ccc;
|
---|
106 | padding: 4px;
|
---|
107 | }
|
---|
108 | */
|
---|
109 |
|
---|
110 | .icon_black {
|
---|
111 | /*-webkit-box-shadow: rgba(255, 255, 255, 0.398438) 0px 1px 0px 0px;*/
|
---|
112 | /*background-attachment: scroll;*/
|
---|
113 | /*background-clip: border-box;*/
|
---|
114 | background-color: rgba(0, 0, 0, 0);
|
---|
115 | background-image: url(img/icons-18-black.png);
|
---|
116 | /*background-origin: padding-box;*/
|
---|
117 | background-repeat: no-repeat;
|
---|
118 | box-shadow: rgba(255, 255, 255, 0.398438) 0px 1px 0px 0px;
|
---|
119 | padding: 0;
|
---|
120 | margin:0;
|
---|
121 | white-space: nowrap;
|
---|
122 | width: 18px;
|
---|
123 | height: 18px;
|
---|
124 | zoom: 1;
|
---|
125 | }
|
---|
126 |
|
---|
127 | .icon_white {
|
---|
128 | /*-webkit-box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;*/
|
---|
129 | /*background-attachment: scroll;*/
|
---|
130 | /*background-clip: border-box;*/
|
---|
131 | background-color: rgba(0, 0, 0, 0.398438);
|
---|
132 | background-image: url(img/icons-18-white.png);
|
---|
133 | /*background-origin: padding-box;*/
|
---|
134 | background-repeat: no-repeat;
|
---|
135 | box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;
|
---|
136 | padding: 0;
|
---|
137 | margin:0;
|
---|
138 | white-space: nowrap;
|
---|
139 | width: 18px;
|
---|
140 | height: 18px;
|
---|
141 | zoom: 1;
|
---|
142 | }
|
---|
143 |
|
---|
144 | .icon_login {
|
---|
145 | background-image: url(img/icons-18-white.png);
|
---|
146 | background-repeat: no-repeat;
|
---|
147 | padding: 0;
|
---|
148 | margin:0;
|
---|
149 | white-space: nowrap;
|
---|
150 | width: 18px;
|
---|
151 | height: 18px;
|
---|
152 | zoom: 1;
|
---|
153 | }
|
---|
154 |
|
---|
155 | .icon_color {
|
---|
156 | /*-webkit-box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;*/
|
---|
157 | /*background-attachment: scroll;*/
|
---|
158 | /*background-clip: border-box;*/
|
---|
159 | /*background-color: rgba(0, 0, 0, 0.398438);*/
|
---|
160 | background-image: url(img/icons.png);
|
---|
161 | /*background-origin: padding-box;*/
|
---|
162 | background-repeat: no-repeat;
|
---|
163 | /*box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;*/
|
---|
164 | padding: 0;
|
---|
165 | margin:0;
|
---|
166 | white-space: nowrap;
|
---|
167 | width: 18px;
|
---|
168 | height: 18px;
|
---|
169 | zoom: 1.;
|
---|
170 | }
|
---|
171 |
|
---|
172 | /*
|
---|
173 | .trow_shaded {
|
---|
174 | background: #ffdde0;
|
---|
175 | border-bottom: 1px solid #fcc;
|
---|
176 | }
|
---|
177 |
|
---|
178 | .trow_selected td {
|
---|
179 | background: #FFFBD9;
|
---|
180 | }
|
---|
181 |
|
---|
182 | .trow_sep {
|
---|
183 | background: #ddd;
|
---|
184 | color: #555;
|
---|
185 | padding: 4px;
|
---|
186 | text-align: center;
|
---|
187 |
|
---|
188 | font-size: 12px;
|
---|
189 | font-weight: bold;
|
---|
190 | }
|
---|
191 | */
|
---|
192 | .tfoot {
|
---|
193 | background: #737373 url(img/gradient.png) bottom left repeat-x;
|
---|
194 | color: #fff;
|
---|
195 | border-color: #525252;
|
---|
196 | border-style: solid;
|
---|
197 | border-width: 1px 1px 1px 1px;
|
---|
198 | vertical-align: middle;
|
---|
199 | padding: 0px 6px 0px 6px;
|
---|
200 | /*-moz-border-radius: 0 0 5px 5px;*/
|
---|
201 | /*-webkit-border-bottom-left-radius: 5px;*/
|
---|
202 | /*-webkit-border-bottom-right-radius: 5px;*/
|
---|
203 | text-shadow: 0 -1px 0 #333;
|
---|
204 | /*font-size: 10px;*/
|
---|
205 | }
|
---|
206 |
|
---|
207 | .tfoot td {
|
---|
208 | vertical-align:middle;
|
---|
209 | }
|
---|
210 | /*
|
---|
211 | .tfoot a {
|
---|
212 | color: #fff;
|
---|
213 | text-decoration: none;
|
---|
214 | }*/
|
---|
215 |
|
---|
216 | .container {
|
---|
217 | padding: 0;
|
---|
218 | margin: 0;
|
---|
219 | width: 100%;
|
---|
220 | border-left: 1px solid #ccc;
|
---|
221 | border-right: 1px solid #ccc;
|
---|
222 | }
|
---|
223 |
|
---|
224 | h1 {
|
---|
225 | margin:0;
|
---|
226 | }
|
---|
227 |
|
---|
228 | h2 {
|
---|
229 | margin:0;
|
---|
230 | }
|
---|
231 |
|
---|
232 | h3 {
|
---|
233 | margin:0;
|
---|
234 | color:#206;
|
---|
235 | }
|
---|
236 |
|
---|
237 | h4 {
|
---|
238 | margin:0;
|
---|
239 | color:#206;
|
---|
240 | }
|
---|
241 |
|
---|
242 | .astro {
|
---|
243 | width:100%;
|
---|
244 | }
|
---|
245 |
|
---|
246 | .astro td:nth-child(1) {
|
---|
247 | padding:0px 0px 0px 5px;
|
---|
248 | margin:0;
|
---|
249 | }
|
---|
250 | .astro td:nth-child(2) {
|
---|
251 | text-align:right;
|
---|
252 | padding:0px 5px 0px 0px;
|
---|
253 | margin:0;
|
---|
254 | }
|
---|
255 | .astro td:nth-child(3) {
|
---|
256 | text-align:center;
|
---|
257 | padding:0px 5px 0px 0px;
|
---|
258 | margin:0;
|
---|
259 | }
|
---|
260 |
|
---|
261 | .sources B {
|
---|
262 | background:#eef;
|
---|
263 | padding-left:4px;
|
---|
264 | padding-right:4px;
|
---|
265 | }
|
---|
266 |
|
---|
267 | .help P {
|
---|
268 | text-align:justify;
|
---|
269 | }
|
---|
270 | .help li {
|
---|
271 | padding-left:4px;
|
---|
272 | margin-bottom:1ex;
|
---|
273 | }
|
---|
274 | .help li:nth-child(1) {
|
---|
275 | background:#f0fff0;
|
---|
276 | }
|
---|
277 | .help li:nth-child(2) {
|
---|
278 | background:#fffff0;
|
---|
279 | }
|
---|
280 | .help li:nth-child(3) {
|
---|
281 | background:#fff8f0;
|
---|
282 | }
|
---|
283 | .help li:nth-child(4) {
|
---|
284 | background:#fcfcfc;
|
---|
285 | }
|
---|
286 | .help li:nth-child(5) {
|
---|
287 | background:#f0f0ff;
|
---|
288 | }
|
---|