Version Description
- Added Compatibility with Multisite WordPress
- Added Compatible with WordPress 4.0.1
- Updated Pricing Table
- Optimized Code
- Fixed other Bugs and Errors
Download this release
Release Info
Developer | contact-banker |
Plugin | Contact Bank: WordPress Form Builder for Contact Forms |
Version | 2.0.79 |
Comparing to | |
See all releases |
Code changes from version 2.0.78 to 2.0.79
- assets/css/css3_grid_style.css +0 -4162
- contact-bank.php +288 -134
- lib/install-script.php +163 -133
- readme.txt +10 -2
- views/contact_bank_form_preview.php +0 -6
- views/contact_bank_layout_settings.php +0 -6
- views/contact_bank_pro_version.php +0 -6
- views/contact_controls_files.php +11 -9
- views/contact_documentation.php +0 -6
- views/contact_email_settings.php +0 -6
- views/header.php +12 -3
- views/purchase_pro_version.php +42 -6
- views/recommended-plugins.php +0 -6
assets/css/css3_grid_style.css
DELETED
@@ -1,4162 +0,0 @@
|
|
1 |
-
@font-face {
|
2 |
-
font-family: 'PT Sans';
|
3 |
-
font-style: normal;
|
4 |
-
font-weight: 400;
|
5 |
-
src: local('PT Sans'), local('PTSans-Regular'),
|
6 |
-
url(http://themes.googleusercontent.com/static/fonts/ptsans/v6/LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff');
|
7 |
-
}
|
8 |
-
/* ==================== FONT FACE ==================== */
|
9 |
-
/*@font-face
|
10 |
-
{
|
11 |
-
font-family: 'YanoneKaffeesatzRegular';
|
12 |
-
src: url('../font/YanoneKaffeesatz-Regular-webfont.eot');
|
13 |
-
src: local('-'), url('../font/YanoneKaffeesatz-Regular-webfont.woff') format('woff'), url('../font/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'), url('../font/YanoneKaffeesatz-Regular-webfont.svg#webfontlKPF1zIT') format('svg');
|
14 |
-
font-weight: normal;
|
15 |
-
font-style: normal;
|
16 |
-
} */
|
17 |
-
|
18 |
-
/* ==================== PRICING TABLE ==================== */
|
19 |
-
/* --- base --- */
|
20 |
-
div.p_table_1
|
21 |
-
{
|
22 |
-
width: 100%;
|
23 |
-
/*height: 100%;*/
|
24 |
-
font-size: 13px;
|
25 |
-
font-family: arial, sans-serif;
|
26 |
-
font-weight: normal;
|
27 |
-
color: #444444;
|
28 |
-
line-height: normal !important;
|
29 |
-
visibility: visible;
|
30 |
-
}
|
31 |
-
|
32 |
-
/* --- hyperlinks --- */
|
33 |
-
div.p_table_1 a
|
34 |
-
{
|
35 |
-
color: #444444;
|
36 |
-
text-decoration: none;
|
37 |
-
}
|
38 |
-
|
39 |
-
/* --- lists --- */
|
40 |
-
div.p_table_1 ul
|
41 |
-
{
|
42 |
-
margin: 0px !important;
|
43 |
-
padding: 0px !important;
|
44 |
-
list-style-type: none;
|
45 |
-
overflow: visible;
|
46 |
-
}
|
47 |
-
|
48 |
-
div.p_table_1 li
|
49 |
-
{
|
50 |
-
margin: 0px !important;
|
51 |
-
padding: 0px !important;
|
52 |
-
list-style-type: none !important;
|
53 |
-
list-style-image: none !important;
|
54 |
-
font-size: 13px !important;
|
55 |
-
line-height: normal !important;
|
56 |
-
text-shadow: none !important;
|
57 |
-
overflow: visible !important;
|
58 |
-
text-indent: 0 !important;
|
59 |
-
box-sizing: content-box;
|
60 |
-
-moz-box-sizing: content-box;
|
61 |
-
-webkit-box-sizing: content-box;
|
62 |
-
}
|
63 |
-
|
64 |
-
div.p_table_1 li img
|
65 |
-
{
|
66 |
-
display: inline !important;
|
67 |
-
padding: 0 !important;
|
68 |
-
margin: 0 !important;
|
69 |
-
box-shadow: none !important;
|
70 |
-
-webkit-box-shadow: none !important;
|
71 |
-
-moz-box-shadow: none !important;
|
72 |
-
background: none !important;
|
73 |
-
border: none !important;
|
74 |
-
visibility: visible !important;
|
75 |
-
}
|
76 |
-
|
77 |
-
/* --- div aligns --- */
|
78 |
-
div.p_table_1 .align_center
|
79 |
-
{
|
80 |
-
text-align: center;
|
81 |
-
}
|
82 |
-
|
83 |
-
/* --- div rounded corners --- */
|
84 |
-
/* --- border radius 3px --- */
|
85 |
-
div.p_table_1 .radius3
|
86 |
-
{
|
87 |
-
border-radius: 3px;
|
88 |
-
-webkit-border-radius: 3px;
|
89 |
-
-moz-border-radius: 3px;
|
90 |
-
}
|
91 |
-
|
92 |
-
/* --- border radius 5px top left --- */
|
93 |
-
div.p_table_1 .radius5_topleft
|
94 |
-
{
|
95 |
-
border-top-left-radius: 5px;
|
96 |
-
-webkit-border-top-left-radius: 5px;
|
97 |
-
-moz-border-radius-topleft: 5px;
|
98 |
-
}
|
99 |
-
|
100 |
-
/* --- border radius 5px top right --- */
|
101 |
-
div.p_table_1 .radius5_topright
|
102 |
-
{
|
103 |
-
border-top-right-radius: 5px;
|
104 |
-
-webkit-border-top-right-radius: 5px;
|
105 |
-
-moz-border-radius-topright: 5px;
|
106 |
-
}
|
107 |
-
|
108 |
-
/* ==================== HEADINGS ==================== */
|
109 |
-
/* ------ common styles ------ */
|
110 |
-
div.p_table_1 h1,
|
111 |
-
div.p_table_1 h2,
|
112 |
-
div.p_table_1 h3
|
113 |
-
{
|
114 |
-
margin: 0px !important;
|
115 |
-
padding: 0px !important;
|
116 |
-
font-weight: normal !important;
|
117 |
-
border: none !important;
|
118 |
-
line-height: normal !important;
|
119 |
-
letter-spacing: 0;
|
120 |
-
text-transform: none;
|
121 |
-
background: none;
|
122 |
-
text-shadow: none !important;
|
123 |
-
text-align: inherit !important;
|
124 |
-
font-style: normal !important;
|
125 |
-
width: auto !important;
|
126 |
-
float: none !important;
|
127 |
-
position: static !important;
|
128 |
-
box-shadow: none !important;
|
129 |
-
-moz-box-shadow: none !important;
|
130 |
-
-webkit-box-shadow: none !important;
|
131 |
-
}
|
132 |
-
|
133 |
-
div.p_table_1 h1
|
134 |
-
{
|
135 |
-
font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
|
136 |
-
font-size: 48px !important;
|
137 |
-
}
|
138 |
-
|
139 |
-
div.p_table_1 h1 span
|
140 |
-
{
|
141 |
-
font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
|
142 |
-
font-size: 59px !important;
|
143 |
-
text-shadow: none !important;
|
144 |
-
font-weight: normal !important;
|
145 |
-
padding: 0 !important;
|
146 |
-
background: none !important;
|
147 |
-
}
|
148 |
-
|
149 |
-
div.p_table_1 h2
|
150 |
-
{
|
151 |
-
font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
|
152 |
-
font-size: 30px !important;
|
153 |
-
}
|
154 |
-
|
155 |
-
div.p_table_1 h2 span
|
156 |
-
{
|
157 |
-
font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
|
158 |
-
font-size: 30px !important;
|
159 |
-
border: none !important;
|
160 |
-
font-weight: normal !important;
|
161 |
-
padding: 0 !important;
|
162 |
-
background: none !important;
|
163 |
-
}
|
164 |
-
|
165 |
-
div.p_table_1 h3
|
166 |
-
{
|
167 |
-
font-family: arial, sans-serif !important;
|
168 |
-
font-size: 13px !important;
|
169 |
-
}
|
170 |
-
|
171 |
-
/* ==================== COLUMNS ==================== */
|
172 |
-
/* ------ common styles ------ */
|
173 |
-
div.p_table_1 div.column_1,
|
174 |
-
div.p_table_1 div.column_2,
|
175 |
-
div.p_table_1 div.column_3,
|
176 |
-
div.p_table_1 div.column_4
|
177 |
-
{
|
178 |
-
/* transitions */
|
179 |
-
-webkit-transition: box-shadow 0.25s ease;
|
180 |
-
-moz-transition: box-shadow 0.25s ease;
|
181 |
-
-o-transition: box-shadow 0.25s ease;
|
182 |
-
-ms-transition: box-shadow 0.25s ease;
|
183 |
-
transition: box-shadow 0.25s ease;
|
184 |
-
}
|
185 |
-
/* --- header row 1 --- */
|
186 |
-
div.p_table_1 div.caption_column li.header_row_1 ,
|
187 |
-
div.p_table_1 div.column_1 li.header_row_1,
|
188 |
-
div.p_table_1 div.column_2 li.header_row_1,
|
189 |
-
div.p_table_1 div.column_3 li.header_row_1,
|
190 |
-
div.p_table_1 div.column_4 li.header_row_1
|
191 |
-
{
|
192 |
-
height: 50px;
|
193 |
-
width: 100%;
|
194 |
-
padding: 0 !important;
|
195 |
-
}
|
196 |
-
|
197 |
-
div.p_table_1 div.caption_column li.header_row_1 a,
|
198 |
-
div.p_table_1 div.column_1 li.header_row_1 a,
|
199 |
-
div.p_table_1 div.column_2 li.header_row_1 a,
|
200 |
-
div.p_table_1 div.column_3 li.header_row_1 a,
|
201 |
-
div.p_table_1 div.column_4 li.header_row_1 a
|
202 |
-
{
|
203 |
-
text-decoration: none !important;
|
204 |
-
}
|
205 |
-
/* --- header row 2 --- */
|
206 |
-
div.p_table_1 div.caption_column li.header_row_2,
|
207 |
-
div.p_table_1 div.column_1 li.header_row_2,
|
208 |
-
div.p_table_1 div.column_2 li.header_row_2,
|
209 |
-
div.p_table_1 div.column_3 li.header_row_2,
|
210 |
-
div.p_table_1 div.column_4 li.header_row_2
|
211 |
-
{
|
212 |
-
height: 96px;
|
213 |
-
width: 100%;
|
214 |
-
padding: 0 0 14px !important;
|
215 |
-
}
|
216 |
-
|
217 |
-
div.p_table_1 div.caption_column li.header_row_2 a,
|
218 |
-
div.p_table_1 div.column_1 li.header_row_2 a,
|
219 |
-
div.p_table_1 div.column_2 li.header_row_2 a,
|
220 |
-
div.p_table_1 div.column_3 li.header_row_2 a,
|
221 |
-
div.p_table_1 div.column_4 li.header_row_2 a
|
222 |
-
{
|
223 |
-
text-decoration: none !important;
|
224 |
-
}
|
225 |
-
/* --- caption correction --- */
|
226 |
-
div.p_table_1 div.caption_column li.header_row_2
|
227 |
-
{
|
228 |
-
height: 96px;
|
229 |
-
width: 100%;
|
230 |
-
padding: 7px 0px 7px 0 !important;
|
231 |
-
}
|
232 |
-
|
233 |
-
div.p_table_1 div.caption_column li.header_row_2 h2.caption
|
234 |
-
{
|
235 |
-
padding-left: 10px !important;
|
236 |
-
}
|
237 |
-
|
238 |
-
/* ==================== CAPTION COLUMN ==================== */
|
239 |
-
div.p_table_1 div.caption_column
|
240 |
-
{
|
241 |
-
/*position: relative;*/
|
242 |
-
width: 180px;
|
243 |
-
/*height: 100%;*/
|
244 |
-
float: left;
|
245 |
-
}
|
246 |
-
|
247 |
-
/* =================== COLUMN STYLE 1 ==================== */
|
248 |
-
div.p_table_1 div.column_1
|
249 |
-
{
|
250 |
-
/*position: relative;*/
|
251 |
-
width: 160px;
|
252 |
-
/*height: 100%;*/
|
253 |
-
float: left !important;
|
254 |
-
}
|
255 |
-
|
256 |
-
/* ==================== COLUMN STYLE 2 ==================== */
|
257 |
-
div.p_table_1 div.column_2
|
258 |
-
{
|
259 |
-
/*position: relative;*/
|
260 |
-
width: 160px;
|
261 |
-
/*height: 100%;*/
|
262 |
-
float: left !important;
|
263 |
-
}
|
264 |
-
|
265 |
-
/* ==================== COLUMN STYLE 3 ==================== */
|
266 |
-
div.p_table_1 div.column_3
|
267 |
-
{
|
268 |
-
/*position: relative;*/
|
269 |
-
width: 160px;
|
270 |
-
/*height: 100%;*/
|
271 |
-
float: left !important;
|
272 |
-
}
|
273 |
-
|
274 |
-
/* ==================== COLUMN STYLE 4 ==================== */
|
275 |
-
div.p_table_1 div.column_4
|
276 |
-
{
|
277 |
-
/*position: relative;*/
|
278 |
-
width: 160px;
|
279 |
-
/*height: 100%;*/
|
280 |
-
float: left !important;
|
281 |
-
}
|
282 |
-
|
283 |
-
/* ========== COLUMN HOVERS ========== */
|
284 |
-
div.p_table_1.p_table_hover_light div.column_1:hover,
|
285 |
-
div.p_table_1.p_table_hover_light div.column_2:hover,
|
286 |
-
div.p_table_1.p_table_hover_light div.column_3:hover,
|
287 |
-
div.p_table_1.p_table_hover_light div.column_4:hover,
|
288 |
-
div.p_table_1.p_table_hover_disabled div.column_1:hover,
|
289 |
-
div.p_table_1.p_table_hover_disabled div.column_2:hover,
|
290 |
-
div.p_table_1.p_table_hover_disabled div.column_3:hover,
|
291 |
-
div.p_table_1.p_table_hover_disabled div.column_4:hover
|
292 |
-
{
|
293 |
-
left: 0;
|
294 |
-
top: 0;
|
295 |
-
}
|
296 |
-
|
297 |
-
div.p_table_1.p_table_hover_disabled div.column_1:hover,
|
298 |
-
div.p_table_1.p_table_hover_disabled div.column_2:hover,
|
299 |
-
div.p_table_1.p_table_hover_disabled div.column_3:hover,
|
300 |
-
div.p_table_1.p_table_hover_disabled div.column_4:hover
|
301 |
-
{
|
302 |
-
position: static;
|
303 |
-
box-shadow: none;
|
304 |
-
-webkit-box-shadow: none;
|
305 |
-
-moz-box-shadow: none;
|
306 |
-
z-index: 0;
|
307 |
-
}
|
308 |
-
|
309 |
-
div.p_table_1 div.column_1:hover,
|
310 |
-
div.p_table_1 div.column_2:hover,
|
311 |
-
div.p_table_1 div.column_3:hover,
|
312 |
-
div.p_table_1 div.column_4:hover,
|
313 |
-
div.p_table_1 div.active_column,
|
314 |
-
div.p_table_1.p_table_hover_light div.active_column:hover,
|
315 |
-
div.p_table_1.p_table_hover_disabled div.active_column:hover
|
316 |
-
{
|
317 |
-
position: relative;
|
318 |
-
z-index: 100;
|
319 |
-
left: -5px;
|
320 |
-
top: -15px;
|
321 |
-
/* shadow */
|
322 |
-
box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
|
323 |
-
-webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
|
324 |
-
-moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
|
325 |
-
}
|
326 |
-
|
327 |
-
div.p_table_1.p_table_hover_light div.active_column,
|
328 |
-
div.p_table_1.p_table_hover_light div.active_column:hover
|
329 |
-
{
|
330 |
-
left: 0;
|
331 |
-
top: 0;
|
332 |
-
}
|
333 |
-
|
334 |
-
div.p_table_1.p_table_hover_light div.column_1:hover,
|
335 |
-
div.p_table_1.p_table_hover_light div.column_2:hover,
|
336 |
-
div.p_table_1.p_table_hover_light div.column_3:hover,
|
337 |
-
div.p_table_1.p_table_hover_light div.column_4:hover,
|
338 |
-
div.p_table_1.p_table_hover_light div.active_column,
|
339 |
-
div.p_table_1.p_table_hover_light div.active_column:hover
|
340 |
-
{
|
341 |
-
/* shadow */
|
342 |
-
box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
|
343 |
-
-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
|
344 |
-
-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
|
345 |
-
}
|
346 |
-
|
347 |
-
div.p_table_1 div.column_1:hover,
|
348 |
-
div.p_table_1 div.column_2:hover,
|
349 |
-
div.p_table_1 div.column_3:hover,
|
350 |
-
div.p_table_1 div.column_4:hover,
|
351 |
-
div.p_table_1 div.active_column:hover,
|
352 |
-
div.p_table_1.p_table_hover_light div.active_column:hover,
|
353 |
-
div.p_table_1.p_table_hover_disabled div.active_column:hover
|
354 |
-
{
|
355 |
-
z-index: 101;
|
356 |
-
}
|
357 |
-
|
358 |
-
div.p_table_1.p_table_hover_light div.column_1:hover li.row_style_1,
|
359 |
-
div.p_table_1.p_table_hover_light div.column_2:hover li.row_style_1,
|
360 |
-
div.p_table_1.p_table_hover_light div.column_3:hover li.row_style_1,
|
361 |
-
div.p_table_1.p_table_hover_light div.column_4:hover li.row_style_1,
|
362 |
-
div.p_table_1.p_table_hover_light div.column_1:hover li.row_style_2,
|
363 |
-
div.p_table_1.p_table_hover_light div.column_2:hover li.row_style_2,
|
364 |
-
div.p_table_1.p_table_hover_light div.column_3:hover li.row_style_2,
|
365 |
-
div.p_table_1.p_table_hover_light div.column_4:hover li.row_style_2,
|
366 |
-
div.p_table_1.p_table_hover_light div.column_1:hover li.row_style_3,
|
367 |
-
div.p_table_1.p_table_hover_light div.column_2:hover li.row_style_3,
|
368 |
-
div.p_table_1.p_table_hover_light div.column_3:hover li.row_style_3,
|
369 |
-
div.p_table_1.p_table_hover_light div.column_4:hover li.row_style_3,
|
370 |
-
div.p_table_1.p_table_hover_light div.column_1:hover li.row_style_4,
|
371 |
-
div.p_table_1.p_table_hover_light div.column_2:hover li.row_style_4,
|
372 |
-
div.p_table_1.p_table_hover_light div.column_3:hover li.row_style_4,
|
373 |
-
div.p_table_1.p_table_hover_light div.column_4:hover li.row_style_4,
|
374 |
-
div.p_table_1.p_table_hover_light div.active_column li.row_style_1,
|
375 |
-
div.p_table_1.p_table_hover_light div.active_column li.row_style_2,
|
376 |
-
div.p_table_1.p_table_hover_light div.active_column li.row_style_3,
|
377 |
-
div.p_table_1.p_table_hover_light div.active_column li.row_style_4,
|
378 |
-
div.p_table_1.p_table_hover_disabled div.column_1:hover li.row_style_1,
|
379 |
-
div.p_table_1.p_table_hover_disabled div.column_2:hover li.row_style_1,
|
380 |
-
div.p_table_1.p_table_hover_disabled div.column_3:hover li.row_style_1,
|
381 |
-
div.p_table_1.p_table_hover_disabled div.column_4:hover li.row_style_1,
|
382 |
-
div.p_table_1.p_table_hover_disabled div.column_1:hover li.row_style_2,
|
383 |
-
div.p_table_1.p_table_hover_disabled div.column_2:hover li.row_style_2,
|
384 |
-
div.p_table_1.p_table_hover_disabled div.column_3:hover li.row_style_2,
|
385 |
-
div.p_table_1.p_table_hover_disabled div.column_4:hover li.row_style_2,
|
386 |
-
div.p_table_1.p_table_hover_disabled div.column_1:hover li.row_style_3,
|
387 |
-
div.p_table_1.p_table_hover_disabled div.column_2:hover li.row_style_3,
|
388 |
-
div.p_table_1.p_table_hover_disabled div.column_3:hover li.row_style_3,
|
389 |
-
div.p_table_1.p_table_hover_disabled div.column_4:hover li.row_style_3,
|
390 |
-
div.p_table_1.p_table_hover_disabled div.column_1:hover li.row_style_4,
|
391 |
-
div.p_table_1.p_table_hover_disabled div.column_2:hover li.row_style_4,
|
392 |
-
div.p_table_1.p_table_hover_disabled div.column_3:hover li.row_style_4,
|
393 |
-
div.p_table_1.p_table_hover_disabled div.column_4:hover li.row_style_4
|
394 |
-
{
|
395 |
-
height: 19px;
|
396 |
-
padding: 9px 0 !important;
|
397 |
-
}
|
398 |
-
|
399 |
-
div.p_table_1 div.column_1:hover li.row_style_1,
|
400 |
-
div.p_table_1 div.column_2:hover li.row_style_1,
|
401 |
-
div.p_table_1 div.column_3:hover li.row_style_1,
|
402 |
-
div.p_table_1 div.column_4:hover li.row_style_1,
|
403 |
-
div.p_table_1 div.column_1:hover li.row_style_2,
|
404 |
-
div.p_table_1 div.column_2:hover li.row_style_2,
|
405 |
-
div.p_table_1 div.column_3:hover li.row_style_2,
|
406 |
-
div.p_table_1 div.column_4:hover li.row_style_2,
|
407 |
-
div.p_table_1 div.column_1:hover li.row_style_3,
|
408 |
-
div.p_table_1 div.column_2:hover li.row_style_3,
|
409 |
-
div.p_table_1 div.column_3:hover li.row_style_3,
|
410 |
-
div.p_table_1 div.column_4:hover li.row_style_3,
|
411 |
-
div.p_table_1 div.column_1:hover li.row_style_4,
|
412 |
-
div.p_table_1 div.column_2:hover li.row_style_4,
|
413 |
-
div.p_table_1 div.column_3:hover li.row_style_4,
|
414 |
-
div.p_table_1 div.column_4:hover li.row_style_4,
|
415 |
-
div.p_table_1 div.active_column li.row_style_1,
|
416 |
-
div.p_table_1 div.active_column li.row_style_2,
|
417 |
-
div.p_table_1 div.active_column li.row_style_3,
|
418 |
-
div.p_table_1 div.active_column li.row_style_4,
|
419 |
-
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_1,
|
420 |
-
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_2,
|
421 |
-
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_3,
|
422 |
-
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_4
|
423 |
-
{
|
424 |
-
height: 19px;
|
425 |
-
padding: 12px 5px !important;
|
426 |
-
}
|
427 |
-
|
428 |
-
div.p_table_1.p_table_hover_light div.column_1:hover li.header_row_1,
|
429 |
-
div.p_table_1.p_table_hover_light div.column_2:hover li.header_row_1,
|
430 |
-
div.p_table_1.p_table_hover_light div.column_3:hover li.header_row_1,
|
431 |
-
div.p_table_1.p_table_hover_light div.column_4:hover li.header_row_1,
|
432 |
-
div.p_table_1.p_table_hover_light div.active_column li.header_row_1,
|
433 |
-
div.p_table_1.p_table_hover_disabled div.column_1:hover li.header_row_1,
|
434 |
-
div.p_table_1.p_table_hover_disabled div.column_2:hover li.header_row_1,
|
435 |
-
div.p_table_1.p_table_hover_disabled div.column_3:hover li.header_row_1,
|
436 |
-
div.p_table_1.p_table_hover_disabled div.column_4:hover li.header_row_1
|
437 |
-
{
|
438 |
-
padding: 0 !important;
|
439 |
-
border-radius: 0;
|
440 |
-
-webkit-border-top-left-radius: 0;
|
441 |
-
-webkit-border-top-right-radius: 0;
|
442 |
-
-moz-border-radius-topleft: 0;
|
443 |
-
-moz-border-radius-topright: 0;
|
444 |
-
}
|
445 |
-
|
446 |
-
div.p_table_1.p_table_hover_light div.column_1:hover li.header_row_1.radius5_topright,
|
447 |
-
div.p_table_1.p_table_hover_light div.column_2:hover li.header_row_1.radius5_topright,
|
448 |
-
div.p_table_1.p_table_hover_light div.column_3:hover li.header_row_1.radius5_topright,
|
449 |
-
div.p_table_1.p_table_hover_light div.column_4:hover li.header_row_1.radius5_topright,
|
450 |
-
div.p_table_1.p_table_hover_disabled div.column_1:hover li.header_row_1.radius5_topright,
|
451 |
-
div.p_table_1.p_table_hover_disabled div.column_2:hover li.header_row_1.radius5_topright,
|
452 |
-
div.p_table_1.p_table_hover_disabled div.column_3:hover li.header_row_1.radius5_topright,
|
453 |
-
div.p_table_1.p_table_hover_disabled div.column_4:hover li.header_row_1.radius5_topright
|
454 |
-
{
|
455 |
-
border-top-right-radius: 5px;
|
456 |
-
-webkit-border-top-right-radius: 5px;
|
457 |
-
-moz-border-radius-topright: 5px;
|
458 |
-
}
|
459 |
-
|
460 |
-
div.p_table_1 div.column_1:hover li.header_row_1,
|
461 |
-
div.p_table_1 div.column_2:hover li.header_row_1,
|
462 |
-
div.p_table_1 div.column_3:hover li.header_row_1,
|
463 |
-
div.p_table_1 div.column_4:hover li.header_row_1,
|
464 |
-
div.p_table_1 div.active_column li.header_row_1,
|
465 |
-
div.p_table_1.p_table_hover_disabled div.active_column:hover li.header_row_1
|
466 |
-
{
|
467 |
-
padding: 4px 5px 0 5px !important;
|
468 |
-
border-radius: 5px 5px 0px 0px;
|
469 |
-
-webkit-border-top-left-radius: 5px;
|
470 |
-
-webkit-border-top-right-radius: 5px;
|
471 |
-
-moz-border-radius-topleft: 5px;
|
472 |
-
-moz-border-radius-topright: 5px;
|
473 |
-
}
|
474 |
-
|
475 |
-
div.p_table_1.p_table_hover_light div.column_1:hover li.header_row_2,
|
476 |
-
div.p_table_1.p_table_hover_light div.column_2:hover li.header_row_2,
|
477 |
-
div.p_table_1.p_table_hover_light div.column_3:hover li.header_row_2,
|
478 |
-
div.p_table_1.p_table_hover_light div.column_4:hover li.header_row_2,
|
479 |
-
div.p_table_1.p_table_hover_light div.active_column li.header_row_2,
|
480 |
-
div.p_table_1.p_table_hover_disabled div.column_1:hover li.header_row_2,
|
481 |
-
div.p_table_1.p_table_hover_disabled div.column_2:hover li.header_row_2,
|
482 |
-
div.p_table_1.p_table_hover_disabled div.column_3:hover li.header_row_2,
|
483 |
-
div.p_table_1.p_table_hover_disabled div.column_4:hover li.header_row_2
|
484 |
-
{
|
485 |
-
padding: 0 0 14px !important;
|
486 |
-
}
|
487 |
-
|
488 |
-
div.p_table_1 div.column_1:hover li.header_row_2,
|
489 |
-
div.p_table_1 div.column_2:hover li.header_row_2,
|
490 |
-
div.p_table_1 div.column_3:hover li.header_row_2,
|
491 |
-
div.p_table_1 div.column_4:hover li.header_row_2,
|
492 |
-
div.p_table_1 div.active_column li.header_row_2,
|
493 |
-
div.p_table_1.p_table_hover_disabled div.active_column:hover li.header_row_2
|
494 |
-
{
|
495 |
-
padding: 5px 5px 15px !important;
|
496 |
-
}
|
497 |
-
|
498 |
-
div.p_table_1.p_table_hover_light div.column_1:hover li.footer_row,
|
499 |
-
div.p_table_1.p_table_hover_light div.column_2:hover li.footer_row,
|
500 |
-
div.p_table_1.p_table_hover_light div.column_3:hover li.footer_row,
|
501 |
-
div.p_table_1.p_table_hover_light div.column_4:hover li.footer_row,
|
502 |
-
div.p_table_1.p_table_hover_light div.active_column li.footer_row,
|
503 |
-
div.p_table_1.p_table_hover_disabled div.column_1:hover li.footer_row,
|
504 |
-
div.p_table_1.p_table_hover_disabled div.column_2:hover li.footer_row,
|
505 |
-
div.p_table_1.p_table_hover_disabled div.column_3:hover li.footer_row,
|
506 |
-
div.p_table_1.p_table_hover_disabled div.column_4:hover li.footer_row
|
507 |
-
{
|
508 |
-
padding: 10px 0 !important;
|
509 |
-
}
|
510 |
-
|
511 |
-
div.p_table_1 div.column_1:hover li.footer_row,
|
512 |
-
div.p_table_1 div.column_2:hover li.footer_row,
|
513 |
-
div.p_table_1 div.column_3:hover li.footer_row,
|
514 |
-
div.p_table_1 div.column_4:hover li.footer_row,
|
515 |
-
div.p_table_1 div.active_column li.footer_row,
|
516 |
-
div.p_table_1.p_table_hover_disabled div.active_column:hover li.footer_row
|
517 |
-
{
|
518 |
-
padding: 10px 5px !important;
|
519 |
-
}
|
520 |
-
|
521 |
-
/*==================== DATA ROWS ====================*/
|
522 |
-
/* ------ common styles ------ */
|
523 |
-
div.p_table_1 li.row_style_1,
|
524 |
-
div.p_table_1 li.row_style_2,
|
525 |
-
div.p_table_1 li.row_style_3,
|
526 |
-
div.p_table_1 li.row_style_4
|
527 |
-
{
|
528 |
-
width: 100%;
|
529 |
-
/*height: 100%;*/
|
530 |
-
height: 19px;
|
531 |
-
padding: 9px 0 !important;
|
532 |
-
float: left;
|
533 |
-
}
|
534 |
-
|
535 |
-
div.p_table_1 li.row_style_1 span,
|
536 |
-
div.p_table_1 li.row_style_2 span,
|
537 |
-
div.p_table_1 li.row_style_3 span,
|
538 |
-
div.p_table_1 li.row_style_4 span
|
539 |
-
{
|
540 |
-
display: block;
|
541 |
-
padding: 0 10px !important;
|
542 |
-
font-size: 13px !important;
|
543 |
-
}
|
544 |
-
|
545 |
-
/* --- white --- */
|
546 |
-
div.p_table_1 li.row_style_1
|
547 |
-
{
|
548 |
-
background: #ffffff !important;
|
549 |
-
}
|
550 |
-
|
551 |
-
/* --- light gray --- */
|
552 |
-
div.p_table_1 li.row_style_2
|
553 |
-
{
|
554 |
-
background: #f6f6f6 !important;
|
555 |
-
}
|
556 |
-
|
557 |
-
/* --- mid gray --- */
|
558 |
-
div.p_table_1 li.row_style_3
|
559 |
-
{
|
560 |
-
background: #ebebeb !important;
|
561 |
-
}
|
562 |
-
|
563 |
-
/* --- dark gray --- */
|
564 |
-
div.p_table_1 li.row_style_4
|
565 |
-
{
|
566 |
-
background: #e3e3e3 !important;
|
567 |
-
}
|
568 |
-
|
569 |
-
/*========== FOOTER ==========*/
|
570 |
-
/* ------ common styles ------ */
|
571 |
-
div.p_table_1 li.footer_row
|
572 |
-
{
|
573 |
-
width: 100%;
|
574 |
-
height: 40px;
|
575 |
-
padding: 10px 0 !important;
|
576 |
-
float: left;
|
577 |
-
text-align: center;
|
578 |
-
border-top: 1px solid #d3d3d3;
|
579 |
-
border-bottom: none;
|
580 |
-
background-color: #e2e2e2 !important; /* background color for non-css3 browsers */
|
581 |
-
/* gradient */
|
582 |
-
background-image: linear-gradient(top, #f6f6f6, #d0d0d0) !important; /* W3C */
|
583 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d0d0d0') !important; /* IE5.5 - 7 */
|
584 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d0d0d0') !important; /* IE8 */
|
585 |
-
background: -ms-linear-gradient(top, #f6f6f6, #d0d0d0) !important; /* IE9 */
|
586 |
-
background: -moz-linear-gradient(top, #f6f6f6, #d0d0d0) !important; /* Firefox */
|
587 |
-
background: -o-linear-gradient(top, #f6f6f6, #d0d0d0) !important; /* Opera 11 */
|
588 |
-
background: -webkit-linear-gradient(top, #f6f6f6, #d0d0d0) !important; /* Chrome 11 */
|
589 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(1, #d0d0d0)) !important; /* Chrome 10, Safari */
|
590 |
-
}
|
591 |
-
|
592 |
-
/* --- button --- */
|
593 |
-
div.p_table_1 a.sign_up,
|
594 |
-
div.p_table_1 .css3_grid_hidden_rows_control
|
595 |
-
{
|
596 |
-
width: 120px;
|
597 |
-
height: 24px;
|
598 |
-
padding: 6px 0px 0px 0px !important;
|
599 |
-
display: block;
|
600 |
-
text-align: center;
|
601 |
-
margin-left: auto;
|
602 |
-
margin-right: auto;
|
603 |
-
text-shadow: 0px 1px 0px #ffffff; /* text shadow for firefox 3.6+ */
|
604 |
-
border: 1px solid #b5b5b5;
|
605 |
-
background-color: #d8d8d8; /* background color for non-css3 browsers */
|
606 |
-
outline: none;
|
607 |
-
/* gradient */
|
608 |
-
background-image: linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* W3C */
|
609 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d8d8d8'); /* IE5.5 - 7 */
|
610 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d8d8d8'); /* IE8 */
|
611 |
-
background: -ms-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* IE9 */
|
612 |
-
background: -moz-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* Firefox */
|
613 |
-
background: -o-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* Opera 11 */
|
614 |
-
background: -webkit-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* Chrome 11 */
|
615 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.05, #efefef), color-stop(1, #d8d8d8)); /* Chrome 10, Safari */
|
616 |
-
/* shadow */
|
617 |
-
box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
|
618 |
-
-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
|
619 |
-
-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
|
620 |
-
/* font */
|
621 |
-
font-weight: bold;
|
622 |
-
box-sizing: content-box;
|
623 |
-
-moz-box-sizing: content-box;
|
624 |
-
-webkit-box-sizing: content-box;
|
625 |
-
}
|
626 |
-
|
627 |
-
/* --- button hover --- */
|
628 |
-
div.p_table_1 a.sign_up:hover,
|
629 |
-
div.p_table_1 .css3_grid_hidden_rows_control:hover
|
630 |
-
{
|
631 |
-
height: 24px;
|
632 |
-
padding: 6px 0px 0px 0px !important;
|
633 |
-
text-shadow: 0px 1px 0px #ffffff; /* text shadow for firefox 3.6+ */
|
634 |
-
border: 1px solid #b5b5b5;
|
635 |
-
background-color: #c9c9c9; /* background color for non-css3 browsers */
|
636 |
-
outline: none;
|
637 |
-
/* gradient */
|
638 |
-
background-image: linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* W3C */
|
639 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#c9c9c9'); /* IE5.5 - 7 */
|
640 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#c9c9c9'); /* IE8 */
|
641 |
-
background: -ms-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* IE9 */
|
642 |
-
background: -moz-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* Firefox */
|
643 |
-
background: -o-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* Opera 11 */
|
644 |
-
background: -webkit-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* Chrome 11 */
|
645 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d2d2d2), color-stop(0.05, #dedede), color-stop(1, #c9c9c9)); /* Chrome 10, Safari */
|
646 |
-
/* shadow */
|
647 |
-
box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
|
648 |
-
-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
|
649 |
-
-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
|
650 |
-
}
|
651 |
-
|
652 |
-
/* --- button orange --- */
|
653 |
-
div.p_table_1 a.sign_up.sign_up_orange
|
654 |
-
{
|
655 |
-
text-shadow: 0px 1px 0px #b37328; /* text shadow for firefox 3.6+ */
|
656 |
-
border: 1px solid #da7411;
|
657 |
-
color: #ffffff !important;
|
658 |
-
/* gradient */
|
659 |
-
background: #ef9a36; /* Old browsers */
|
660 |
-
background: -moz-linear-gradient(top, #f4b873 0%, #f4b873 4%, #ef9a36 4%); /* FF3.6+ */
|
661 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4b873), color-stop(4%,#f4b873), color-stop(4%,#ef9a36)); /* Chrome,Safari4+ */
|
662 |
-
background: -webkit-linear-gradient(top, #f4b873 0%,#f4b873 4%,#ef9a36 4%); /* Chrome10+,Safari5.1+ */
|
663 |
-
background: -o-linear-gradient(top, #f4b873 0%,#f4b873 4%,#ef9a36 4%); /* Opera 11.10+ */
|
664 |
-
background: -ms-linear-gradient(top, #f4b873 0%,#f4b873 4%,#ef9a36 4%); /* IE10+ */
|
665 |
-
background: linear-gradient(top, #f4b873 0%,#f4b873 4%,#ef9a36 4%); /* W3C */
|
666 |
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b873', endColorstr='#ef9a36',GradientType=0 ); /* IE6-9 */
|
667 |
-
}
|
668 |
-
|
669 |
-
/* --- button hover --- */
|
670 |
-
div.p_table_1 a.sign_up.sign_up_orange:hover
|
671 |
-
{
|
672 |
-
text-shadow: 0px 1px 0px #a96310; /* text shadow for firefox 3.6+ */
|
673 |
-
border: 1px solid #cf5708;
|
674 |
-
background-color: #c9c9c9; /* background color for non-css3 browsers */
|
675 |
-
/* gradient */
|
676 |
-
background: #e18416; /* Old browsers */
|
677 |
-
background: -moz-linear-gradient(top, #dc7612 0%, #dc7612 4%, #e18416 4%); /* FF3.6+ */
|
678 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc7612), color-stop(4%,#dc7612), color-stop(4%,#e18416)); /* Chrome,Safari4+ */
|
679 |
-
background: -webkit-linear-gradient(top, #dc7612 0%,#dc7612 4%,#e18416 4%); /* Chrome10+,Safari5.1+ */
|
680 |
-
background: -o-linear-gradient(top, #dc7612 0%,#dc7612 4%,#e18416 4%); /* Opera 11.10+ */
|
681 |
-
background: -ms-linear-gradient(top, #dc7612 0%,#dc7612 4%,#e18416 4%); /* IE10+ */
|
682 |
-
background: linear-gradient(top, #dc7612 0%,#dc7612 4%,#e18416 4%); /* W3C */
|
683 |
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc7612', endColorstr='#e18416',GradientType=0 ); /* IE6-9 */
|
684 |
-
}
|
685 |
-
|
686 |
-
/* --- button --- */
|
687 |
-
div.p_table_1 a.sign_up.sign_up_yellow
|
688 |
-
{
|
689 |
-
text-shadow: 0px 1px 0px #b88b12; /* text shadow for firefox 3.6+ */
|
690 |
-
border: 1px solid #e49c00;
|
691 |
-
color: #ffffff !important;
|
692 |
-
/* gradient */
|
693 |
-
background: #f6ba18; /* Old browsers */
|
694 |
-
background: -moz-linear-gradient(top, #f9cf5e 0%, #f9cf5e 4%, #f6ba18 4%); /* FF3.6+ */
|
695 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9cf5e), color-stop(4%,#f9cf5e), color-stop(4%,#f6ba18)); /* Chrome,Safari4+ */
|
696 |
-
background: -webkit-linear-gradient(top, #f9cf5e 0%,#f9cf5e 4%,#f6ba18 4%); /* Chrome10+,Safari5.1+ */
|
697 |
-
background: -o-linear-gradient(top, #f9cf5e 0%,#f9cf5e 4%,#f6ba18 4%); /* Opera 11.10+ */
|
698 |
-
background: -ms-linear-gradient(top, #f9cf5e 0%,#f9cf5e 4%,#f6ba18 4%); /* IE10+ */
|
699 |
-
background: linear-gradient(top, #f9cf5e 0%,#f9cf5e 4%,#f6ba18 4%); /* W3C */
|
700 |
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9cf5e', endColorstr='#f6ba18',GradientType=0 ); /* IE6-9 */
|
701 |
-
}
|
702 |
-
|
703 |
-
/* --- button hover --- */
|
704 |
-
div.p_table_1 a.sign_up.sign_up_yellow:hover
|
705 |
-
{
|
706 |
-
text-shadow: 0px 1px 0px #af7f00; /* text shadow for firefox 3.6+ */
|
707 |
-
border: 1px solid #db8200;
|
708 |
-
/* gradient */
|
709 |
-
background: #e9aa00; /* Old browsers */
|
710 |
-
background: -moz-linear-gradient(top, #e59e00 0%, #e59e00 4%, #e9aa00 4%); /* FF3.6+ */
|
711 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e59e00), color-stop(4%,#e59e00), color-stop(4%,#e9aa00)); /* Chrome,Safari4+ */
|
712 |
-
background: -webkit-linear-gradient(top, #e59e00 0%,#e59e00 4%,#e9aa00 4%); /* Chrome10+,Safari5.1+ */
|
713 |
-
background: -o-linear-gradient(top, #e59e00 0%,#e59e00 4%,#e9aa00 4%); /* Opera 11.10+ */
|
714 |
-
background: -ms-linear-gradient(top, #e59e00 0%,#e59e00 4%,#e9aa00 4%); /* IE10+ */
|
715 |
-
background: linear-gradient(top, #e59e00 0%,#e59e00 4%,#e9aa00 4%); /* W3C */
|
716 |
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59e00', endColorstr='#e9aa00',GradientType=0 ); /* IE6-9 */
|
717 |
-
}
|
718 |
-
|
719 |
-
/* --- button --- */
|
720 |
-
div.p_table_1 a.sign_up.sign_up_lightgreen
|
721 |
-
{
|
722 |
-
text-shadow: 0px 1px 0px #6f811c; /* text shadow for firefox 3.6+ */
|
723 |
-
border: 1px solid #738d0b;
|
724 |
-
color: #ffffff !important;
|
725 |
-
/* gradient */
|
726 |
-
background: #94ac26; /* Old browsers */
|
727 |
-
background: -moz-linear-gradient(top, #b4c568 0%, #b4c568 4%, #94ac26 4%); /* FF3.6+ */
|
728 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4c568), color-stop(4%,#b4c568), color-stop(4%,#94ac26)); /* Chrome,Safari4+ */
|
729 |
-
background: -webkit-linear-gradient(top, #b4c568 0%,#b4c568 4%,#94ac26 4%); /* Chrome10+,Safari5.1+ */
|
730 |
-
background: -o-linear-gradient(top, #b4c568 0%,#b4c568 4%,#94ac26 4%); /* Opera 11.10+ */
|
731 |
-
background: -ms-linear-gradient(top, #b4c568 0%,#b4c568 4%,#94ac26 4%); /* IE10+ */
|
732 |
-
background: linear-gradient(top, #b4c568 0%,#b4c568 4%,#94ac26 4%); /* W3C */
|
733 |
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c568', endColorstr='#94ac26',GradientType=0 ); /* IE6-9 */
|
734 |
-
}
|
735 |
-
|
736 |
-
/* --- button hover --- */
|
737 |
-
div.p_table_1 a.sign_up.sign_up_lightgreen:hover
|
738 |
-
{
|
739 |
-
text-shadow: 0px 1px 0px #62750a; /* text shadow for firefox 3.6+ */
|
740 |
-
border: 1px solid #567105;
|
741 |
-
/* gradient */
|
742 |
-
background: #839c0e; /* Old browsers */
|
743 |
-
background: -moz-linear-gradient(top, #758f0b 0%, #758f0b 4%, #839c0e 4%); /* FF3.6+ */
|
744 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#758f0b), color-stop(4%,#758f0b), color-stop(4%,#839c0e)); /* Chrome,Safari4+ */
|
745 |
-
background: -webkit-linear-gradient(top, #758f0b 0%,#758f0b 4%,#839c0e 4%); /* Chrome10+,Safari5.1+ */
|
746 |
-
background: -o-linear-gradient(top, #758f0b 0%,#758f0b 4%,#839c0e 4%); /* Opera 11.10+ */
|
747 |
-
background: -ms-linear-gradient(top, #758f0b 0%,#758f0b 4%,#839c0e 4%); /* IE10+ */
|
748 |
-
background: linear-gradient(top, #758f0b 0%,#758f0b 4%,#839c0e 4%); /* W3C */
|
749 |
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#758f0b', endColorstr='#839c0e',GradientType=0 ); /* IE6-9 */
|
750 |
-
}
|
751 |
-
|
752 |
-
/* --- button --- */
|
753 |
-
div.p_table_1 a.sign_up.sign_up_green
|
754 |
-
{
|
755 |
-
padding: 6px 0px 0px 0px !important;
|
756 |
-
text-shadow: 0px 1px 0px #417627; /* text shadow for firefox 3.6+ */
|
757 |
-
border: 1px solid #357519;
|
758 |
-
color: #ffffff !important;
|
759 |
-
/* gradient */
|
760 |
-
background: #579e34; /* Old browsers */
|
761 |
-
background: -moz-linear-gradient(top, #8abb71 0%, #8abb71 4%, #579e34 4%); /* FF3.6+ */
|
762 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8abb71), color-stop(4%,#8abb71), color-stop(4%,#579e34)); /* Chrome,Safari4+ */
|
763 |
-
background: -webkit-linear-gradient(top, #8abb71 0%,#8abb71 4%,#579e34 4%); /* Chrome10+,Safari5.1+ */
|
764 |
-
background: -o-linear-gradient(top, #8abb71 0%,#8abb71 4%,#579e34 4%); /* Opera 11.10+ */
|
765 |
-
background: -ms-linear-gradient(top, #8abb71 0%,#8abb71 4%,#579e34 4%); /* IE10+ */
|
766 |
-
background: linear-gradient(top, #8abb71 0%,#8abb71 4%,#579e34 4%); /* W3C */
|
767 |
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abb71', endColorstr='#579e34',GradientType=0 ); /* IE6-9 */
|
768 |
-
}
|
769 |
-
|
770 |
-
/* --- button hover --- */
|
771 |
-
div.p_table_1 a.sign_up.sign_up_green:hover
|
772 |
-
{
|
773 |
-
text-shadow: 0px 1px 0px #316418; /* text shadow for firefox 3.6+ */
|
774 |
-
border: 1px solid #1f580c;
|
775 |
-
/* gradient */
|
776 |
-
background: #418520; /* Old browsers */
|
777 |
-
background: -moz-linear-gradient(top, #37771a 0%, #37771a 4%, #418520 4%); /* FF3.6+ */
|
778 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37771a), color-stop(4%,#37771a), color-stop(4%,#418520)); /* Chrome,Safari4+ */
|
779 |
-
background: -webkit-linear-gradient(top, #37771a 0%,#37771a 4%,#418520 4%); /* Chrome10+,Safari5.1+ */
|
780 |
-
background: -o-linear-gradient(top, #37771a 0%,#37771a 4%,#418520 4%); /* Opera 11.10+ */
|
781 |
-
background: -ms-linear-gradient(top, #37771a 0%,#37771a 4%,#418520 4%); /* IE10+ */
|
782 |
-
background: linear-gradient(top, #37771a 0%,#37771a 4%,#418520 4%); /* W3C */
|
783 |
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37771a', endColorstr='#418520',GradientType=0 ); /* IE6-9 */
|
784 |
-
}
|
785 |
-
|
786 |
-
/* ==================== COLUMN RIBBONS ==================== */
|
787 |
-
/* --- base --- */
|
788 |
-
div.p_table_1 div.column_ribbon
|
789 |
-
{
|
790 |
-
float: right;
|
791 |
-
width: 42px;
|
792 |
-
height: 42px;
|
793 |
-
position: relative;
|
794 |
-
margin-bottom: -42px;
|
795 |
-
}
|
796 |
-
|
797 |
-
/* --- hover--- */
|
798 |
-
div.p_table_1.p_table_hover_light div.column_1:hover div.column_ribbon,
|
799 |
-
div.p_table_1.p_table_hover_light div.column_2:hover div.column_ribbon,
|
800 |
-
div.p_table_1.p_table_hover_light div.column_3:hover div.column_ribbon,
|
801 |
-
div.p_table_1.p_table_hover_light div.column_4:hover div.column_ribbon,
|
802 |
-
div.p_table_1.p_table_hover_light div.active_column div.column_ribbon,
|
803 |
-
div.p_table_1.p_table_hover_disabled div.column_1:hover div.column_ribbon,
|
804 |
-
div.p_table_1.p_table_hover_disabled div.column_2:hover div.column_ribbon,
|
805 |
-
div.p_table_1.p_table_hover_disabled div.column_3:hover div.column_ribbon,
|
806 |
-
div.p_table_1.p_table_hover_disabled div.column_4:hover div.column_ribbon
|
807 |
-
{
|
808 |
-
right: 0px;
|
809 |
-
}
|
810 |
-
|
811 |
-
div.p_table_1 div.column_1:hover div.column_ribbon,
|
812 |
-
div.p_table_1 div.column_2:hover div.column_ribbon,
|
813 |
-
div.p_table_1 div.column_3:hover div.column_ribbon,
|
814 |
-
div.p_table_1 div.column_4:hover div.column_ribbon,
|
815 |
-
div.p_table_1 div.active_column div.column_ribbon,
|
816 |
-
div.p_table_1.p_table_hover_disabled div.active_column:hover div.column_ribbon
|
817 |
-
{
|
818 |
-
right: -10px;
|
819 |
-
}
|
820 |
-
|
821 |
-
/* ------ ribbon styles ------ */
|
822 |
-
/* --- style1--- */
|
823 |
-
div.ribbon_style1_best { background: url(../img/ribbon_style1_best.png); }
|
824 |
-
div.ribbon_style1_buy { background: url(../img/ribbon_style1_buy.png); }
|
825 |
-
div.ribbon_style1_free { background: url(../img/ribbon_style1_free.png); }
|
826 |
-
div.ribbon_style1_free_caps { background: url(../img/ribbon_style1_free_caps.png); }
|
827 |
-
div.ribbon_style1_fresh { background: url(../img/ribbon_style1_fresh.png); }
|
828 |
-
div.ribbon_style1_gift_caps { background: url(../img/ribbon_style1_gift_caps.png); }
|
829 |
-
div.ribbon_style1_heart { background: url(../img/ribbon_style1_heart.png); }
|
830 |
-
div.ribbon_style1_hot { background: url(../img/ribbon_style1_hot.png); }
|
831 |
-
div.ribbon_style1_hot_caps { background: url(../img/ribbon_style1_hot_caps.png); }
|
832 |
-
div.ribbon_style1_new { background: url(../img/ribbon_style1_new.png); }
|
833 |
-
div.ribbon_style1_new_caps { background: url(../img/ribbon_style1_new_caps.png); }
|
834 |
-
div.ribbon_style1_no1 { background: url(../img/ribbon_style1_no1.png); }
|
835 |
-
div.ribbon_style1_off5 { background: url(../img/ribbon_style1_off5.png); }
|
836 |
-
div.ribbon_style1_off10 { background: url(../img/ribbon_style1_off10.png); }
|
837 |
-
div.ribbon_style1_off15 { background: url(../img/ribbon_style1_off15.png); }
|
838 |
-
div.ribbon_style1_off20 { background: url(../img/ribbon_style1_off20.png); }
|
839 |
-
div.ribbon_style1_off25 { background: url(../img/ribbon_style1_off25.png); }
|
840 |
-
div.ribbon_style1_off30 { background: url(../img/ribbon_style1_off30.png); }
|
841 |
-
div.ribbon_style1_off35 { background: url(../img/ribbon_style1_off35.png); }
|
842 |
-
div.ribbon_style1_off40 { background: url(../img/ribbon_style1_off40.png); }
|
843 |
-
div.ribbon_style1_off50 { background: url(../img/ribbon_style1_off50.png); }
|
844 |
-
div.ribbon_style1_off75 { background: url(../img/ribbon_style1_off75.png); }
|
845 |
-
div.ribbon_style1_pack { background: url(../img/ribbon_style1_pack.png); }
|
846 |
-
div.ribbon_style1_pro { background: url(../img/ribbon_style1_pro.png); }
|
847 |
-
div.ribbon_style1_sale { background: url(../img/ribbon_style1_sale.png); }
|
848 |
-
div.ribbon_style1_save { background: url(../img/ribbon_style1_save.png); }
|
849 |
-
div.ribbon_style1_save_caps { background: url(../img/ribbon_style1_save_caps.png); }
|
850 |
-
div.ribbon_style1_top { background: url(../img/ribbon_style1_top.png); }
|
851 |
-
div.ribbon_style1_top_caps { background: url(../img/ribbon_style1_top_caps.png); }
|
852 |
-
div.ribbon_style1_trial { background: url(../img/ribbon_style1_trial.png); }
|
853 |
-
|
854 |
-
/* --- style2--- */
|
855 |
-
div.ribbon_style2_best { background: url(../img/ribbon_style2_best.png); }
|
856 |
-
div.ribbon_style2_buy { background: url(../img/ribbon_style2_buy.png); }
|
857 |
-
div.ribbon_style2_free { background: url(../img/ribbon_style2_free.png); }
|
858 |
-
div.ribbon_style2_free_caps { background: url(../img/ribbon_style2_free_caps.png); }
|
859 |
-
div.ribbon_style2_fresh { background: url(../img/ribbon_style2_fresh.png); }
|
860 |
-
div.ribbon_style2_gift_caps { background: url(../img/ribbon_style2_gift_caps.png); }
|
861 |
-
div.ribbon_style2_heart { background: url(../img/ribbon_style2_heart.png); }
|
862 |
-
div.ribbon_style2_hot { background: url(../img/ribbon_style2_hot.png); }
|
863 |
-
div.ribbon_style2_hot_caps { background: url(../img/ribbon_style2_hot_caps.png); }
|
864 |
-
div.ribbon_style2_new { background: url(../img/ribbon_style2_new.png); }
|
865 |
-
div.ribbon_style2_new_caps { background: url(../img/ribbon_style2_new_caps.png); }
|
866 |
-
div.ribbon_style2_no1 { background: url(../img/ribbon_style2_no1.png); }
|
867 |
-
div.ribbon_style2_off5 { background: url(../img/ribbon_style2_off5.png); }
|
868 |
-
div.ribbon_style2_off10 { background: url(../img/ribbon_style2_off10.png); }
|
869 |
-
div.ribbon_style2_off15 { background: url(../img/ribbon_style2_off15.png); }
|
870 |
-
div.ribbon_style2_off20 { background: url(../img/ribbon_style2_off20.png); }
|
871 |
-
div.ribbon_style2_off25 { background: url(../img/ribbon_style2_off25.png); }
|
872 |
-
div.ribbon_style2_off30 { background: url(../img/ribbon_style2_off30.png); }
|
873 |
-
div.ribbon_style2_off35 { background: url(../img/ribbon_style2_off35.png); }
|
874 |
-
div.ribbon_style2_off40 { background: url(../img/ribbon_style2_off40.png); }
|
875 |
-
div.ribbon_style2_off50 { background: url(../img/ribbon_style2_off50.png); }
|
876 |
-
div.ribbon_style2_off75 { background: url(../img/ribbon_style2_off75.png); }
|
877 |
-
div.ribbon_style2_pack { background: url(../img/ribbon_style2_pack.png); }
|
878 |
-
div.ribbon_style2_pro { background: url(../img/ribbon_style2_pro.png); }
|
879 |
-
div.ribbon_style2_sale { background: url(../img/ribbon_style2_sale.png); }
|
880 |
-
div.ribbon_style2_save { background: url(../img/ribbon_style2_save.png); }
|
881 |
-
div.ribbon_style2_save_caps { background: url(../img/ribbon_style2_save_caps.png); }
|
882 |
-
div.ribbon_style2_top { background: url(../img/ribbon_style2_top.png); }
|
883 |
-
div.ribbon_style2_top_caps { background: url(../img/ribbon_style2_top_caps.png); }
|
884 |
-
div.ribbon_style2_trial { background: url(../img/ribbon_style2_trial.png); }
|
885 |
-
|
886 |
-
/* ==================== TOOLTIP ==================== */
|
887 |
-
/* --- base --- */
|
888 |
-
div.p_table_1 span.css3_grid_tooltip
|
889 |
-
{
|
890 |
-
position: relative !important;
|
891 |
-
display: inline-block !important;
|
892 |
-
border-bottom: 1px dotted #444444 !important;
|
893 |
-
cursor: pointer;
|
894 |
-
}
|
895 |
-
|
896 |
-
div.p_table_1 li.row_style_1 span.css3_grid_tooltip,
|
897 |
-
div.p_table_1 li.row_style_2 span.css3_grid_tooltip,
|
898 |
-
div.p_table_1 li.row_style_3 span.css3_grid_tooltip,
|
899 |
-
div.p_table_1 li.row_style_4 span.css3_grid_tooltip
|
900 |
-
{
|
901 |
-
padding: 0 !important;
|
902 |
-
}
|
903 |
-
|
904 |
-
div.p_table_1 .header_row_1 span.css3_grid_tooltip,
|
905 |
-
div.p_table_1 .header_row_2 span.css3_grid_tooltip,
|
906 |
-
div.p_table_1 .footer_row span.css3_grid_tooltip
|
907 |
-
{
|
908 |
-
border-bottom: none !important;
|
909 |
-
}
|
910 |
-
|
911 |
-
div.p_table_1 span.css3_grid_tooltip>span:first-child
|
912 |
-
{
|
913 |
-
min-width: 180px; /* Tooltip Width */
|
914 |
-
font-family: arial, sans-serif !important; /* Tooltip Base Font Family */
|
915 |
-
font-size: 13px !important; /* Tooltip Base Font Size */
|
916 |
-
line-height: normal !important;
|
917 |
-
text-align: left !important;
|
918 |
-
padding: 10px 10px 12px 10px !important;
|
919 |
-
visibility: hidden;
|
920 |
-
opacity: 0;
|
921 |
-
position: absolute;
|
922 |
-
z-index: 1000;
|
923 |
-
|
924 |
-
/* CSS3 Transitions */
|
925 |
-
-webkit-transition-duration: 0.25s;
|
926 |
-
-moz-transition-duration: 0.25s;
|
927 |
-
-o-transition-duration: 0.25s;
|
928 |
-
-ms-transition-duration: 0.25s;
|
929 |
-
transition-duration: 0.25s;
|
930 |
-
-webkit-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
|
931 |
-
-moz-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
|
932 |
-
-o-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
|
933 |
-
-ms-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
|
934 |
-
transition-timing-function: cubic-bezier(0.35,0,0.35,1);
|
935 |
-
|
936 |
-
color: #ffffff !important;
|
937 |
-
|
938 |
-
/* CSS3 Gradients */
|
939 |
-
background: #404040 !important; /* Old browsers */
|
940 |
-
background: -moz-linear-gradient(top, #4e4e4e 0%, #404040 100%) !important; /* FF3.6+ */
|
941 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(100%,#404040)) !important; /* Chrome,Safari4+ */
|
942 |
-
background: -webkit-linear-gradient(top, #4e4e4e 0%,#404040 100%) !important; /* Chrome10+,Safari5.1+ */
|
943 |
-
background: -o-linear-gradient(top, #4e4e4e 0%,#404040 100%) !important; /* Opera 11.10+ */
|
944 |
-
background: -ms-linear-gradient(top, #4e4e4e 0%,#404040 100%) !important; /* IE10+ */
|
945 |
-
background: linear-gradient(top, #4e4e4e 0%,#404040 100%) !important; /* W3C */
|
946 |
-
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#404040',GradientType=0 ); IE6-9 - disabled due to lack of compatibility with pseudo-elements */
|
947 |
-
|
948 |
-
/* CSS3 Borders */
|
949 |
-
-webkit-border-radius: 4px;
|
950 |
-
-moz-border-radius: 4px;
|
951 |
-
border-radius: 4px;
|
952 |
-
|
953 |
-
/* CSS3 Text-shadow */
|
954 |
-
text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
|
955 |
-
|
956 |
-
left: -19px;
|
957 |
-
bottom: 100%;
|
958 |
-
margin-bottom: 30px; /* Start Position */
|
959 |
-
|
960 |
-
/* CSS3 Transitions */
|
961 |
-
-webkit-transition-property: opacity, margin-bottom, visibility;
|
962 |
-
-moz-transition-property: opacity, margin-bottom, visibility;
|
963 |
-
-o-transition-property: opacity, margin-bottom, visibility;
|
964 |
-
-ms-transition-property: opacity, margin-bottom, visibility;
|
965 |
-
transition-property: opacity, margin-bottom, visibility;
|
966 |
-
}
|
967 |
-
|
968 |
-
div.p_table_1.p_table_sliding span.css3_grid_tooltip>span:first-child
|
969 |
-
{
|
970 |
-
min-width: 95px;
|
971 |
-
width: 95px;
|
972 |
-
left: -54px;
|
973 |
-
}
|
974 |
-
|
975 |
-
div.p_table_1 span.css3_grid_tooltip>span:first-child:before
|
976 |
-
{
|
977 |
-
content: "";
|
978 |
-
display: block;
|
979 |
-
width: 0px;
|
980 |
-
height: 0px;
|
981 |
-
position: absolute;
|
982 |
-
border-left: 8px solid transparent !important;
|
983 |
-
border-right: 8px solid transparent !important;
|
984 |
-
border-top: 8px solid #000;
|
985 |
-
border-bottom: 0 !important;
|
986 |
-
bottom: -8px;
|
987 |
-
left: 15px;
|
988 |
-
border-color: #404040;
|
989 |
-
}
|
990 |
-
|
991 |
-
div.p_table_1.p_table_sliding span.css3_grid_tooltip>span:first-child:before
|
992 |
-
{
|
993 |
-
left: 50px;
|
994 |
-
}
|
995 |
-
|
996 |
-
/* --- On Hover --- */
|
997 |
-
div.p_table_1 span.css3_grid_tooltip:hover>span:first-child
|
998 |
-
{
|
999 |
-
margin-bottom: 10px; /* End Position */
|
1000 |
-
visibility: visible;
|
1001 |
-
opacity: 1;
|
1002 |
-
}
|
1003 |
-
|
1004 |
-
/* --- On Focus --- */
|
1005 |
-
div.p_table_1 span.css3_grid_tooltip input:focus + span:first-child,
|
1006 |
-
div.p_table_1 span.css3_grid_tooltip textarea:focus + span:first-child
|
1007 |
-
{
|
1008 |
-
margin-bottom: 10px; /* End Position */
|
1009 |
-
visibility: visible;
|
1010 |
-
opacity: 1;
|
1011 |
-
}
|
1012 |
-
|
1013 |
-
/* --- Decorative Line --- */
|
1014 |
-
div.p_table_1 span.css3_grid_tooltip>span:first-child:after
|
1015 |
-
{
|
1016 |
-
content: "";
|
1017 |
-
display: block;
|
1018 |
-
border-top: 1px solid #808080;
|
1019 |
-
position: absolute;
|
1020 |
-
left: 0px;
|
1021 |
-
top: 1px;
|
1022 |
-
width: 100%;
|
1023 |
-
height: 10px;
|
1024 |
-
|
1025 |
-
/* CSS3 Borders */
|
1026 |
-
-webkit-border-radius: 4px;
|
1027 |
-
-moz-border-radius: 4px;
|
1028 |
-
border-radius: 4px;
|
1029 |
-
}
|
1030 |
-
|
1031 |
-
/* --- misc --- */
|
1032 |
-
.css3_grid_clearfix:after
|
1033 |
-
{
|
1034 |
-
font-size: 0px;
|
1035 |
-
content: ".";
|
1036 |
-
display: block;
|
1037 |
-
height: 0px;
|
1038 |
-
visibility: hidden;
|
1039 |
-
clear: both;
|
1040 |
-
}
|
1041 |
-
/* ============ Style 1 ============= */
|
1042 |
-
/* ========== HEADINGS ========== */
|
1043 |
-
div.p_table_1_1 h1.col1,
|
1044 |
-
div.p_table_1_1 h1.col2,
|
1045 |
-
div.p_table_1_1 h1.col3,
|
1046 |
-
div.p_table_1_1 h1.col4
|
1047 |
-
{
|
1048 |
-
color: #808080 !important;
|
1049 |
-
}
|
1050 |
-
|
1051 |
-
div.p_table_1_1 h1 span
|
1052 |
-
{
|
1053 |
-
color: #5bc2d4 !important;
|
1054 |
-
}
|
1055 |
-
|
1056 |
-
div.p_table_1_1 h2.col1,
|
1057 |
-
div.p_table_1_1 h2.col2,
|
1058 |
-
div.p_table_1_1 h2.col3,
|
1059 |
-
div.p_table_1_1 h2.col4
|
1060 |
-
{
|
1061 |
-
color: #808080 !important;
|
1062 |
-
}
|
1063 |
-
|
1064 |
-
div.p_table_1_1 h2.caption
|
1065 |
-
{
|
1066 |
-
color: #808080 !important;
|
1067 |
-
}
|
1068 |
-
|
1069 |
-
div.p_table_1_1 h2.caption span
|
1070 |
-
{
|
1071 |
-
color: #5bc2d4 !important;
|
1072 |
-
text-shadow: none !important;
|
1073 |
-
}
|
1074 |
-
|
1075 |
-
div.p_table_1_1 h3.col1,
|
1076 |
-
div.p_table_1_1 h3.col2,
|
1077 |
-
div.p_table_1_1 h3.col3,
|
1078 |
-
div.p_table_1_1 h3.col4
|
1079 |
-
{
|
1080 |
-
color: #808080 !important;
|
1081 |
-
}
|
1082 |
-
|
1083 |
-
/* ========== CAPTION COLUMN ========== */
|
1084 |
-
/* --- header row 1 --- */
|
1085 |
-
div.p_table_1_1 div.caption_column li.header_row_1
|
1086 |
-
{
|
1087 |
-
border-top: 1px solid #5f5f5f;
|
1088 |
-
border-bottom: 1px solid #1a1a1a;
|
1089 |
-
background-color: #353535 !important; /* background color for non-css3 browsers */
|
1090 |
-
/* gradient */
|
1091 |
-
background-image: linear-gradient(top, #424242, #2b2b2b) !important; /* W3C */
|
1092 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE5.5 - 7 */
|
1093 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE8 */
|
1094 |
-
background: -ms-linear-gradient(top, #424242, #2b2b2b) !important; /* IE9 */
|
1095 |
-
background: -moz-linear-gradient(top, #424242, #2b2b2b) !important; /* Firefox */
|
1096 |
-
background: -o-linear-gradient(top, #424242, #2b2b2b) !important; /* Opera 11 */
|
1097 |
-
background: -webkit-linear-gradient(top, #424242, #2b2b2b) !important; /* Chrome 11 */
|
1098 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #424242), color-stop(1, #2b2b2b)) !important; /* Chrome 10, Safari */
|
1099 |
-
}
|
1100 |
-
|
1101 |
-
/* --- header row 2 --- */
|
1102 |
-
div.p_table_1_1 div.caption_column li.header_row_2
|
1103 |
-
{
|
1104 |
-
border-top: 1px solid #434343;
|
1105 |
-
border-bottom: 1px solid #1f1f1f;
|
1106 |
-
background-color: #353535 !important; /* background color for non-css3 browsers */
|
1107 |
-
/* gradient */
|
1108 |
-
background-image: linear-gradient(top, #363636, #1f1f1f) !important; /* W3C */
|
1109 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE5.5 - 7 */
|
1110 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE8 */
|
1111 |
-
background: -ms-linear-gradient(top, #363636, #1f1f1f) !important; /* IE9 */
|
1112 |
-
background: -moz-linear-gradient(top, #363636, #1f1f1f) !important; /* Firefox */
|
1113 |
-
background: -o-linear-gradient(top, #363636, #1f1f1f) !important; /* Opera 11 */
|
1114 |
-
background: -webkit-linear-gradient(top, #363636, #1f1f1f) !important; /* Chrome 11 */
|
1115 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #363636), color-stop(1, #1f1f1f)) !important; /* Chrome 10, Safari */
|
1116 |
-
}
|
1117 |
-
|
1118 |
-
/* ========== COLUMN STYLE 1 ========== */
|
1119 |
-
/* --- header row 1 --- */
|
1120 |
-
div.p_table_1_1 div.column_1 li.header_row_1
|
1121 |
-
{
|
1122 |
-
border-top: 1px solid #5f5f5f;
|
1123 |
-
border-bottom: 1px solid #1a1a1a;
|
1124 |
-
background-color: #353535 !important; /* background color for non-css3 browsers */
|
1125 |
-
/* gradient */
|
1126 |
-
background-image: linear-gradient(top, #424242, #2b2b2b) !important; /* W3C */
|
1127 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE5.5 - 7 */
|
1128 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE8 */
|
1129 |
-
background: -ms-linear-gradient(top, #424242, #2b2b2b) !important; /* IE9 */
|
1130 |
-
background: -moz-linear-gradient(top, #424242, #2b2b2b) !important; /* Firefox */
|
1131 |
-
background: -o-linear-gradient(top, #424242, #2b2b2b) !important; /* Opera 11 */
|
1132 |
-
background: -webkit-linear-gradient(top, #424242, #2b2b2b) !important; /* Chrome 11 */
|
1133 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #424242), color-stop(1, #2b2b2b)) !important; /* Chrome 10, Safari */
|
1134 |
-
}
|
1135 |
-
|
1136 |
-
/* --- header row 2 --- */
|
1137 |
-
div.p_table_1_1 div.column_1 li.header_row_2
|
1138 |
-
{
|
1139 |
-
border-top: 1px solid #434343;
|
1140 |
-
border-bottom: 1px solid #1f1f1f;
|
1141 |
-
background-color: #353535 !important; /* background color for non-css3 browsers */
|
1142 |
-
/* gradient */
|
1143 |
-
background-image: linear-gradient(top, #363636, #1f1f1f) !important; /* W3C */
|
1144 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE5.5 - 7 */
|
1145 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE8 */
|
1146 |
-
background: -ms-linear-gradient(top, #363636, #1f1f1f) !important; /* IE9 */
|
1147 |
-
background: -moz-linear-gradient(top, #363636, #1f1f1f) !important; /* Firefox */
|
1148 |
-
background: -o-linear-gradient(top, #363636, #1f1f1f) !important; /* Opera 11 */
|
1149 |
-
background: -webkit-linear-gradient(top, #363636, #1f1f1f) !important; /* Chrome 11 */
|
1150 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #363636), color-stop(1, #1f1f1f)) !important; /* Chrome 10, Safari */
|
1151 |
-
}
|
1152 |
-
|
1153 |
-
/* ========== COLUMN STYLE 2 ========== */
|
1154 |
-
/* --- header row 1 --- */
|
1155 |
-
div.p_table_1_1 div.column_2 li.header_row_1
|
1156 |
-
{
|
1157 |
-
border-top: 1px solid #5f5f5f;
|
1158 |
-
border-bottom: 1px solid #1a1a1a;
|
1159 |
-
background-color: #353535 !important; /* background color for non-css3 browsers */
|
1160 |
-
/* gradient */
|
1161 |
-
background-image: linear-gradient(top, #424242, #2b2b2b) !important; /* W3C */
|
1162 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE5.5 - 7 */
|
1163 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE8 */
|
1164 |
-
background: -ms-linear-gradient(top, #424242, #2b2b2b) !important; /* IE9 */
|
1165 |
-
background: -moz-linear-gradient(top, #424242, #2b2b2b) !important; /* Firefox */
|
1166 |
-
background: -o-linear-gradient(top, #424242, #2b2b2b) !important; /* Opera 11 */
|
1167 |
-
background: -webkit-linear-gradient(top, #424242, #2b2b2b) !important; /* Chrome 11 */
|
1168 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #424242), color-stop(1, #2b2b2b)) !important; /* Chrome 10, Safari */
|
1169 |
-
}
|
1170 |
-
|
1171 |
-
/* --- header row 2 --- */
|
1172 |
-
div.p_table_1_1 div.column_2 li.header_row_2
|
1173 |
-
{
|
1174 |
-
border-top: 1px solid #434343;
|
1175 |
-
border-bottom: 1px solid #1f1f1f;
|
1176 |
-
background-color: #353535 !important; /* background color for non-css3 browsers */
|
1177 |
-
/* gradient */
|
1178 |
-
background-image: linear-gradient(top, #363636, #1f1f1f) !important; /* W3C */
|
1179 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE5.5 - 7 */
|
1180 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE8 */
|
1181 |
-
background: -ms-linear-gradient(top, #363636, #1f1f1f) !important; /* IE9 */
|
1182 |
-
background: -moz-linear-gradient(top, #363636, #1f1f1f) !important; /* Firefox */
|
1183 |
-
background: -o-linear-gradient(top, #363636, #1f1f1f) !important; /* Opera 11 */
|
1184 |
-
background: -webkit-linear-gradient(top, #363636, #1f1f1f) !important; /* Chrome 11 */
|
1185 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #363636), color-stop(1, #1f1f1f)) !important; /* Chrome 10, Safari */
|
1186 |
-
}
|
1187 |
-
|
1188 |
-
/* ========== COLUMN STYLE 3 ========== */
|
1189 |
-
/* --- header row 1 --- */
|
1190 |
-
div.p_table_1_1 div.column_3 li.header_row_1
|
1191 |
-
{
|
1192 |
-
border-top: 1px solid #5f5f5f;
|
1193 |
-
border-bottom: 1px solid #1a1a1a;
|
1194 |
-
background-color: #353535 !important; /* background color for non-css3 browsers */
|
1195 |
-
/* gradient */
|
1196 |
-
background-image: linear-gradient(top, #424242, #2b2b2b) !important; /* W3C */
|
1197 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE5.5 - 7 */
|
1198 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE8 */
|
1199 |
-
background: -ms-linear-gradient(top, #424242, #2b2b2b) !important; /* IE9 */
|
1200 |
-
background: -moz-linear-gradient(top, #424242, #2b2b2b) !important; /* Firefox */
|
1201 |
-
background: -o-linear-gradient(top, #424242, #2b2b2b) !important; /* Opera 11 */
|
1202 |
-
background: -webkit-linear-gradient(top, #424242, #2b2b2b) !important; /* Chrome 11 */
|
1203 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #424242), color-stop(1, #2b2b2b)) !important; /* Chrome 10, Safari */
|
1204 |
-
}
|
1205 |
-
|
1206 |
-
/* --- header row 2 --- */
|
1207 |
-
div.p_table_1_1 div.column_3 li.header_row_2
|
1208 |
-
{
|
1209 |
-
border-top: 1px solid #434343;
|
1210 |
-
border-bottom: 1px solid #1f1f1f;
|
1211 |
-
background-color: #353535 !important; /* background color for non-css3 browsers */
|
1212 |
-
/* gradient */
|
1213 |
-
background-image: linear-gradient(top, #363636, #1f1f1f) !important; /* W3C */
|
1214 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE5.5 - 7 */
|
1215 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE8 */
|
1216 |
-
background: -ms-linear-gradient(top, #363636, #1f1f1f) !important; /* IE9 */
|
1217 |
-
background: -moz-linear-gradient(top, #363636, #1f1f1f) !important; /* Firefox */
|
1218 |
-
background: -o-linear-gradient(top, #363636, #1f1f1f) !important; /* Opera 11 */
|
1219 |
-
background: -webkit-linear-gradient(top, #363636, #1f1f1f) !important; /* Chrome 11 */
|
1220 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #363636), color-stop(1, #1f1f1f)) !important; /* Chrome 10, Safari */
|
1221 |
-
}
|
1222 |
-
|
1223 |
-
/* ========== COLUMN STYLE 4 ========== */
|
1224 |
-
/* --- header row 1 --- */
|
1225 |
-
div.p_table_1_1 div.column_4 li.header_row_1
|
1226 |
-
{
|
1227 |
-
border-top: 1px solid #5f5f5f;
|
1228 |
-
border-bottom: 1px solid #1a1a1a;
|
1229 |
-
background-color: #353535 !important; /* background color for non-css3 browsers */
|
1230 |
-
/* gradient */
|
1231 |
-
background-image: linear-gradient(top, #424242, #2b2b2b) !important; /* W3C */
|
1232 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE5.5 - 7 */
|
1233 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE8 */
|
1234 |
-
background: -ms-linear-gradient(top, #424242, #2b2b2b) !important; /* IE9 */
|
1235 |
-
background: -moz-linear-gradient(top, #424242, #2b2b2b) !important; /* Firefox */
|
1236 |
-
background: -o-linear-gradient(top, #424242, #2b2b2b) !important; /* Opera 11 */
|
1237 |
-
background: -webkit-linear-gradient(top, #424242, #2b2b2b) !important; /* Chrome 11 */
|
1238 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #424242), color-stop(1, #2b2b2b)) !important; /* Chrome 10, Safari */
|
1239 |
-
}
|
1240 |
-
|
1241 |
-
/* --- header row 2 --- */
|
1242 |
-
div.p_table_1_1 div.column_4 li.header_row_2
|
1243 |
-
{
|
1244 |
-
border-top: 1px solid #434343;
|
1245 |
-
border-bottom: 1px solid #1f1f1f;
|
1246 |
-
background-color: #353535 !important; /* background color for non-css3 browsers */
|
1247 |
-
/* gradient */
|
1248 |
-
background-image: linear-gradient(top, #363636, #1f1f1f) !important; /* W3C */
|
1249 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE5.5 - 7 */
|
1250 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE8 */
|
1251 |
-
background: -ms-linear-gradient(top, #363636, #1f1f1f) !important; /* IE9 */
|
1252 |
-
background: -moz-linear-gradient(top, #363636, #1f1f1f) !important; /* Firefox */
|
1253 |
-
background: -o-linear-gradient(top, #363636, #1f1f1f) !important; /* Opera 11 */
|
1254 |
-
background: -webkit-linear-gradient(top, #363636, #1f1f1f) !important; /* Chrome 11 */
|
1255 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #363636), color-stop(1, #1f1f1f)) !important; /* Chrome 10, Safari */
|
1256 |
-
}
|
1257 |
-
/* ============ Style 2 ============= */
|
1258 |
-
/* ========== HEADINGS ========== */
|
1259 |
-
div.p_table_1_2 h1.col1,
|
1260 |
-
div.p_table_1_2 h1.col2,
|
1261 |
-
div.p_table_1_2 h1.col3,
|
1262 |
-
div.p_table_1_2 h1.col4
|
1263 |
-
{
|
1264 |
-
color: #da4300 !important;
|
1265 |
-
/* shadow */
|
1266 |
-
text-shadow: 0px 1px 0px #ffdd28;
|
1267 |
-
}
|
1268 |
-
|
1269 |
-
div.p_table_1_2 h1 span
|
1270 |
-
{
|
1271 |
-
color: #da4300;
|
1272 |
-
text-shadow: 0px 1px 0px #ffdd28;
|
1273 |
-
}
|
1274 |
-
|
1275 |
-
div.p_table_1_2 h2.col1,
|
1276 |
-
div.p_table_1_2 h2.col2,
|
1277 |
-
div.p_table_1_2 h2.col3,
|
1278 |
-
div.p_table_1_2 h2.col4
|
1279 |
-
{
|
1280 |
-
color: #da4300 !important;
|
1281 |
-
text-shadow: 0px 1px 0px #ffdd28;
|
1282 |
-
}
|
1283 |
-
|
1284 |
-
div.p_table_1_2 h2.caption
|
1285 |
-
{
|
1286 |
-
color: #da4300 !important;
|
1287 |
-
text-shadow: 0px 1px 0px #ffdd28;
|
1288 |
-
}
|
1289 |
-
|
1290 |
-
div.p_table_1_2 h2.caption span
|
1291 |
-
{
|
1292 |
-
color: #da4300 !important;
|
1293 |
-
text-shadow: 0px 1px 0px #ffdd28 !important;
|
1294 |
-
}
|
1295 |
-
|
1296 |
-
div.p_table_1_2 h3.col1,
|
1297 |
-
div.p_table_1_2 h3.col2,
|
1298 |
-
div.p_table_1_2 h3.col3,
|
1299 |
-
div.p_table_1_2 h3.col4
|
1300 |
-
{
|
1301 |
-
color: #da4300 !important;
|
1302 |
-
}
|
1303 |
-
|
1304 |
-
/* ========== CAPTION COLUMN ========== */
|
1305 |
-
/* --- header row 1 --- */
|
1306 |
-
div.p_table_1_2 div.caption_column li.header_row_1
|
1307 |
-
{
|
1308 |
-
border-top: 1px solid #ffe96d;
|
1309 |
-
border-bottom: 1px solid #ff8e00;
|
1310 |
-
background-color: #fcbb00 !important; /* background color for non-css3 browsers */
|
1311 |
-
/* gradient */
|
1312 |
-
background-image: linear-gradient(top, #fbd601, #fdae00) !important; /* W3C */
|
1313 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE5.5 - 7 */
|
1314 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE8 */
|
1315 |
-
background: -ms-linear-gradient(top, #fbd601, #fdae00) !important; /* IE9 */
|
1316 |
-
background: -moz-linear-gradient(top, #fbd601, #fdae00) !important; /* Firefox */
|
1317 |
-
background: -o-linear-gradient(top, #fbd601, #fdae00) !important; /* Opera 11 */
|
1318 |
-
background: -webkit-linear-gradient(top, #fbd601, #fdae00) !important; /* Chrome 11 */
|
1319 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdae00)) !important; /* Chrome 10, Safari */
|
1320 |
-
}
|
1321 |
-
|
1322 |
-
/* --- header row 2 --- */
|
1323 |
-
div.p_table_1_2 div.caption_column li.header_row_2
|
1324 |
-
{
|
1325 |
-
border-top: 1px solid #ffec4a;
|
1326 |
-
border-bottom: 1px solid #ea8c00;
|
1327 |
-
background-color: #fcbb00 !important; /* background color for non-css3 browsers */
|
1328 |
-
/* gradient */
|
1329 |
-
background-image: linear-gradient(top, #fbd601, #fdb200) !important; /* W3C */
|
1330 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE5.5 - 7 */
|
1331 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE8 */
|
1332 |
-
background: -ms-linear-gradient(top, #fbd601, #fdb200) !important; /* IE9 */
|
1333 |
-
background: -moz-linear-gradient(top, #fbd601, #fdb200) !important; /* Firefox */
|
1334 |
-
background: -o-linear-gradient(top, #fbd601, #fdb200) !important; /* Opera 11 */
|
1335 |
-
background: -webkit-linear-gradient(top, #fbd601, #fdb200) !important; /* Chrome 11 */
|
1336 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdb200)) !important; /* Chrome 10, Safari */
|
1337 |
-
}
|
1338 |
-
|
1339 |
-
/* ========== COLUMN STYLE 1 ========== */
|
1340 |
-
/* --- header row 1 --- */
|
1341 |
-
div.p_table_1_2 div.column_1 li.header_row_1
|
1342 |
-
{
|
1343 |
-
border-top: 1px solid #ffe96d;
|
1344 |
-
border-bottom: 1px solid #ff8e00;
|
1345 |
-
background-color: #fcbb00 !important; /* background color for non-css3 browsers */
|
1346 |
-
/* gradient */
|
1347 |
-
background-image: linear-gradient(top, #fbd601, #fdae00) !important; /* W3C */
|
1348 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE5.5 - 7 */
|
1349 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE8 */
|
1350 |
-
background: -ms-linear-gradient(top, #fbd601, #fdae00) !important; /* IE9 */
|
1351 |
-
background: -moz-linear-gradient(top, #fbd601, #fdae00) !important; /* Firefox */
|
1352 |
-
background: -o-linear-gradient(top, #fbd601, #fdae00) !important; /* Opera 11 */
|
1353 |
-
background: -webkit-linear-gradient(top, #fbd601, #fdae00) !important; /* Chrome 11 */
|
1354 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdae00)) !important; /* Chrome 10, Safari */
|
1355 |
-
}
|
1356 |
-
|
1357 |
-
/* --- header row 2 --- */
|
1358 |
-
div.p_table_1_2 div.column_1 li.header_row_2
|
1359 |
-
{
|
1360 |
-
border-top: 1px solid #ffec4a;
|
1361 |
-
border-bottom: 1px solid #ea8c00;
|
1362 |
-
background-color: #fcbb00 !important; /* background color for non-css3 browsers */
|
1363 |
-
/* gradient */
|
1364 |
-
background-image: linear-gradient(top, #fbd601, #fdb200) !important; /* W3C */
|
1365 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE5.5 - 7 */
|
1366 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE8 */
|
1367 |
-
background: -ms-linear-gradient(top, #fbd601, #fdb200) !important; /* IE9 */
|
1368 |
-
background: -moz-linear-gradient(top, #fbd601, #fdb200) !important; /* Firefox */
|
1369 |
-
background: -o-linear-gradient(top, #fbd601, #fdb200) !important; /* Opera 11 */
|
1370 |
-
background: -webkit-linear-gradient(top, #fbd601, #fdb200) !important; /* Chrome 11 */
|
1371 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdb200)) !important; /* Chrome 10, Safari */
|
1372 |
-
}
|
1373 |
-
|
1374 |
-
/* ========== COLUMN STYLE 2 ========== */
|
1375 |
-
/* --- header row 1 --- */
|
1376 |
-
div.p_table_1_2 div.column_2 li.header_row_1
|
1377 |
-
{
|
1378 |
-
border-top: 1px solid #ffe96d;
|
1379 |
-
border-bottom: 1px solid #ff8e00;
|
1380 |
-
background-color: #fcbb00 !important; /* background color for non-css3 browsers */
|
1381 |
-
/* gradient */
|
1382 |
-
background-image: linear-gradient(top, #fbd601, #fdae00) !important; /* W3C */
|
1383 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE5.5 - 7 */
|
1384 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE8 */
|
1385 |
-
background: -ms-linear-gradient(top, #fbd601, #fdae00) !important; /* IE9 */
|
1386 |
-
background: -moz-linear-gradient(top, #fbd601, #fdae00) !important; /* Firefox */
|
1387 |
-
background: -o-linear-gradient(top, #fbd601, #fdae00) !important; /* Opera 11 */
|
1388 |
-
background: -webkit-linear-gradient(top, #fbd601, #fdae00) !important; /* Chrome 11 */
|
1389 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdae00)) !important; /* Chrome 10, Safari */
|
1390 |
-
}
|
1391 |
-
|
1392 |
-
/* --- header row 2 --- */
|
1393 |
-
div.p_table_1_2 div.column_2 li.header_row_2
|
1394 |
-
{
|
1395 |
-
border-top: 1px solid #ffec4a;
|
1396 |
-
border-bottom: 1px solid #ea8c00;
|
1397 |
-
background-color: #fcbb00 !important; /* background color for non-css3 browsers */
|
1398 |
-
/* gradient */
|
1399 |
-
background-image: linear-gradient(top, #fbd601, #fdb200) !important; /* W3C */
|
1400 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE5.5 - 7 */
|
1401 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE8 */
|
1402 |
-
background: -ms-linear-gradient(top, #fbd601, #fdb200) !important; /* IE9 */
|
1403 |
-
background: -moz-linear-gradient(top, #fbd601, #fdb200) !important; /* Firefox */
|
1404 |
-
background: -o-linear-gradient(top, #fbd601, #fdb200) !important; /* Opera 11 */
|
1405 |
-
background: -webkit-linear-gradient(top, #fbd601, #fdb200) !important; /* Chrome 11 */
|
1406 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdb200)) !important; /* Chrome 10, Safari */
|
1407 |
-
}
|
1408 |
-
|
1409 |
-
/* ========== COLUMN STYLE 3 ========== */
|
1410 |
-
/* --- header row 1 --- */
|
1411 |
-
div.p_table_1_2 div.column_3 li.header_row_1
|
1412 |
-
{
|
1413 |
-
border-top: 1px solid #ffe96d;
|
1414 |
-
border-bottom: 1px solid #ff8e00;
|
1415 |
-
background-color: #fcbb00 !important; /* background color for non-css3 browsers */
|
1416 |
-
/* gradient */
|
1417 |
-
background-image: linear-gradient(top, #fbd601, #fdae00) !important; /* W3C */
|
1418 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE5.5 - 7 */
|
1419 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE8 */
|
1420 |
-
background: -ms-linear-gradient(top, #fbd601, #fdae00) !important; /* IE9 */
|
1421 |
-
background: -moz-linear-gradient(top, #fbd601, #fdae00) !important; /* Firefox */
|
1422 |
-
background: -o-linear-gradient(top, #fbd601, #fdae00) !important; /* Opera 11 */
|
1423 |
-
background: -webkit-linear-gradient(top, #fbd601, #fdae00) !important; /* Chrome 11 */
|
1424 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdae00)) !important; /* Chrome 10, Safari */
|
1425 |
-
}
|
1426 |
-
|
1427 |
-
/* --- header row 2 --- */
|
1428 |
-
div.p_table_1_2 div.column_3 li.header_row_2
|
1429 |
-
{
|
1430 |
-
border-top: 1px solid #ffec4a;
|
1431 |
-
border-bottom: 1px solid #ea8c00;
|
1432 |
-
background-color: #fcbb00 !important; /* background color for non-css3 browsers */
|
1433 |
-
/* gradient */
|
1434 |
-
background-image: linear-gradient(top, #fbd601, #fdb200) !important; /* W3C */
|
1435 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE5.5 - 7 */
|
1436 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE8 */
|
1437 |
-
background: -ms-linear-gradient(top, #fbd601, #fdb200) !important; /* IE9 */
|
1438 |
-
background: -moz-linear-gradient(top, #fbd601, #fdb200) !important; /* Firefox */
|
1439 |
-
background: -o-linear-gradient(top, #fbd601, #fdb200) !important; /* Opera 11 */
|
1440 |
-
background: -webkit-linear-gradient(top, #fbd601, #fdb200) !important; /* Chrome 11 */
|
1441 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdb200)) !important; /* Chrome 10, Safari */
|
1442 |
-
}
|
1443 |
-
|
1444 |
-
/* ========== COLUMN STYLE 4 ========== */
|
1445 |
-
/* --- header row 1 --- */
|
1446 |
-
div.p_table_1_2 div.column_4 li.header_row_1
|
1447 |
-
{
|
1448 |
-
border-top: 1px solid #ffe96d;
|
1449 |
-
border-bottom: 1px solid #ff8e00;
|
1450 |
-
background-color: #fcbb00 !important; /* background color for non-css3 browsers */
|
1451 |
-
/* gradient */
|
1452 |
-
background-image: linear-gradient(top, #fbd601, #fdae00) !important; /* W3C */
|
1453 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE5.5 - 7 */
|
1454 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE8 */
|
1455 |
-
background: -ms-linear-gradient(top, #fbd601, #fdae00) !important; /* IE9 */
|
1456 |
-
background: -moz-linear-gradient(top, #fbd601, #fdae00) !important; /* Firefox */
|
1457 |
-
background: -o-linear-gradient(top, #fbd601, #fdae00) !important; /* Opera 11 */
|
1458 |
-
background: -webkit-linear-gradient(top, #fbd601, #fdae00) !important; /* Chrome 11 */
|
1459 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdae00)) !important; /* Chrome 10, Safari */
|
1460 |
-
}
|
1461 |
-
|
1462 |
-
/* --- header row 2 --- */
|
1463 |
-
div.p_table_1_2 div.column_4 li.header_row_2
|
1464 |
-
{
|
1465 |
-
border-top: 1px solid #ffec4a;
|
1466 |
-
border-bottom: 1px solid #ea8c00;
|
1467 |
-
background-color: #fcbb00 !important; /* background color for non-css3 browsers */
|
1468 |
-
/* gradient */
|
1469 |
-
background-image: linear-gradient(top, #fbd601, #fdb200) !important; /* W3C */
|
1470 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE5.5 - 7 */
|
1471 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE8 */
|
1472 |
-
background: -ms-linear-gradient(top, #fbd601, #fdb200) !important; /* IE9 */
|
1473 |
-
background: -moz-linear-gradient(top, #fbd601, #fdb200) !important; /* Firefox */
|
1474 |
-
background: -o-linear-gradient(top, #fbd601, #fdb200) !important; /* Opera 11 */
|
1475 |
-
background: -webkit-linear-gradient(top, #fbd601, #fdb200) !important; /* Chrome 11 */
|
1476 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdb200)) !important; /* Chrome 10, Safari */
|
1477 |
-
}
|
1478 |
-
/* ============ Style 3 ============= */
|
1479 |
-
/* ========== HEADINGS ========== */
|
1480 |
-
div.p_table_1_3 h1.col1,
|
1481 |
-
div.p_table_1_3 h1.col2,
|
1482 |
-
div.p_table_1_3 h1.col3,
|
1483 |
-
div.p_table_1_3 h1.col4
|
1484 |
-
{
|
1485 |
-
color: #e76666 !important;
|
1486 |
-
}
|
1487 |
-
|
1488 |
-
div.p_table_1_3 h1 span
|
1489 |
-
{
|
1490 |
-
color: #ffffff !important;
|
1491 |
-
}
|
1492 |
-
|
1493 |
-
div.p_table_1_3 h2.col1,
|
1494 |
-
div.p_table_1_3 h2.col2,
|
1495 |
-
div.p_table_1_3 h2.col3,
|
1496 |
-
div.p_table_1_3 h2.col4
|
1497 |
-
{
|
1498 |
-
color: #ffffff !important;
|
1499 |
-
}
|
1500 |
-
|
1501 |
-
div.p_table_1_3 h2.caption
|
1502 |
-
{
|
1503 |
-
color: #e76666 !important;
|
1504 |
-
}
|
1505 |
-
|
1506 |
-
div.p_table_1_3 h2.caption span
|
1507 |
-
{
|
1508 |
-
color: #ffffff !important;
|
1509 |
-
text-shadow: none !important;
|
1510 |
-
}
|
1511 |
-
|
1512 |
-
div.p_table_1_3 h3.col1,
|
1513 |
-
div.p_table_1_3 h3.col2,
|
1514 |
-
div.p_table_1_3 h3.col3,
|
1515 |
-
div.p_table_1_3 h3.col4
|
1516 |
-
{
|
1517 |
-
color: #ffffff !important;
|
1518 |
-
}
|
1519 |
-
|
1520 |
-
/* ========== CAPTION COLUMN ========== */
|
1521 |
-
/* --- header row 1 --- */
|
1522 |
-
div.p_table_1_3 div.caption_column li.header_row_1
|
1523 |
-
{
|
1524 |
-
border-top: 1px solid #c44646;
|
1525 |
-
border-bottom: 1px solid #810000;
|
1526 |
-
background-color: #ab2727 !important; /* background color for non-css3 browsers */
|
1527 |
-
/* gradient */
|
1528 |
-
background-image: linear-gradient(top, #b83636, #a72323) !important; /* W3C */
|
1529 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83636', endColorstr='#a72323') !important; /* IE5.5 - 7 */
|
1530 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83636', endColorstr='#a72323') !important; /* IE8 */
|
1531 |
-
background: -ms-linear-gradient(top, #b83636, #a72323) !important; /* IE9 */
|
1532 |
-
background: -moz-linear-gradient(top, #b83636, #a72323) !important; /* Firefox */
|
1533 |
-
background: -o-linear-gradient(top, #b83636, #a72323) !important; /* Opera 11 */
|
1534 |
-
background: -webkit-linear-gradient(top, #b83636, #a72323) !important; /* Chrome 11 */
|
1535 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b83636), color-stop(1, #a72323)) !important; /* Chrome 10, Safari */
|
1536 |
-
}
|
1537 |
-
|
1538 |
-
/* --- header row 2 --- */
|
1539 |
-
div.p_table_1_3 div.caption_column li.header_row_2
|
1540 |
-
{
|
1541 |
-
border-top: 1px solid #d04848;
|
1542 |
-
border-bottom: 1px solid #8f1d1d;
|
1543 |
-
background-color: #ab2727 !important; /* background color for non-css3 browsers */
|
1544 |
-
/* gradient */
|
1545 |
-
background-image: linear-gradient(top, #ba3737, #a62222) !important; /* W3C */
|
1546 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba3737', endColorstr='#a62222') !important; /* IE5.5 - 7 */
|
1547 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba3737', endColorstr='#a62222') !important; /* IE8 */
|
1548 |
-
background: -ms-linear-gradient(top, #ba3737, #a62222) !important; /* IE9 */
|
1549 |
-
background: -moz-linear-gradient(top, #ba3737, #a62222) !important; /* Firefox */
|
1550 |
-
background: -o-linear-gradient(top, #ba3737, #a62222) !important; /* Opera 11 */
|
1551 |
-
background: -webkit-linear-gradient(top, #ba3737, #a62222) !important; /* Chrome 11 */
|
1552 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ba3737), color-stop(1, #a62222)) !important; /* Chrome 10, Safari */
|
1553 |
-
}
|
1554 |
-
|
1555 |
-
/* ========== COLUMN STYLE 1 ========== */
|
1556 |
-
/* --- header row 1 --- */
|
1557 |
-
div.p_table_1_3 div.column_1 li.header_row_1
|
1558 |
-
{
|
1559 |
-
border-top: 1px solid #c44646;
|
1560 |
-
border-bottom: 1px solid #810000;
|
1561 |
-
background-color: #ab2727 !important; /* background color for non-css3 browsers */
|
1562 |
-
/* gradient */
|
1563 |
-
background-image: linear-gradient(top, #b83636, #a72323) !important; /* W3C */
|
1564 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83636', endColorstr='#a72323') !important; /* IE5.5 - 7 */
|
1565 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83636', endColorstr='#a72323') !important; /* IE8 */
|
1566 |
-
background: -ms-linear-gradient(top, #b83636, #a72323) !important; /* IE9 */
|
1567 |
-
background: -moz-linear-gradient(top, #b83636, #a72323) !important; /* Firefox */
|
1568 |
-
background: -o-linear-gradient(top, #b83636, #a72323) !important; /* Opera 11 */
|
1569 |
-
background: -webkit-linear-gradient(top, #b83636, #a72323) !important; /* Chrome 11 */
|
1570 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b83636), color-stop(1, #a72323)) !important; /* Chrome 10, Safari */
|
1571 |
-
}
|
1572 |
-
|
1573 |
-
/* --- header row 2 --- */
|
1574 |
-
div.p_table_1_3 div.column_1 li.header_row_2
|
1575 |
-
{
|
1576 |
-
border-top: 1px solid #d04848;
|
1577 |
-
border-bottom: 1px solid #8f1d1d;
|
1578 |
-
background-color: #ab2727 !important; /* background color for non-css3 browsers */
|
1579 |
-
/* gradient */
|
1580 |
-
background-image: linear-gradient(top, #ba3737, #a62222) !important; /* W3C */
|
1581 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba3737', endColorstr='#a62222') !important; /* IE5.5 - 7 */
|
1582 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba3737', endColorstr='#a62222') !important; /* IE8 */
|
1583 |
-
background: -ms-linear-gradient(top, #ba3737, #a62222) !important; /* IE9 */
|
1584 |
-
background: -moz-linear-gradient(top, #ba3737, #a62222) !important; /* Firefox */
|
1585 |
-
background: -o-linear-gradient(top, #ba3737, #a62222) !important; /* Opera 11 */
|
1586 |
-
background: -webkit-linear-gradient(top, #ba3737, #a62222) !important; /* Chrome 11 */
|
1587 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ba3737), color-stop(1, #a62222)) !important; /* Chrome 10, Safari */
|
1588 |
-
}
|
1589 |
-
|
1590 |
-
/* ========== COLUMN STYLE 2 ========== */
|
1591 |
-
/* --- header row 1 --- */
|
1592 |
-
div.p_table_1_3 div.column_2 li.header_row_1
|
1593 |
-
{
|
1594 |
-
border-top: 1px solid #c44646;
|
1595 |
-
border-bottom: 1px solid #810000;
|
1596 |
-
background-color: #ab2727 !important; /* background color for non-css3 browsers */
|
1597 |
-
/* gradient */
|
1598 |
-
background-image: linear-gradient(top, #b83636, #a72323) !important; /* W3C */
|
1599 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83636', endColorstr='#a72323') !important; /* IE5.5 - 7 */
|
1600 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83636', endColorstr='#a72323') !important; /* IE8 */
|
1601 |
-
background: -ms-linear-gradient(top, #b83636, #a72323) !important; /* IE9 */
|
1602 |
-
background: -moz-linear-gradient(top, #b83636, #a72323) !important; /* Firefox */
|
1603 |
-
background: -o-linear-gradient(top, #b83636, #a72323) !important; /* Opera 11 */
|
1604 |
-
background: -webkit-linear-gradient(top, #b83636, #a72323) !important; /* Chrome 11 */
|
1605 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b83636), color-stop(1, #a72323)) !important; /* Chrome 10, Safari */
|
1606 |
-
}
|
1607 |
-
|
1608 |
-
/* --- header row 2 --- */
|
1609 |
-
div.p_table_1_3 div.column_2 li.header_row_2
|
1610 |
-
{
|
1611 |
-
border-top: 1px solid #d04848;
|
1612 |
-
border-bottom: 1px solid #8f1d1d;
|
1613 |
-
background-color: #ab2727 !important; /* background color for non-css3 browsers */
|
1614 |
-
/* gradient */
|
1615 |
-
background-image: linear-gradient(top, #ba3737, #a62222) !important; /* W3C */
|
1616 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba3737', endColorstr='#a62222') !important; /* IE5.5 - 7 */
|
1617 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba3737', endColorstr='#a62222') !important; /* IE8 */
|
1618 |
-
background: -ms-linear-gradient(top, #ba3737, #a62222) !important; /* IE9 */
|
1619 |
-
background: -moz-linear-gradient(top, #ba3737, #a62222) !important; /* Firefox */
|
1620 |
-
background: -o-linear-gradient(top, #ba3737, #a62222) !important; /* Opera 11 */
|
1621 |
-
background: -webkit-linear-gradient(top, #ba3737, #a62222) !important; /* Chrome 11 */
|
1622 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ba3737), color-stop(1, #a62222)) !important; /* Chrome 10, Safari */
|
1623 |
-
}
|
1624 |
-
|
1625 |
-
/* ========== COLUMN STYLE 3 ========== */
|
1626 |
-
/* --- header row 1 --- */
|
1627 |
-
div.p_table_1_3 div.column_3 li.header_row_1
|
1628 |
-
{
|
1629 |
-
border-top: 1px solid #c44646;
|
1630 |
-
border-bottom: 1px solid #810000;
|
1631 |
-
background-color: #ab2727 !important; /* background color for non-css3 browsers */
|
1632 |
-
/* gradient */
|
1633 |
-
background-image: linear-gradient(top, #b83636, #a72323) !important; /* W3C */
|
1634 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83636', endColorstr='#a72323') !important; /* IE5.5 - 7 */
|
1635 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83636', endColorstr='#a72323') !important; /* IE8 */
|
1636 |
-
background: -ms-linear-gradient(top, #b83636, #a72323) !important; /* IE9 */
|
1637 |
-
background: -moz-linear-gradient(top, #b83636, #a72323) !important; /* Firefox */
|
1638 |
-
background: -o-linear-gradient(top, #b83636, #a72323) !important; /* Opera 11 */
|
1639 |
-
background: -webkit-linear-gradient(top, #b83636, #a72323) !important; /* Chrome 11 */
|
1640 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b83636), color-stop(1, #a72323)) !important; /* Chrome 10, Safari */
|
1641 |
-
}
|
1642 |
-
|
1643 |
-
/* --- header row 2 --- */
|
1644 |
-
div.p_table_1_3 div.column_3 li.header_row_2
|
1645 |
-
{
|
1646 |
-
border-top: 1px solid #d04848;
|
1647 |
-
border-bottom: 1px solid #8f1d1d;
|
1648 |
-
background-color: #ab2727 !important; /* background color for non-css3 browsers */
|
1649 |
-
/* gradient */
|
1650 |
-
background-image: linear-gradient(top, #ba3737, #a62222) !important; /* W3C */
|
1651 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba3737', endColorstr='#a62222') !important; /* IE5.5 - 7 */
|
1652 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba3737', endColorstr='#a62222') !important; /* IE8 */
|
1653 |
-
background: -ms-linear-gradient(top, #ba3737, #a62222) !important; /* IE9 */
|
1654 |
-
background: -moz-linear-gradient(top, #ba3737, #a62222) !important; /* Firefox */
|
1655 |
-
background: -o-linear-gradient(top, #ba3737, #a62222) !important; /* Opera 11 */
|
1656 |
-
background: -webkit-linear-gradient(top, #ba3737, #a62222) !important; /* Chrome 11 */
|
1657 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ba3737), color-stop(1, #a62222)) !important; /* Chrome 10, Safari */
|
1658 |
-
}
|
1659 |
-
|
1660 |
-
/* ========== COLUMN STYLE 4 ========== */
|
1661 |
-
/* --- header row 1 --- */
|
1662 |
-
div.p_table_1_3 div.column_4 li.header_row_1
|
1663 |
-
{
|
1664 |
-
border-top: 1px solid #c44646;
|
1665 |
-
border-bottom: 1px solid #810000;
|
1666 |
-
background-color: #ab2727 !important; /* background color for non-css3 browsers */
|
1667 |
-
/* gradient */
|
1668 |
-
background-image: linear-gradient(top, #b83636, #a72323) !important; /* W3C */
|
1669 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83636', endColorstr='#a72323') !important; /* IE5.5 - 7 */
|
1670 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83636', endColorstr='#a72323') !important; /* IE8 */
|
1671 |
-
background: -ms-linear-gradient(top, #b83636, #a72323) !important; /* IE9 */
|
1672 |
-
background: -moz-linear-gradient(top, #b83636, #a72323) !important; /* Firefox */
|
1673 |
-
background: -o-linear-gradient(top, #b83636, #a72323) !important; /* Opera 11 */
|
1674 |
-
background: -webkit-linear-gradient(top, #b83636, #a72323) !important; /* Chrome 11 */
|
1675 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b83636), color-stop(1, #a72323)) !important; /* Chrome 10, Safari */
|
1676 |
-
}
|
1677 |
-
|
1678 |
-
/* --- header row 2 --- */
|
1679 |
-
div.p_table_1_3 div.column_4 li.header_row_2
|
1680 |
-
{
|
1681 |
-
border-top: 1px solid #d04848;
|
1682 |
-
border-bottom: 1px solid #8f1d1d;
|
1683 |
-
background-color: #ab2727 !important; /* background color for non-css3 browsers */
|
1684 |
-
/* gradient */
|
1685 |
-
background-image: linear-gradient(top, #ba3737, #a62222) !important; /* W3C */
|
1686 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba3737', endColorstr='#a62222') !important; /* IE5.5 - 7 */
|
1687 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba3737', endColorstr='#a62222') !important; /* IE8 */
|
1688 |
-
background: -ms-linear-gradient(top, #ba3737, #a62222) !important; /* IE9 */
|
1689 |
-
background: -moz-linear-gradient(top, #ba3737, #a62222) !important; /* Firefox */
|
1690 |
-
background: -o-linear-gradient(top, #ba3737, #a62222) !important; /* Opera 11 */
|
1691 |
-
background: -webkit-linear-gradient(top, #ba3737, #a62222) !important; /* Chrome 11 */
|
1692 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ba3737), color-stop(1, #a62222)) !important; /* Chrome 10, Safari */
|
1693 |
-
}
|
1694 |
-
/* ============ Style 4 ============= */
|
1695 |
-
/* ========== HEADINGS ========== */
|
1696 |
-
div.p_table_1_4 h1.col1,
|
1697 |
-
div.p_table_1_4 h1.col2,
|
1698 |
-
div.p_table_1_4 h1.col3,
|
1699 |
-
div.p_table_1_4 h1.col4
|
1700 |
-
{
|
1701 |
-
color: #d9513b !important;
|
1702 |
-
}
|
1703 |
-
|
1704 |
-
div.p_table_1_4 h1 span
|
1705 |
-
{
|
1706 |
-
color: #ffba58 !important;
|
1707 |
-
}
|
1708 |
-
|
1709 |
-
div.p_table_1_4 h2.col1,
|
1710 |
-
div.p_table_1_4 h2.col2,
|
1711 |
-
div.p_table_1_4 h2.col3,
|
1712 |
-
div.p_table_1_4 h2.col4
|
1713 |
-
{
|
1714 |
-
color: #878787 !important;
|
1715 |
-
}
|
1716 |
-
|
1717 |
-
div.p_table_1_4 h2.caption
|
1718 |
-
{
|
1719 |
-
color: #d9513b !important;
|
1720 |
-
}
|
1721 |
-
|
1722 |
-
div.p_table_1_4 h2.caption span
|
1723 |
-
{
|
1724 |
-
color: #ffba58 !important;
|
1725 |
-
text-shadow: none !important;
|
1726 |
-
}
|
1727 |
-
|
1728 |
-
div.p_table_1_4 h3.col1,
|
1729 |
-
div.p_table_1_4 h3.col2,
|
1730 |
-
div.p_table_1_4 h3.col3,
|
1731 |
-
div.p_table_1_4 h3.col4
|
1732 |
-
{
|
1733 |
-
color: #ffba58 !important;
|
1734 |
-
}
|
1735 |
-
|
1736 |
-
/* ========== CAPTION COLUMN ========== */
|
1737 |
-
/* --- header row 1 --- */
|
1738 |
-
div.p_table_1_4 div.caption_column li.header_row_1
|
1739 |
-
{
|
1740 |
-
border-top: 0;
|
1741 |
-
border-bottom: 1px solid #822c2c;
|
1742 |
-
background-color: #E9E9E9 !important; /* background color for non-css3 browsers */
|
1743 |
-
/* gradient */
|
1744 |
-
background-image: linear-gradient(top, #ffffff, #d2d2d2) !important; /* W3C */
|
1745 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE5.5 - 7 */
|
1746 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE8 */
|
1747 |
-
background: -ms-linear-gradient(top, #ffffff, #d2d2d2) !important; /* IE9 */
|
1748 |
-
background: -moz-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Firefox */
|
1749 |
-
background: -o-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Opera 11 */
|
1750 |
-
background: -webkit-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Chrome 11 */
|
1751 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d2d2d2)) !important; /* Chrome 10, Safari */
|
1752 |
-
}
|
1753 |
-
|
1754 |
-
/* --- header row 2 --- */
|
1755 |
-
div.p_table_1_4 div.caption_column li.header_row_2
|
1756 |
-
{
|
1757 |
-
border-top: 1px solid #c65757;
|
1758 |
-
border-bottom: 1px solid #451515;
|
1759 |
-
background-color: #812C2C !important; /* background color for non-css3 browsers */
|
1760 |
-
/* gradient */
|
1761 |
-
background-image: linear-gradient(top, #ae3a3a, #5f2121) !important; /* W3C */
|
1762 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE5.5 - 7 */
|
1763 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE8 */
|
1764 |
-
background: -ms-linear-gradient(top, #ae3a3a, #5f2121) !important; /* IE9 */
|
1765 |
-
background: -moz-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Firefox */
|
1766 |
-
background: -o-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Opera 11 */
|
1767 |
-
background: -webkit-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Chrome 11 */
|
1768 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ae3a3a), color-stop(1, #5f2121)) !important; /* Chrome 10, Safari */
|
1769 |
-
}
|
1770 |
-
|
1771 |
-
/* ========== COLUMN STYLE 1 ========== */
|
1772 |
-
/* --- header row 1 --- */
|
1773 |
-
div.p_table_1_4 div.column_1 li.header_row_1
|
1774 |
-
{
|
1775 |
-
border-top: 0;
|
1776 |
-
border-bottom: 1px solid #822c2c;
|
1777 |
-
background-color: #E9E9E9 !important; /* background color for non-css3 browsers */
|
1778 |
-
/* gradient */
|
1779 |
-
background-image: linear-gradient(top, #ffffff, #d2d2d2) !important; /* W3C */
|
1780 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE5.5 - 7 */
|
1781 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE8 */
|
1782 |
-
background: -ms-linear-gradient(top, #ffffff, #d2d2d2) !important; /* IE9 */
|
1783 |
-
background: -moz-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Firefox */
|
1784 |
-
background: -o-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Opera 11 */
|
1785 |
-
background: -webkit-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Chrome 11 */
|
1786 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d2d2d2)) !important; /* Chrome 10, Safari */
|
1787 |
-
}
|
1788 |
-
|
1789 |
-
/* --- header row 2 --- */
|
1790 |
-
div.p_table_1_4 div.column_1 li.header_row_2
|
1791 |
-
{
|
1792 |
-
border-top: 1px solid #c65757;
|
1793 |
-
border-bottom: 1px solid #451515;
|
1794 |
-
background-color: #812C2C !important; /* background color for non-css3 browsers */
|
1795 |
-
/* gradient */
|
1796 |
-
background-image: linear-gradient(top, #ae3a3a, #5f2121) !important; /* W3C */
|
1797 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE5.5 - 7 */
|
1798 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE8 */
|
1799 |
-
background: -ms-linear-gradient(top, #ae3a3a, #5f2121) !important; /* IE9 */
|
1800 |
-
background: -moz-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Firefox */
|
1801 |
-
background: -o-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Opera 11 */
|
1802 |
-
background: -webkit-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Chrome 11 */
|
1803 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ae3a3a), color-stop(1, #5f2121)) !important; /* Chrome 10, Safari */
|
1804 |
-
}
|
1805 |
-
|
1806 |
-
/* ========== COLUMN STYLE 2 ========== */
|
1807 |
-
/* --- header row 1 --- */
|
1808 |
-
div.p_table_1_4 div.column_2 li.header_row_1
|
1809 |
-
{
|
1810 |
-
border-top: 0;
|
1811 |
-
border-bottom: 1px solid #822c2c;
|
1812 |
-
background-color: #E9E9E9 !important; /* background color for non-css3 browsers */
|
1813 |
-
/* gradient */
|
1814 |
-
background-image: linear-gradient(top, #ffffff, #d2d2d2) !important; /* W3C */
|
1815 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE5.5 - 7 */
|
1816 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE8 */
|
1817 |
-
background: -ms-linear-gradient(top, #ffffff, #d2d2d2) !important; /* IE9 */
|
1818 |
-
background: -moz-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Firefox */
|
1819 |
-
background: -o-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Opera 11 */
|
1820 |
-
background: -webkit-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Chrome 11 */
|
1821 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d2d2d2)) !important; /* Chrome 10, Safari */
|
1822 |
-
}
|
1823 |
-
|
1824 |
-
/* --- header row 2 --- */
|
1825 |
-
div.p_table_1_4 div.column_2 li.header_row_2
|
1826 |
-
{
|
1827 |
-
border-top: 1px solid #c65757;
|
1828 |
-
border-bottom: 1px solid #451515;
|
1829 |
-
background-color: #812C2C !important; /* background color for non-css3 browsers */
|
1830 |
-
/* gradient */
|
1831 |
-
background-image: linear-gradient(top, #ae3a3a, #5f2121) !important; /* W3C */
|
1832 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE5.5 - 7 */
|
1833 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE8 */
|
1834 |
-
background: -ms-linear-gradient(top, #ae3a3a, #5f2121) !important; /* IE9 */
|
1835 |
-
background: -moz-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Firefox */
|
1836 |
-
background: -o-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Opera 11 */
|
1837 |
-
background: -webkit-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Chrome 11 */
|
1838 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ae3a3a), color-stop(1, #5f2121)) !important; /* Chrome 10, Safari */
|
1839 |
-
}
|
1840 |
-
|
1841 |
-
/* ========== COLUMN STYLE 3 ========== */
|
1842 |
-
/* --- header row 1 --- */
|
1843 |
-
div.p_table_1_4 div.column_3 li.header_row_1
|
1844 |
-
{
|
1845 |
-
border-top: 0;
|
1846 |
-
border-bottom: 1px solid #822c2c;
|
1847 |
-
background-color: #E9E9E9 !important; /* background color for non-css3 browsers */
|
1848 |
-
/* gradient */
|
1849 |
-
background-image: linear-gradient(top, #ffffff, #d2d2d2) !important; /* W3C */
|
1850 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE5.5 - 7 */
|
1851 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE8 */
|
1852 |
-
background: -ms-linear-gradient(top, #ffffff, #d2d2d2) !important; /* IE9 */
|
1853 |
-
background: -moz-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Firefox */
|
1854 |
-
background: -o-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Opera 11 */
|
1855 |
-
background: -webkit-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Chrome 11 */
|
1856 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d2d2d2)) !important; /* Chrome 10, Safari */
|
1857 |
-
}
|
1858 |
-
|
1859 |
-
/* --- header row 2 --- */
|
1860 |
-
div.p_table_1_4 div.column_3 li.header_row_2
|
1861 |
-
{
|
1862 |
-
border-top: 1px solid #c65757;
|
1863 |
-
border-bottom: 1px solid #451515;
|
1864 |
-
background-color: #812C2C !important; /* background color for non-css3 browsers */
|
1865 |
-
/* gradient */
|
1866 |
-
background-image: linear-gradient(top, #ae3a3a, #5f2121) !important; /* W3C */
|
1867 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE5.5 - 7 */
|
1868 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE8 */
|
1869 |
-
background: -ms-linear-gradient(top, #ae3a3a, #5f2121) !important; /* IE9 */
|
1870 |
-
background: -moz-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Firefox */
|
1871 |
-
background: -o-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Opera 11 */
|
1872 |
-
background: -webkit-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Chrome 11 */
|
1873 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ae3a3a), color-stop(1, #5f2121)) !important; /* Chrome 10, Safari */
|
1874 |
-
}
|
1875 |
-
|
1876 |
-
/* ========== COLUMN STYLE 4 ========== */
|
1877 |
-
/* --- header row 1 --- */
|
1878 |
-
div.p_table_1_4 div.column_4 li.header_row_1
|
1879 |
-
{
|
1880 |
-
border-top: 0;
|
1881 |
-
border-bottom: 1px solid #822c2c;
|
1882 |
-
background-color: #E9E9E9 !important; /* background color for non-css3 browsers */
|
1883 |
-
/* gradient */
|
1884 |
-
background-image: linear-gradient(top, #ffffff, #d2d2d2) !important; /* W3C */
|
1885 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE5.5 - 7 */
|
1886 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE8 */
|
1887 |
-
background: -ms-linear-gradient(top, #ffffff, #d2d2d2) !important; /* IE9 */
|
1888 |
-
background: -moz-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Firefox */
|
1889 |
-
background: -o-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Opera 11 */
|
1890 |
-
background: -webkit-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Chrome 11 */
|
1891 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d2d2d2)) !important; /* Chrome 10, Safari */
|
1892 |
-
}
|
1893 |
-
|
1894 |
-
/* --- header row 2 --- */
|
1895 |
-
div.p_table_1_4 div.column_4 li.header_row_2
|
1896 |
-
{
|
1897 |
-
border-top: 1px solid #c65757;
|
1898 |
-
border-bottom: 1px solid #451515;
|
1899 |
-
background-color: #812C2C !important; /* background color for non-css3 browsers */
|
1900 |
-
/* gradient */
|
1901 |
-
background-image: linear-gradient(top, #ae3a3a, #5f2121) !important; /* W3C */
|
1902 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE5.5 - 7 */
|
1903 |
-
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE8 */
|
1904 |
-
background: -ms-linear-gradient(top, #ae3a3a, #5f2121) !important; /* IE9 */
|
1905 |
-
background: -moz-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Firefox */
|
1906 |
-
background: -o-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Opera 11 */
|
1907 |
-
background: -webkit-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Chrome 11 */
|
1908 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ae3a3a), color-stop(1, #5f2121)) !important; /* Chrome 10, Safari */
|
1909 |
-
}
|
1910 |
-
/* ============ Style 5 ============= */
|
1911 |
-
/* ========== HEADINGS ========== */
|
1912 |
-
div.p_table_1_5 h1.col1,
|
1913 |
-
div.p_table_1_5 h1.col2,
|
1914 |
-
div.p_table_1_5 h1.col3,
|
1915 |
-
div.p_table_1_5 h1.col4
|
1916 |
-
{
|
1917 |
-
color: #ffffff !important;
|
1918 |
-
}
|
1919 |
-
|
1920 |
-
div.p_table_1_5 h1 span
|
1921 |
-
{
|
1922 |
-
color: #ffffff !important;
|
1923 |
-
}
|
1924 |
-
|
1925 |
-
div.p_table_1_5 h2.col1,
|
1926 |
-
div.p_table_1_5 h2.col2,
|
1927 |
-
div.p_table_1_5 h2.col3,
|
1928 |
-
div.p_table_1_5 h2.col4
|
1929 |
-
{
|
1930 |
-
color: #ffffff !important;
|
1931 |
-
}
|
1932 |
-
|
1933 |
-
div.p_table_1_5 h2.caption
|
1934 |
-
{
|
1935 |
-
color: #ef9a36 !important;
|
1936 |
-
}
|
1937 |
-
|
1938 |
-
div.p_table_1_5 h2.caption span
|
1939 |
-
{
|
1940 |
-
color: #f6ba18 !important;
|
1941 |
-
text-shadow: none !important;
|
1942 |
-
}
|
1943 |
-
|
1944 |
-
div.p_table_1_5 h3.col1,
|
1945 |
-
div.p_table_1_5 h3.col2,
|
1946 |
-
div.p_table_1_5 h3.col3,
|
1947 |
-
div.p_table_1_5 h3.col4
|
1948 |
-
{
|
1949 |
-
color: #ffffff !important;
|
1950 |
-
}
|
1951 |
-
|
1952 |
-
/* ========== CAPTION COLUMN ========== */
|
1953 |
-
/* --- header row 1 --- */
|
1954 |
-
div.p_table_1_5 div.caption_column li.header_row_1
|
1955 |
-
{
|
1956 |
-
border-top: 0;
|
1957 |
-
border-bottom: 1px solid #ffffff;
|
1958 |
-
background: #ffffff !important;
|
1959 |
-
}
|
1960 |
-
|
1961 |
-
/* --- header row 2 --- */
|
1962 |
-
div.p_table_1_5 div.caption_column li.header_row_2
|
1963 |
-
{
|
1964 |
-
border-top: 1px solid #ffffff;
|
1965 |
-
border-bottom: 1px solid #ffffff;
|
1966 |
-
background: #ffffff !important;
|
1967 |
-
}
|
1968 |
-
|
1969 |
-
/* ========== COLUMN STYLE 1 ========== */
|
1970 |
-
/* --- header row 1 --- */
|
1971 |
-
div.p_table_1_5 div.column_1 li.header_row_1
|
1972 |
-
{
|
1973 |
-
border-top: 0;
|
1974 |
-
border-bottom: 1px solid #e18416;
|
1975 |
-
background: #e18416 !important;
|
1976 |
-
}
|
1977 |
-
|
1978 |
-
/* --- header row 2 --- */
|
1979 |
-
div.p_table_1_5 div.column_1 li.header_row_2
|
1980 |
-
{
|
1981 |
-
border-top: 1px solid #ef9a36;
|
1982 |
-
border-bottom: 1px solid #ef9a36;
|
1983 |
-
background: #ef9a36 !important;
|
1984 |
-
}
|
1985 |
-
|
1986 |
-
/* ========== COLUMN STYLE 2 ========== */
|
1987 |
-
/* --- header row 1 --- */
|
1988 |
-
div.p_table_1_5 div.column_2 li.header_row_1
|
1989 |
-
{
|
1990 |
-
border-top: 0;
|
1991 |
-
border-bottom: 1px solid #e9aa00;
|
1992 |
-
background: #e9aa00 !important;
|
1993 |
-
}
|
1994 |
-
|
1995 |
-
/* --- header row 2 --- */
|
1996 |
-
div.p_table_1_5 div.column_2 li.header_row_2
|
1997 |
-
{
|
1998 |
-
border-top: 1px solid #f6ba18;
|
1999 |
-
border-bottom: 1px solid #f6ba18;
|
2000 |
-
background: #f6ba18 !important;
|
2001 |
-
}
|
2002 |
-
|
2003 |
-
/* ========== COLUMN STYLE 3 ========== */
|
2004 |
-
/* --- header row 1 --- */
|
2005 |
-
div.p_table_1_5 div.column_3 li.header_row_1
|
2006 |
-
{
|
2007 |
-
border-top: 0;
|
2008 |
-
border-bottom: 1px solid #839c0e;
|
2009 |
-
background: #839c0e !important;
|
2010 |
-
}
|
2011 |
-
|
2012 |
-
/* --- header row 2 --- */
|
2013 |
-
div.p_table_1_5 div.column_3 li.header_row_2
|
2014 |
-
{
|
2015 |
-
border-top: 1px solid #94ac26;
|
2016 |
-
border-bottom: 1px solid #94ac26;
|
2017 |
-
background: #94ac26 !important;
|
2018 |
-
}
|
2019 |
-
|
2020 |
-
/* ========== COLUMN STYLE 4 ========== */
|
2021 |
-
/* --- header row 1 --- */
|
2022 |
-
div.p_table_1_5 div.column_4 li.header_row_1
|
2023 |
-
{
|
2024 |
-
border-top: 0;
|
2025 |
-
border-bottom: 1px solid #418520;
|
2026 |
-
background: #418520 !important;
|
2027 |
-
}
|
2028 |
-
|
2029 |
-
/* --- header row 2 --- */
|
2030 |
-
div.p_table_1_5 div.column_4 li.header_row_2
|
2031 |
-
{
|
2032 |
-
border-top: 1px solid #579e34;
|
2033 |
-
border-bottom: 1px solid #579e34;
|
2034 |
-
background: #579e34 !important;
|
2035 |
-
}
|
2036 |
-
/* ============ Style 6 ============= */
|
2037 |
-
/* ========== HEADINGS ========== */
|
2038 |
-
div.p_table_1_6 h1.col1,
|
2039 |
-
div.p_table_1_6 h1.col2,
|
2040 |
-
div.p_table_1_6 h1.col3,
|
2041 |
-
div.p_table_1_6 h1.col4
|
2042 |
-
{
|
2043 |
-
color: #da4300 !important;
|
2044 |
-
}
|
2045 |
-
|
2046 |
-
div.p_table_1_6 h1 span
|
2047 |
-
{
|
2048 |
-
color: #da4300 !important;
|
2049 |
-
}
|
2050 |
-
|
2051 |
-
div.p_table_1_6 h2.col1,
|
2052 |
-
div.p_table_1_6 h2.col2,
|
2053 |
-
div.p_table_1_6 h2.col3,
|
2054 |
-
div.p_table_1_6 h2.col4
|
2055 |
-
{
|
2056 |
-
color: #ffffff !important;
|
2057 |
-
}
|
2058 |
-
|
2059 |
-
div.p_table_1_6 h2.caption
|
2060 |
-
{
|
2061 |
-
color: #da4300 !important;
|
2062 |
-
}
|
2063 |
-
|
2064 |
-
div.p_table_1_6 h2.caption span
|
2065 |
-
{
|
2066 |
-
color: #ffffff !important;
|
2067 |
-
text-shadow: none !important;
|
2068 |
-
}
|
2069 |
-
|
2070 |
-
div.p_table_1_6 h3.col1,
|
2071 |
-
div.p_table_1_6 h3.col2,
|
2072 |
-
div.p_table_1_6 h3.col3,
|
2073 |
-
div.p_table_1_6 h3.col4
|
2074 |
-
{
|
2075 |
-
color: #da4300 !important;
|
2076 |
-
}
|
2077 |
-
|
2078 |
-
/* ========== CAPTION COLUMN ========== */
|
2079 |
-
/* --- header row 1 --- */
|
2080 |
-
div.p_table_1_6 div.caption_column li.header_row_1
|
2081 |
-
{
|
2082 |
-
border-top: 0;
|
2083 |
-
border-bottom: 1px solid #fcc601;
|
2084 |
-
background: #fcc601 !important;
|
2085 |
-
}
|
2086 |
-
|
2087 |
-
/* --- header row 2 --- */
|
2088 |
-
div.p_table_1_6 div.caption_column li.header_row_2
|
2089 |
-
{
|
2090 |
-
border-top: 1px solid #fcc601;
|
2091 |
-
border-bottom: 1px solid #fcc601;
|
2092 |
-
background: #fcc601 !important;
|
2093 |
-
}
|
2094 |
-
|
2095 |
-
/* ========== COLUMN STYLE 1 ========== */
|
2096 |
-
/* --- header row 1 --- */
|
2097 |
-
div.p_table_1_6 div.column_1 li.header_row_1
|
2098 |
-
{
|
2099 |
-
border-top: 0;
|
2100 |
-
border-bottom: 1px solid #da4300;
|
2101 |
-
background: #da4300 !important;
|
2102 |
-
}
|
2103 |
-
|
2104 |
-
/* --- header row 2 --- */
|
2105 |
-
div.p_table_1_6 div.column_1 li.header_row_2
|
2106 |
-
{
|
2107 |
-
border-top: 1px solid #fcc601;
|
2108 |
-
border-bottom: 1px solid #fcc601;
|
2109 |
-
background: #fcc601 !important;
|
2110 |
-
}
|
2111 |
-
|
2112 |
-
/* ========== COLUMN STYLE 2 ========== */
|
2113 |
-
/* --- header row 1 --- */
|
2114 |
-
div.p_table_1_6 div.column_2 li.header_row_1
|
2115 |
-
{
|
2116 |
-
border-top: 0;
|
2117 |
-
border-bottom: 1px solid #da4300;
|
2118 |
-
background: #da4300 !important;
|
2119 |
-
}
|
2120 |
-
|
2121 |
-
/* --- header row 2 --- */
|
2122 |
-
div.p_table_1_6 div.column_2 li.header_row_2
|
2123 |
-
{
|
2124 |
-
border-top: 1px solid #fcc601;
|
2125 |
-
border-bottom: 1px solid #fcc601;
|
2126 |
-
background: #fcc601 !important;
|
2127 |
-
}
|
2128 |
-
|
2129 |
-
/* ========== COLUMN STYLE 3 ========== */
|
2130 |
-
/* --- header row 1 --- */
|
2131 |
-
div.p_table_1_6 div.column_3 li.header_row_1
|
2132 |
-
{
|
2133 |
-
border-top: 0;
|
2134 |
-
border-bottom: 1px solid #da4300;
|
2135 |
-
background: #da4300 !important;
|
2136 |
-
}
|
2137 |
-
|
2138 |
-
/* --- header row 2 --- */
|
2139 |
-
div.p_table_1_6 div.column_3 li.header_row_2
|
2140 |
-
{
|
2141 |
-
border-top: 1px solid #fcc601;
|
2142 |
-
border-bottom: 1px solid #fcc601;
|
2143 |
-
background: #fcc601 !important;
|
2144 |
-
}
|
2145 |
-
|
2146 |
-
/* ========== COLUMN STYLE 4 ========== */
|
2147 |
-
/* --- header row 1 --- */
|
2148 |
-
div.p_table_1_6 div.column_4 li.header_row_1
|
2149 |
-
{
|
2150 |
-
border-top: 0;
|
2151 |
-
border-bottom: 1px solid #da4300;
|
2152 |
-
background: #da4300 !important;
|
2153 |
-
}
|
2154 |
-
|
2155 |
-
/* --- header row 2 --- */
|
2156 |
-
div.p_table_1_6 div.column_4 li.header_row_2
|
2157 |
-
{
|
2158 |
-
border-top: 1px solid #fcc601;
|
2159 |
-
border-bottom: 1px solid #fcc601;
|
2160 |
-
background: #fcc601 !important;
|
2161 |
-
}
|
2162 |
-
/* ============ Style 7 ============= */
|
2163 |
-
/* ========== HEADINGS ========== */
|
2164 |
-
div.p_table_1_7 h1.col1
|
2165 |
-
{
|
2166 |
-
color: #faab00 !important;
|
2167 |
-
}
|
2168 |
-
|
2169 |
-
div.p_table_1_7 h1.col2
|
2170 |
-
{
|
2171 |
-
color: #9bba0d !important;
|
2172 |
-
}
|
2173 |
-
|
2174 |
-
div.p_table_1_7 h1.col3
|
2175 |
-
{
|
2176 |
-
color: #539a2d !important;
|
2177 |
-
}
|
2178 |
-
|
2179 |
-
div.p_table_1_7 h1.col4
|
2180 |
-
{
|
2181 |
-
color: #268061 !important;
|
2182 |
-
}
|
2183 |
-
|
2184 |
-
div.p_table_1_7 h1.col1 span
|
2185 |
-
{
|
2186 |
-
color: #faab00 !important;
|
2187 |
-
}
|
2188 |
-
|
2189 |
-
div.p_table_1_7 h1.col2 span
|
2190 |
-
{
|
2191 |
-
color: #9bba0d !important;
|
2192 |
-
}
|
2193 |
-
|
2194 |
-
div.p_table_1_7 h1.col3 span
|
2195 |
-
{
|
2196 |
-
color: #539a2d !important;
|
2197 |
-
}
|
2198 |
-
|
2199 |
-
div.p_table_1_7 h1.col4 span
|
2200 |
-
{
|
2201 |
-
color: #268061 !important;
|
2202 |
-
}
|
2203 |
-
|
2204 |
-
div.p_table_1_7 h2.col1,
|
2205 |
-
div.p_table_1_7 h2.col2,
|
2206 |
-
div.p_table_1_7 h2.col3,
|
2207 |
-
div.p_table_1_7 h2.col4
|
2208 |
-
{
|
2209 |
-
color: #ffffff !important;
|
2210 |
-
}
|
2211 |
-
|
2212 |
-
div.p_table_1_7 h2.caption
|
2213 |
-
{
|
2214 |
-
color: #faab00 !important;
|
2215 |
-
}
|
2216 |
-
|
2217 |
-
div.p_table_1_7 h2.caption span
|
2218 |
-
{
|
2219 |
-
color: #9bba0d !important;
|
2220 |
-
text-shadow: none !important;
|
2221 |
-
}
|
2222 |
-
|
2223 |
-
div.p_table_1_7 h3.col1
|
2224 |
-
{
|
2225 |
-
color: #faab00 !important;
|
2226 |
-
}
|
2227 |
-
|
2228 |
-
div.p_table_1_7 h3.col2
|
2229 |
-
{
|
2230 |
-
color: #9bba0d !important;
|
2231 |
-
}
|
2232 |
-
|
2233 |
-
div.p_table_1_7 h3.col3
|
2234 |
-
{
|
2235 |
-
color: #539a2d !important;
|
2236 |
-
}
|
2237 |
-
|
2238 |
-
div.p_table_1_7 h3.col4
|
2239 |
-
{
|
2240 |
-
color: #268061 !important;
|
2241 |
-
}
|
2242 |
-
|
2243 |
-
/* ========== CAPTION COLUMN ========== */
|
2244 |
-
/* --- header row 1 --- */
|
2245 |
-
div.p_table_1_7 div.caption_column li.header_row_1
|
2246 |
-
{
|
2247 |
-
border-top: 0;
|
2248 |
-
border-bottom: 1px solid #ffffff;
|
2249 |
-
background: #ffffff !important;
|
2250 |
-
}
|
2251 |
-
|
2252 |
-
/* --- header row 2 --- */
|
2253 |
-
div.p_table_1_7 div.caption_column li.header_row_2
|
2254 |
-
{
|
2255 |
-
border-top: 1px solid #ffffff;
|
2256 |
-
border-bottom: 1px solid #ffffff;
|
2257 |
-
background: #ffffff !important;
|
2258 |
-
}
|
2259 |
-
|
2260 |
-
/* ========== COLUMN STYLE 1 ========== */
|
2261 |
-
/* --- header row 1 --- */
|
2262 |
-
div.p_table_1_7 div.column_1 li.header_row_1
|
2263 |
-
{
|
2264 |
-
border-top: 0;
|
2265 |
-
border-bottom: 1px solid #faab00;
|
2266 |
-
background: #faab00 !important;
|
2267 |
-
}
|
2268 |
-
|
2269 |
-
/* --- header row 2 --- */
|
2270 |
-
div.p_table_1_7 div.column_1 li.header_row_2
|
2271 |
-
{
|
2272 |
-
border-top: 1px solid #ffffff;
|
2273 |
-
border-bottom: 1px solid #ffffff;
|
2274 |
-
background: #ffffff !important;
|
2275 |
-
}
|
2276 |
-
|
2277 |
-
/* ========== COLUMN STYLE 2 ========== */
|
2278 |
-
/* --- header row 1 --- */
|
2279 |
-
div.p_table_1_7 div.column_2 li.header_row_1
|
2280 |
-
{
|
2281 |
-
border-top: 0;
|
2282 |
-
border-bottom: 1px solid #9bba0d;
|
2283 |
-
background: #9bba0d !important;
|
2284 |
-
}
|
2285 |
-
|
2286 |
-
/* --- header row 2 --- */
|
2287 |
-
div.p_table_1_7 div.column_2 li.header_row_2
|
2288 |
-
{
|
2289 |
-
border-top: 1px solid #ffffff;
|
2290 |
-
border-bottom: 1px solid #ffffff;
|
2291 |
-
background: #ffffff !important;
|
2292 |
-
}
|
2293 |
-
|
2294 |
-
/* ========== COLUMN STYLE 3 ========== */
|
2295 |
-
/* --- header row 1 --- */
|
2296 |
-
div.p_table_1_7 div.column_3 li.header_row_1
|
2297 |
-
{
|
2298 |
-
border-top: 0;
|
2299 |
-
border-bottom: 1px solid #539a2d;
|
2300 |
-
background: #539a2d !important;
|
2301 |
-
}
|
2302 |
-
|
2303 |
-
/* --- header row 2 --- */
|
2304 |
-
div.p_table_1_7 div.column_3 li.header_row_2
|
2305 |
-
{
|
2306 |
-
border-top: 1px solid #ffffff;
|
2307 |
-
border-bottom: 1px solid #ffffff;
|
2308 |
-
background: #ffffff !important;
|
2309 |
-
}
|
2310 |
-
|
2311 |
-
/* ========== COLUMN STYLE 4 ========== */
|
2312 |
-
/* --- header row 1 --- */
|
2313 |
-
div.p_table_1_7 div.column_4 li.header_row_1
|
2314 |
-
{
|
2315 |
-
border-top: 0;
|
2316 |
-
border-bottom: 1px solid #268061;
|
2317 |
-
background: #268061 !important;
|
2318 |
-
}
|
2319 |
-
|
2320 |
-
/* --- header row 2 --- */
|
2321 |
-
div.p_table_1_7 div.column_4 li.header_row_2
|
2322 |
-
{
|
2323 |
-
border-top: 1px solid #ffffff;
|
2324 |
-
border-bottom: 1px solid #ffffff;
|
2325 |
-
background: #ffffff !important;
|
2326 |
-
}
|
2327 |
-
/* ============ Style 8 ============= */
|
2328 |
-
/* ========== HEADINGS ========== */
|
2329 |
-
div.p_table_1_8 h1.col1,
|
2330 |
-
div.p_table_1_8 h1.col2,
|
2331 |
-
div.p_table_1_8 h1.col3,
|
2332 |
-
div.p_table_1_8 h1.col4
|
2333 |
-
{
|
2334 |
-
color: #d9513b !important;
|
2335 |
-
}
|
2336 |
-
|
2337 |
-
div.p_table_1_8 h1 span
|
2338 |
-
{
|
2339 |
-
color: #ffba58 !important;
|
2340 |
-
}
|
2341 |
-
|
2342 |
-
div.p_table_1_8 h2.col1,
|
2343 |
-
div.p_table_1_8 h2.col2,
|
2344 |
-
div.p_table_1_8 h2.col3,
|
2345 |
-
div.p_table_1_8 h2.col4
|
2346 |
-
{
|
2347 |
-
color: #d9513b !important;
|
2348 |
-
}
|
2349 |
-
|
2350 |
-
div.p_table_1_8 h2.caption
|
2351 |
-
{
|
2352 |
-
color: #d9513b !important;
|
2353 |
-
}
|
2354 |
-
|
2355 |
-
div.p_table_1_8 h2.caption span
|
2356 |
-
{
|
2357 |
-
color: #ffba58 !important;
|
2358 |
-
text-shadow: none !important;
|
2359 |
-
}
|
2360 |
-
|
2361 |
-
div.p_table_1_8 h3.col1,
|
2362 |
-
div.p_table_1_8 h3.col2,
|
2363 |
-
div.p_table_1_8 h3.col3,
|
2364 |
-
div.p_table_1_8 h3.col4
|
2365 |
-
{
|
2366 |
-
color: #ffba58 !important;
|
2367 |
-
}
|
2368 |
-
|
2369 |
-
/* ========== CAPTION COLUMN ========== */
|
2370 |
-
/* --- header row 1 --- */
|
2371 |
-
div.p_table_1_8 div.caption_column li.header_row_1
|
2372 |
-
{
|
2373 |
-
border-top: 0;
|
2374 |
-
border-bottom: 1px solid #752828;
|
2375 |
-
background: #752828 !important;
|
2376 |
-
}
|
2377 |
-
|
2378 |
-
/* --- header row 2 --- */
|
2379 |
-
div.p_table_1_8 div.caption_column li.header_row_2
|
2380 |
-
{
|
2381 |
-
border-top: 1px solid #752828;
|
2382 |
-
border-bottom: 1px solid #752828;
|
2383 |
-
background: #752828 !important;
|
2384 |
-
}
|
2385 |
-
|
2386 |
-
/* ========== COLUMN STYLE 1 ========== */
|
2387 |
-
/* --- header row 1 --- */
|
2388 |
-
div.p_table_1_8 div.column_1 li.header_row_1
|
2389 |
-
{
|
2390 |
-
border-top: 0;
|
2391 |
-
border-bottom: 1px solid #ffba58;
|
2392 |
-
background: #ffca64 !important;
|
2393 |
-
}
|
2394 |
-
|
2395 |
-
/* --- header row 2 --- */
|
2396 |
-
div.p_table_1_8 div.column_1 li.header_row_2
|
2397 |
-
{
|
2398 |
-
border-top: 1px solid #752828;
|
2399 |
-
border-bottom: 1px solid #802b2b;
|
2400 |
-
background: #802b2b !important;
|
2401 |
-
}
|
2402 |
-
|
2403 |
-
/* ========== COLUMN STYLE 2 ========== */
|
2404 |
-
/* --- header row 1 --- */
|
2405 |
-
div.p_table_1_8 div.column_2 li.header_row_1
|
2406 |
-
{
|
2407 |
-
border-top: 0;
|
2408 |
-
border-bottom: 1px solid #ffba58;
|
2409 |
-
background: #ffba58 !important;
|
2410 |
-
}
|
2411 |
-
|
2412 |
-
/* --- header row 2 --- */
|
2413 |
-
div.p_table_1_8 div.column_2 li.header_row_2
|
2414 |
-
{
|
2415 |
-
border-top: 1px solid #752828;
|
2416 |
-
border-bottom: 1px solid #752828;
|
2417 |
-
background: #752828 !important;
|
2418 |
-
}
|
2419 |
-
|
2420 |
-
/* ========== COLUMN STYLE 3 ========== */
|
2421 |
-
/* --- header row 1 --- */
|
2422 |
-
div.p_table_1_8 div.column_3 li.header_row_1
|
2423 |
-
{
|
2424 |
-
border-top: 0;
|
2425 |
-
border-bottom: 1px solid #ffba58;
|
2426 |
-
background: #ffca64 !important;
|
2427 |
-
}
|
2428 |
-
|
2429 |
-
/* --- header row 2 --- */
|
2430 |
-
div.p_table_1_8 div.column_3 li.header_row_2
|
2431 |
-
{
|
2432 |
-
border-top: 1px solid #752828;
|
2433 |
-
border-bottom: 1px solid #802b2b;
|
2434 |
-
background: #802b2b !important;
|
2435 |
-
}
|
2436 |
-
|
2437 |
-
/* ========== COLUMN STYLE 4 ========== */
|
2438 |
-
/* --- header row 1 --- */
|
2439 |
-
div.p_table_1_8 div.column_4 li.header_row_1
|
2440 |
-
{
|
2441 |
-
border-top: 0;
|
2442 |
-
border-bottom: 1px solid #ffba58;
|
2443 |
-
background: #ffba58 !important;
|
2444 |
-
}
|
2445 |
-
|
2446 |
-
/* --- header row 2 --- */
|
2447 |
-
div.p_table_1_8 div.column_4 li.header_row_2
|
2448 |
-
{
|
2449 |
-
border-top: 1px solid #752828;
|
2450 |
-
border-bottom: 1px solid #752828;
|
2451 |
-
background: #752828 !important;
|
2452 |
-
}
|
2453 |
-
/* ============ Style 9 ============= */
|
2454 |
-
/* ========== HEADINGS ========== */
|
2455 |
-
div.p_table_1_9 h1.col1,
|
2456 |
-
div.p_table_1_9 h1.col2,
|
2457 |
-
div.p_table_1_9 h1.col3,
|
2458 |
-
div.p_table_1_9 h1.col4
|
2459 |
-
{
|
2460 |
-
color: #ffffff !important;
|
2461 |
-
}
|
2462 |
-
|
2463 |
-
div.p_table_1_9 h1 span
|
2464 |
-
{
|
2465 |
-
color: #ffffff !important;
|
2466 |
-
}
|
2467 |
-
|
2468 |
-
div.p_table_1_9 h2.col1,
|
2469 |
-
div.p_table_1_9 h2.col2,
|
2470 |
-
div.p_table_1_9 h2.col3,
|
2471 |
-
div.p_table_1_9 h2.col4
|
2472 |
-
{
|
2473 |
-
color: #ffffff !important;
|
2474 |
-
}
|
2475 |
-
|
2476 |
-
div.p_table_1_9 h2.caption
|
2477 |
-
{
|
2478 |
-
color: #999999 !important;
|
2479 |
-
}
|
2480 |
-
|
2481 |
-
div.p_table_1_9 h2.caption span
|
2482 |
-
{
|
2483 |
-
color: #999999 !important;
|
2484 |
-
text-shadow: none !important;
|
2485 |
-
}
|
2486 |
-
|
2487 |
-
div.p_table_1_9 h3.col1,
|
2488 |
-
div.p_table_1_9 h3.col2,
|
2489 |
-
div.p_table_1_9 h3.col3,
|
2490 |
-
div.p_table_1_9 h3.col4
|
2491 |
-
{
|
2492 |
-
color: #ffffff !important;
|
2493 |
-
}
|
2494 |
-
|
2495 |
-
/* ========== CAPTION COLUMN ========== */
|
2496 |
-
/* --- header row 1 --- */
|
2497 |
-
div.p_table_1_9 div.caption_column li.header_row_1
|
2498 |
-
{
|
2499 |
-
border-top: 0;
|
2500 |
-
border-bottom: 1px solid #ffffff;
|
2501 |
-
background: #ffffff !important;
|
2502 |
-
}
|
2503 |
-
|
2504 |
-
/* --- header row 2 --- */
|
2505 |
-
div.p_table_1_9 div.caption_column li.header_row_2
|
2506 |
-
{
|
2507 |
-
border-top: 1px solid #ffffff;
|
2508 |
-
border-bottom: 1px solid #ffffff;
|
2509 |
-
background: #ffffff !important;
|
2510 |
-
}
|
2511 |
-
|
2512 |
-
/* ========== COLUMN STYLE 1 ========== */
|
2513 |
-
/* --- header row 1 --- */
|
2514 |
-
div.p_table_1_9 div.column_1 li.header_row_1
|
2515 |
-
{
|
2516 |
-
border-top: 0;
|
2517 |
-
border-bottom: 1px solid #83c145;
|
2518 |
-
background: #83c145 !important;
|
2519 |
-
}
|
2520 |
-
|
2521 |
-
/* --- header row 2 --- */
|
2522 |
-
div.p_table_1_9 div.column_1 li.header_row_2
|
2523 |
-
{
|
2524 |
-
border-top: 1px solid #96cd56;
|
2525 |
-
border-bottom: 1px solid #96cd56;
|
2526 |
-
background: #96cd56 !important;
|
2527 |
-
}
|
2528 |
-
|
2529 |
-
/* ========== COLUMN STYLE 2 ========== */
|
2530 |
-
/* --- header row 1 --- */
|
2531 |
-
div.p_table_1_9 div.column_2 li.header_row_1
|
2532 |
-
{
|
2533 |
-
border-top: 0;
|
2534 |
-
border-bottom: 1px solid #44982b;
|
2535 |
-
background: #44982b !important;
|
2536 |
-
}
|
2537 |
-
|
2538 |
-
/* --- header row 2 --- */
|
2539 |
-
div.p_table_1_9 div.column_2 li.header_row_2
|
2540 |
-
{
|
2541 |
-
border-top: 1px solid #55a938;
|
2542 |
-
border-bottom: 1px solid #55a938;
|
2543 |
-
background: #55a938 !important;
|
2544 |
-
}
|
2545 |
-
|
2546 |
-
/* ========== COLUMN STYLE 3 ========== */
|
2547 |
-
/* --- header row 1 --- */
|
2548 |
-
div.p_table_1_9 div.column_3 li.header_row_1
|
2549 |
-
{
|
2550 |
-
border-top: 0;
|
2551 |
-
border-bottom: 1px solid #186f32;
|
2552 |
-
background: #186f32 !important;
|
2553 |
-
}
|
2554 |
-
|
2555 |
-
/* --- header row 2 --- */
|
2556 |
-
div.p_table_1_9 div.column_3 li.header_row_2
|
2557 |
-
{
|
2558 |
-
border-top: 1px solid #208240;
|
2559 |
-
border-bottom: 1px solid #208240;
|
2560 |
-
background: #208240 !important;
|
2561 |
-
}
|
2562 |
-
|
2563 |
-
/* ========== COLUMN STYLE 4 ========== */
|
2564 |
-
/* --- header row 1 --- */
|
2565 |
-
div.p_table_1_9 div.column_4 li.header_row_1
|
2566 |
-
{
|
2567 |
-
border-top: 0;
|
2568 |
-
border-bottom: 1px solid #0a4945;
|
2569 |
-
background: #0a4945 !important;
|
2570 |
-
}
|
2571 |
-
|
2572 |
-
/* --- header row 2 --- */
|
2573 |
-
div.p_table_1_9 div.column_4 li.header_row_2
|
2574 |
-
{
|
2575 |
-
border-top: 1px solid #0e5b56;
|
2576 |
-
border-bottom: 1px solid #0e5b56;
|
2577 |
-
background: #0e5b56 !important;
|
2578 |
-
}
|
2579 |
-
/* ============ Style 10 ============= */
|
2580 |
-
/* ========== HEADINGS ========== */
|
2581 |
-
div.p_table_1_10 h1.col1,
|
2582 |
-
div.p_table_1_10 h1.col2,
|
2583 |
-
div.p_table_1_10 h1.col3,
|
2584 |
-
div.p_table_1_10 h1.col4
|
2585 |
-
{
|
2586 |
-
color: #ffffff !important;
|
2587 |
-
}
|
2588 |
-
|
2589 |
-
div.p_table_1_10 h1 span
|
2590 |
-
{
|
2591 |
-
color: #ffffff !important;
|
2592 |
-
}
|
2593 |
-
|
2594 |
-
div.p_table_1_10 h2.col1,
|
2595 |
-
div.p_table_1_10 h2.col2,
|
2596 |
-
div.p_table_1_10 h2.col3,
|
2597 |
-
div.p_table_1_10 h2.col4
|
2598 |
-
{
|
2599 |
-
color: #ffffff !important;
|
2600 |
-
}
|
2601 |
-
|
2602 |
-
div.p_table_1_10 h2.caption
|
2603 |
-
{
|
2604 |
-
color: #999999 !important;
|
2605 |
-
}
|
2606 |
-
|
2607 |
-
div.p_table_1_10 h2.caption span
|
2608 |
-
{
|
2609 |
-
color: #999999 !important;
|
2610 |
-
text-shadow: none !important;
|
2611 |
-
}
|
2612 |
-
|
2613 |
-
div.p_table_1_10 h3.col1,
|
2614 |
-
div.p_table_1_10 h3.col2,
|
2615 |
-
div.p_table_1_10 h3.col3,
|
2616 |
-
div.p_table_1_10 h3.col4
|
2617 |
-
{
|
2618 |
-
color: #ffffff !important;
|
2619 |
-
}
|
2620 |
-
|
2621 |
-
/* ========== CAPTION COLUMN ========== */
|
2622 |
-
/* --- header row 1 --- */
|
2623 |
-
div.p_table_1_10 div.caption_column li.header_row_1
|
2624 |
-
{
|
2625 |
-
border-top: 0;
|
2626 |
-
border-bottom: 1px solid #ffffff;
|
2627 |
-
background: #ffffff !important;
|
2628 |
-
}
|
2629 |
-
|
2630 |
-
/* --- header row 2 --- */
|
2631 |
-
div.p_table_1_10 div.caption_column li.header_row_2
|
2632 |
-
{
|
2633 |
-
border-top: 1px solid #ffffff;
|
2634 |
-
border-bottom: 1px solid #ffffff;
|
2635 |
-
background: #ffffff !important;
|
2636 |
-
}
|
2637 |
-
|
2638 |
-
/* ========== COLUMN STYLE 1 ========== */
|
2639 |
-
/* --- header row 1 --- */
|
2640 |
-
div.p_table_1_10 div.column_1 li.header_row_1
|
2641 |
-
{
|
2642 |
-
border-top: 0;
|
2643 |
-
border-bottom: 1px solid #52b5d5;
|
2644 |
-
background: #52b5d5 !important;
|
2645 |
-
}
|
2646 |
-
|
2647 |
-
/* --- header row 2 --- */
|
2648 |
-
div.p_table_1_10 div.column_1 li.header_row_2
|
2649 |
-
{
|
2650 |
-
border-top: 1px solid #64c3de;
|
2651 |
-
border-bottom: 1px solid #64c3de;
|
2652 |
-
background: #64c3de !important;
|
2653 |
-
}
|
2654 |
-
|
2655 |
-
/* ========== COLUMN STYLE 2 ========== */
|
2656 |
-
/* --- header row 1 --- */
|
2657 |
-
div.p_table_1_10 div.column_2 li.header_row_1
|
2658 |
-
{
|
2659 |
-
border-top: 0;
|
2660 |
-
border-bottom: 1px solid #3591ca;
|
2661 |
-
background: #3591ca !important;
|
2662 |
-
}
|
2663 |
-
|
2664 |
-
/* --- header row 2 --- */
|
2665 |
-
div.p_table_1_10 div.column_2 li.header_row_2
|
2666 |
-
{
|
2667 |
-
border-top: 1px solid #44a3d5;
|
2668 |
-
border-bottom: 1px solid #44a3d5;
|
2669 |
-
background: #44a3d5 !important;
|
2670 |
-
}
|
2671 |
-
|
2672 |
-
/* ========== COLUMN STYLE 3 ========== */
|
2673 |
-
/* --- header row 1 --- */
|
2674 |
-
div.p_table_1_10 div.column_3 li.header_row_1
|
2675 |
-
{
|
2676 |
-
border-top: 0;
|
2677 |
-
border-bottom: 1px solid #1f5f9f;
|
2678 |
-
background: #1f5f9f !important;
|
2679 |
-
}
|
2680 |
-
|
2681 |
-
/* --- header row 2 --- */
|
2682 |
-
div.p_table_1_10 div.column_3 li.header_row_2
|
2683 |
-
{
|
2684 |
-
border-top: 1px solid #2972b0;
|
2685 |
-
border-bottom: 1px solid #2972b0;
|
2686 |
-
background: #2972b0 !important;
|
2687 |
-
}
|
2688 |
-
|
2689 |
-
/* ========== COLUMN STYLE 4 ========== */
|
2690 |
-
/* --- header row 1 --- */
|
2691 |
-
div.p_table_1_10 div.column_4 li.header_row_1
|
2692 |
-
{
|
2693 |
-
border-top: 0;
|
2694 |
-
border-bottom: 1px solid #1a3e7b;
|
2695 |
-
background: #1a3e7b !important;
|
2696 |
-
}
|
2697 |
-
|
2698 |
-
/* --- header row 2 --- */
|
2699 |
-
div.p_table_1_10 div.column_4 li.header_row_2
|
2700 |
-
{
|
2701 |
-
border-top: 1px solid #234e8e;
|
2702 |
-
border-bottom: 1px solid #234e8e;
|
2703 |
-
background: #234e8e !important;
|
2704 |
-
}
|
2705 |
-
/* ============ Style 11 ============= */
|
2706 |
-
/* ========== HEADINGS ========== */
|
2707 |
-
div.p_table_1_11 h1.col1,
|
2708 |
-
div.p_table_1_11 h1.col2,
|
2709 |
-
div.p_table_1_11 h1.col3,
|
2710 |
-
div.p_table_1_11 h1.col4
|
2711 |
-
{
|
2712 |
-
color: #ffffff !important;
|
2713 |
-
}
|
2714 |
-
|
2715 |
-
div.p_table_1_11 h1 span
|
2716 |
-
{
|
2717 |
-
color: #ffffff !important;
|
2718 |
-
}
|
2719 |
-
|
2720 |
-
div.p_table_1_11 h2.col1,
|
2721 |
-
div.p_table_1_11 h2.col2,
|
2722 |
-
div.p_table_1_11 h2.col3,
|
2723 |
-
div.p_table_1_11 h2.col4
|
2724 |
-
{
|
2725 |
-
color: #ffffff !important;
|
2726 |
-
}
|
2727 |
-
|
2728 |
-
div.p_table_1_11 h2.caption
|
2729 |
-
{
|
2730 |
-
color: #999999 !important;
|
2731 |
-
}
|
2732 |
-
|
2733 |
-
div.p_table_1_11 h2.caption span
|
2734 |
-
{
|
2735 |
-
color: #999999 !important;
|
2736 |
-
text-shadow: none !important;
|
2737 |
-
}
|
2738 |
-
|
2739 |
-
div.p_table_1_11 h3.col1,
|
2740 |
-
div.p_table_1_11 h3.col2,
|
2741 |
-
div.p_table_1_11 h3.col3,
|
2742 |
-
div.p_table_1_11 h3.col4
|
2743 |
-
{
|
2744 |
-
color: #ffffff !important;
|
2745 |
-
}
|
2746 |
-
|
2747 |
-
/* ========== CAPTION COLUMN ========== */
|
2748 |
-
/* --- header row 1 --- */
|
2749 |
-
div.p_table_1_11 div.caption_column li.header_row_1
|
2750 |
-
{
|
2751 |
-
border-top: 0;
|
2752 |
-
border-bottom: 1px solid #ffffff;
|
2753 |
-
background: #ffffff !important;
|
2754 |
-
}
|
2755 |
-
|
2756 |
-
/* --- header row 2 --- */
|
2757 |
-
div.p_table_1_11 div.caption_column li.header_row_2
|
2758 |
-
{
|
2759 |
-
border-top: 1px solid #ffffff;
|
2760 |
-
border-bottom: 1px solid #ffffff;
|
2761 |
-
background: #ffffff !important;
|
2762 |
-
}
|
2763 |
-
|
2764 |
-
/* ========== COLUMN STYLE 1 ========== */
|
2765 |
-
/* --- header row 1 --- */
|
2766 |
-
div.p_table_1_11 div.column_1 li.header_row_1
|
2767 |
-
{
|
2768 |
-
border-top: 0;
|
2769 |
-
border-bottom: 1px solid #f0b128;
|
2770 |
-
background: #f0b128 !important;
|
2771 |
-
}
|
2772 |
-
|
2773 |
-
/* --- header row 2 --- */
|
2774 |
-
div.p_table_1_11 div.column_1 li.header_row_2
|
2775 |
-
{
|
2776 |
-
border-top: 1px solid #f3bf34;
|
2777 |
-
border-bottom: 1px solid #f3bf34;
|
2778 |
-
background: #f3bf34 !important;
|
2779 |
-
}
|
2780 |
-
|
2781 |
-
/* ========== COLUMN STYLE 2 ========== */
|
2782 |
-
/* --- header row 1 --- */
|
2783 |
-
div.p_table_1_11 div.column_2 li.header_row_1
|
2784 |
-
{
|
2785 |
-
border-top: 0;
|
2786 |
-
border-bottom: 1px solid #ed8000;
|
2787 |
-
background: #ed8000 !important;
|
2788 |
-
}
|
2789 |
-
|
2790 |
-
/* --- header row 2 --- */
|
2791 |
-
div.p_table_1_11 div.column_2 li.header_row_2
|
2792 |
-
{
|
2793 |
-
border-top: 1px solid #f19300;
|
2794 |
-
border-bottom: 1px solid #f19300;
|
2795 |
-
background: #f19300 !important;
|
2796 |
-
}
|
2797 |
-
|
2798 |
-
/* ========== COLUMN STYLE 3 ========== */
|
2799 |
-
/* --- header row 1 --- */
|
2800 |
-
div.p_table_1_11 div.column_3 li.header_row_1
|
2801 |
-
{
|
2802 |
-
border-top: 0;
|
2803 |
-
border-bottom: 1px solid #d85200;
|
2804 |
-
background: #d85200 !important;
|
2805 |
-
}
|
2806 |
-
|
2807 |
-
/* --- header row 2 --- */
|
2808 |
-
div.p_table_1_11 div.column_3 li.header_row_2
|
2809 |
-
{
|
2810 |
-
border-top: 1px solid #e06400;
|
2811 |
-
border-bottom: 1px solid #e06400;
|
2812 |
-
background: #e06400 !important;
|
2813 |
-
}
|
2814 |
-
|
2815 |
-
/* ========== COLUMN STYLE 4 ========== */
|
2816 |
-
/* --- header row 1 --- */
|
2817 |
-
div.p_table_1_11 div.column_4 li.header_row_1
|
2818 |
-
{
|
2819 |
-
border-top: 0;
|
2820 |
-
border-bottom: 1px solid #b5280b;
|
2821 |
-
background: #b5280b !important;
|
2822 |
-
}
|
2823 |
-
|
2824 |
-
/* --- header row 2 --- */
|
2825 |
-
div.p_table_1_11 div.column_4 li.header_row_2
|
2826 |
-
{
|
2827 |
-
border-top: 1px solid #c3350f;
|
2828 |
-
border-bottom: 1px solid #c3350f;
|
2829 |
-
background: #c3350f !important;
|
2830 |
-
}
|
2831 |
-
/* ============ Style 12 ============= */
|
2832 |
-
/* ========== HEADINGS ========== */
|
2833 |
-
div.p_table_1_12 h1.col1,
|
2834 |
-
div.p_table_1_12 h1.col2,
|
2835 |
-
div.p_table_1_12 h1.col3,
|
2836 |
-
div.p_table_1_12 h1.col4
|
2837 |
-
{
|
2838 |
-
color: #ffffff !important;
|
2839 |
-
}
|
2840 |
-
|
2841 |
-
div.p_table_1_12 h1 span
|
2842 |
-
{
|
2843 |
-
color: #ffffff !important;
|
2844 |
-
}
|
2845 |
-
|
2846 |
-
div.p_table_1_12 h2.col1,
|
2847 |
-
div.p_table_1_12 h2.col2,
|
2848 |
-
div.p_table_1_12 h2.col3,
|
2849 |
-
div.p_table_1_12 h2.col4
|
2850 |
-
{
|
2851 |
-
color: #ffffff !important;
|
2852 |
-
}
|
2853 |
-
|
2854 |
-
div.p_table_1_12 h2.caption
|
2855 |
-
{
|
2856 |
-
color: #999999 !important;
|
2857 |
-
}
|
2858 |
-
|
2859 |
-
div.p_table_1_12 h2.caption span
|
2860 |
-
{
|
2861 |
-
color: #999999 !important;
|
2862 |
-
text-shadow: none !important;
|
2863 |
-
}
|
2864 |
-
|
2865 |
-
div.p_table_1_12 h3.col1,
|
2866 |
-
div.p_table_1_12 h3.col2,
|
2867 |
-
div.p_table_1_12 h3.col3,
|
2868 |
-
div.p_table_1_12 h3.col4
|
2869 |
-
{
|
2870 |
-
color: #ffffff !important;
|
2871 |
-
}
|
2872 |
-
|
2873 |
-
/* ========== CAPTION COLUMN ========== */
|
2874 |
-
/* --- header row 1 --- */
|
2875 |
-
div.p_table_1_12 div.caption_column li.header_row_1
|
2876 |
-
{
|
2877 |
-
border-top: 0;
|
2878 |
-
border-bottom: 1px solid #ffffff;
|
2879 |
-
background: #ffffff !important;
|
2880 |
-
}
|
2881 |
-
|
2882 |
-
/* --- header row 2 --- */
|
2883 |
-
div.p_table_1_12 div.caption_column li.header_row_2
|
2884 |
-
{
|
2885 |
-
border-top: 1px solid #ffffff;
|
2886 |
-
border-bottom: 1px solid #ffffff;
|
2887 |
-
background: #ffffff !important;
|
2888 |
-
}
|
2889 |
-
|
2890 |
-
/* ========== COLUMN STYLE 1 ========== */
|
2891 |
-
/* --- header row 1 --- */
|
2892 |
-
div.p_table_1_12 div.column_1 li.header_row_1
|
2893 |
-
{
|
2894 |
-
border-top: 0;
|
2895 |
-
border-bottom: 1px solid #957c45;
|
2896 |
-
background: #957c45 !important;
|
2897 |
-
}
|
2898 |
-
|
2899 |
-
/* --- header row 2 --- */
|
2900 |
-
div.p_table_1_12 div.column_1 li.header_row_2
|
2901 |
-
{
|
2902 |
-
border-top: 1px solid #a78f56;
|
2903 |
-
border-bottom: 1px solid #a78f56;
|
2904 |
-
background: #a78f56 !important;
|
2905 |
-
}
|
2906 |
-
|
2907 |
-
/* ========== COLUMN STYLE 2 ========== */
|
2908 |
-
/* --- header row 1 --- */
|
2909 |
-
div.p_table_1_12 div.column_2 li.header_row_1
|
2910 |
-
{
|
2911 |
-
border-top: 0;
|
2912 |
-
border-bottom: 1px solid #684b24;
|
2913 |
-
background: #684b24 !important;
|
2914 |
-
}
|
2915 |
-
|
2916 |
-
/* --- header row 2 --- */
|
2917 |
-
div.p_table_1_12 div.column_2 li.header_row_2
|
2918 |
-
{
|
2919 |
-
border-top: 1px solid #7b5d2f;
|
2920 |
-
border-bottom: 1px solid #7b5d2f;
|
2921 |
-
background: #7b5d2f !important;
|
2922 |
-
}
|
2923 |
-
|
2924 |
-
/* ========== COLUMN STYLE 3 ========== */
|
2925 |
-
/* --- header row 1 --- */
|
2926 |
-
div.p_table_1_12 div.column_3 li.header_row_1
|
2927 |
-
{
|
2928 |
-
border-top: 0;
|
2929 |
-
border-bottom: 1px solid #ce4e06;
|
2930 |
-
background: #ce4e06 !important;
|
2931 |
-
}
|
2932 |
-
|
2933 |
-
/* --- header row 2 --- */
|
2934 |
-
div.p_table_1_12 div.column_3 li.header_row_2
|
2935 |
-
{
|
2936 |
-
border-top: 1px solid #d86008;
|
2937 |
-
border-bottom: 1px solid #d86008;
|
2938 |
-
background: #d86008 !important;
|
2939 |
-
}
|
2940 |
-
|
2941 |
-
/* ========== COLUMN STYLE 4 ========== */
|
2942 |
-
/* --- header row 1 --- */
|
2943 |
-
div.p_table_1_12 div.column_4 li.header_row_1
|
2944 |
-
{
|
2945 |
-
border-top: 0;
|
2946 |
-
border-bottom: 1px solid #ab250f;
|
2947 |
-
background: #ab250f !important;
|
2948 |
-
}
|
2949 |
-
|
2950 |
-
/* --- header row 2 --- */
|
2951 |
-
div.p_table_1_12 div.column_4 li.header_row_2
|
2952 |
-
{
|
2953 |
-
border-top: 1px solid #ba3114;
|
2954 |
-
border-bottom: 1px solid #ba3114;
|
2955 |
-
background: #ba3114 !important;
|
2956 |
-
}
|
2957 |
-
|
2958 |
-
/* ============ MediCenter styles ============= */
|
2959 |
-
/* ========== HEADINGS ========== */
|
2960 |
-
div.p_table_1_13 h1.col1,
|
2961 |
-
div.p_table_1_13 h1.col2,
|
2962 |
-
div.p_table_1_13 h1.col3,
|
2963 |
-
div.p_table_1_13 h1.col4,
|
2964 |
-
div.p_table_1_14 h1.col1,
|
2965 |
-
div.p_table_1_14 h1.col2,
|
2966 |
-
div.p_table_1_14 h1.col3,
|
2967 |
-
div.p_table_1_14 h1.col4,
|
2968 |
-
div.p_table_1_15 h1.col1,
|
2969 |
-
div.p_table_1_15 h1.col2,
|
2970 |
-
div.p_table_1_15 h1.col3,
|
2971 |
-
div.p_table_1_15 h1.col4,
|
2972 |
-
div.p_table_1_16 h1.col1,
|
2973 |
-
div.p_table_1_16 h1.col2,
|
2974 |
-
div.p_table_1_16 h1.col3,
|
2975 |
-
div.p_table_1_16 h1.col4,
|
2976 |
-
div.p_table_1_17 h1.col1,
|
2977 |
-
div.p_table_1_17 h1.col2,
|
2978 |
-
div.p_table_1_17 h1.col3,
|
2979 |
-
div.p_table_1_17 h1.col4,
|
2980 |
-
div.p_table_1_18 h1.col1,
|
2981 |
-
div.p_table_1_18 h1.col2,
|
2982 |
-
div.p_table_1_18 h1.col3,
|
2983 |
-
div.p_table_1_18 h1.col4
|
2984 |
-
{
|
2985 |
-
color: #ffffff !important;
|
2986 |
-
}
|
2987 |
-
|
2988 |
-
div.p_table_1_13 h1 span,
|
2989 |
-
div.p_table_1_14 h1 span,
|
2990 |
-
div.p_table_1_15 h1 span,
|
2991 |
-
div.p_table_1_16 h1 span,
|
2992 |
-
div.p_table_1_17 h1 span,
|
2993 |
-
div.p_table_1_18 h1 span
|
2994 |
-
{
|
2995 |
-
color: #ffffff !important;
|
2996 |
-
}
|
2997 |
-
|
2998 |
-
div.p_table_1_13 h2.col1,
|
2999 |
-
div.p_table_1_13 h2.col2,
|
3000 |
-
div.p_table_1_13 h2.col3,
|
3001 |
-
div.p_table_1_13 h2.col4,
|
3002 |
-
div.p_table_1_14 h2.col1,
|
3003 |
-
div.p_table_1_14 h2.col2,
|
3004 |
-
div.p_table_1_14 h2.col3,
|
3005 |
-
div.p_table_1_14 h2.col4,
|
3006 |
-
div.p_table_1_15 h2.col1,
|
3007 |
-
div.p_table_1_15 h2.col2,
|
3008 |
-
div.p_table_1_15 h2.col3,
|
3009 |
-
div.p_table_1_15 h2.col4,
|
3010 |
-
div.p_table_1_16 h2.col1,
|
3011 |
-
div.p_table_1_16 h2.col2,
|
3012 |
-
div.p_table_1_16 h2.col3,
|
3013 |
-
div.p_table_1_16 h2.col4,
|
3014 |
-
div.p_table_1_17 h2.col1,
|
3015 |
-
div.p_table_1_17 h2.col2,
|
3016 |
-
div.p_table_1_17 h2.col3,
|
3017 |
-
div.p_table_1_17 h2.col4,
|
3018 |
-
div.p_table_1_18 h2.col1,
|
3019 |
-
div.p_table_1_18 h2.col2,
|
3020 |
-
div.p_table_1_18 h2.col3,
|
3021 |
-
div.p_table_1_18 h2.col4
|
3022 |
-
{
|
3023 |
-
color: #ffffff !important;
|
3024 |
-
}
|
3025 |
-
|
3026 |
-
div.p_table_1_13 h2.caption,
|
3027 |
-
div.p_table_1_14 h2.caption,
|
3028 |
-
div.p_table_1_15 h2.caption,
|
3029 |
-
div.p_table_1_16 h2.caption,
|
3030 |
-
div.p_table_1_17 h2.caption,
|
3031 |
-
div.p_table_1_18 h2.caption
|
3032 |
-
{
|
3033 |
-
color: #999999 !important;
|
3034 |
-
}
|
3035 |
-
|
3036 |
-
div.p_table_1_13 h2.caption span,
|
3037 |
-
div.p_table_1_14 h2.caption span,
|
3038 |
-
div.p_table_1_15 h2.caption span,
|
3039 |
-
div.p_table_1_16 h2.caption span,
|
3040 |
-
div.p_table_1_17 h2.caption span,
|
3041 |
-
div.p_table_1_18 h2.caption span
|
3042 |
-
{
|
3043 |
-
color: #999999 !important;
|
3044 |
-
text-shadow: none !important;
|
3045 |
-
}
|
3046 |
-
|
3047 |
-
div.p_table_1_13 h3.col1,
|
3048 |
-
div.p_table_1_13 h3.col2,
|
3049 |
-
div.p_table_1_13 h3.col3,
|
3050 |
-
div.p_table_1_13 h3.col4,
|
3051 |
-
div.p_table_1_14 h3.col1,
|
3052 |
-
div.p_table_1_14 h3.col2,
|
3053 |
-
div.p_table_1_14 h3.col3,
|
3054 |
-
div.p_table_1_14 h3.col4,
|
3055 |
-
div.p_table_1_15 h3.col1,
|
3056 |
-
div.p_table_1_15 h3.col2,
|
3057 |
-
div.p_table_1_15 h3.col3,
|
3058 |
-
div.p_table_1_15 h3.col4,
|
3059 |
-
div.p_table_1_16 h3.col1,
|
3060 |
-
div.p_table_1_16 h3.col2,
|
3061 |
-
div.p_table_1_16 h3.col3,
|
3062 |
-
div.p_table_1_16 h3.col4,
|
3063 |
-
div.p_table_1_17 h3.col1,
|
3064 |
-
div.p_table_1_17 h3.col2,
|
3065 |
-
div.p_table_1_17 h3.col3,
|
3066 |
-
div.p_table_1_17 h3.col4,
|
3067 |
-
div.p_table_1_18 h3.col1,
|
3068 |
-
div.p_table_1_18 h3.col2,
|
3069 |
-
div.p_table_1_18 h3.col3,
|
3070 |
-
div.p_table_1_18 h3.col4
|
3071 |
-
{
|
3072 |
-
color: #ffffff !important;
|
3073 |
-
}
|
3074 |
-
|
3075 |
-
/* ========== CAPTION COLUMN ========== */
|
3076 |
-
/* --- header row 1 --- */
|
3077 |
-
div.p_table_1_13 div.caption_column li.header_row_1,
|
3078 |
-
div.p_table_1_14 div.caption_column li.header_row_1,
|
3079 |
-
div.p_table_1_15 div.caption_column li.header_row_1,
|
3080 |
-
div.p_table_1_16 div.caption_column li.header_row_1,
|
3081 |
-
div.p_table_1_17 div.caption_column li.header_row_1,
|
3082 |
-
div.p_table_1_18 div.caption_column li.header_row_1
|
3083 |
-
{
|
3084 |
-
border-top: 0;
|
3085 |
-
border-bottom: 1px solid #ffffff;
|
3086 |
-
background: #ffffff !important;
|
3087 |
-
}
|
3088 |
-
|
3089 |
-
/* --- header row 2 --- */
|
3090 |
-
div.p_table_1_13 div.caption_column li.header_row_2,
|
3091 |
-
div.p_table_1_14 div.caption_column li.header_row_2,
|
3092 |
-
div.p_table_1_15 div.caption_column li.header_row_2,
|
3093 |
-
div.p_table_1_16 div.caption_column li.header_row_2,
|
3094 |
-
div.p_table_1_17 div.caption_column li.header_row_2,
|
3095 |
-
div.p_table_1_18 div.caption_column li.header_row_2
|
3096 |
-
{
|
3097 |
-
border-top: 1px solid #ffffff;
|
3098 |
-
border-bottom: 1px solid #ffffff;
|
3099 |
-
background: #ffffff !important;
|
3100 |
-
}
|
3101 |
-
|
3102 |
-
/* ========== COLUMN STYLE 1 ========== */
|
3103 |
-
/* --- header row 1 --- */
|
3104 |
-
div.p_table_1_13 div.column_1 li.header_row_1,
|
3105 |
-
div.p_table_1_14 div.column_1 li.header_row_1,
|
3106 |
-
div.p_table_1_15 div.column_1 li.header_row_1,
|
3107 |
-
div.p_table_1_16 div.column_1 li.header_row_1,
|
3108 |
-
div.p_table_1_17 div.column_1 li.header_row_1,
|
3109 |
-
div.p_table_1_18 div.column_1 li.header_row_1
|
3110 |
-
{
|
3111 |
-
border-top: 0;
|
3112 |
-
}
|
3113 |
-
/* ========== COLUMN STYLE 2 ========== */
|
3114 |
-
/* --- header row 1 --- */
|
3115 |
-
div.p_table_1_13 div.column_2 li.header_row_1,
|
3116 |
-
div.p_table_1_14 div.column_2 li.header_row_1,
|
3117 |
-
div.p_table_1_15 div.column_2 li.header_row_1
|
3118 |
-
{
|
3119 |
-
border-top: 0;
|
3120 |
-
}
|
3121 |
-
/* ========== COLUMN STYLE 3 ========== */
|
3122 |
-
/* --- header row 1 --- */
|
3123 |
-
div.p_table_1_13 div.column_3 li.header_row_1,
|
3124 |
-
div.p_table_1_14 div.column_3 li.header_row_1,
|
3125 |
-
div.p_table_1_15 div.column_3 li.header_row_1,
|
3126 |
-
div.p_table_1_16 div.column_3 li.header_row_1,
|
3127 |
-
div.p_table_1_17 div.column_3 li.header_row_1,
|
3128 |
-
div.p_table_1_18 div.column_3 li.header_row_1
|
3129 |
-
{
|
3130 |
-
border-top: 0;
|
3131 |
-
}
|
3132 |
-
/* ========== COLUMN STYLE 4 ========== */
|
3133 |
-
/* --- header row 1 --- */
|
3134 |
-
div.p_table_1_13 div.column_4 li.header_row_1,
|
3135 |
-
div.p_table_1_14 div.column_4 li.header_row_1,
|
3136 |
-
div.p_table_1_15 div.column_4 li.header_row_1,
|
3137 |
-
div.p_table_1_16 div.column_4 li.header_row_1,
|
3138 |
-
div.p_table_1_17 div.column_4 li.header_row_1,
|
3139 |
-
div.p_table_1_18 div.column_4 li.header_row_1
|
3140 |
-
{
|
3141 |
-
border-top: 0;
|
3142 |
-
}
|
3143 |
-
/* --- footer row --- */
|
3144 |
-
div.p_table_1_13 li.footer_row,
|
3145 |
-
div.p_table_1_14 li.footer_row,
|
3146 |
-
div.p_table_1_15 li.footer_row,
|
3147 |
-
div.p_table_1_16 li.footer_row,
|
3148 |
-
div.p_table_1_17 li.footer_row,
|
3149 |
-
div.p_table_1_18 li.footer_row
|
3150 |
-
{
|
3151 |
-
background: #F8F8F8 !important;
|
3152 |
-
}
|
3153 |
-
|
3154 |
-
/* --- column hovers ---*/
|
3155 |
-
div.p_table_1_13 div.column_1:hover li.header_row_1, div.p_table_1_13 div.column_2:hover li.header_row_1, div.p_table_1_13 div.column_3:hover li.header_row_1, div.p_table_1_13 div.column_4:hover li.header_row_1, div.p_table_1_13 div.active_column li.header_row_1, div.p_table_1_13.p_table_hover_disabled div.active_column:hover li.header_row_1,
|
3156 |
-
div.p_table_1_14 div.column_1:hover li.header_row_1, div.p_table_1_14 div.column_2:hover li.header_row_1, div.p_table_1_14 div.column_3:hover li.header_row_1, div.p_table_1_14 div.column_4:hover li.header_row_1, div.p_table_1_14 div.active_column li.header_row_1, div.p_table_1_14.p_table_hover_disabled div.active_column:hover li.header_row_1,
|
3157 |
-
div.p_table_1_15 div.column_1:hover li.header_row_1, div.p_table_1_15 div.column_2:hover li.header_row_1, div.p_table_1_15 div.column_3:hover li.header_row_1, div.p_table_1_15 div.column_4:hover li.header_row_1, div.p_table_1_15 div.active_column li.header_row_1, div.p_table_1_15.p_table_hover_disabled div.active_column:hover li.header_row_1,
|
3158 |
-
div.p_table_1_16 div.column_1:hover li.header_row_1, div.p_table_1_16 div.column_2:hover li.header_row_1, div.p_table_1_16 div.column_3:hover li.header_row_1, div.p_table_1_16 div.column_4:hover li.header_row_1, div.p_table_1_16 div.active_column li.header_row_1, div.p_table_1_16.p_table_hover_disabled div.active_column:hover li.header_row_1,
|
3159 |
-
div.p_table_1_17 div.column_1:hover li.header_row_1, div.p_table_1_17 div.column_2:hover li.header_row_1, div.p_table_1_17 div.column_3:hover li.header_row_1, div.p_table_1_17 div.column_4:hover li.header_row_1, div.p_table_1_17 div.active_column li.header_row_1, div.p_table_1_17.p_table_hover_disabled div.active_column:hover li.header_row_1,
|
3160 |
-
div.p_table_1_18 div.column_1:hover li.header_row_1, div.p_table_1_18 div.column_2:hover li.header_row_1, div.p_table_1_18 div.column_3:hover li.header_row_1, div.p_table_1_18 div.column_4:hover li.header_row_1, div.p_table_1_18 div.active_column li.header_row_1, div.p_table_1_18.p_table_hover_disabled div.active_column:hover li.header_row_1
|
3161 |
-
{
|
3162 |
-
border-radius: 0;
|
3163 |
-
-webkit-border-radius: 0;
|
3164 |
-
-moz-border-radius: 0;
|
3165 |
-
}
|
3166 |
-
div.p_table_1_13 div.column_1:hover, div.p_table_1_13 div.column_2:hover, div.p_table_1_13 div.column_3:hover, div.p_table_1_13 div.column_4:hover, div.p_table_1_13 div.active_column, div.p_table_1_13.p_table_hover_light div.active_column:hover, div.p_table_1_13.p_table_hover_disabled div.active_column:hover,
|
3167 |
-
div.p_table_1_14 div.column_1:hover, div.p_table_1_14 div.column_2:hover, div.p_table_1_14 div.column_3:hover, div.p_table_1_14 div.column_4:hover, div.p_table_1_14 div.active_column, div.p_table_1_14.p_table_hover_light div.active_column:hover, div.p_table_1_14.p_table_hover_disabled div.active_column:hover,
|
3168 |
-
div.p_table_1_15 div.column_1:hover, div.p_table_1_15 div.column_2:hover, div.p_table_1_15 div.column_3:hover, div.p_table_1_15 div.column_4:hover, div.p_table_1_15 div.active_column, div.p_table_1_15.p_table_hover_light div.active_column:hover, div.p_table_1_15.p_table_hover_disabled div.active_column:hover,
|
3169 |
-
div.p_table_1_16 div.column_1:hover, div.p_table_1_16 div.column_2:hover, div.p_table_1_16 div.column_3:hover, div.p_table_1_16 div.column_4:hover, div.p_table_1_16 div.active_column, div.p_table_1_16.p_table_hover_light div.active_column:hover, div.p_table_1_16.p_table_hover_disabled div.active_column:hover
|
3170 |
-
div.p_table_1_17 div.column_1:hover, div.p_table_1_17 div.column_2:hover, div.p_table_1_17 div.column_3:hover, div.p_table_1_17 div.column_4:hover, div.p_table_1_17 div.active_column, div.p_table_1_17.p_table_hover_light div.active_column:hover, div.p_table_1_17.p_table_hover_disabled div.active_column:hover
|
3171 |
-
div.p_table_1_18 div.column_1:hover, div.p_table_1_18 div.column_2:hover, div.p_table_1_18 div.column_3:hover, div.p_table_1_18 div.column_4:hover, div.p_table_1_18 div.active_column, div.p_table_1_18.p_table_hover_light div.active_column:hover, div.p_table_1_18.p_table_hover_disabled div.active_column:hover
|
3172 |
-
{
|
3173 |
-
box-shadow: 5px 0px 30px rgba(0,0,0,0.3);
|
3174 |
-
-webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.3);
|
3175 |
-
-moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.3);
|
3176 |
-
}
|
3177 |
-
div.p_table_1_13.p_table_hover_light div.column_1:hover, div.p_table_1_13.p_table_hover_light div.column_2:hover, div.p_table_1_13.p_table_hover_light div.column_3:hover, div.p_table_1_13.p_table_hover_light div.column_4:hover, div.p_table_1_13.p_table_hover_light div.active_column, div.p_table_1_13.p_table_hover_light div.active_column:hover,
|
3178 |
-
div.p_table_1_14.p_table_hover_light div.column_1:hover, div.p_table_1_14.p_table_hover_light div.column_2:hover, div.p_table_1_14.p_table_hover_light div.column_3:hover, div.p_table_1_14.p_table_hover_light div.column_4:hover, div.p_table_1_14.p_table_hover_light div.active_column, div.p_table_1_14.p_table_hover_light div.active_column:hover,
|
3179 |
-
div.p_table_1_15.p_table_hover_light div.column_1:hover, div.p_table_1_15.p_table_hover_light div.column_2:hover, div.p_table_1_15.p_table_hover_light div.column_3:hover, div.p_table_1_15.p_table_hover_light div.column_4:hover, div.p_table_1_15.p_table_hover_light div.active_column, div.p_table_1_15.p_table_hover_light div.active_column:hover,
|
3180 |
-
div.p_table_1_16.p_table_hover_light div.column_1:hover, div.p_table_1_16.p_table_hover_light div.column_2:hover, div.p_table_1_16.p_table_hover_light div.column_3:hover, div.p_table_1_16.p_table_hover_light div.column_4:hover, div.p_table_1_16.p_table_hover_light div.active_column, div.p_table_1_16.p_table_hover_light div.active_column:hover,
|
3181 |
-
div.p_table_1_17.p_table_hover_light div.column_1:hover, div.p_table_1_17.p_table_hover_light div.column_2:hover, div.p_table_1_17.p_table_hover_light div.column_3:hover, div.p_table_1_17.p_table_hover_light div.column_4:hover, div.p_table_1_17.p_table_hover_light div.active_column, div.p_table_1_17.p_table_hover_light div.active_column:hover,
|
3182 |
-
div.p_table_1_18.p_table_hover_light div.column_1:hover, div.p_table_1_18.p_table_hover_light div.column_2:hover, div.p_table_1_18.p_table_hover_light div.column_3:hover, div.p_table_1_18.p_table_hover_light div.column_4:hover, div.p_table_1_18.p_table_hover_light div.active_column, div.p_table_1_18.p_table_hover_light div.active_column:hover
|
3183 |
-
{
|
3184 |
-
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
|
3185 |
-
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
|
3186 |
-
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
|
3187 |
-
}
|
3188 |
-
/* --- buttons --- */
|
3189 |
-
div.p_table_1_13 a.sign_up,
|
3190 |
-
div.p_table_1_13 a.sign_up:hover,
|
3191 |
-
div.p_table_1_14 a.sign_up,
|
3192 |
-
div.p_table_1_14 a.sign_up:hover,
|
3193 |
-
div.p_table_1_15 a.sign_up,
|
3194 |
-
div.p_table_1_15 a.sign_up:hover,
|
3195 |
-
div.p_table_1_16 a.sign_up,
|
3196 |
-
div.p_table_1_16 a.sign_up:hover,
|
3197 |
-
div.p_table_1_17 a.sign_up,
|
3198 |
-
div.p_table_1_17 a.sign_up:hover,
|
3199 |
-
div.p_table_1_18 a.sign_up,
|
3200 |
-
div.p_table_1_18 a.sign_up:hover
|
3201 |
-
{
|
3202 |
-
box-shadow: none;
|
3203 |
-
-webkit-box-shadow: none;
|
3204 |
-
-moz-box-shadow: none;
|
3205 |
-
text-shadow: none;
|
3206 |
-
font-weight: normal;
|
3207 |
-
color: #FFF;
|
3208 |
-
border-radius: 0;
|
3209 |
-
-moz-border-radius: 0;
|
3210 |
-
-webkit-border-radius: 0;
|
3211 |
-
}
|
3212 |
-
/* --- radius --- */
|
3213 |
-
div.p_table_1_13 .radius5_topleft,
|
3214 |
-
div.p_table_1_14 .radius5_topleft,
|
3215 |
-
div.p_table_1_15 .radius5_topleft,
|
3216 |
-
div.p_table_1_16 .radius5_topleft,
|
3217 |
-
div.p_table_1_17 .radius5_topleft,
|
3218 |
-
div.p_table_1_18 .radius5_topleft,
|
3219 |
-
div.p_table_1_13 .radius5_topright,
|
3220 |
-
div.p_table_1_14 .radius5_topright,
|
3221 |
-
div.p_table_1_15 .radius5_topright,
|
3222 |
-
div.p_table_1_16 .radius5_topright,
|
3223 |
-
div.p_table_1_17 .radius5_topright,
|
3224 |
-
div.p_table_1_18 .radius5_topright
|
3225 |
-
{
|
3226 |
-
border-radius: 0 !important;
|
3227 |
-
-moz-border-radius: 0 !important;
|
3228 |
-
-webkit-border-radius: 0 !important;
|
3229 |
-
}
|
3230 |
-
/* --- footer --- */
|
3231 |
-
div.p_table_1_13 li.footer_row,
|
3232 |
-
div.p_table_1_14 li.footer_row,
|
3233 |
-
div.p_table_1_15 li.footer_row,
|
3234 |
-
div.p_table_1_16 li.footer_row,
|
3235 |
-
div.p_table_1_17 li.footer_row,
|
3236 |
-
div.p_table_1_18 li.footer_row
|
3237 |
-
{
|
3238 |
-
border-color: #E0E0E0;
|
3239 |
-
}
|
3240 |
-
|
3241 |
-
/* ============ Style 13 ============= */
|
3242 |
-
/* ========== COLUMN STYLE 1 ========== */
|
3243 |
-
/* --- header row 1 --- */
|
3244 |
-
div.p_table_1_13 div.column_1 li.header_row_1
|
3245 |
-
{
|
3246 |
-
border-bottom: 1px solid #5EC2EA;
|
3247 |
-
background: #5EC2EA !important;
|
3248 |
-
}
|
3249 |
-
|
3250 |
-
/* --- header row 2 --- */
|
3251 |
-
div.p_table_1_13 div.column_1 li.header_row_2
|
3252 |
-
{
|
3253 |
-
border-top: 1px solid #6ACAED;
|
3254 |
-
border-bottom: 1px solid #6ACAED;
|
3255 |
-
background: #6ACAED !important;
|
3256 |
-
}
|
3257 |
-
|
3258 |
-
/* ========== COLUMN STYLE 2 ========== */
|
3259 |
-
/* --- header row 1 --- */
|
3260 |
-
div.p_table_1_13 div.column_2 li.header_row_1
|
3261 |
-
{
|
3262 |
-
border-bottom: 1px solid #36A6DF;
|
3263 |
-
background: #36A6DF !important;
|
3264 |
-
}
|
3265 |
-
|
3266 |
-
/* --- header row 2 --- */
|
3267 |
-
div.p_table_1_13 div.column_2 li.header_row_2
|
3268 |
-
{
|
3269 |
-
border-top: 1px solid #42B3E5;
|
3270 |
-
border-bottom: 1px solid #42B3E5;
|
3271 |
-
background: #42B3E5 !important;
|
3272 |
-
}
|
3273 |
-
|
3274 |
-
/* ========== COLUMN STYLE 3 ========== */
|
3275 |
-
/* --- header row 1 --- */
|
3276 |
-
div.p_table_1_13 div.column_3 li.header_row_1
|
3277 |
-
{
|
3278 |
-
border-bottom: 1px solid #0274C4;
|
3279 |
-
background: #0274C4 !important;
|
3280 |
-
}
|
3281 |
-
|
3282 |
-
/* --- header row 2 --- */
|
3283 |
-
div.p_table_1_13 div.column_3 li.header_row_2
|
3284 |
-
{
|
3285 |
-
border-top: 1px solid #0384CE;
|
3286 |
-
border-bottom: 1px solid #0384CE;
|
3287 |
-
background: #0384CE !important;
|
3288 |
-
}
|
3289 |
-
|
3290 |
-
/* ========== COLUMN STYLE 4 ========== */
|
3291 |
-
/* --- header row 1 --- */
|
3292 |
-
div.p_table_1_13 div.column_4 li.header_row_1
|
3293 |
-
{
|
3294 |
-
border-bottom: 1px solid #274894;
|
3295 |
-
background: #274894 !important;
|
3296 |
-
}
|
3297 |
-
|
3298 |
-
/* --- header row 2 --- */
|
3299 |
-
div.p_table_1_13 div.column_4 li.header_row_2
|
3300 |
-
{
|
3301 |
-
border-top: 1px solid #3156A3;
|
3302 |
-
border-bottom: 1px solid #3156A3;
|
3303 |
-
background: #3156A3 !important;
|
3304 |
-
}
|
3305 |
-
|
3306 |
-
/* --- buttons --- */
|
3307 |
-
div.p_table_1_13 div.column_1 a.sign_up
|
3308 |
-
{
|
3309 |
-
background: #6ACAED;
|
3310 |
-
border-color: #6ACAED;
|
3311 |
-
}
|
3312 |
-
div.p_table_1_13 div.column_2 a.sign_up
|
3313 |
-
{
|
3314 |
-
background: #42B3E5;
|
3315 |
-
border-color: #42B3E5;
|
3316 |
-
}
|
3317 |
-
div.p_table_1_13 div.column_3 a.sign_up
|
3318 |
-
{
|
3319 |
-
background: #0384CE;
|
3320 |
-
border-color: #0384CE;
|
3321 |
-
}
|
3322 |
-
div.p_table_1_13 div.column_4 a.sign_up
|
3323 |
-
{
|
3324 |
-
background: #3156A3;
|
3325 |
-
border-color: #3156A3;
|
3326 |
-
}
|
3327 |
-
|
3328 |
-
/* ============ Style 14 ============= */
|
3329 |
-
/* ========== COLUMN STYLE 1 ========== */
|
3330 |
-
/* --- header row 1 --- */
|
3331 |
-
div.p_table_1_14 div.column_1 li.header_row_1
|
3332 |
-
{
|
3333 |
-
border-bottom: 1px solid #96C442;
|
3334 |
-
background: #96C442 !important;
|
3335 |
-
}
|
3336 |
-
|
3337 |
-
/* --- header row 2 --- */
|
3338 |
-
div.p_table_1_14 div.column_1 li.header_row_2
|
3339 |
-
{
|
3340 |
-
border-top: 1px solid #A2CC4D;
|
3341 |
-
border-bottom: 1px solid #A2CC4D;
|
3342 |
-
background: #A2CC4D !important;
|
3343 |
-
}
|
3344 |
-
|
3345 |
-
/* ========== COLUMN STYLE 2 ========== */
|
3346 |
-
/* --- header row 1 --- */
|
3347 |
-
div.p_table_1_14 div.column_2 li.header_row_1
|
3348 |
-
{
|
3349 |
-
border-bottom: 1px solid #6CAD31;
|
3350 |
-
background: #6CAD31 !important;
|
3351 |
-
}
|
3352 |
-
|
3353 |
-
/* --- header row 2 --- */
|
3354 |
-
div.p_table_1_14 div.column_2 li.header_row_2
|
3355 |
-
{
|
3356 |
-
border-top: 1px solid #7CBA3D;
|
3357 |
-
border-bottom: 1px solid #7CBA3D;
|
3358 |
-
background: #7CBA3D !important;
|
3359 |
-
}
|
3360 |
-
|
3361 |
-
/* ========== COLUMN STYLE 3 ========== */
|
3362 |
-
/* --- header row 1 --- */
|
3363 |
-
div.p_table_1_14 div.column_3 li.header_row_1
|
3364 |
-
{
|
3365 |
-
border-bottom: 1px solid #379234;
|
3366 |
-
background: #379234 !important;
|
3367 |
-
}
|
3368 |
-
|
3369 |
-
/* --- header row 2 --- */
|
3370 |
-
div.p_table_1_14 div.column_3 li.header_row_2
|
3371 |
-
{
|
3372 |
-
border-top: 1px solid #43A140;
|
3373 |
-
border-bottom: 1px solid #43A140;
|
3374 |
-
background: #43A140 !important;
|
3375 |
-
}
|
3376 |
-
|
3377 |
-
/* ========== COLUMN STYLE 4 ========== */
|
3378 |
-
/* --- header row 1 --- */
|
3379 |
-
div.p_table_1_14 div.column_4 li.header_row_1
|
3380 |
-
{
|
3381 |
-
border-bottom: 1px solid #00722D;
|
3382 |
-
background: #00722D !important;
|
3383 |
-
}
|
3384 |
-
|
3385 |
-
/* --- header row 2 --- */
|
3386 |
-
div.p_table_1_14 div.column_4 li.header_row_2
|
3387 |
-
{
|
3388 |
-
border-top: 1px solid #008238;
|
3389 |
-
border-bottom: 1px solid #008238;
|
3390 |
-
background: #008238 !important;
|
3391 |
-
}
|
3392 |
-
|
3393 |
-
/* --- buttons --- */
|
3394 |
-
div.p_table_1_14 div.column_1 a.sign_up
|
3395 |
-
{
|
3396 |
-
background: #A2CC4D;
|
3397 |
-
border-color: #A2CC4D;
|
3398 |
-
}
|
3399 |
-
div.p_table_1_14 div.column_2 a.sign_up
|
3400 |
-
{
|
3401 |
-
background: #7CBA3D;
|
3402 |
-
border-color: #7CBA3D;
|
3403 |
-
}
|
3404 |
-
div.p_table_1_14 div.column_3 a.sign_up
|
3405 |
-
{
|
3406 |
-
background: #43A140;
|
3407 |
-
border-color: #43A140;
|
3408 |
-
}
|
3409 |
-
div.p_table_1_14 div.column_4 a.sign_up
|
3410 |
-
{
|
3411 |
-
background: #008238;
|
3412 |
-
border-color: #008238;
|
3413 |
-
}
|
3414 |
-
|
3415 |
-
/* ============ Style 15 ============= */
|
3416 |
-
/* ========== COLUMN STYLE 1 ========== */
|
3417 |
-
/* --- header row 1 --- */
|
3418 |
-
div.p_table_1_15 div.column_1 li.header_row_1
|
3419 |
-
{
|
3420 |
-
border-bottom: 1px solid #FEB80D;
|
3421 |
-
background: #FEB80D !important;
|
3422 |
-
}
|
3423 |
-
|
3424 |
-
/* --- header row 2 --- */
|
3425 |
-
div.p_table_1_15 div.column_1 li.header_row_2
|
3426 |
-
{
|
3427 |
-
border-top: 1px solid #FEC110;
|
3428 |
-
border-bottom: 1px solid #FEC110;
|
3429 |
-
background: #FEC110 !important;
|
3430 |
-
}
|
3431 |
-
|
3432 |
-
/* ========== COLUMN STYLE 2 ========== */
|
3433 |
-
/* --- header row 1 --- */
|
3434 |
-
div.p_table_1_15 div.column_2 li.header_row_1
|
3435 |
-
{
|
3436 |
-
border-bottom: 1px solid #FF9A00;
|
3437 |
-
background: #FF9A00 !important;
|
3438 |
-
}
|
3439 |
-
|
3440 |
-
/* --- header row 2 --- */
|
3441 |
-
div.p_table_1_15 div.column_2 li.header_row_2
|
3442 |
-
{
|
3443 |
-
border-top: 1px solid #FFA800;
|
3444 |
-
border-bottom: 1px solid #FFA800;
|
3445 |
-
background: #FFA800 !important;
|
3446 |
-
}
|
3447 |
-
|
3448 |
-
/* ========== COLUMN STYLE 3 ========== */
|
3449 |
-
/* --- header row 1 --- */
|
3450 |
-
div.p_table_1_15 div.column_3 li.header_row_1
|
3451 |
-
{
|
3452 |
-
border-bottom: 1px solid #EE6800;
|
3453 |
-
background: #EE6800 !important;
|
3454 |
-
}
|
3455 |
-
|
3456 |
-
/* --- header row 2 --- */
|
3457 |
-
div.p_table_1_15 div.column_3 li.header_row_2
|
3458 |
-
{
|
3459 |
-
border-top: 1px solid #F17800;
|
3460 |
-
border-bottom: 1px solid #F17800;
|
3461 |
-
background: #F17800 !important;
|
3462 |
-
}
|
3463 |
-
|
3464 |
-
/* ========== COLUMN STYLE 4 ========== */
|
3465 |
-
/* --- header row 1 --- */
|
3466 |
-
div.p_table_1_15 div.column_4 li.header_row_1
|
3467 |
-
{
|
3468 |
-
border-bottom: 1px solid #C13815;
|
3469 |
-
background: #C13815 !important;
|
3470 |
-
}
|
3471 |
-
|
3472 |
-
/* --- header row 2 --- */
|
3473 |
-
div.p_table_1_15 div.column_4 li.header_row_2
|
3474 |
-
{
|
3475 |
-
border-top: 1px solid #CB451B;
|
3476 |
-
border-bottom: 1px solid #CB451B;
|
3477 |
-
background: #CB451B !important;
|
3478 |
-
}
|
3479 |
-
|
3480 |
-
/* --- buttons --- */
|
3481 |
-
div.p_table_1_15 div.column_1 a.sign_up
|
3482 |
-
{
|
3483 |
-
background: #FEC110;
|
3484 |
-
border-color: #FEC110;
|
3485 |
-
}
|
3486 |
-
div.p_table_1_15 div.column_2 a.sign_up
|
3487 |
-
{
|
3488 |
-
background: #FFA800;
|
3489 |
-
border-color: #FFA800;
|
3490 |
-
}
|
3491 |
-
div.p_table_1_15 div.column_3 a.sign_up
|
3492 |
-
{
|
3493 |
-
background: #F17800;
|
3494 |
-
border-color: #F17800;
|
3495 |
-
}
|
3496 |
-
div.p_table_1_15 div.column_4 a.sign_up
|
3497 |
-
{
|
3498 |
-
background: #CB451B;
|
3499 |
-
border-color: #CB451B;
|
3500 |
-
}
|
3501 |
-
|
3502 |
-
/* ============ Style 16 ============= */
|
3503 |
-
/* ========== COLUMN STYLE 1 ========== */
|
3504 |
-
/* --- header row 1 --- */
|
3505 |
-
div.p_table_1_16 div.column_1 li.header_row_1
|
3506 |
-
{
|
3507 |
-
border-bottom: 1px solid #F9814C;
|
3508 |
-
background: #F9814C !important;
|
3509 |
-
}
|
3510 |
-
|
3511 |
-
/* --- header row 2 --- */
|
3512 |
-
div.p_table_1_16 div.column_1 li.header_row_2
|
3513 |
-
{
|
3514 |
-
border-top: 1px solid #FA8E57;
|
3515 |
-
border-bottom: 1px solid #FA8E57;
|
3516 |
-
background: #FA8E57 !important;
|
3517 |
-
}
|
3518 |
-
|
3519 |
-
/* ========== COLUMN STYLE 2 ========== */
|
3520 |
-
/* --- header row 1 --- */
|
3521 |
-
div.p_table_1_16 div.column_2 li.header_row_1
|
3522 |
-
{
|
3523 |
-
border-bottom: 1px solid #F0653B;
|
3524 |
-
background: #F0653B !important;
|
3525 |
-
}
|
3526 |
-
|
3527 |
-
/* --- header row 2 --- */
|
3528 |
-
div.p_table_1_16 div.column_2 li.header_row_2
|
3529 |
-
{
|
3530 |
-
border-top: 1px solid #F37548;
|
3531 |
-
border-bottom: 1px solid #F37548;
|
3532 |
-
background: #F37548 !important;
|
3533 |
-
}
|
3534 |
-
|
3535 |
-
/* ========== COLUMN STYLE 3 ========== */
|
3536 |
-
/* --- header row 1 --- */
|
3537 |
-
div.p_table_1_16 div.column_3 li.header_row_1
|
3538 |
-
{
|
3539 |
-
border-bottom: 1px solid #D3442C;
|
3540 |
-
background: #D3442C !important;
|
3541 |
-
}
|
3542 |
-
|
3543 |
-
/* --- header row 2 --- */
|
3544 |
-
div.p_table_1_16 div.column_3 li.header_row_2
|
3545 |
-
{
|
3546 |
-
border-top: 1px solid #DB5237;
|
3547 |
-
border-bottom: 1px solid #DB5237;
|
3548 |
-
background: #DB5237 !important;
|
3549 |
-
}
|
3550 |
-
|
3551 |
-
/* ========== COLUMN STYLE 4 ========== */
|
3552 |
-
/* --- header row 1 --- */
|
3553 |
-
div.p_table_1_16 div.column_4 li.header_row_1
|
3554 |
-
{
|
3555 |
-
border-bottom: 1px solid #B42A1F;
|
3556 |
-
background: #B42A1F !important;
|
3557 |
-
}
|
3558 |
-
|
3559 |
-
/* --- header row 2 --- */
|
3560 |
-
div.p_table_1_16 div.column_4 li.header_row_2
|
3561 |
-
{
|
3562 |
-
border-top: 1px solid #C03427;
|
3563 |
-
border-bottom: 1px solid #C03427;
|
3564 |
-
background: #C03427 !important;
|
3565 |
-
}
|
3566 |
-
|
3567 |
-
/* --- buttons --- */
|
3568 |
-
div.p_table_1_16 div.column_1 a.sign_up
|
3569 |
-
{
|
3570 |
-
background: #FA8E57;
|
3571 |
-
border-color: #FA8E57;
|
3572 |
-
}
|
3573 |
-
div.p_table_1_16 div.column_2 a.sign_up
|
3574 |
-
{
|
3575 |
-
background: #F37548;
|
3576 |
-
border-color: #F37548;
|
3577 |
-
}
|
3578 |
-
div.p_table_1_16 div.column_3 a.sign_up
|
3579 |
-
{
|
3580 |
-
background: #DB5237;
|
3581 |
-
border-color: #DB5237;
|
3582 |
-
}
|
3583 |
-
div.p_table_1_16 div.column_4 a.sign_up
|
3584 |
-
{
|
3585 |
-
background: #C03427;
|
3586 |
-
border-color: #C03427;
|
3587 |
-
}
|
3588 |
-
|
3589 |
-
/* ============ Style 17 ============= */
|
3590 |
-
/* ========== COLUMN STYLE 1 ========== */
|
3591 |
-
/* --- header row 1 --- */
|
3592 |
-
div.p_table_1_17 div.column_1 li.header_row_1
|
3593 |
-
{
|
3594 |
-
border-bottom: 1px solid #35BED0;
|
3595 |
-
background: #35BED0 !important;
|
3596 |
-
}
|
3597 |
-
|
3598 |
-
/* --- header row 2 --- */
|
3599 |
-
div.p_table_1_17 div.column_1 li.header_row_2
|
3600 |
-
{
|
3601 |
-
border-top: 1px solid #3EC7D7;
|
3602 |
-
border-bottom: 1px solid #3EC7D7;
|
3603 |
-
background: #3EC7D7 !important;
|
3604 |
-
}
|
3605 |
-
|
3606 |
-
/* ========== COLUMN STYLE 2 ========== */
|
3607 |
-
/* --- header row 1 --- */
|
3608 |
-
div.p_table_1_17 div.column_2 li.header_row_1
|
3609 |
-
{
|
3610 |
-
border-bottom: 1px solid #00A9C2;
|
3611 |
-
background: #00A9C2 !important;
|
3612 |
-
}
|
3613 |
-
|
3614 |
-
/* --- header row 2 --- */
|
3615 |
-
div.p_table_1_17 div.column_2 li.header_row_2
|
3616 |
-
{
|
3617 |
-
border-top: 1px solid #00B6CC;
|
3618 |
-
border-bottom: 1px solid #00B6CC;
|
3619 |
-
background: #00B6CC !important;
|
3620 |
-
}
|
3621 |
-
|
3622 |
-
/* ========== COLUMN STYLE 3 ========== */
|
3623 |
-
/* --- header row 1 --- */
|
3624 |
-
div.p_table_1_17 div.column_3 li.header_row_1
|
3625 |
-
{
|
3626 |
-
border-bottom: 1px solid #0087A8;
|
3627 |
-
background: #0087A8 !important;
|
3628 |
-
}
|
3629 |
-
|
3630 |
-
/* --- header row 2 --- */
|
3631 |
-
div.p_table_1_17 div.column_3 li.header_row_2
|
3632 |
-
{
|
3633 |
-
border-top: 1px solid #0097B5;
|
3634 |
-
border-bottom: 1px solid #0097B5;
|
3635 |
-
background: #0097B5 !important;
|
3636 |
-
}
|
3637 |
-
|
3638 |
-
/* ========== COLUMN STYLE 4 ========== */
|
3639 |
-
/* --- header row 1 --- */
|
3640 |
-
div.p_table_1_17 div.column_4 li.header_row_1
|
3641 |
-
{
|
3642 |
-
border-bottom: 1px solid #005778;
|
3643 |
-
background: #005778 !important;
|
3644 |
-
}
|
3645 |
-
|
3646 |
-
/* --- header row 2 --- */
|
3647 |
-
div.p_table_1_17 div.column_4 li.header_row_2
|
3648 |
-
{
|
3649 |
-
border-top: 1px solid #006688;
|
3650 |
-
border-bottom: 1px solid #006688;
|
3651 |
-
background: #006688 !important;
|
3652 |
-
}
|
3653 |
-
|
3654 |
-
/* --- buttons --- */
|
3655 |
-
div.p_table_1_17 div.column_1 a.sign_up
|
3656 |
-
{
|
3657 |
-
background: #3EC7D7;
|
3658 |
-
border-color: #3EC7D7;
|
3659 |
-
}
|
3660 |
-
div.p_table_1_17 div.column_2 a.sign_up
|
3661 |
-
{
|
3662 |
-
background: #00B6CC;
|
3663 |
-
border-color: #00B6CC;
|
3664 |
-
}
|
3665 |
-
div.p_table_1_17 div.column_3 a.sign_up
|
3666 |
-
{
|
3667 |
-
background: #0097B5;
|
3668 |
-
border-color: #0097B5;
|
3669 |
-
}
|
3670 |
-
div.p_table_1_17 div.column_4 a.sign_up
|
3671 |
-
{
|
3672 |
-
background: #006688;
|
3673 |
-
border-color: #006688;
|
3674 |
-
}
|
3675 |
-
|
3676 |
-
/* ============ Style 18 ============= */
|
3677 |
-
/* ========== COLUMN STYLE 1 ========== */
|
3678 |
-
/* --- header row 1 --- */
|
3679 |
-
div.p_table_1_18 div.column_1 li.header_row_1
|
3680 |
-
{
|
3681 |
-
border-bottom: 1px solid #A18DCB;
|
3682 |
-
background: #A18DCB !important;
|
3683 |
-
}
|
3684 |
-
|
3685 |
-
/* --- header row 2 --- */
|
3686 |
-
div.p_table_1_18 div.column_1 li.header_row_2
|
3687 |
-
{
|
3688 |
-
border-top: 1px solid #AC99D2;
|
3689 |
-
border-bottom: 1px solid #AC99D2;
|
3690 |
-
background: #AC99D2 !important;
|
3691 |
-
}
|
3692 |
-
|
3693 |
-
/* ========== COLUMN STYLE 2 ========== */
|
3694 |
-
/* --- header row 1 --- */
|
3695 |
-
div.p_table_1_18 div.column_2 li.header_row_1
|
3696 |
-
{
|
3697 |
-
border-bottom: 1px solid #8177B9;
|
3698 |
-
background: #8177B9 !important;
|
3699 |
-
}
|
3700 |
-
|
3701 |
-
/* --- header row 2 --- */
|
3702 |
-
div.p_table_1_18 div.column_2 li.header_row_2
|
3703 |
-
{
|
3704 |
-
border-top: 1px solid #9187C4;
|
3705 |
-
border-bottom: 1px solid #9187C4;
|
3706 |
-
background: #9187C4 !important;
|
3707 |
-
}
|
3708 |
-
|
3709 |
-
/* ========== COLUMN STYLE 3 ========== */
|
3710 |
-
/* --- header row 1 --- */
|
3711 |
-
div.p_table_1_18 div.column_3 li.header_row_1
|
3712 |
-
{
|
3713 |
-
border-bottom: 1px solid #5959A6;
|
3714 |
-
background: #5959A6 !important;
|
3715 |
-
}
|
3716 |
-
|
3717 |
-
/* --- header row 2 --- */
|
3718 |
-
div.p_table_1_18 div.column_3 li.header_row_2
|
3719 |
-
{
|
3720 |
-
border-top: 1px solid #6969B3;
|
3721 |
-
border-bottom: 1px solid #6969B3;
|
3722 |
-
background: #6969B3 !important;
|
3723 |
-
}
|
3724 |
-
|
3725 |
-
/* ========== COLUMN STYLE 4 ========== */
|
3726 |
-
/* --- header row 1 --- */
|
3727 |
-
div.p_table_1_18 div.column_4 li.header_row_1
|
3728 |
-
{
|
3729 |
-
border-bottom: 1px solid #323F84;
|
3730 |
-
background: #323F84 !important;
|
3731 |
-
}
|
3732 |
-
|
3733 |
-
/* --- header row 2 --- */
|
3734 |
-
div.p_table_1_18 div.column_4 li.header_row_2
|
3735 |
-
{
|
3736 |
-
border-top: 1px solid #3E4C94;
|
3737 |
-
border-bottom: 1px solid #3E4C94;
|
3738 |
-
background: #3E4C94 !important;
|
3739 |
-
}
|
3740 |
-
|
3741 |
-
/* --- buttons --- */
|
3742 |
-
div.p_table_1_18 div.column_1 a.sign_up
|
3743 |
-
{
|
3744 |
-
background: #AC99D2;
|
3745 |
-
border-color: #AC99D2;
|
3746 |
-
}
|
3747 |
-
div.p_table_1_18 div.column_2 a.sign_up
|
3748 |
-
{
|
3749 |
-
background: #9187C4;
|
3750 |
-
border-color: #9187C4;
|
3751 |
-
}
|
3752 |
-
div.p_table_1_18 div.column_3 a.sign_up
|
3753 |
-
{
|
3754 |
-
background: #6969B3;
|
3755 |
-
border-color: #6969B3;
|
3756 |
-
}
|
3757 |
-
div.p_table_1_18 div.column_4 a.sign_up
|
3758 |
-
{
|
3759 |
-
background: #3E4C94;
|
3760 |
-
border-color: #3E4C94;
|
3761 |
-
}
|
3762 |
-
|
3763 |
-
/* --- vertical align --- */
|
3764 |
-
div.p_table_1 li span.css3_grid_vertical_align_table
|
3765 |
-
{
|
3766 |
-
display: table;
|
3767 |
-
width: 100%;
|
3768 |
-
height: 100%;
|
3769 |
-
padding: 0 !important;
|
3770 |
-
}
|
3771 |
-
div.p_table_1 li span.css3_grid_vertical_align
|
3772 |
-
{
|
3773 |
-
display: table-cell;
|
3774 |
-
vertical-align: middle;
|
3775 |
-
padding: 0 !important;
|
3776 |
-
}
|
3777 |
-
/* ========== NAVIGATION ARROWS ========== */
|
3778 |
-
.css3_grid_slider_container
|
3779 |
-
{
|
3780 |
-
/*display: table-row;*/
|
3781 |
-
border-collapse: collapse;
|
3782 |
-
}
|
3783 |
-
.css3_grid_slider_container div.p_table_1, .css3_grid_slider_container div.p_table_2
|
3784 |
-
{
|
3785 |
-
display: table-cell;
|
3786 |
-
}
|
3787 |
-
.css3_grid_arrow_area
|
3788 |
-
{
|
3789 |
-
display: table-cell;
|
3790 |
-
height: 100%;
|
3791 |
-
vertical-align: middle;
|
3792 |
-
padding: 0 20px;
|
3793 |
-
}
|
3794 |
-
a.css3_grid_slide_button_prev, a.css3_grid_slide_button_next
|
3795 |
-
{
|
3796 |
-
float: left;
|
3797 |
-
background-image: url("../img/navigation_map.png") !important;
|
3798 |
-
background-repeat: no-repeat;
|
3799 |
-
background-position: 0 0;
|
3800 |
-
border: none;
|
3801 |
-
}
|
3802 |
-
a.css3_grid_slide_button_prev:hover, a.css3_grid_slide_button_next:hover
|
3803 |
-
{
|
3804 |
-
text-decoration: none !important;
|
3805 |
-
border: none;
|
3806 |
-
}
|
3807 |
-
/* --- style 1 --- */
|
3808 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style1,
|
3809 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style1
|
3810 |
-
{
|
3811 |
-
width: 21px;
|
3812 |
-
height: 21px;
|
3813 |
-
}
|
3814 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style1
|
3815 |
-
{
|
3816 |
-
background-position: -21px 0;
|
3817 |
-
}
|
3818 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style1:hover
|
3819 |
-
{
|
3820 |
-
background-position: 0 -21px;
|
3821 |
-
}
|
3822 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style1:hover
|
3823 |
-
{
|
3824 |
-
background-position: -21px -21px;
|
3825 |
-
}
|
3826 |
-
/* --- style 2 --- */
|
3827 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style2,
|
3828 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style2,
|
3829 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style4,
|
3830 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style4
|
3831 |
-
{
|
3832 |
-
width: 29px;
|
3833 |
-
height: 29px;
|
3834 |
-
}
|
3835 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style2
|
3836 |
-
{
|
3837 |
-
background-position: 0 -52px;
|
3838 |
-
}
|
3839 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style2
|
3840 |
-
{
|
3841 |
-
background-position: -29px -52px;
|
3842 |
-
}
|
3843 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style2:hover
|
3844 |
-
{
|
3845 |
-
background-position: 0 -81px;
|
3846 |
-
}
|
3847 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style2:hover
|
3848 |
-
{
|
3849 |
-
background-position: -29px -81px;
|
3850 |
-
}
|
3851 |
-
/* --- style 3 --- */
|
3852 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style3,
|
3853 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style3
|
3854 |
-
{
|
3855 |
-
width: 25px;
|
3856 |
-
height: 49px;
|
3857 |
-
}
|
3858 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style3
|
3859 |
-
{
|
3860 |
-
background-position: 0 -120px;
|
3861 |
-
}
|
3862 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style3
|
3863 |
-
{
|
3864 |
-
background-position: -25px -120px;
|
3865 |
-
}
|
3866 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style3:hover
|
3867 |
-
{
|
3868 |
-
background-position: 0 -169px;
|
3869 |
-
}
|
3870 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style3:hover
|
3871 |
-
{
|
3872 |
-
background-position: -25px -169px;
|
3873 |
-
}
|
3874 |
-
/* --- style 4 --- */
|
3875 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style4
|
3876 |
-
{
|
3877 |
-
background-position: 0 -228px;
|
3878 |
-
}
|
3879 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style4
|
3880 |
-
{
|
3881 |
-
background-position: -29px -228px;
|
3882 |
-
}
|
3883 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style4:hover
|
3884 |
-
{
|
3885 |
-
background-position: 0 -257px;
|
3886 |
-
}
|
3887 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style4:hover
|
3888 |
-
{
|
3889 |
-
background-position: -29px -257px;
|
3890 |
-
}
|
3891 |
-
/* --- style 5 --- */
|
3892 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style5,
|
3893 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style5
|
3894 |
-
{
|
3895 |
-
width: 24px;
|
3896 |
-
height: 47px;
|
3897 |
-
}
|
3898 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style5
|
3899 |
-
{
|
3900 |
-
background-position: 0 -296px;
|
3901 |
-
}
|
3902 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style5
|
3903 |
-
{
|
3904 |
-
background-position: -24px -296px;
|
3905 |
-
}
|
3906 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style5:hover
|
3907 |
-
{
|
3908 |
-
background-position: 0 -343px;
|
3909 |
-
}
|
3910 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style5:hover
|
3911 |
-
{
|
3912 |
-
background-position: -24px -343px;
|
3913 |
-
}
|
3914 |
-
/* --- style 6 --- */
|
3915 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style6,
|
3916 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style6
|
3917 |
-
{
|
3918 |
-
width: 41px;
|
3919 |
-
height: 41px;
|
3920 |
-
}
|
3921 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style6
|
3922 |
-
{
|
3923 |
-
background-position: 0 -400px;
|
3924 |
-
}
|
3925 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style6
|
3926 |
-
{
|
3927 |
-
background-position: -41px -400px;
|
3928 |
-
}
|
3929 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style6:hover
|
3930 |
-
{
|
3931 |
-
background-position: 0 -441px;
|
3932 |
-
}
|
3933 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style6:hover
|
3934 |
-
{
|
3935 |
-
background-position: -41px -441px;
|
3936 |
-
}
|
3937 |
-
/* --- style 7 --- */
|
3938 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style7,
|
3939 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style7,
|
3940 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style8,
|
3941 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style8,
|
3942 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style9,
|
3943 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style9,
|
3944 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style10,
|
3945 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style10
|
3946 |
-
{
|
3947 |
-
width: 35px;
|
3948 |
-
height: 35px;
|
3949 |
-
}
|
3950 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style7
|
3951 |
-
{
|
3952 |
-
background-position: 0 -492px;
|
3953 |
-
}
|
3954 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style7
|
3955 |
-
{
|
3956 |
-
background-position: -35px -492px;
|
3957 |
-
}
|
3958 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style7:hover
|
3959 |
-
{
|
3960 |
-
background-position: 0 -527px;
|
3961 |
-
}
|
3962 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style7:hover
|
3963 |
-
{
|
3964 |
-
background-position: -35px -527px;
|
3965 |
-
}
|
3966 |
-
/* --- style 8 --- */
|
3967 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style8
|
3968 |
-
{
|
3969 |
-
background-position: 0 -572px;
|
3970 |
-
}
|
3971 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style8
|
3972 |
-
{
|
3973 |
-
background-position: -35px -572px;
|
3974 |
-
}
|
3975 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style8:hover
|
3976 |
-
{
|
3977 |
-
background-position: 0 -607px;
|
3978 |
-
}
|
3979 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style8:hover
|
3980 |
-
{
|
3981 |
-
background-position: -35px -607px;
|
3982 |
-
}
|
3983 |
-
/* --- style 9 --- */
|
3984 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style9
|
3985 |
-
{
|
3986 |
-
background-position: 0 -652px;
|
3987 |
-
}
|
3988 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style9
|
3989 |
-
{
|
3990 |
-
background-position: -35px -652px;
|
3991 |
-
}
|
3992 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style9:hover
|
3993 |
-
{
|
3994 |
-
background-position: 0 -687px;
|
3995 |
-
}
|
3996 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style9:hover
|
3997 |
-
{
|
3998 |
-
background-position: -35px -687px;
|
3999 |
-
}
|
4000 |
-
/* --- style 10 --- */
|
4001 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style10
|
4002 |
-
{
|
4003 |
-
background-position: 0 -732px;
|
4004 |
-
}
|
4005 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style10
|
4006 |
-
{
|
4007 |
-
background-position: -35px -732px;
|
4008 |
-
}
|
4009 |
-
a.css3_grid_slide_button_prev.css3_grid_slide_button_style10:hover
|
4010 |
-
{
|
4011 |
-
background-position: 0 -767px;
|
4012 |
-
}
|
4013 |
-
a.css3_grid_slide_button_next.css3_grid_slide_button_style10:hover
|
4014 |
-
{
|
4015 |
-
background-position: -35px -767px;
|
4016 |
-
}
|
4017 |
-
/* ========== PAGINATION ========== */
|
4018 |
-
.css3_grid_pagination
|
4019 |
-
{
|
4020 |
-
text-align: center;
|
4021 |
-
padding: 20px 0;
|
4022 |
-
}
|
4023 |
-
.css3_grid_pagination span
|
4024 |
-
{
|
4025 |
-
display: none;
|
4026 |
-
}
|
4027 |
-
.css3_grid_pagination a
|
4028 |
-
{
|
4029 |
-
display: inline-block;
|
4030 |
-
background-image: url("../img/navigation_map.png") !important;
|
4031 |
-
background-repeat: no-repeat;
|
4032 |
-
margin-left: 3px;
|
4033 |
-
border: none;
|
4034 |
-
}
|
4035 |
-
.css3_grid_pagination a:hover
|
4036 |
-
{
|
4037 |
-
border: none;
|
4038 |
-
}
|
4039 |
-
.css3_grid_pagination a:first-child
|
4040 |
-
{
|
4041 |
-
margin-left: 0;
|
4042 |
-
}
|
4043 |
-
.css3_grid_pagination.css3_grid_pagination_style1 a
|
4044 |
-
{
|
4045 |
-
width: 9px;
|
4046 |
-
height: 9px;
|
4047 |
-
background-position: 0 -812px;
|
4048 |
-
}
|
4049 |
-
.css3_grid_pagination.css3_grid_pagination_style1 a:hover,
|
4050 |
-
.css3_grid_pagination.css3_grid_pagination_style1 a.selected
|
4051 |
-
{
|
4052 |
-
background-position: 0 -821px;
|
4053 |
-
}
|
4054 |
-
.css3_grid_pagination.css3_grid_pagination_style2 a
|
4055 |
-
{
|
4056 |
-
width: 11px;
|
4057 |
-
height: 11px;
|
4058 |
-
background-position: -19px -812px;
|
4059 |
-
}
|
4060 |
-
.css3_grid_pagination.css3_grid_pagination_style2 a:hover,
|
4061 |
-
.css3_grid_pagination.css3_grid_pagination_style2 a.selected
|
4062 |
-
{
|
4063 |
-
background-position: -19px -823px;
|
4064 |
-
}
|
4065 |
-
.css3_grid_pagination.css3_grid_pagination_style3 a
|
4066 |
-
{
|
4067 |
-
width: 20px;
|
4068 |
-
height: 3px;
|
4069 |
-
background-position: -40px -812px;
|
4070 |
-
}
|
4071 |
-
.css3_grid_pagination.css3_grid_pagination_style3 a:hover,
|
4072 |
-
.css3_grid_pagination.css3_grid_pagination_style3 a.selected
|
4073 |
-
{
|
4074 |
-
background-position: -40px -815px;
|
4075 |
-
}
|
4076 |
-
/* ========== HIDDEN ROW ========== */
|
4077 |
-
div.p_table_1 li.css3_grid_hidden_row
|
4078 |
-
{
|
4079 |
-
opacity: 1;
|
4080 |
-
-moz-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1); /* FF4+ */
|
4081 |
-
-o-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1); /* Opera 10.5+ */
|
4082 |
-
-webkit-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1); /* Saf3.2+, Chrome */
|
4083 |
-
-ms-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1); /* IE9 */
|
4084 |
-
transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1); /* W3C */
|
4085 |
-
}
|
4086 |
-
div.p_table_1.css3_grid_clearfix div li.css3_grid_hidden_row.css3_grid_hide,
|
4087 |
-
div.p_table_1.css3_grid_clearfix div:hover li.css3_grid_hidden_row.css3_grid_hide
|
4088 |
-
{
|
4089 |
-
opacity: 0;
|
4090 |
-
height: 0 !important;
|
4091 |
-
padding: 0 !important;
|
4092 |
-
}
|
4093 |
-
div.p_table_1 .css3_grid_hidden_rows_control
|
4094 |
-
{
|
4095 |
-
clear: both;
|
4096 |
-
float: left;
|
4097 |
-
width: 100%;
|
4098 |
-
margin-top: 20px !important;
|
4099 |
-
}
|
4100 |
-
.css3_grid_hidden_rows_control .css3_grid_hide
|
4101 |
-
{
|
4102 |
-
display: none;
|
4103 |
-
}
|
4104 |
-
div.p_table_1 .css3_grid_hidden_rows_control span
|
4105 |
-
{
|
4106 |
-
font-family: arial;
|
4107 |
-
font-weight: bold !important;
|
4108 |
-
color: #444444 !important;
|
4109 |
-
}
|
4110 |
-
|
4111 |
-
{
|
4112 |
-
.css3_grid_arrow_area
|
4113 |
-
{
|
4114 |
-
padding: 0 10px;
|
4115 |
-
}
|
4116 |
-
}
|
4117 |
-
div.p_table_1#contact_pricing h2, div.p_table_1#contact_pricing h2 span
|
4118 |
-
{
|
4119 |
-
font-family: "PT Sans" !important;
|
4120 |
-
font-size: 24px !important;
|
4121 |
-
}
|
4122 |
-
div.p_table_1#contact_pricing h1, div.p_table_1#contact_pricing h1 span
|
4123 |
-
{
|
4124 |
-
font-family: "PT Sans" !important;
|
4125 |
-
font-size: 48px !important;
|
4126 |
-
}
|
4127 |
-
@media screen and (max-width:1009px)
|
4128 |
-
{}@media screen and (max-width:767px)
|
4129 |
-
{
|
4130 |
-
div.p_table_responsive#contact_pricing a.sign_up
|
4131 |
-
{
|
4132 |
-
width: 75px;
|
4133 |
-
}
|
4134 |
-
div.p_table_1#contact_pricing h2, div.p_table_1#contact_pricing h2 span
|
4135 |
-
{
|
4136 |
-
font-size: 18px !important;
|
4137 |
-
}
|
4138 |
-
div.p_table_1#contact_pricing h1, div.p_table_1#contact_pricing h1 span
|
4139 |
-
{
|
4140 |
-
font-size: 42px !important;
|
4141 |
-
}
|
4142 |
-
}
|
4143 |
-
@media screen and (max-width:479px)
|
4144 |
-
{
|
4145 |
-
div.p_table_responsive#contact_pricing a.sign_up
|
4146 |
-
{
|
4147 |
-
width: 70px;
|
4148 |
-
}
|
4149 |
-
div.p_table_1#contact_pricing li.row_style_1 span, div.p_table_1#contact_pricing li.row_style_2 span,
|
4150 |
-
div.p_table_1#contact_pricing li.row_style_3 span, div.p_table_1#contact_pricing li.row_style_4 span
|
4151 |
-
{
|
4152 |
-
font-size: 10px !important;
|
4153 |
-
}
|
4154 |
-
}
|
4155 |
-
@media screen and (max-width:767px)
|
4156 |
-
@media screen and (max-width:479px)
|
4157 |
-
{
|
4158 |
-
.css3_grid_arrow_area
|
4159 |
-
{
|
4160 |
-
padding: 0 5px;
|
4161 |
-
}
|
4162 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
contact-bank.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Bank Lite Edition
|
|
4 |
Plugin URI: http://tech-banker.com
|
5 |
Description: Build Complex, Powerful Contact Forms in Just Seconds. No Programming Knowledge Required! Yeah, It's Really That Easy.
|
6 |
Author: Tech Banker
|
7 |
-
Version: 2.0.
|
8 |
Author URI: http://tech-banker.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
@@ -18,7 +18,7 @@ if (!defined("CONTACT_BK_PLUGIN_BASENAME")) define("CONTACT_BK_PLUGIN_BASENAME",
|
|
18 |
|
19 |
function plugin_uninstall_script_for_contact_bank()
|
20 |
{
|
21 |
-
//
|
22 |
}
|
23 |
/* Function Name : plugin_install_script_for_contact_bank
|
24 |
* Paramters : None
|
@@ -28,13 +28,34 @@ function plugin_uninstall_script_for_contact_bank()
|
|
28 |
* Last Modified : 1.0
|
29 |
* Reasons for change : None
|
30 |
*/
|
31 |
-
|
32 |
{
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
}
|
|
|
38 |
/* Function Name : create_global_menus_for_contact_bank
|
39 |
* Paramters : None
|
40 |
* Return : None
|
@@ -46,11 +67,17 @@ function plugin_install_script_for_contact_bank()
|
|
46 |
function create_global_menus_for_contact_bank()
|
47 |
{
|
48 |
global $wpdb,$current_user;
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
case "administrator":
|
55 |
add_menu_page("Contact Bank", __("Contact Bank", contact_bank), "read", "dashboard","",plugins_url("/assets/images/icon.png" , __FILE__));
|
56 |
add_submenu_page("dashboard", "Dashboard", __("Dashboard", contact_bank), "read", "dashboard","dashboard");
|
@@ -114,136 +141,228 @@ function create_global_menus_for_contact_bank()
|
|
114 |
*/
|
115 |
function contact_bank()
|
116 |
{
|
|
|
117 |
global $wpdb,$current_user,$cb_user_role_permission;
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
}
|
126 |
function dashboard()
|
127 |
{
|
128 |
global $wpdb,$current_user,$cb_user_role_permission;
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
}
|
136 |
function edit_contact_view()
|
137 |
{
|
138 |
global $wpdb,$current_user,$cb_user_role_permission;
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
}
|
146 |
function contact_email()
|
147 |
{
|
148 |
global $wpdb,$current_user,$cb_user_role_permission;
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
}
|
156 |
function frontend_data()
|
157 |
{
|
158 |
global $wpdb,$current_user,$cb_user_role_permission;
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
}
|
166 |
function add_contact_email_settings()
|
167 |
{
|
168 |
global $wpdb,$current_user,$cb_user_role_permission;
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
}
|
176 |
function layout_settings()
|
177 |
{
|
178 |
global $wpdb,$current_user,$cb_user_role_permission;
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
}
|
186 |
|
187 |
function system_status()
|
188 |
{
|
189 |
-
global $wpdb,$current_user,$cb_user_role_permission
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
}
|
197 |
|
198 |
function form_preview()
|
199 |
{
|
200 |
global $wpdb,$current_user,$cb_user_role_permission;
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
}
|
208 |
function pro_version()
|
209 |
{
|
210 |
global $wpdb,$current_user,$cb_user_role_permission;
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
217 |
}
|
218 |
function contact_bank_recommended_plugins()
|
219 |
{
|
220 |
global $wpdb,$current_user,$cb_user_role_permission;
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
}
|
228 |
function contact_bank_other_services()
|
229 |
{
|
230 |
global $wpdb,$current_user,$cb_user_role_permission;
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
237 |
}
|
238 |
function short_code()
|
239 |
{
|
240 |
global $wpdb,$current_user,$cb_user_role_permission;
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
247 |
}
|
248 |
|
249 |
function backend_plugin_js_scripts_contact_bank()
|
@@ -273,11 +392,10 @@ function backend_plugin_css_styles_contact_bank()
|
|
273 |
wp_enqueue_style("stylesheet", plugins_url("/assets/css/stylesheet.css",__FILE__));
|
274 |
wp_enqueue_style("font-awesome", plugins_url("/assets/css/font-awesome/css/font-awesome.css",__FILE__));
|
275 |
wp_enqueue_style("system-message", plugins_url("/assets/css/system-message.css",__FILE__));
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
wp_enqueue_style("google-fonts-roboto", "//fonts.googleapis.com/css?family=Roboto Condensed:300|Roboto Condensed:300|Roboto Condensed:300|Roboto Condensed:regular|Roboto Condensed:300");
|
281 |
}
|
282 |
function frontend_plugin_css_styles_contact_bank()
|
283 |
{
|
@@ -293,17 +411,24 @@ if(isset($_REQUEST["action"]))
|
|
293 |
function add_contact_form_library()
|
294 |
{
|
295 |
global $wpdb,$current_user,$cb_user_role_permission;
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
}
|
301 |
break;
|
302 |
case "frontend_contact_form_library":
|
303 |
add_action( "admin_init", "frontend_contact_form_library");
|
304 |
function frontend_contact_form_library()
|
305 |
{
|
306 |
-
|
307 |
}
|
308 |
break;
|
309 |
case "email_contact_form_library":
|
@@ -311,17 +436,24 @@ if(isset($_REQUEST["action"]))
|
|
311 |
function email_contact_form_library()
|
312 |
{
|
313 |
global $wpdb,$current_user,$cb_user_role_permission;
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
318 |
}
|
319 |
break;
|
320 |
case "email_management_contact_form_library":
|
321 |
add_action( "admin_init", "email_management_contact_form_library");
|
322 |
function email_management_contact_form_library()
|
323 |
{
|
324 |
-
|
325 |
}
|
326 |
break;
|
327 |
case "frontend_data_contact_library":
|
@@ -329,10 +461,17 @@ if(isset($_REQUEST["action"]))
|
|
329 |
function frontend_data_contact_library()
|
330 |
{
|
331 |
global $wpdb,$current_user,$cb_user_role_permission;
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
336 |
}
|
337 |
break;
|
338 |
|
@@ -341,10 +480,17 @@ if(isset($_REQUEST["action"]))
|
|
341 |
function show_form_control_data_contact_library()
|
342 |
{
|
343 |
global $wpdb,$current_user,$cb_user_role_permission;
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
348 |
}
|
349 |
break;
|
350 |
case "layout_settings_contact_library":
|
@@ -352,10 +498,17 @@ if(isset($_REQUEST["action"]))
|
|
352 |
function layout_settings_contact_library()
|
353 |
{
|
354 |
global $wpdb,$current_user,$cb_user_role_permission;
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
359 |
}
|
360 |
break;
|
361 |
}
|
@@ -434,13 +587,19 @@ function extract_short_code($form_id,$show_title)
|
|
434 |
}
|
435 |
function add_contact_bank_icon($meta = TRUE)
|
436 |
{
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
444 |
{
|
445 |
case "administrator":
|
446 |
|
@@ -630,14 +789,7 @@ function add_contact_bank_icon($meta = TRUE)
|
|
630 |
"href" => site_url() . "/wp-admin/admin.php?page=contact_bank_other_services",
|
631 |
"title" => __("Our Other Services", contact_bank))
|
632 |
);
|
633 |
-
break;
|
634 |
-
case "contributor":
|
635 |
-
break;
|
636 |
-
|
637 |
-
case "subscriber":
|
638 |
-
break;
|
639 |
-
|
640 |
-
|
641 |
}
|
642 |
}
|
643 |
add_action( "media_buttons_context", "add_contact_shortcode_button", 1);
|
@@ -764,4 +916,6 @@ add_shortcode("contact_bank", "contact_bank_short_code");
|
|
764 |
// Uninstall Hook called for function plugin_install_script_for_contact_bank
|
765 |
register_uninstall_hook(__FILE__,"plugin_uninstall_script_for_contact_bank");
|
766 |
|
|
|
|
|
767 |
?>
|
4 |
Plugin URI: http://tech-banker.com
|
5 |
Description: Build Complex, Powerful Contact Forms in Just Seconds. No Programming Knowledge Required! Yeah, It's Really That Easy.
|
6 |
Author: Tech Banker
|
7 |
+
Version: 2.0.79
|
8 |
Author URI: http://tech-banker.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
18 |
|
19 |
function plugin_uninstall_script_for_contact_bank()
|
20 |
{
|
21 |
+
// include CONTACT_BK_PLUGIN_DIR ."/lib/uninstall-script.php";
|
22 |
}
|
23 |
/* Function Name : plugin_install_script_for_contact_bank
|
24 |
* Paramters : None
|
28 |
* Last Modified : 1.0
|
29 |
* Reasons for change : None
|
30 |
*/
|
31 |
+
if(!function_exists("plugin_install_script_for_contact_bank"))
|
32 |
{
|
33 |
+
function plugin_install_script_for_contact_bank()
|
34 |
+
{
|
35 |
+
global $wpdb;
|
36 |
+
if (is_multisite())
|
37 |
+
{
|
38 |
+
$blog_ids = $wpdb->get_col("SELECT blog_id FROM $wpdb->blogs");
|
39 |
+
foreach($blog_ids as $blog_id)
|
40 |
+
{
|
41 |
+
switch_to_blog($blog_id);
|
42 |
+
if(file_exists(CONTACT_BK_PLUGIN_DIR. "/lib/install-script.php"))
|
43 |
+
{
|
44 |
+
include CONTACT_BK_PLUGIN_DIR ."/lib/install-script.php";
|
45 |
+
}
|
46 |
+
restore_current_blog();
|
47 |
+
}
|
48 |
+
}
|
49 |
+
else
|
50 |
+
{
|
51 |
+
if(file_exists(CONTACT_BK_PLUGIN_DIR. "/lib/install-script.php"))
|
52 |
+
{
|
53 |
+
include CONTACT_BK_PLUGIN_DIR ."/lib/install-script.php";
|
54 |
+
}
|
55 |
+
}
|
56 |
+
}
|
57 |
}
|
58 |
+
|
59 |
/* Function Name : create_global_menus_for_contact_bank
|
60 |
* Paramters : None
|
61 |
* Return : None
|
67 |
function create_global_menus_for_contact_bank()
|
68 |
{
|
69 |
global $wpdb,$current_user;
|
70 |
+
if (is_super_admin())
|
71 |
+
{
|
72 |
+
$cb_role = "administrator";
|
73 |
+
}
|
74 |
+
else
|
75 |
+
{
|
76 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
77 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
78 |
+
$cb_role = $current_user->role[0];
|
79 |
+
}
|
80 |
+
switch ($cb_role) {
|
81 |
case "administrator":
|
82 |
add_menu_page("Contact Bank", __("Contact Bank", contact_bank), "read", "dashboard","",plugins_url("/assets/images/icon.png" , __FILE__));
|
83 |
add_submenu_page("dashboard", "Dashboard", __("Dashboard", contact_bank), "read", "dashboard","dashboard");
|
141 |
*/
|
142 |
function contact_bank()
|
143 |
{
|
144 |
+
|
145 |
global $wpdb,$current_user,$cb_user_role_permission;
|
146 |
+
if (is_super_admin())
|
147 |
+
{
|
148 |
+
$cb_role = "administrator";
|
149 |
+
}
|
150 |
+
else
|
151 |
+
{
|
152 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
153 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
154 |
+
$cb_role = $current_user->role[0];
|
155 |
+
}
|
156 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/header.php";
|
157 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/contact_view.php";
|
158 |
+
include CONTACT_BK_PLUGIN_DIR . "/views/includes_common_after.php";
|
159 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/footer.php";
|
160 |
}
|
161 |
function dashboard()
|
162 |
{
|
163 |
global $wpdb,$current_user,$cb_user_role_permission;
|
164 |
+
if (is_super_admin())
|
165 |
+
{
|
166 |
+
$cb_role = "administrator";
|
167 |
+
}
|
168 |
+
else
|
169 |
+
{
|
170 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
171 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
172 |
+
$cb_role = $current_user->role[0];
|
173 |
+
}
|
174 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/header.php";
|
175 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/dashboard.php";
|
176 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/footer.php";
|
177 |
}
|
178 |
function edit_contact_view()
|
179 |
{
|
180 |
global $wpdb,$current_user,$cb_user_role_permission;
|
181 |
+
if (is_super_admin())
|
182 |
+
{
|
183 |
+
$cb_role = "administrator";
|
184 |
+
}
|
185 |
+
else
|
186 |
+
{
|
187 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
188 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
189 |
+
$cb_role = $current_user->role[0];
|
190 |
+
}
|
191 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/header.php";
|
192 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/contact_view.php";
|
193 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/footer.php";
|
194 |
}
|
195 |
function contact_email()
|
196 |
{
|
197 |
global $wpdb,$current_user,$cb_user_role_permission;
|
198 |
+
if (is_super_admin())
|
199 |
+
{
|
200 |
+
$cb_role = "administrator";
|
201 |
+
}
|
202 |
+
else
|
203 |
+
{
|
204 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
205 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
206 |
+
$cb_role = $current_user->role[0];
|
207 |
+
}
|
208 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/header.php";
|
209 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/contact_email_settings.php";
|
210 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/footer.php";
|
211 |
}
|
212 |
function frontend_data()
|
213 |
{
|
214 |
global $wpdb,$current_user,$cb_user_role_permission;
|
215 |
+
if (is_super_admin())
|
216 |
+
{
|
217 |
+
$cb_role = "administrator";
|
218 |
+
}
|
219 |
+
else
|
220 |
+
{
|
221 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
222 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
223 |
+
$cb_role = $current_user->role[0];
|
224 |
+
}
|
225 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/header.php";
|
226 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/contact_frontend_data.php";
|
227 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/footer.php";
|
228 |
}
|
229 |
function add_contact_email_settings()
|
230 |
{
|
231 |
global $wpdb,$current_user,$cb_user_role_permission;
|
232 |
+
if (is_super_admin())
|
233 |
+
{
|
234 |
+
$cb_role = "administrator";
|
235 |
+
}
|
236 |
+
else
|
237 |
+
{
|
238 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
239 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
240 |
+
$cb_role = $current_user->role[0];
|
241 |
+
}
|
242 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/header.php";
|
243 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/add_contact_email.php";
|
244 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/footer.php";
|
245 |
}
|
246 |
function layout_settings()
|
247 |
{
|
248 |
global $wpdb,$current_user,$cb_user_role_permission;
|
249 |
+
if (is_super_admin())
|
250 |
+
{
|
251 |
+
$cb_role = "administrator";
|
252 |
+
}
|
253 |
+
else
|
254 |
+
{
|
255 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
256 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
257 |
+
$cb_role = $current_user->role[0];
|
258 |
+
}
|
259 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/header.php";
|
260 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/contact_bank_layout_settings.php";
|
261 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/footer.php";
|
262 |
}
|
263 |
|
264 |
function system_status()
|
265 |
{
|
266 |
+
global $wpdb,$current_user,$cb_user_role_permission;
|
267 |
+
if (is_super_admin())
|
268 |
+
{
|
269 |
+
$cb_role = "administrator";
|
270 |
+
}
|
271 |
+
else
|
272 |
+
{
|
273 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
274 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
275 |
+
$cb_role = $current_user->role[0];
|
276 |
+
}
|
277 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/header.php";
|
278 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/contact-bank-system-report.php";
|
279 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/footer.php";
|
280 |
}
|
281 |
|
282 |
function form_preview()
|
283 |
{
|
284 |
global $wpdb,$current_user,$cb_user_role_permission;
|
285 |
+
if (is_super_admin())
|
286 |
+
{
|
287 |
+
$cb_role = "administrator";
|
288 |
+
}
|
289 |
+
else
|
290 |
+
{
|
291 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
292 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
293 |
+
$cb_role = $current_user->role[0];
|
294 |
+
}
|
295 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/header.php";
|
296 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/contact_bank_form_preview.php";
|
297 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/footer.php";
|
298 |
}
|
299 |
function pro_version()
|
300 |
{
|
301 |
global $wpdb,$current_user,$cb_user_role_permission;
|
302 |
+
if (is_super_admin())
|
303 |
+
{
|
304 |
+
$cb_role = "administrator";
|
305 |
+
}
|
306 |
+
else
|
307 |
+
{
|
308 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
309 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
310 |
+
$cb_role = $current_user->role[0];
|
311 |
+
}
|
312 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/header.php";
|
313 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/purchase_pro_version.php";
|
314 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/footer.php";
|
315 |
}
|
316 |
function contact_bank_recommended_plugins()
|
317 |
{
|
318 |
global $wpdb,$current_user,$cb_user_role_permission;
|
319 |
+
if (is_super_admin())
|
320 |
+
{
|
321 |
+
$cb_role = "administrator";
|
322 |
+
}
|
323 |
+
else
|
324 |
+
{
|
325 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
326 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
327 |
+
$cb_role = $current_user->role[0];
|
328 |
+
}
|
329 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/header.php";
|
330 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/recommended-plugins.php";
|
331 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/footer.php";
|
332 |
}
|
333 |
function contact_bank_other_services()
|
334 |
{
|
335 |
global $wpdb,$current_user,$cb_user_role_permission;
|
336 |
+
if (is_super_admin())
|
337 |
+
{
|
338 |
+
$cb_role = "administrator";
|
339 |
+
}
|
340 |
+
else
|
341 |
+
{
|
342 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
343 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
344 |
+
$cb_role = $current_user->role[0];
|
345 |
+
}
|
346 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/header.php";
|
347 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/other-services.php";
|
348 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/footer.php";
|
349 |
}
|
350 |
function short_code()
|
351 |
{
|
352 |
global $wpdb,$current_user,$cb_user_role_permission;
|
353 |
+
if (is_super_admin())
|
354 |
+
{
|
355 |
+
$cb_role = "administrator";
|
356 |
+
}
|
357 |
+
else
|
358 |
+
{
|
359 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
360 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
361 |
+
$cb_role = $current_user->role[0];
|
362 |
+
}
|
363 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/header.php";
|
364 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/shortcode.php";
|
365 |
+
include CONTACT_BK_PLUGIN_DIR ."/views/footer.php";
|
366 |
}
|
367 |
|
368 |
function backend_plugin_js_scripts_contact_bank()
|
392 |
wp_enqueue_style("stylesheet", plugins_url("/assets/css/stylesheet.css",__FILE__));
|
393 |
wp_enqueue_style("font-awesome", plugins_url("/assets/css/font-awesome/css/font-awesome.css",__FILE__));
|
394 |
wp_enqueue_style("system-message", plugins_url("/assets/css/system-message.css",__FILE__));
|
395 |
+
wp_enqueue_style("prettyPhoto", plugins_url("/assets/css/prettyPhoto.css",__FILE__));
|
396 |
+
wp_enqueue_style("premium-edition.css", plugins_url("/assets/css/premium-edition.css",__FILE__));
|
397 |
+
wp_enqueue_style("responsive.css", plugins_url("/assets/css/responsive.css",__FILE__));
|
398 |
+
wp_enqueue_style("google-fonts-roboto", "//fonts.googleapis.com/css?family=Roboto Condensed:300|Roboto Condensed:300|Roboto Condensed:300|Roboto Condensed:regular|Roboto Condensed:300");
|
|
|
399 |
}
|
400 |
function frontend_plugin_css_styles_contact_bank()
|
401 |
{
|
411 |
function add_contact_form_library()
|
412 |
{
|
413 |
global $wpdb,$current_user,$cb_user_role_permission;
|
414 |
+
if (is_super_admin())
|
415 |
+
{
|
416 |
+
$cb_role = "administrator";
|
417 |
+
}
|
418 |
+
else
|
419 |
+
{
|
420 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
421 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
422 |
+
$cb_role = $current_user->role[0];
|
423 |
+
}
|
424 |
+
include CONTACT_BK_PLUGIN_DIR . "/lib/contact_view-class.php";
|
425 |
}
|
426 |
break;
|
427 |
case "frontend_contact_form_library":
|
428 |
add_action( "admin_init", "frontend_contact_form_library");
|
429 |
function frontend_contact_form_library()
|
430 |
{
|
431 |
+
include CONTACT_BK_PLUGIN_DIR . "/lib/contact_bank_frontend-class.php";
|
432 |
}
|
433 |
break;
|
434 |
case "email_contact_form_library":
|
436 |
function email_contact_form_library()
|
437 |
{
|
438 |
global $wpdb,$current_user,$cb_user_role_permission;
|
439 |
+
if (is_super_admin())
|
440 |
+
{
|
441 |
+
$cb_role = "administrator";
|
442 |
+
}
|
443 |
+
else
|
444 |
+
{
|
445 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
446 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
447 |
+
$cb_role = $current_user->role[0];
|
448 |
+
}
|
449 |
+
include CONTACT_BK_PLUGIN_DIR . "/lib/contact_bank_email-class.php";
|
450 |
}
|
451 |
break;
|
452 |
case "email_management_contact_form_library":
|
453 |
add_action( "admin_init", "email_management_contact_form_library");
|
454 |
function email_management_contact_form_library()
|
455 |
{
|
456 |
+
include CONTACT_BK_PLUGIN_DIR . "/lib/contact_bank_email_management.php";
|
457 |
}
|
458 |
break;
|
459 |
case "frontend_data_contact_library":
|
461 |
function frontend_data_contact_library()
|
462 |
{
|
463 |
global $wpdb,$current_user,$cb_user_role_permission;
|
464 |
+
if (is_super_admin())
|
465 |
+
{
|
466 |
+
$cb_role = "administrator";
|
467 |
+
}
|
468 |
+
else
|
469 |
+
{
|
470 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
471 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
472 |
+
$cb_role = $current_user->role[0];
|
473 |
+
}
|
474 |
+
include CONTACT_BK_PLUGIN_DIR . "/lib/contact_frontend_data_class.php";
|
475 |
}
|
476 |
break;
|
477 |
|
480 |
function show_form_control_data_contact_library()
|
481 |
{
|
482 |
global $wpdb,$current_user,$cb_user_role_permission;
|
483 |
+
if (is_super_admin())
|
484 |
+
{
|
485 |
+
$cb_role = "administrator";
|
486 |
+
}
|
487 |
+
else
|
488 |
+
{
|
489 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
490 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
491 |
+
$cb_role = $current_user->role[0];
|
492 |
+
}
|
493 |
+
include CONTACT_BK_PLUGIN_DIR . "/lib/contact_bank_show_form_control_data-class.php";
|
494 |
}
|
495 |
break;
|
496 |
case "layout_settings_contact_library":
|
498 |
function layout_settings_contact_library()
|
499 |
{
|
500 |
global $wpdb,$current_user,$cb_user_role_permission;
|
501 |
+
if (is_super_admin())
|
502 |
+
{
|
503 |
+
$cb_role = "administrator";
|
504 |
+
}
|
505 |
+
else
|
506 |
+
{
|
507 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
508 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
509 |
+
$cb_role = $current_user->role[0];
|
510 |
+
}
|
511 |
+
include CONTACT_BK_PLUGIN_DIR . "/lib/contact_bank_layout_settings-class.php";
|
512 |
}
|
513 |
break;
|
514 |
}
|
587 |
}
|
588 |
function add_contact_bank_icon($meta = TRUE)
|
589 |
{
|
590 |
+
global $wp_admin_bar,$wpdb,$current_user;
|
591 |
+
if (is_super_admin())
|
592 |
+
{
|
593 |
+
$cb_role = "administrator";
|
594 |
+
}
|
595 |
+
else
|
596 |
+
{
|
597 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
598 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
599 |
+
$cb_role = $current_user->role[0];
|
600 |
+
}
|
601 |
+
if (!is_user_logged_in() ) { return; }
|
602 |
+
switch ($cb_role)
|
603 |
{
|
604 |
case "administrator":
|
605 |
|
789 |
"href" => site_url() . "/wp-admin/admin.php?page=contact_bank_other_services",
|
790 |
"title" => __("Our Other Services", contact_bank))
|
791 |
);
|
792 |
+
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
793 |
}
|
794 |
}
|
795 |
add_action( "media_buttons_context", "add_contact_shortcode_button", 1);
|
916 |
// Uninstall Hook called for function plugin_install_script_for_contact_bank
|
917 |
register_uninstall_hook(__FILE__,"plugin_uninstall_script_for_contact_bank");
|
918 |
|
919 |
+
add_action( "network_admin_menu", "create_global_menus_for_contact_bank" );
|
920 |
+
|
921 |
?>
|
lib/install-script.php
CHANGED
@@ -1,4 +1,167 @@
|
|
1 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
global $wpdb;
|
3 |
require_once(ABSPATH . "wp-admin/includes/upgrade.php");
|
4 |
update_option("contact-bank-updation-check-url","http://tech-banker.com/wp-admin/admin-ajax.php");
|
@@ -593,137 +756,4 @@ else if($version == "2.1")
|
|
593 |
}
|
594 |
update_option("contact-bank-version-number","2.1");
|
595 |
}
|
596 |
-
function create_table_contact_bank_forms()
|
597 |
-
{
|
598 |
-
$sql = 'CREATE TABLE ' . contact_bank_contact_form() . '(
|
599 |
-
form_id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
600 |
-
form_name VARCHAR(200) NOT NULL,
|
601 |
-
PRIMARY KEY (form_id)
|
602 |
-
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
603 |
-
dbDelta($sql);
|
604 |
-
|
605 |
-
}
|
606 |
-
function create_table_contact_bank_dynamic_settings()
|
607 |
-
{
|
608 |
-
$sql = 'CREATE TABLE ' . contact_bank_dynamic_settings_form() . '(
|
609 |
-
dynamic_settings_id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
610 |
-
dynamicId INTEGER(10) NOT NULL,
|
611 |
-
dynamic_settings_key VARCHAR(100) NOT NULL,
|
612 |
-
dynamic_settings_value TEXT NOT NULL,
|
613 |
-
PRIMARY KEY (dynamic_settings_id)
|
614 |
-
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
615 |
-
dbDelta($sql);
|
616 |
-
}
|
617 |
-
function create_table_contact_bank_controls()
|
618 |
-
{
|
619 |
-
$sql = 'CREATE TABLE '.create_control_Table(). '(
|
620 |
-
control_id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
621 |
-
field_id INTEGER(50) NOT NULL,
|
622 |
-
form_id INTEGER(10) NOT NULL,
|
623 |
-
column_dynamicId INTEGER(10) NOT NULL,
|
624 |
-
sorting_order INTEGER(10) NOT NULL,
|
625 |
-
PRIMARY KEY(control_id)
|
626 |
-
)ENGINE = MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
627 |
-
dbDelta($sql);
|
628 |
-
}
|
629 |
-
|
630 |
-
function create_table_front_end_data()
|
631 |
-
{
|
632 |
-
$sql = 'CREATE TABLE ' . frontend_controls_data_Table() . '(
|
633 |
-
id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
634 |
-
form_id INTEGER(10) NOT NULL,
|
635 |
-
field_Id INTEGER(10) NOT NULL,
|
636 |
-
dynamic_control_id INTEGER(10) NOT NULL,
|
637 |
-
dynamic_frontend_value TEXT NOT NULL,
|
638 |
-
form_submit_id INTEGER(10) NOT NULL,
|
639 |
-
PRIMARY KEY (id)
|
640 |
-
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
641 |
-
dbDelta($sql);
|
642 |
-
}
|
643 |
-
function create_table_contact_bank_email_templates()
|
644 |
-
{
|
645 |
-
$sql = 'CREATE TABLE ' . contact_bank_email_template_admin() . '(
|
646 |
-
email_id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
647 |
-
email_to VARCHAR(100) NOT NULL,
|
648 |
-
email_from VARCHAR(100) NOT NULL,
|
649 |
-
body_content TEXT NOT NULL,
|
650 |
-
subject VARCHAR(400) NOT NULL,
|
651 |
-
send_to INTEGER(1) NOT NULL,
|
652 |
-
form_id INTEGER(10) NOT NULL,
|
653 |
-
from_name VARCHAR(200) NOT NULL,
|
654 |
-
reply_to VARCHAR(200) NOT NULL,
|
655 |
-
cc VARCHAR(200) NOT NULL,
|
656 |
-
bcc VARCHAR(200) NOT NULL,
|
657 |
-
name VARCHAR(100) NOT NULL,
|
658 |
-
PRIMARY KEY (email_id)
|
659 |
-
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
660 |
-
dbDelta($sql);
|
661 |
-
}
|
662 |
-
function create_table_contact_bank_front_end_forms()
|
663 |
-
{
|
664 |
-
$sql = 'CREATE TABLE ' . contact_bank_frontend_forms_Table() . '(
|
665 |
-
id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
666 |
-
form_id INTEGER(10) NOT NULL,
|
667 |
-
submit_id INTEGER(10) NOT NULL,
|
668 |
-
PRIMARY KEY (id)
|
669 |
-
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
670 |
-
dbDelta($sql);
|
671 |
-
}
|
672 |
-
function create_contact_bank_layout_settings()
|
673 |
-
{
|
674 |
-
$sql = 'CREATE TABLE ' . contact_bank_layout_settings_Table() . '(
|
675 |
-
id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
676 |
-
form_id INTEGER(10) NOT NULL,
|
677 |
-
form_settings_key VARCHAR(200) NOT NULL,
|
678 |
-
form_settings_value VARCHAR(200) NOT NULL,
|
679 |
-
PRIMARY KEY (id)
|
680 |
-
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
681 |
-
dbDelta($sql);
|
682 |
-
}
|
683 |
-
function create_contact_bank_form_settings()
|
684 |
-
{
|
685 |
-
$sql = 'CREATE TABLE ' . contact_bank_form_settings_Table() . '(
|
686 |
-
id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
687 |
-
form_id INTEGER(10) NOT NULL,
|
688 |
-
form_message_key VARCHAR(200) NOT NULL,
|
689 |
-
form_message_value TEXT NOT NULL,
|
690 |
-
PRIMARY KEY (id)
|
691 |
-
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
692 |
-
dbDelta($sql);
|
693 |
-
}
|
694 |
-
function create_cb_table_licensing()
|
695 |
-
{
|
696 |
-
global $wpdb;
|
697 |
-
$sql = "CREATE TABLE " . contact_bank_licensing() . "(
|
698 |
-
licensing_id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
699 |
-
version VARCHAR(10) NOT NULL,
|
700 |
-
type VARCHAR(100) NOT NULL,
|
701 |
-
url TEXT NOT NULL,
|
702 |
-
api_key TEXT NOT NULL,
|
703 |
-
order_id VARCHAR(100) NOT NULL,
|
704 |
-
PRIMARY KEY (licensing_id)
|
705 |
-
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci";
|
706 |
-
dbDelta($sql);
|
707 |
-
|
708 |
-
$wpdb->query
|
709 |
-
(
|
710 |
-
$wpdb->prepare
|
711 |
-
(
|
712 |
-
"INSERT INTO " . contact_bank_licensing() . "(version, type, url) VALUES(%s, %s, %s)",
|
713 |
-
"2.1.0",
|
714 |
-
"Contact Bank",
|
715 |
-
"" . site_url() . ""
|
716 |
-
)
|
717 |
-
);
|
718 |
-
}
|
719 |
-
function create_table_roles_capability()
|
720 |
-
{
|
721 |
-
$sql = 'CREATE TABLE ' . contact_bank_roles_capability() . '(
|
722 |
-
id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
723 |
-
roles_capability_key VARCHAR(200) NOT NULL,
|
724 |
-
roles_capability_value VARCHAR(200) NOT NULL,
|
725 |
-
PRIMARY KEY (id)
|
726 |
-
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
727 |
-
dbDelta($sql);
|
728 |
-
}
|
729 |
?>
|
1 |
<?php
|
2 |
+
if(!function_exists("create_table_contact_bank_forms"))
|
3 |
+
{
|
4 |
+
function create_table_contact_bank_forms()
|
5 |
+
{
|
6 |
+
$sql = 'CREATE TABLE ' . contact_bank_contact_form() . '(
|
7 |
+
form_id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
8 |
+
form_name VARCHAR(200) NOT NULL,
|
9 |
+
PRIMARY KEY (form_id)
|
10 |
+
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
11 |
+
dbDelta($sql);
|
12 |
+
|
13 |
+
}
|
14 |
+
}
|
15 |
+
if(!function_exists("create_table_contact_bank_dynamic_settings"))
|
16 |
+
{
|
17 |
+
function create_table_contact_bank_dynamic_settings()
|
18 |
+
{
|
19 |
+
$sql = 'CREATE TABLE ' . contact_bank_dynamic_settings_form() . '(
|
20 |
+
dynamic_settings_id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
21 |
+
dynamicId INTEGER(10) NOT NULL,
|
22 |
+
dynamic_settings_key VARCHAR(100) NOT NULL,
|
23 |
+
dynamic_settings_value TEXT NOT NULL,
|
24 |
+
PRIMARY KEY (dynamic_settings_id)
|
25 |
+
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
26 |
+
dbDelta($sql);
|
27 |
+
}
|
28 |
+
}
|
29 |
+
if(!function_exists("create_table_contact_bank_controls"))
|
30 |
+
{
|
31 |
+
function create_table_contact_bank_controls()
|
32 |
+
{
|
33 |
+
$sql = 'CREATE TABLE '.create_control_Table(). '(
|
34 |
+
control_id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
35 |
+
field_id INTEGER(50) NOT NULL,
|
36 |
+
form_id INTEGER(10) NOT NULL,
|
37 |
+
column_dynamicId INTEGER(10) NOT NULL,
|
38 |
+
sorting_order INTEGER(10) NOT NULL,
|
39 |
+
PRIMARY KEY(control_id)
|
40 |
+
)ENGINE = MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
41 |
+
dbDelta($sql);
|
42 |
+
}
|
43 |
+
}
|
44 |
+
|
45 |
+
if(!function_exists("create_table_front_end_data"))
|
46 |
+
{
|
47 |
+
function create_table_front_end_data()
|
48 |
+
{
|
49 |
+
$sql = 'CREATE TABLE ' . frontend_controls_data_Table() . '(
|
50 |
+
id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
51 |
+
form_id INTEGER(10) NOT NULL,
|
52 |
+
field_Id INTEGER(10) NOT NULL,
|
53 |
+
dynamic_control_id INTEGER(10) NOT NULL,
|
54 |
+
dynamic_frontend_value TEXT NOT NULL,
|
55 |
+
form_submit_id INTEGER(10) NOT NULL,
|
56 |
+
PRIMARY KEY (id)
|
57 |
+
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
58 |
+
dbDelta($sql);
|
59 |
+
}
|
60 |
+
}
|
61 |
+
if(!function_exists("create_table_contact_bank_email_templates"))
|
62 |
+
{
|
63 |
+
function create_table_contact_bank_email_templates()
|
64 |
+
{
|
65 |
+
$sql = 'CREATE TABLE ' . contact_bank_email_template_admin() . '(
|
66 |
+
email_id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
67 |
+
email_to VARCHAR(100) NOT NULL,
|
68 |
+
email_from VARCHAR(100) NOT NULL,
|
69 |
+
body_content TEXT NOT NULL,
|
70 |
+
subject VARCHAR(400) NOT NULL,
|
71 |
+
send_to INTEGER(1) NOT NULL,
|
72 |
+
form_id INTEGER(10) NOT NULL,
|
73 |
+
from_name VARCHAR(200) NOT NULL,
|
74 |
+
reply_to VARCHAR(200) NOT NULL,
|
75 |
+
cc VARCHAR(200) NOT NULL,
|
76 |
+
bcc VARCHAR(200) NOT NULL,
|
77 |
+
name VARCHAR(100) NOT NULL,
|
78 |
+
PRIMARY KEY (email_id)
|
79 |
+
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
80 |
+
dbDelta($sql);
|
81 |
+
}
|
82 |
+
}
|
83 |
+
if(!function_exists("create_table_contact_bank_front_end_forms"))
|
84 |
+
{
|
85 |
+
function create_table_contact_bank_front_end_forms()
|
86 |
+
{
|
87 |
+
$sql = 'CREATE TABLE ' . contact_bank_frontend_forms_Table() . '(
|
88 |
+
id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
89 |
+
form_id INTEGER(10) NOT NULL,
|
90 |
+
submit_id INTEGER(10) NOT NULL,
|
91 |
+
PRIMARY KEY (id)
|
92 |
+
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
93 |
+
dbDelta($sql);
|
94 |
+
}
|
95 |
+
}
|
96 |
+
if(!function_exists("create_contact_bank_layout_settings"))
|
97 |
+
{
|
98 |
+
function create_contact_bank_layout_settings()
|
99 |
+
{
|
100 |
+
$sql = 'CREATE TABLE ' . contact_bank_layout_settings_Table() . '(
|
101 |
+
id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
102 |
+
form_id INTEGER(10) NOT NULL,
|
103 |
+
form_settings_key VARCHAR(200) NOT NULL,
|
104 |
+
form_settings_value VARCHAR(200) NOT NULL,
|
105 |
+
PRIMARY KEY (id)
|
106 |
+
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
107 |
+
dbDelta($sql);
|
108 |
+
}
|
109 |
+
}
|
110 |
+
if(!function_exists("create_contact_bank_form_settings"))
|
111 |
+
{
|
112 |
+
function create_contact_bank_form_settings()
|
113 |
+
{
|
114 |
+
$sql = 'CREATE TABLE ' . contact_bank_form_settings_Table() . '(
|
115 |
+
id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
116 |
+
form_id INTEGER(10) NOT NULL,
|
117 |
+
form_message_key VARCHAR(200) NOT NULL,
|
118 |
+
form_message_value TEXT NOT NULL,
|
119 |
+
PRIMARY KEY (id)
|
120 |
+
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
121 |
+
dbDelta($sql);
|
122 |
+
}
|
123 |
+
}
|
124 |
+
if(!function_exists("create_cb_table_licensing"))
|
125 |
+
{
|
126 |
+
function create_cb_table_licensing()
|
127 |
+
{
|
128 |
+
global $wpdb;
|
129 |
+
$sql = "CREATE TABLE " . contact_bank_licensing() . "(
|
130 |
+
licensing_id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
131 |
+
version VARCHAR(10) NOT NULL,
|
132 |
+
type VARCHAR(100) NOT NULL,
|
133 |
+
url TEXT NOT NULL,
|
134 |
+
api_key TEXT NOT NULL,
|
135 |
+
order_id VARCHAR(100) NOT NULL,
|
136 |
+
PRIMARY KEY (licensing_id)
|
137 |
+
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci";
|
138 |
+
dbDelta($sql);
|
139 |
+
|
140 |
+
$wpdb->query
|
141 |
+
(
|
142 |
+
$wpdb->prepare
|
143 |
+
(
|
144 |
+
"INSERT INTO " . contact_bank_licensing() . "(version, type, url) VALUES(%s, %s, %s)",
|
145 |
+
"2.1.0",
|
146 |
+
"Contact Bank",
|
147 |
+
"" . site_url() . ""
|
148 |
+
)
|
149 |
+
);
|
150 |
+
}
|
151 |
+
}
|
152 |
+
if(!function_exists("create_table_roles_capability"))
|
153 |
+
{
|
154 |
+
function create_table_roles_capability()
|
155 |
+
{
|
156 |
+
$sql = 'CREATE TABLE ' . contact_bank_roles_capability() . '(
|
157 |
+
id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
158 |
+
roles_capability_key VARCHAR(200) NOT NULL,
|
159 |
+
roles_capability_value VARCHAR(200) NOT NULL,
|
160 |
+
PRIMARY KEY (id)
|
161 |
+
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE utf8_general_ci';
|
162 |
+
dbDelta($sql);
|
163 |
+
}
|
164 |
+
}
|
165 |
global $wpdb;
|
166 |
require_once(ABSPATH . "wp-admin/includes/upgrade.php");
|
167 |
update_option("contact-bank-updation-check-url","http://tech-banker.com/wp-admin/admin-ajax.php");
|
756 |
}
|
757 |
update_option("contact-bank-version-number","2.1");
|
758 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
759 |
?>
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: contact-banker, Gallery-Bank
|
3 |
Tags: admin, advanced form, AJAX, best contact form plugin, buddypress, category, comment, comments, contact, contact form, contact form builder, contact form plugin, contact forms, contact me, contact us, contacts, content, easy contact form, easy contact plugin, email, Facebook, feed, feedback, feedback form, form, form builder, forms, gallery, google, image, images, javascript, jquery, link, links, login, media, page, pages, plugin, Post, posts, request, shortcode, sidebar, stats, text, web form, widget, wordpress
|
4 |
Requires at least: 3.3
|
5 |
-
Tested up to: 4.0
|
6 |
-
Stable tag: 2.0.
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -532,6 +532,14 @@ In order to set Shortcode for a Form, you need to follow these steps :
|
|
532 |
|
533 |
== Changelog ==
|
534 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
535 |
= 2.0.78 =
|
536 |
|
537 |
* Conflict with JetPack discovered & fixed.
|
2 |
Contributors: contact-banker, Gallery-Bank
|
3 |
Tags: admin, advanced form, AJAX, best contact form plugin, buddypress, category, comment, comments, contact, contact form, contact form builder, contact form plugin, contact forms, contact me, contact us, contacts, content, easy contact form, easy contact plugin, email, Facebook, feed, feedback, feedback form, form, form builder, forms, gallery, google, image, images, javascript, jquery, link, links, login, media, page, pages, plugin, Post, posts, request, shortcode, sidebar, stats, text, web form, widget, wordpress
|
4 |
Requires at least: 3.3
|
5 |
+
Tested up to: 4.0.1
|
6 |
+
Stable tag: 2.0.79
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
532 |
|
533 |
== Changelog ==
|
534 |
|
535 |
+
= 2.0.79 =
|
536 |
+
|
537 |
+
* Added Compatibility with Multisite WordPress
|
538 |
+
* Added Compatible with WordPress 4.0.1
|
539 |
+
* Updated Pricing Table
|
540 |
+
* Optimized Code
|
541 |
+
* Fixed other Bugs and Errors
|
542 |
+
|
543 |
= 2.0.78 =
|
544 |
|
545 |
* Conflict with JetPack discovered & fixed.
|
views/contact_bank_form_preview.php
CHANGED
@@ -11,12 +11,6 @@ switch($cb_role)
|
|
11 |
case "author":
|
12 |
$cb_user_role_permission = "publish_posts";
|
13 |
break;
|
14 |
-
case "contributor":
|
15 |
-
$cb_user_role_permission = "edit_posts";
|
16 |
-
break;
|
17 |
-
case "subscriber":
|
18 |
-
$cb_user_role_permission = "read";
|
19 |
-
break;
|
20 |
}
|
21 |
if (!current_user_can($cb_user_role_permission))
|
22 |
{
|
11 |
case "author":
|
12 |
$cb_user_role_permission = "publish_posts";
|
13 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
15 |
if (!current_user_can($cb_user_role_permission))
|
16 |
{
|
views/contact_bank_layout_settings.php
CHANGED
@@ -11,12 +11,6 @@ switch($cb_role)
|
|
11 |
case "author":
|
12 |
$cb_user_role_permission = "publish_posts";
|
13 |
break;
|
14 |
-
case "contributor":
|
15 |
-
$cb_user_role_permission = "edit_posts";
|
16 |
-
break;
|
17 |
-
case "subscriber":
|
18 |
-
$cb_user_role_permission = "read";
|
19 |
-
break;
|
20 |
}
|
21 |
if (!current_user_can($cb_user_role_permission))
|
22 |
{
|
11 |
case "author":
|
12 |
$cb_user_role_permission = "publish_posts";
|
13 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
15 |
if (!current_user_can($cb_user_role_permission))
|
16 |
{
|
views/contact_bank_pro_version.php
CHANGED
@@ -11,12 +11,6 @@ switch($cb_role)
|
|
11 |
case "author":
|
12 |
$cb_user_role_permission = "publish_posts";
|
13 |
break;
|
14 |
-
case "contributor":
|
15 |
-
$cb_user_role_permission = "edit_posts";
|
16 |
-
break;
|
17 |
-
case "subscriber":
|
18 |
-
$cb_user_role_permission = "read";
|
19 |
-
break;
|
20 |
}
|
21 |
if (!current_user_can($cb_user_role_permission))
|
22 |
{
|
11 |
case "author":
|
12 |
$cb_user_role_permission = "publish_posts";
|
13 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
15 |
if (!current_user_can($cb_user_role_permission))
|
16 |
{
|
views/contact_controls_files.php
CHANGED
@@ -1,8 +1,16 @@
|
|
1 |
<?php
|
2 |
global $wpdb,$current_user,$cb_user_role_permission;
|
3 |
-
|
4 |
-
|
5 |
-
$cb_role =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
switch($cb_role)
|
7 |
{
|
8 |
case "administrator":
|
@@ -14,12 +22,6 @@ switch($cb_role)
|
|
14 |
case "author":
|
15 |
$cb_user_role_permission = "publish_posts";
|
16 |
break;
|
17 |
-
case "contributor":
|
18 |
-
$cb_user_role_permission = "edit_posts";
|
19 |
-
break;
|
20 |
-
case "subscriber":
|
21 |
-
$cb_user_role_permission = "read";
|
22 |
-
break;
|
23 |
}
|
24 |
if (!current_user_can($cb_user_role_permission))
|
25 |
{
|
1 |
<?php
|
2 |
global $wpdb,$current_user,$cb_user_role_permission;
|
3 |
+
if (is_super_admin())
|
4 |
+
{
|
5 |
+
$cb_role = "administrator";
|
6 |
+
}
|
7 |
+
else
|
8 |
+
{
|
9 |
+
$cb_role = $wpdb->prefix . "capabilities";
|
10 |
+
$current_user->role = array_keys($current_user->$cb_role);
|
11 |
+
$cb_role = $current_user->role[0];
|
12 |
+
}
|
13 |
+
|
14 |
switch($cb_role)
|
15 |
{
|
16 |
case "administrator":
|
22 |
case "author":
|
23 |
$cb_user_role_permission = "publish_posts";
|
24 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
}
|
26 |
if (!current_user_can($cb_user_role_permission))
|
27 |
{
|
views/contact_documentation.php
CHANGED
@@ -11,12 +11,6 @@ switch($cb_role)
|
|
11 |
case "author":
|
12 |
$cb_user_role_permission = "publish_posts";
|
13 |
break;
|
14 |
-
case "contributor":
|
15 |
-
$cb_user_role_permission = "edit_posts";
|
16 |
-
break;
|
17 |
-
case "subscriber":
|
18 |
-
$cb_user_role_permission = "read";
|
19 |
-
break;
|
20 |
}
|
21 |
if (!current_user_can($cb_user_role_permission))
|
22 |
{
|
11 |
case "author":
|
12 |
$cb_user_role_permission = "publish_posts";
|
13 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
15 |
if (!current_user_can($cb_user_role_permission))
|
16 |
{
|
views/contact_email_settings.php
CHANGED
@@ -11,12 +11,6 @@ switch($cb_role)
|
|
11 |
case "author":
|
12 |
$cb_user_role_permission = "publish_posts";
|
13 |
break;
|
14 |
-
case "contributor":
|
15 |
-
$cb_user_role_permission = "edit_posts";
|
16 |
-
break;
|
17 |
-
case "subscriber":
|
18 |
-
$cb_user_role_permission = "read";
|
19 |
-
break;
|
20 |
}
|
21 |
if (!current_user_can($cb_user_role_permission))
|
22 |
{
|
11 |
case "author":
|
12 |
$cb_user_role_permission = "publish_posts";
|
13 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
15 |
if (!current_user_can($cb_user_role_permission))
|
16 |
{
|
views/header.php
CHANGED
@@ -96,9 +96,18 @@ jQuery(document).ready(function()
|
|
96 |
</div>
|
97 |
<?php
|
98 |
global $wpdb,$current_user;
|
99 |
-
|
100 |
-
|
101 |
-
$role =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
switch ($role) {
|
103 |
case "administrator":
|
104 |
?>
|
96 |
</div>
|
97 |
<?php
|
98 |
global $wpdb,$current_user;
|
99 |
+
if (is_super_admin())
|
100 |
+
{
|
101 |
+
$role = "administrator";
|
102 |
+
}
|
103 |
+
else
|
104 |
+
{
|
105 |
+
$role = $wpdb->prefix . "capabilities";
|
106 |
+
$current_user->role = array_keys($current_user->$role);
|
107 |
+
$role = $current_user->role[0];
|
108 |
+
}
|
109 |
+
|
110 |
+
|
111 |
switch ($role) {
|
112 |
case "administrator":
|
113 |
?>
|
views/purchase_pro_version.php
CHANGED
@@ -10,12 +10,6 @@ switch($cb_role)
|
|
10 |
case "author":
|
11 |
$user_role_permission = "publish_posts";
|
12 |
break;
|
13 |
-
case "contributor":
|
14 |
-
$user_role_permission = "edit_posts";
|
15 |
-
break;
|
16 |
-
case "subscriber":
|
17 |
-
$user_role_permission = "read";
|
18 |
-
break;
|
19 |
}
|
20 |
if (!current_user_can($user_role_permission))
|
21 |
{
|
@@ -172,6 +166,13 @@ else
|
|
172 |
class="css3_hidden_caption">Tooltips</span><span
|
173 |
class="css3_grid_tooltip"><span>Allows you to set
|
174 |
different tooltips for your fields of Contact Form</span>Tooltips</span></span></span></span></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
<li
|
176 |
class="css3_grid_row_16 footer_row css3_grid_row_16_responsive"><span
|
177 |
class="css3_grid_vertical_align_table"><span
|
@@ -285,6 +286,13 @@ else
|
|
285 |
class="css3_hidden_caption">Tooltips</span><img
|
286 |
src="<?php echo plugins_url("/assets/img/cross_04.png" , dirname(__FILE__)); ?>"
|
287 |
alt="no"></span></span></span></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
288 |
<li
|
289 |
class="css3_grid_row_16 footer_row css3_grid_row_16_responsive"><span
|
290 |
class="css3_grid_vertical_align_table"><span
|
@@ -405,6 +413,13 @@ else
|
|
405 |
class="css3_hidden_caption">Tooltips</span><img
|
406 |
src="<?php echo plugins_url("/assets/img/tick_10.png" , dirname(__FILE__)); ?>"
|
407 |
alt="yes"></span></span></span></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
408 |
<li
|
409 |
class="css3_grid_row_16 footer_row css3_grid_row_16_responsive"><span
|
410 |
class="css3_grid_vertical_align_table"><span
|
@@ -525,6 +540,13 @@ else
|
|
525 |
class="css3_hidden_caption">Tooltips</span><img
|
526 |
src="<?php echo plugins_url("/assets/img/tick_10.png" , dirname(__FILE__)); ?>"
|
527 |
alt="yes"></span></span></span></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
528 |
<li
|
529 |
class="css3_grid_row_16 footer_row css3_grid_row_16_responsive"><span
|
530 |
class="css3_grid_vertical_align_table"><span
|
@@ -645,6 +667,13 @@ else
|
|
645 |
class="css3_hidden_caption">Tooltips</span><img
|
646 |
src="<?php echo plugins_url("/assets/img/tick_10.png" , dirname(__FILE__)); ?>"
|
647 |
alt="yes"></span></span></span></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
648 |
<li
|
649 |
class="css3_grid_row_16 footer_row css3_grid_row_16_responsive"><span
|
650 |
class="css3_grid_vertical_align_table"><span
|
@@ -765,6 +794,13 @@ else
|
|
765 |
class="css3_hidden_caption">Tooltips</span><img
|
766 |
src="<?php echo plugins_url("/assets/img/tick_10.png" , dirname(__FILE__)); ?>"
|
767 |
alt="yes"></span></span></span></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
768 |
<li
|
769 |
class="css3_grid_row_16 footer_row css3_grid_row_16_responsive"><span
|
770 |
class="css3_grid_vertical_align_table"><span
|
10 |
case "author":
|
11 |
$user_role_permission = "publish_posts";
|
12 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
}
|
14 |
if (!current_user_can($user_role_permission))
|
15 |
{
|
166 |
class="css3_hidden_caption">Tooltips</span><span
|
167 |
class="css3_grid_tooltip"><span>Allows you to set
|
168 |
different tooltips for your fields of Contact Form</span>Tooltips</span></span></span></span></li>
|
169 |
+
<li
|
170 |
+
class="css3_grid_row_15 row_style_4 css3_grid_row_15_responsive"><span
|
171 |
+
class="css3_grid_vertical_align_table"><span
|
172 |
+
class="css3_grid_vertical_align"><span><span
|
173 |
+
class="css3_hidden_caption">Multisite Compatibility</span><span
|
174 |
+
class="css3_grid_tooltip"><span>Allows you to set
|
175 |
+
different tooltips for your fields of Contact Form</span>Multisite Compatibility</span></span></span></span></li>
|
176 |
<li
|
177 |
class="css3_grid_row_16 footer_row css3_grid_row_16_responsive"><span
|
178 |
class="css3_grid_vertical_align_table"><span
|
286 |
class="css3_hidden_caption">Tooltips</span><img
|
287 |
src="<?php echo plugins_url("/assets/img/cross_04.png" , dirname(__FILE__)); ?>"
|
288 |
alt="no"></span></span></span></li>
|
289 |
+
<li
|
290 |
+
class="css3_grid_row_15 row_style_3 css3_grid_row_15_responsive align_center"><span
|
291 |
+
class="css3_grid_vertical_align_table"><span
|
292 |
+
class="css3_grid_vertical_align"><span><span
|
293 |
+
class="css3_hidden_caption">Multisite Compatibility</span><img
|
294 |
+
src="<?php echo plugins_url("/assets/img/tick_10.png" , dirname(__FILE__)); ?>"
|
295 |
+
alt="no"></span></span></span></li>
|
296 |
<li
|
297 |
class="css3_grid_row_16 footer_row css3_grid_row_16_responsive"><span
|
298 |
class="css3_grid_vertical_align_table"><span
|
413 |
class="css3_hidden_caption">Tooltips</span><img
|
414 |
src="<?php echo plugins_url("/assets/img/tick_10.png" , dirname(__FILE__)); ?>"
|
415 |
alt="yes"></span></span></span></li>
|
416 |
+
<li
|
417 |
+
class="css3_grid_row_15 row_style_4 css3_grid_row_15_responsive align_center"><span
|
418 |
+
class="css3_grid_vertical_align_table"><span
|
419 |
+
class="css3_grid_vertical_align"><span><span
|
420 |
+
class="css3_hidden_caption">Multisite Compatibility</span><img
|
421 |
+
src="<?php echo plugins_url("/assets/img/tick_10.png" , dirname(__FILE__)); ?>"
|
422 |
+
alt="yes"></span></span></span></li>
|
423 |
<li
|
424 |
class="css3_grid_row_16 footer_row css3_grid_row_16_responsive"><span
|
425 |
class="css3_grid_vertical_align_table"><span
|
540 |
class="css3_hidden_caption">Tooltips</span><img
|
541 |
src="<?php echo plugins_url("/assets/img/tick_10.png" , dirname(__FILE__)); ?>"
|
542 |
alt="yes"></span></span></span></li>
|
543 |
+
<li
|
544 |
+
class="css3_grid_row_15 row_style_3 css3_grid_row_15_responsive align_center"><span
|
545 |
+
class="css3_grid_vertical_align_table"><span
|
546 |
+
class="css3_grid_vertical_align"><span><span
|
547 |
+
class="css3_hidden_caption">Multisite Compatibility</span><img
|
548 |
+
src="<?php echo plugins_url("/assets/img/tick_10.png" , dirname(__FILE__)); ?>"
|
549 |
+
alt="yes"></span></span></span></li>
|
550 |
<li
|
551 |
class="css3_grid_row_16 footer_row css3_grid_row_16_responsive"><span
|
552 |
class="css3_grid_vertical_align_table"><span
|
667 |
class="css3_hidden_caption">Tooltips</span><img
|
668 |
src="<?php echo plugins_url("/assets/img/tick_10.png" , dirname(__FILE__)); ?>"
|
669 |
alt="yes"></span></span></span></li>
|
670 |
+
<li
|
671 |
+
class="css3_grid_row_15 row_style_4 css3_grid_row_15_responsive align_center"><span
|
672 |
+
class="css3_grid_vertical_align_table"><span
|
673 |
+
class="css3_grid_vertical_align"><span><span
|
674 |
+
class="css3_hidden_caption">Multisite Compatibility</span><img
|
675 |
+
src="<?php echo plugins_url("/assets/img/tick_10.png" , dirname(__FILE__)); ?>"
|
676 |
+
alt="yes"></span></span></span></li>
|
677 |
<li
|
678 |
class="css3_grid_row_16 footer_row css3_grid_row_16_responsive"><span
|
679 |
class="css3_grid_vertical_align_table"><span
|
794 |
class="css3_hidden_caption">Tooltips</span><img
|
795 |
src="<?php echo plugins_url("/assets/img/tick_10.png" , dirname(__FILE__)); ?>"
|
796 |
alt="yes"></span></span></span></li>
|
797 |
+
<li
|
798 |
+
class="css3_grid_row_15 row_style_3 css3_grid_row_15_responsive align_center"><span
|
799 |
+
class="css3_grid_vertical_align_table"><span
|
800 |
+
class="css3_grid_vertical_align"><span><span
|
801 |
+
class="css3_hidden_caption">Multisite Compatibility</span><img
|
802 |
+
src="<?php echo plugins_url("/assets/img/tick_10.png" , dirname(__FILE__)); ?>"
|
803 |
+
alt="yes"></span></span></span></li>
|
804 |
<li
|
805 |
class="css3_grid_row_16 footer_row css3_grid_row_16_responsive"><span
|
806 |
class="css3_grid_vertical_align_table"><span
|
views/recommended-plugins.php
CHANGED
@@ -10,12 +10,6 @@ switch($cb_role)
|
|
10 |
case "author":
|
11 |
$user_role_permission = "publish_posts";
|
12 |
break;
|
13 |
-
case "contributor":
|
14 |
-
$user_role_permission = "edit_posts";
|
15 |
-
break;
|
16 |
-
case "subscriber":
|
17 |
-
$user_role_permission = "read";
|
18 |
-
break;
|
19 |
}
|
20 |
if (!current_user_can($user_role_permission))
|
21 |
{
|
10 |
case "author":
|
11 |
$user_role_permission = "publish_posts";
|
12 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
}
|
14 |
if (!current_user_can($user_role_permission))
|
15 |
{
|