1
2
3.basic-text{
4        padding-top:0px;
5        margin-top:0px;
6}
7
8
9.basic-text-menu{
10		border-collapse:collapse;
11        height:13px;
12        padding-left:15px;
13        border-left: 4px;
14        border-left-style:solid;
15        font-family:Arial;
16        font-size:12px;
17        border-color:#FFFFFF;
18		color: #404040;
19        font-weight:bold;
20        width:50%;
21}
22
23.basic-text-menu-bottom{
24		border-collapse:collapse;
25
26        padding-left:15px;
27        border-left: 4px;
28        border-left-style:solid;
29        font-family:Arial;
30        font-size:12px;
31        border-color:#FFFFFF;
32		color: #404040;
33        font-weight:bold;
34        width:50%;
35}
36.basic-text-content-bottom{
37        font-family:Arial;
38		border-collapse:collapse;
39      	font-size:12px;
40        border-right: 4px;
41        border-right-style:solid;
42
43        border-color:#FFFFFF;
44		color: #404040;
45        width:50%;
46}
47
48.basic-text-menu-pr{
49		border-collapse:collapse;
50        height:13px;
51        padding-left:15px;
52        border-left: 4px;
53        border-left-style:solid;
54        font-family:Simsun,Arial;
55        font-size:12px;
56        border-color:#FFFFFF;
57		color: #404040;
58        font-weight:bold;
59        width:50%;
60}
61
62iframe{
63        background-color:transparent;
64}
65
66.basic-text-subTitle{
67		border-collapse:collapse;
68        height:13px;
69        padding-left:15px;
70        border-left: 4px;
71        border-left-style:solid;
72        font-family:Arial;
73        font-size:12px;
74        border-color:#FFFFFF;
75		color:#69B4CB;
76        font-weight:bold;
77        width:50%;
78}
79
80.basic-text-subTitle-pr{
81		border-collapse:collapse;
82        height:13px;
83        padding-left:15px;
84        border-left: 4px;
85        border-left-style:solid;
86        font-family:Simsun,Arial;
87        font-size:12px;
88        border-color:#FFFFFF;
89		color:#69B4CB;
90        font-weight:bold;
91        width:50%;
92}
93
94.basic-text-content{
95        font-family:Arial;
96		border-collapse:collapse;
97      	font-size:12px;
98        border-right: 4px;
99        border-right-style:solid;
100        height:13px;
101        border-color:#FFFFFF;
102		color: #404040;
103        width:50%;
104    }
105
106.basic-text-content-pr{
107    font-family:Simsun,Arial;
108	    border-collapse:collapse;
109  	font-size:12px;
110    border-right: 4px;
111    border-right-style:solid;
112    height:13px;
113    border-color:#FFFFFF;
114	color: #404040;
115    width:50%;
116}
117
118.page-table{    
119        margin:0px;
120        font-size:14px;
121        background:-moz-linear-gradient(top,white,rgb(230,230,230));
122        background:-webkit-gradient(linear,left top, left bottom,from(#FFFFFF), to(#E6E6E6)); -webkit-background-origin: padding;-webkit-background-clip:content;
123        border-collapse:collapse;
124                
125        background-color:#C0C0C0;
126        filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#E6E6E6', startColorstr='#FFFFFF', gradientType='0');
127       }
128
129.basic-table-seperate-border{
130        border-left-style:solid;
131        border-right-style:solid;
132		width:320px;
133                height:1px;
134        border-top-style:none;
135        border-bottom-style:none;
136        border-left-width:4px;
137        border-right-width:4px;
138        border-left-color:#FFFFFF;
139        border-right-color:#FFFFFF;
140}
141
142.table-seperate-border{
143       padding-left:10px;
144       padding-right:10px;
145       border-left-style:solid;
146        border-right-style:solid;
147        border-left-width:0px;
148        border-right-width:0px;
149        border-left-color:#808080;
150        border-right-color:#808080;
151}
152
153
154.table-seperate-border2{
155
156		height:65px;
157        background-image: url(../img/opmode_topline.gif); 
158        background-repeat: no-repeat; 
159        background-position: 50% 100%;
160
161        padding-left:10px;
162        padding-right:10px;
163        border-left-style:solid;
164        border-right-style:solid;
165        border-left-width:0px;
166        border-right-width:0px;
167        border-left-color:#808080;
168        border-right-color:#808080;
169}
170
171.scrollpane-table-seperate-border{
172       padding-left:20px;
173       padding-right:5px;
174       border-left-style:solid;
175        border-right-style:solid;
176        border-left-width:0px;
177        border-right-width:0px;
178        border-left-color:#808080;
179        border-right-color:#808080;
180}
181.basic-table-seperate{
182        height:1px;
183        border-color:#D0D0D0; 
184        background-color:#D0D0D0;
185        margin-left:15px;
186        margin-right:15px;
187        border:0px;
188        overflow:hidden;
189      
190    }
191.basic-table-seperate-2{
192        height:1px;
193        border-color:transparent;
194        background-color:transparent;
195        margin-left:15px;
196        margin-right:15px;
197        border:0px;
198        overflow:hidden;
199      
200    }	
201.adv-home-table-seperate{
202        height:1px;
203		width:615px;
204        border-color:#C0C0C0; 
205		border-style:normal;
206        background-color:#C0C0C0;
207        margin-left:10px;
208        margin-right:10px;
209		border-bottom-color:#ffffff; 
210		border-top-style:none;
211		border-left-style:none;
212		border-right-style:none;
213        border:1px;
214        overflow:hidden;
215      
216    }
217.adv-home-table-seperate-2{
218        height:1px;
219		width:615px;
220        border-color:#ffffff; 
221		border-style:normal;
222        background-color:#ffffff;
223        margin-left:10px;
224        margin-right:10px;
225		border-bottom-color:#ffffff; 
226		border-top-style:none;
227		border-left-style:none;
228		border-right-style:none;
229        border:1px;
230        overflow:hidden;
231      
232    }
233
234.table-seperate{
235        height:1px;
236
237        border-color:#000000; 
238        background-color:#000000;
239        margin-left:15px;
240        margin-right:15px;
241        border:0px;
242        overflow:hidden;
243      
244    }
245
246.box-header-table {
247			  border-collapse:collapse;
248			  margin-left:5px;
249			  background:url('../img/box-header-background.gif') no-repeat;
250}    
251    
252.box-header-table-large {
253			  border-collapse:collapse;
254			  margin-left:5px;
255              height:43px;
256			  background:url('../img/box-header-background-large.gif') no-repeat;
257}
258
259
260.box-header {
261        margin:0px;
262        width:305px;
263        height:17px;
264        vertical-align:top;
265}
266.page-table-bottom-3{
267 
268        background-position:0px -14px;
269        height:10px;
270        background-repeat:no-repeat;
271        margin-left:5px;
272        border:0px;
273		    background-color:#FFFFFF;
274    }
275.page-table-bottom-2{
276        background:url(../img/page-table-bottom-2.gif);
277        background-position:0px -4px;
278        font-size:8px;
279        height:8px;
280        background-repeat:no-repeat;
281        margin-left:5px;
282        border:0px;
283    }
284
285.page-table-bottom{
286        background:url(../img/page-table-bottom.gif);
287        background-position:0px -14px;
288        height:10px;
289        background-repeat:no-repeat;
290        margin-left:5px;
291        border:0px;
292		    background-color:#FFFFFF;
293    }
294
295
296.box-header-text{
297        font-family:Arial;
298        padding-left:5px;
299        height:10px;
300        width:340px;
301        color:#E5E5E5;
302        background-position:-35px 0px;
303        font-size:14px;
304		font-weight:Bold;
305        text-decoration:underline;   
306    }
307    
308.box-header-text-pr{
309        font-family:Simsun,Arial;
310        padding-left:5px;
311        height:10px;
312        width:340px;
313        color:#E5E5E5;
314        background-position:-35px 0px;
315        font-size:14px;
316		font-weight:Bold;
317        text-decoration:underline;   
318    }    
319
320.warning-text-menu{
321        height:13px;
322        text-decoration:underline;
323        padding-left:20px;
324        border-left: 4px;
325        color:#E77800;
326        border-left-style:solid;
327        font-family:Arial;
328        font-size:12px;
329        border-color:#FFFFFF;
330		color:#E77800;
331        font-weight:bold;
332        width:60%;
333    }
334
335
336.warning-text-content{
337        border-right: 4px;
338        text-decoration:underline;
339        border-right-style:solid;
340        color:#E77800;
341        height:13px;
342        font-size:12px;
343        border-color:#FFFFFF;
344        width:40%;
345    }
346	
347.page-table-button{    
348        font-family:Arial;
349        font-size:11px;
350        margin-top:0px;
351        margin-left:0px;
352        padding-left:0px;
353        font-weight:bold;
354        color:#FFFFFF;
355        height:16px;
356        width:140px;
357        background: url("../img/page-table-button.gif") no-repeat;
358        background-position:relative;
359
360    }
361
362
363.page-table-button-large{    
364        font-family:Arial;
365        font-size:11px;
366        margin-top:0px;
367        margin-left:0px;
368        padding-left:0px;
369        font-weight:bold;
370        color:#FFFFFF;
371        height:32px;
372        width:140px;
373        background: url("../img/page-table-button-large.gif") no-repeat;
374        background-position:relative;
375
376    }	
377	
378.page-table-button-left{    
379        font-family:Arial;
380        font-size:11px;
381        margin-top:0px;
382        margin-left:0px;
383        padding-left:0px;
384        font-weight:bold;
385        color:#FFFFFF;
386        height:16px;
387        width:140px;
388        background: url("../img/page-table-button.gif") no-repeat;
389        background-position:100% 90%;
390		overflow:hidden;
391		padding-top:5px;
392		padding-left:7px;
393    }
394	
395.page-table-button-right{    
396        font-family:Arial;
397        font-size:11px;
398        margin-top:0px;
399        margin-left:0px;
400        padding-left:0px;
401        font-weight:bold;
402        color:#FFFFFF;
403        height:16px;
404        width:140px;
405        background: url("../img/page-table-button.gif") no-repeat;
406        background-position:70% 90%;
407		overflow:hidden;
408		padding-top:5px;
409		padding-left:7px;
410    }
411
412.page-table-button-large-left{    
413        font-family:Arial;
414        font-size:11px;
415        margin-top:0px;
416        margin-left:0px;
417        padding-left:1px;
418        font-weight:bold;
419        color:#FFFFFF;
420        height:32px;
421        width:280px;
422        background: url("../img/page-table-button-large.gif") no-repeat;
423        background-position:100% 90%;
424		overflow:hidden;
425		padding-top:5px;
426		padding-left:7px;
427
428    }	
429	
430.page-table-button-large-right{    
431        font-family:Arial;
432        font-size:11px;
433        margin-top:0px;
434        margin-left:0px;
435        padding-left:0px;
436        font-weight:bold;
437        color:#FFFFFF;
438        height:32px;
439        width:140px;
440        background: url("../img/page-table-button-large.gif") no-repeat;
441        background-position:70% 90%;
442		overflow:hidden;
443		padding-top:5px;
444		padding-left:7px;
445
446    }
447    
448.page-table-button-gray{    
449        font-family:Arial;
450        font-size:11px;
451        margin-top:0px;
452        margin-left:0px;
453        padding-left:0px;
454        font-weight:bold;
455        color:#767676;
456        height:16px;
457        width:140px;
458        background: url("../img/page-table-button-gray.gif") no-repeat;
459        background-position:relative;
460
461    }    
462
463.subhead{
464        height:32px;
465        width:740px;
466        background: url("../img/subhead-top.gif") no-repeat 0px 0px;
467        background-position:relative;
468}
469
470.subhead-bottom{
471        height:29px;
472        width:740px;
473        background: url("../img/subhead-bottom.gif") no-repeat 0px 0px;
474        background-position:relative;
475}
476
477.subhead-text{
478        font-family:Arial;
479        font-size:14px;
480        color:#E5E5E5;
481        font-weight:bold;
482        padding-left:20px;
483        background-position:relative;
484        padding-top:7px;
485}
486
487.subhead-text-menu{
488        height:25px;
489        padding-left:20px;
490        border-left: 1px;
491        border-left-style:solid;
492        font-family:Arial;
493        font-size:12px;
494        border-color:#000000;
495        font-weight:bold;
496        width:18%;
497    }
498
499.subhead-text-context{
500        padding-left:20px;
501        border-right: 1px;
502        border-right-style:solid;
503        height:25px;
504        font-size:12px;
505        border-color:#000000;
506        width:75%;
507    }
508
509.normal-text{
510        font-family:Arial;
511        font-size:12px;
512        color:#404040;
513        text-decoration:none;
514        font-weight:bold;
515        background-position:relative;
516        
517}
518.subtop{
519        font-family:Arial;
520        margin:0px;
521        font-size:12px;
522        width:1050px;
523
524        color:#FFFFFF;
525        font-weight:bold;
526        vertical-align:middle;
527
528}
529.subhead2{
530        font-family:Arial;
531        margin:0px;
532        font-size:16px;
533        background: url("../img/subhead2-top_noh.gif") no-repeat 0px 0px;
534        color:#ADA7D7;
535        font-weight:bold;
536        vertical-align:middle;
537        position: absolute;
538        top: 0px;
539        left: 0px;
540        padding-top:8px;
541        padding-bottom:8px;
542        padding-left:20px;
543}
544
545.subhead2-table{
546	      zoom:1;
547        width:1050px;
548	      background-attachment:fixed;
549        padding-right:5px;
550        border-collapse:collapse;
551}
552
553.subhead2-multi-table{
554	      zoom:1;
555
556	      background-repeat: no-repeat;
557	      background-attachment:fixed;
558        border:0px;
559        border-collapse:collapse;
560}
561
562
563.subhead2-text{
564       font-family:Arial;
565        margin:0px;
566        color:#FFFFFF;
567        font-size:12px;
568        background-position:relative;
569        font-weight:bold;
570        vertical-align:middle;
571        padding-top:4px;
572        padding-bottom:4px;
573}
574    
575.subhead2-bottom{
576        height:29px;
577        width:1050px;
578
579        background-position:relative;
580        position:relative;
581        top:-28px;
582        margin-bottom:0px;
583}
584
585.subhead2-text-menu{
586        padding-left:20px;
587        height:20px;
588        border-left: 0px;
589        border-left-style:solid;
590        border-color:#808080;
591    }
592
593.page-body {
594
595        margin:0px;
596
597        background-color:#E5E5E5;
598        overflow:hidden;
599}
600
601.subhead2-text-context{
602        text-align:right;
603        padding-right:20px;
604        border-right: 0px;
605        border-right-style:solid;
606        border-color:#808080;
607    }
608
609.table-round-top-left{
610	  background-image:url("../img/roundtopleft_table.gif");
611	  background-repeat:no-repeat;
612	}
613
614.table-round-top-right{
615	  background-image:url("../img/roundtopright_table.gif");
616	  background-repeat:no-repeat;
617	}
618
619.table-round-bottom-left{
620	  background-image:url("../img/roundbottomleft_table.gif");
621	  background-repeat:no-repeat;
622	  background-position:0px -22px;
623	}
624
625.table-round-bottom-right{
626	  background-image:url("../img/roundbottomright_table.gif");
627	  background-repeat:no-repeat;
628	  background-position:0px -22px;
629	}
630
631.table-header{
632	  background-color:#9d98ff;
633    font-family:Arial;
634    font-size:12px;
635    vertical-align:middle;
636    color:#404040;
637    text-decoration:none;
638    font-weight:bold;
639    background-position:relative;
640	}
641	
642.table-content-text{
643    font-family:Arial;
644    font-size:12px;
645    color:#404040;
646    text-decoration:none;
647    font-weight:normal;
648    background-position:relative;
649	}
650
651.help-frame-div{
652  position:absolute; top:284px;left:10px;	
653  width:1000px;
654  height:140px;
655	background: #202020;
656	padding:10px;
657	visibility:hidden;
658
659}
660
661
662.bas-help-frame-div{
663	position:absolute; top:284px;left:10px;
664  width:600px;
665  height:140px;
666	background: #202020;
667	padding:10px;
668	visibility:hidden;
669
670}
671
672
673.help-iframe{
674  width:100%;
675  height:140px;
676	background: #202020;
677	padding:0px;
678  position:relative;	
679}	
680
681
682.scroll-pane
683{
684		overflow: auto;
685		-webkit-overflow-scrolling: touch;
686}
687
688#full-page-container
689{
690    position:absolute; top:0px;left:0px;
691    overflow: hidden;
692}
693
694.cover-image
695{
696    position:absolute;
697    top:0px;
698    left:0px;
699    width:100%;
700    height:100%;
701    z-index:5;
702}
703
704.folderName_ie10
705{
706	border-right: inset 1pt;
707}
708
709.subpage-body {
710
711        margin:0px;
712
713        background-color:#FFFFFF;
714        overflow:hidden;
715}
716
717
718