~sergei.glushchenko/percona-xtrabackup/20-decompress

« back to all changes in this revision

Viewing changes to doc/source/percona-theme/static/percona.com.css

  • Committer: Stewart Smith
  • Date: 2012-07-31 04:46:23 UTC
  • mfrom: (242.55.9 staging-1.6)
  • Revision ID: stewart@flamingspork.com-20120731044623-kystli3yf9tpp1s4
merge from 1.6: Bug #1021954: XtraBackup on MultiInstance server connects to default instance for slave info

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body, html{
 
2
        height:100%;
 
3
        margin:0;
 
4
        padding:0;
 
5
        font-size: 12px;
 
6
        line-height: 16px;
 
7
        font-family: Arial;
 
8
        color: #333333;
 
9
}
 
10
 
 
11
form{
 
12
        display:inline
 
13
}
 
14
 
 
15
a, a:visited{
 
16
        border:none;
 
17
        cursor:pointer;
 
18
        color: #d5390b;
 
19
        text-decoration: underline;
 
20
}
 
21
a:hover
 
22
{
 
23
        color: #712000;
 
24
        text-decoration: underline;
 
25
}
 
26
 
 
27
img{
 
28
        border:none
 
29
}
 
30
 
 
31
div,img{
 
32
        behavior:url(/static/css/iepngfix.htc)
 
33
}
 
34
 
 
35
em
 
36
{
 
37
    font-style: italic;
 
38
}
 
39
 
 
40
del
 
41
{
 
42
    text-decoration: line-through;
 
43
}
 
44
 
 
45
.hidden{
 
46
        display:none
 
47
}
 
48
 
 
49
strong {
 
50
    font-weight: bold;
 
51
}
 
52
 
 
53
html, body {
 
54
    height: 100%;
 
55
}
 
56
 
 
57
#stickywrapper {
 
58
    position: relative;
 
59
    min-height: 100%;
 
60
}
 
61
 
 
62
* html #stickywrapper {
 
63
    height: 100%;
 
64
}
 
65
 
 
66
#stickycontent {
 
67
    padding-bottom: 102px;
 
68
}
 
69
 
 
70
#stickyfooter {
 
71
    position: relative;
 
72
    margin: -97px auto 0 auto;
 
73
}
 
74
a.links
 
75
{
 
76
    font-style: oblique;
 
77
    text-decoration: underline;
 
78
}
 
79
span.subpart
 
80
{
 
81
    font-weight: bold;
 
82
}
 
83
 
 
84
/**
 
85
 *      LAYOUT
 
86
 */
 
87
 
 
88
#header{
 
89
        background:#333;
 
90
        height:95px;
 
91
        overflow:hidden;
 
92
        zoom:1
 
93
}
 
94
 
 
95
#header .header{
 
96
        height:95px;
 
97
        margin:0 auto;
 
98
        overflow:hidden;
 
99
        width:960px;
 
100
        zoom:1
 
101
}
 
102
#header .header .logo{
 
103
        float:left;
 
104
        overflow:hidden;
 
105
        padding:20px 0;
 
106
        width:240px;
 
107
        zoom:1
 
108
}
 
109
 
 
110
#header .header .logo
 
111
{
 
112
        overflow: hidden;
 
113
        zoom: 1;
 
114
        float: left;
 
115
        width: 240px;
 
116
        padding: 20px 0px;
 
117
}
 
118
 
 
119
#header .header .right
 
120
{
 
121
        overflow: hidden;
 
122
        zoom: 1;
 
123
        float: left;
 
124
        width: 720px;
 
125
        height: 35px;
 
126
        padding: 30px 0px;
 
127
}
 
128
 
 
129
 
 
130
#header .header .right .searchlink
 
131
{
 
132
        overflow: hidden;
 
133
        zoom: 1;
 
134
        width: 35px;
 
135
        height: 35px;
 
136
        float: right;
 
137
        padding: 0px 0px 0px 10px;
 
138
}
 
139
 
 
140
 
 
141
#header .header .right .navicontainer
 
142
{
 
143
        overflow: hidden;
 
144
        zoom: 1;
 
145
        float: right;
 
146
        height: 35px;
 
147
        background: #ffffff url(ui-navi-l.png) top left no-repeat;
 
148
}
 
149
 
 
150
#header .header .right .navi
 
151
{
 
152
        overflow: hidden;
 
153
        zoom: 1;
 
154
        height: 27px;
 
155
        padding: 4px 10px;
 
156
        background: url(ui-navi-r.png) top right no-repeat;
 
157
}
 
158
 
 
159
#header .header .right .navicontainer .navi span
 
160
{
 
161
        overflow: hidden;
 
162
        zoom: 1;
 
163
        height: 27px;
 
164
        float: left;
 
165
        margin: 0px;
 
166
}
 
167
#header .header .right .navicontainer .navi span:hover
 
168
{
 
169
        background: #f0f0f0 url(ui-navi-hover-l.png) top left no-repeat;
 
170
}
 
171
#header .header .right .navicontainer .navi span.selected, #header .header .right .navicontainer .navi span.selected:hover
 
172
{
 
173
        background: #d5390b url(ui-navi-sel-l.png) top left no-repeat;
 
174
}
 
175
 
 
176
#header .header .right .navicontainer .navi span a, #header .header .right .navicontainer .navi span a:visited
 
177
{
 
178
        display: block;
 
179
        padding: 6px 10px 4px 10px;
 
180
        height: 17px;
 
181
        font-family: Arial, Helvetica, sans-serif;
 
182
        font-size: 14px;
 
183
        line-height: 14px;
 
184
        color: #000000;
 
185
        text-decoration: none;
 
186
}
 
187
#header .header .right .navicontainer .navi span a:hover
 
188
{
 
189
        background: url(ui-navi-hover-r.png) top right no-repeat;
 
190
}
 
191
#header .header .right .navicontainer .navi span.selected a.selected, #header .header .right .navicontainer .navi span.selected a.selected:visited, #header .header .right .navicontainer .navi span.selected a.selected:hover
 
192
{
 
193
        background: url(ui-navi-sel-r.png) top right no-repeat;
 
194
        color: #ffffff;
 
195
}
 
196
 
 
197
 
 
198
 
 
199
/*
 
200
 *   Banners
 
201
 */
 
202
 
 
203
#slogan
 
204
{
 
205
        overflow: hidden;
 
206
        zoom: 1;
 
207
        height: 125px;
 
208
        background: #d24300 url(ui-orange-front.png) bottom center no-repeat;
 
209
        text-align: center;
 
210
}
 
211
 
 
212
#stripe
 
213
{
 
214
        overflow: hidden;
 
215
        zoom: 1;
 
216
        height: 20px;
 
217
        background: #d24300 url(ui-orange-content.png) top center no-repeat;
 
218
}
 
219
 
 
220
 
 
221
 
 
222
/*
 
223
 *   Footer
 
224
 */
 
225
 
 
226
#footer
 
227
{
 
228
        overflow: hidden;
 
229
        zoom: 1;
 
230
        background: #333333;
 
231
        border-top: 2px #d95200 solid;
 
232
}
 
233
 
 
234
#footer .footer
 
235
{
 
236
        overflow: hidden;
 
237
        zoom: 1;
 
238
        width: 960px;
 
239
        margin: 0px auto;
 
240
        padding: 10px 0px;
 
241
}
 
242
 
 
243
#footer .footer .logo
 
244
{
 
245
        overflow: hidden;
 
246
        zoom: 1;
 
247
        float: left;
 
248
        padding: 17px 0px 0px 0px;
 
249
}
 
250
 
 
251
#footer .footer .text
 
252
{
 
253
        overflow: hidden;
 
254
        zoom: 1;
 
255
        float: right;
 
256
        text-align: right;
 
257
        font-family: Arial, Helvetica, sans-serif;
 
258
        font-size: 11px;
 
259
        line-height: 15px;
 
260
        color: #e0e0e0;
 
261
}
 
262
 
 
263
#footer .footer .text a, #footer .footer .text a:visited
 
264
{
 
265
        color: #e0e0e0;
 
266
        text-decoration: none;
 
267
}
 
268
#footer .footer .text a:hover
 
269
{
 
270
        color: #ffffff;
 
271
        text-decoration: underline;
 
272
}
 
273
 
 
274
 
 
275
/*
 
276
 *  Menu Dropdowns
 
277
 */
 
278
 
 
279
div.navi-dropdown
 
280
{
 
281
        display: none;
 
282
        position: absolute;
 
283
        overflow: hidden;
 
284
        zoom: 1;
 
285
        width: 255px;
 
286
                                z-index: 900;
 
287
}
 
288
 
 
289
div.navi-dropdown .navi-dropdown-header-l
 
290
{
 
291
        overflow: hidden;
 
292
        zoom: 1;
 
293
        width: 255px;
 
294
        height: 20px;
 
295
        background: url(ui-dropdown-header-l.png) top left no-repeat;
 
296
}
 
297
 
 
298
div.navi-dropdown .navi-dropdown-header-r
 
299
{
 
300
        overflow: hidden;
 
301
        zoom: 1;
 
302
        width: 255px;
 
303
        height: 20px;
 
304
        background: url(ui-dropdown-header-r.png) top left no-repeat;
 
305
}
 
306
 
 
307
div.navi-dropdown .navi-dropdown-content
 
308
{
 
309
        overflow: hidden;
 
310
        zoom: 1;
 
311
        width: 225px;
 
312
        padding: 0px 15px 5px 15px;
 
313
        background: #ffffff url(ui-dropdown-bg.png) repeat-y;
 
314
        font-family: Arial, Helvetica, sans-serif;
 
315
        font-size: 14px;
 
316
        line-height: 20px;
 
317
        color: #333333;
 
318
}
 
319
 
 
320
div.navi-dropdown .navi-dropdown-content .item
 
321
{
 
322
        padding: 3px 0px 1px 0px;
 
323
}
 
324
 
 
325
div.navi-dropdown .navi-dropdown-content a, div.navi-dropdown .navi-dropdown-content a:visited
 
326
{
 
327
        display: block;
 
328
        color: #333333;
 
329
        text-decoration: none;
 
330
}
 
331
div.navi-dropdown .navi-dropdown-content a:hover
 
332
{
 
333
        color: #d12907;
 
334
        text-decoration: underline;
 
335
}
 
336
 
 
337
div.navi-dropdown .navi-dropdown-footer
 
338
{
 
339
        overflow: hidden;
 
340
        zoom: 1;
 
341
        width: 255px;
 
342
        height: 10px;
 
343
        background: url(ui-dropdown-footer.png) top left no-repeat;
 
344
}
 
345
 
 
346
 
 
347
div.search-dropdown
 
348
{
 
349
        display: none;
 
350
        position: absolute;
 
351
        overflow: hidden;
 
352
        zoom: 1;
 
353
        width: 255px;
 
354
}
 
355
 
 
356
div.search-dropdown .search-dropdown-header
 
357
{
 
358
        overflow: hidden;
 
359
        zoom: 1;
 
360
        width: 255px;
 
361
        height: 20px;
 
362
        background: url(ui-dropdown-header-search.png) top left no-repeat;
 
363
}
 
364
 
 
365
div.search-dropdown .search-dropdown-content
 
366
{
 
367
        overflow: hidden;
 
368
        zoom: 1;
 
369
        width: 225px;
 
370
        padding: 0px 15px 5px 15px;
 
371
        background: #ffffff url(ui-dropdown-bg.png) repeat-y;
 
372
        font-family: Arial, Helvetica, sans-serif;
 
373
        font-size: 14px;
 
374
        line-height: 20px;
 
375
        color: #333333;
 
376
}
 
377
 
 
378
div.search-dropdown .search-dropdown-content .form
 
379
{
 
380
        padding-top: 2px;
 
381
}
 
382
 
 
383
div.search-dropdown .search-dropdown-content .form input
 
384
{
 
385
        border: 1px #c0c0c0 solid;
 
386
        padding: 4px;
 
387
        width: 210px;
 
388
        outline: none;
 
389
}
 
390
div.search-dropdown .search-dropdown-content .form input:focus
 
391
{
 
392
        border: 1px #707070 solid;
 
393
        outline: none;
 
394
}
 
395
 
 
396
div.search-dropdown .search-dropdown-footer
 
397
{
 
398
        overflow: hidden;
 
399
        zoom: 1;
 
400
        width: 255px;
 
401
        height: 10px;
 
402
        background: url(ui-dropdown-footer.png) top left no-repeat;
 
403
}
 
404
 
 
405
 
 
406
 
 
407
#left-column .navi-title {
 
408
        font-size: 15px;
 
409
        color: #d5390b;
 
410
        margin-bottom: 20px;
 
411
}
 
412
 
 
413
#left-column .navi-title span {
 
414
        background: url("left_menu_title_bullet.png") right top no-repeat;
 
415
        padding-right: 20px;
 
416
        padding-left: 10px;
 
417
}
 
418
 
 
419
#left-column .item, #left-column .subitem {
 
420
        
 
421
        border-top: 1px solid #f3f1ee;
 
422
}
 
423
 
 
424
#left-column .subitem {
 
425
        padding-left: 15px;
 
426
}
 
427
 
 
428
#left-column .item a, #left-column .subitem a {
 
429
        min-height: 18px;
 
430
        /* line-height: 23px; */
 
431
        
 
432
        color: #a3a3a3;
 
433
        font-size: 11px;
 
434
        text-decoration: none;
 
435
        display: block;
 
436
        padding:  5px 0 2px 10px;
 
437
        background: url('left_column_item_bulletpoint.png') left no-repeat;
 
438
}
 
439
#left-column .item a:hover { 
 
440
        text-decoration: underline;
 
441
}
 
442
 
 
443
#left-column .selected > a {
 
444
        color: #b82c02;
 
445
        background: url('left_menu_item_selected_bulletpoint.png') left no-repeat;
 
446
}
 
447
 
 
448
/*
 
449
 *   Front page
 
450
 */
 
451
.frontpage-text {
 
452
        font-size: 13px;
 
453
}
 
454
div.frontpage-banners
 
455
{
 
456
  overflow: hidden;
 
457
  zoom: 1;
 
458
  width: 960px;
 
459
  margin: 0px;
 
460
  margin-bottom: 20px;
 
461
  padding: 0px;
 
462
}
 
463
 
 
464
div.frontpage-banners div.frontpage-banners-container
 
465
{
 
466
  overflow: hidden;
 
467
  zoom: 1;
 
468
  width: 960px;
 
469
        height: 200px;
 
470
        padding-bottom: 30px;
 
471
        z-index: 100;
 
472
}
 
473
 
 
474
div.frontpage-banners a.nivo-imageLink
 
475
{
 
476
  position: absolute;
 
477
  top: 0px;
 
478
  left: 0px;
 
479
  width: 960px;
 
480
  height: 200px;
 
481
  border: 0;
 
482
  padding: 0;
 
483
  margin: 0;
 
484
  z-index: 20;
 
485
  display: none;
 
486
}
 
487
 
 
488
 
 
489
div.frontpage-banners div.frontpage-banners-container div.nivo-directionNav
 
490
{
 
491
        width: 1px;
 
492
        height: 1px;
 
493
        display: none !important;
 
494
        z-index: 18 !important;
 
495
}
 
496
 
 
497
div.frontpage-banners div.frontpage-banners-container div.nivo-controlNav
 
498
{
 
499
        position: absolute;
 
500
        top: 200px;
 
501
        width: 960px;
 
502
        text-align: center;
 
503
        font-size: 28px;
 
504
        line-height: 25px;
 
505
}
 
506
 
 
507
div.frontpage-banners div.frontpage-banners-container div.nivo-controlNav a
 
508
{
 
509
        padding: 0px 3px;
 
510
        text-decoration: none !important;
 
511
        color: #919191 !important;
 
512
}
 
513
 
 
514
div.frontpage-banners div.frontpage-banners-container div.nivo-controlNav a.active
 
515
{
 
516
        color: #d12907 !important;
 
517
}
 
518
 
 
519
div.frontpage-banners div.frontpage-banners-selector
 
520
{
 
521
  overflow: hidden;
 
522
  zoom: 1;
 
523
        height: 20px;
 
524
        text-align: center;
 
525
}
 
526
 
 
527
div.frontpage-main
 
528
{
 
529
  overflow: hidden;
 
530
  zoom: 1;
 
531
  width: 960px;
 
532
  padding: 0px;
 
533
}
 
534
 
 
535
div.frontpage-boxes
 
536
{
 
537
        overflow: hidden;
 
538
        zoom: 1;
 
539
        margin: 25px 0px 0px 0px;
 
540
        width: 515px;
 
541
        padding: 0px;
 
542
}
 
543
 
 
544
div.frontpage-boxes div.frontpage-boxes-selector
 
545
{
 
546
        overflow: hidden;
 
547
        zoom: 1;
 
548
        width: 515px;
 
549
}
 
550
 
 
551
div.frontpage-boxes div.frontpage-boxes-selector div.frontpage-boxes-selector-item
 
552
{
 
553
        overflow: hidden;
 
554
        zoom: 1;
 
555
        width: 127px;
 
556
        float: left;
 
557
        margin-left: -1px;
 
558
        border-top: 1px #cccccc solid;
 
559
        border-left: 1px #cccccc solid;
 
560
        border-right: 1px #cccccc solid;
 
561
        border-bottom: 1px #cccccc solid;
 
562
        text-align: center;
 
563
        margin-top: 10px;
 
564
        padding: 0px 0px 0px 0px;
 
565
}
 
566
 
 
567
div.frontpage-boxes div.frontpage-boxes-selector div.frontpage-boxes-selector-item:first-child
 
568
{
 
569
        margin-left: 0px;
 
570
}
 
571
 
 
572
div.frontpage-boxes div.frontpage-boxes-selector div.frontpage-boxes-selector-item.selected
 
573
{
 
574
        background: url(ui-tab-bg.png) repeat-x;
 
575
        margin-top: 0px;
 
576
        border-bottom: none;
 
577
        padding: 5px 0px 6px 0px;
 
578
}
 
579
 
 
580
div.frontpage-boxes div.frontpage-boxes-selector div.frontpage-boxes-selector-item a
 
581
{
 
582
        display: block;
 
583
        font-size: 13px;
 
584
        line-height: 13px;
 
585
        font-weight: bold;
 
586
        color: #444444 !important;
 
587
        text-decoration: none !important;
 
588
        padding: 9px 0px 8px 0px;
 
589
}
 
590
 
 
591
div.frontpage-boxes div.frontpage-boxes-container
 
592
{
 
593
          overflow: hidden;
 
594
          zoom: 1;
 
595
          font-size: 12px;
 
596
        width: 511px;
 
597
        height: 150px;
 
598
        padding-top: 20px;
 
599
        border-left: 1px #cccccc solid;
 
600
        border-right: 1px #cccccc solid;
 
601
        border-bottom: 1px #cccccc solid;
 
602
        padding-left: 0px;
 
603
}
 
604
 
 
605
div.frontpage-boxes div.frontpage-boxes-container div.frontpage-box img
 
606
{
 
607
        padding: 5px 15px 55px 0;
 
608
        float:left;
 
609
}
 
610
 
 
611
.innerpage-box {
 
612
        padding: 10px 20px;
 
613
}
 
614
/*
 
615
 *   Content
 
616
 */
 
617
 
 
618
#contentcontainer
 
619
{
 
620
        overflow: hidden;
 
621
        zoom: 1;
 
622
        width: 960px;
 
623
        padding: 30px 0px;
 
624
        margin: 0px auto;
 
625
}
 
626
 
 
627
 
 
628
.document p
 
629
{
 
630
       margin-bottom:15px;
 
631
}
 
632
 
 
633
.document h1
 
634
{
 
635
        font-size: 23px;
 
636
        line-height: 30px;
 
637
        margin: 5px 0px 10px 0px;
 
638
        color: #d5390b;
 
639
}
 
640
 
 
641
.document h2
 
642
{
 
643
        font-size: 17px;
 
644
        line-height: 20px;
 
645
        padding: 0px 0px 3px 0px;
 
646
        margin: 30px 0px 15px 0px;
 
647
        color: #000000;
 
648
        border-bottom: 1px #e0e0e0 solid;
 
649
}
 
650
 
 
651
.document h3
 
652
{
 
653
        font-weight: bold;
 
654
        font-size: 14px;
 
655
        line-height: 17px;
 
656
        margin: 20px 0px 5px 0px;
 
657
        color: #000000;
 
658
}
 
659
 
 
660
.document dl dt
 
661
{
 
662
        font-weight: bold;
 
663
        margin-top: 10px;
 
664
        margin-bottom: 10px;
 
665
}
 
666
 
 
667
.document dl dd
 
668
{
 
669
        padding: 0px 0px 0px 30px;
 
670
}
 
671
 
 
672
.document ol
 
673
{
 
674
        list-style-type: decimal;
 
675
        padding: 0px 0px 0px 30px;
 
676
}
 
677
 
 
678
.document ol li
 
679
{
 
680
        list-style-type: decimal;
 
681
        margin: 8px 0px;
 
682
}
 
683
 
 
684
/*
 
685
.document h4
 
686
{
 
687
        font-family: Arial, Helvetica, sans-serif;
 
688
        font-size: 14px;
 
689
        line-height: 14px;
 
690
                                font-weight: bold;
 
691
        padding: 5px 0px 0px 0px;
 
692
        margin: -16px 0px 20px 0px;
 
693
        color: #000000;
 
694
        border-top: 1px #e0e0e0 solid;
 
695
}
 
696
.document h4 a, .document h4 a:visited
 
697
{
 
698
        color: #000000;
 
699
  text-decoration: none;
 
700
}
 
701
.document h4 a:hover
 
702
{
 
703
  color: #d12907;
 
704
  text-decoration: none;
 
705
}
 
706
 
 
707
 
 
708
 
 
709
.document ul
 
710
{
 
711
        list-style-type: square;
 
712
        padding: 0px 0px 0px 30px;
 
713
}
 
714
 
 
715
.document ul li
 
716
{
 
717
        list-style-type: square;
 
718
        margin: 8px 0px;
 
719
}
 
720
 
 
721
 
 
722
 
 
723
.document div.pagecontent
 
724
{
 
725
        overflow: hidden;
 
726
        zoom: 1;
 
727
}
 
728
*/
 
729
 
 
730
 
 
731
/*
 
732
 *   Content box
 
733
 */
 
734
/*
 
735
div.contentbox
 
736
{
 
737
        border: 1px #e0e0e0 solid;
 
738
}
 
739
 
 
740
div.contentbox div.title
 
741
{
 
742
        font-size: 16px;
 
743
        line-height: 20px;
 
744
        font-weight: bold;
 
745
        padding: 8px 15px 2px 15px;
 
746
        background: url(ui-leftnavi-sel.png) repeat-x;
 
747
}
 
748
 
 
749
div.contentbox div.content
 
750
{
 
751
        padding: 15px;
 
752
}
 
753
*/
 
754
 
 
755
 
 
756
div.side-column-block
 
757
{
 
758
        width: 220px;
 
759
        position: relative;
 
760
        margin: 0 0 20px;
 
761
}
 
762
 
 
763
div.side-column-block .header
 
764
{
 
765
        background: url("boxes_header_bulletpoint.png") left no-repeat;
 
766
        text-align: left;
 
767
        font-size: 14px;
 
768
        line-height: 20px;
 
769
        padding: 3px 0px 3px 20px;
 
770
        margin-bottom: 10px;
 
771
        font-weight: bold;
 
772
        border-bottom: 1px solid #efece8;
 
773
        
 
774
}
 
775
 
 
776
div.side-column-block div.content
 
777
{
 
778
        font-size: 11px;
 
779
        padding-left: 5px;
 
780
}
 
781
 
 
782
div.side-column-block div.content div.more
 
783
{
 
784
        overflow: hidden;
 
785
        zoom: 1;
 
786
        text-align: right;
 
787
        padding: 5px 0px 0px 0px;
 
788
        font-size: 11px;
 
789
        line-height: 17px;
 
790
}
 
791
div.side-column-block div.content li {
 
792
        padding-left: 10px;
 
793
        
 
794
        background: url('boxes_list_bulletpoints.png') left top no-repeat;
 
795
        margin-bottom:7px;
 
796
}
 
797
 
 
798
div.side-column-block .content a {
 
799
        color: #b82c02;
 
800
}
 
801
 
 
802
div.side-column-block .content table.call-us {
 
803
        width: 100%;
 
804
}
 
805
div.side-column-block .content table.call-us tr {
 
806
        margin-bottom: 10px;
 
807
}
 
808
div.side-column-block .content table.call-us th {
 
809
        vertical-align: text-top;
 
810
        color: #e05d02;
 
811
        font-size: 11px;
 
812
}
 
813
div.side-column-block .content table.call-us td, div.side-column-block .content table.call-us th {
 
814
        padding-bottom: 10px;
 
815
}
 
816
div.side-column-block .content table.call-us td a {
 
817
        color: #e05d02;
 
818
}
 
819
 
 
820
div.side-column-block .content .button-customer-login span{
 
821
        display: none;
 
822
}
 
823
.side-column-block .content .button-customer-login {
 
824
        display: block;
 
825
        background: url('button-customer-login.png') top left no-repeat;
 
826
        width: 220px;
 
827
        height: 30px;
 
828
        margin-top: 12px;
 
829
}
 
830
 
 
831
.side-column-block .side-contact-buttons {
 
832
        margin: 0 !important;
 
833
        padding-left: 0px !important;
 
834
}
 
835
.side-column-block .side-contact-buttons li {
 
836
        margin-bottom: 5px;
 
837
        list-style: none !important;
 
838
}
 
839
.side-column-block .side-contact-buttons a {
 
840
        display: block;
 
841
        width: 228px;
 
842
        height: 32px;
 
843
        background: url('side_buttons.png') top left no-repeat;
 
844
}
 
845
.side-column-block .side-contact-buttons a.contact-me { background-position: 0px 0px; }
 
846
.side-column-block .side-contact-buttons a.webinar { background-position: 0px -36px; }
 
847
.side-column-block .side-contact-buttons a.download-software { background-position: 0px -71px; }
 
848
.side-column-block .side-contact-buttons a.newsletters { background-position: 0px -108px; }
 
849
 
 
850
.side-column-block .side-contact-buttons a span {
 
851
        display: none;
 
852
}
 
853
 
 
854
 
 
855
.side-column-block .content .numbers
 
856
{
 
857
        padding-left: 45px;
 
858
        background: url(phone.png) 2px center no-repeat;
 
859
        line-height: 18px;
 
860
        text-align: right;
 
861
        padding-right: 5px;
 
862
}
 
863
 
 
864
/*
 
865
 *   Our team list
 
866
 */
 
867
 
 
868
.our-team-page h2
 
869
{
 
870
    clear: both;
 
871
}
 
872
 
 
873
div.our-team-item
 
874
{
 
875
        text-align: center;
 
876
    overflow: hidden;
 
877
    zoom: 1;
 
878
    width: 162px;
 
879
    margin-left: 5px;
 
880
    height: 200px;
 
881
    float: left;
 
882
}
 
883
 
 
884
.pagecontent div.our-team-profile {
 
885
        height: inherit;
 
886
        margin-left: 0;
 
887
}
 
888
.pagecontent div.our-team-profile img{
 
889
        margin-top: 20px;
 
890
        margin-left: 0;
 
891
        margin-right: 0;
 
892
}
 
893
div.our-team-item .img img
 
894
{
 
895
        border: 1px #e0e0e0 solid;
 
896
        padding: 2px;
 
897
}
 
898
 
 
899
/*
 
900
 *   Phone Directory
 
901
 */
 
902
 
 
903
table.phonetable {
 
904
    margin-top: 1em;
 
905
    border-collapse: collapse;
 
906
}
 
907
 
 
908
.phonetable {
 
909
        margin-left: 2em;
 
910
}
 
911
 
 
912
table.phonetable th,
 
913
table.phonetable tr {
 
914
        text-align: left;
 
915
}
 
916
 
 
917
table.phonetable th {
 
918
        border: 1px #e0e0e0 solid;
 
919
        background: #f8f8f8;
 
920
        padding: 7px;
 
921
        font-weight: bold;
 
922
}
 
923
 
 
924
table.phonetable td {
 
925
        border: 1px #e0e0e0 solid;
 
926
        padding: 7px ;
 
927
}
 
928
 
 
929
table.phonetable .label {
 
930
        text-align: left;
 
931
}
 
932
 
 
933
table.phonetable td.label {
 
934
}
 
935
 
 
936
/*
 
937
 * contact forms
 
938
 */
 
939
.form-item
 
940
{
 
941
    clear: both;
 
942
    margin-top: 1em;
 
943
    position: relative;
 
944
}
 
945
.form-item label
 
946
{
 
947
    display: block;
 
948
    font-weight: bold;
 
949
    position: absolute;
 
950
    top: 0;
 
951
    left: 0;
 
952
    width: 13em;
 
953
}
 
954
.form-required
 
955
{
 
956
    color: #fa0;
 
957
    font-weight: bold;
 
958
}
 
959
.form-item .description
 
960
{
 
961
    color: #888;
 
962
    font-size: 0.85em;
 
963
    line-height: 150%;
 
964
    position: relative;
 
965
    left: 14em;
 
966
}
 
967
#edit-submitbutton
 
968
{
 
969
    position: relative;
 
970
    left: 12em;
 
971
    margin: 1em 0;
 
972
}
 
973
.form-item input[type=text],
 
974
.form-item select,
 
975
.form-item textarea
 
976
{
 
977
    border: 1px solid #CCC;
 
978
    width: 350px;
 
979
    position: relative;
 
980
    top: 0;
 
981
    left: 12em;
 
982
}
 
983
.form-item textarea
 
984
{
 
985
    height: 12em;
 
986
    padding: 3px;
 
987
}
 
988
.form-item-spacer
 
989
{
 
990
    padding-top: 1em;
 
991
}
 
992
.form-item #captcha
 
993
{
 
994
    position: relative;
 
995
    top: 0;
 
996
    left: 12em;
 
997
}
 
998
#edit-submitted-captcha
 
999
{
 
1000
    margin-top: 0.5em;
 
1001
    width: 154px;
 
1002
}
 
1003
fieldset.form-item-set
 
1004
{
 
1005
    border: 1px solid #ccc;
 
1006
    display: block;
 
1007
    margin: 12px 0;
 
1008
    padding: 12px;
 
1009
}
 
1010
fieldset.form-item-set legend
 
1011
{
 
1012
    border: none;
 
1013
    display: block;
 
1014
    padding: 0 2px;
 
1015
}
 
1016
div.error
 
1017
{
 
1018
    background: #fff;
 
1019
    border: solid 1px #c52020;
 
1020
    color: #C52020;
 
1021
    padding: 5px;
 
1022
}
 
1023
div.messages
 
1024
{
 
1025
    margin: 5px 20px;
 
1026
    font-size: 11px;
 
1027
}
 
1028
div.messages ul,
 
1029
div.messages ul li
 
1030
{
 
1031
    list-style-image: none;
 
1032
    list-style-type: none;
 
1033
}
 
1034
div.messages ul li
 
1035
{
 
1036
    padding: 0 0 0.2em 0;
 
1037
}
 
1038
.form-item .error
 
1039
{
 
1040
    background-color :#fdd;
 
1041
}
 
1042
 
 
1043
#emergency-contacts .node-field-name
 
1044
{
 
1045
    text-align: right;
 
1046
    font-weight: bold;
 
1047
    padding-right: 1em;
 
1048
}
 
1049
#emergency-contacts .node-field-value-phone
 
1050
{
 
1051
    font-weight: bold;
 
1052
    color: #137F00;
 
1053
}
 
1054
#emergency-contacts .node-field-help
 
1055
{
 
1056
    font-weight: bold;
 
1057
}
 
1058
 
 
1059
/*
 
1060
 * compact template
 
1061
 */
 
1062
#compact_footer
 
1063
{
 
1064
    width: auto !important;
 
1065
}
 
1066
#compact_contentcontainer
 
1067
{
 
1068
    overflow: hidden;
 
1069
    zoom: 1;
 
1070
    width: auto;
 
1071
    padding: 30px 0px;
 
1072
    margin: 0px 20px;
 
1073
}
 
1074
 
 
1075
 
 
1076
 
 
1077
 
 
1078
 
 
1079
 
 
1080
 
 
1081
 
 
1082
 
 
1083
 
 
1084
 
 
1085
 
 
1086
 
 
1087
 
 
1088
 
 
1089
.content-featured-box {
 
1090
        float: right;
 
1091
        background-color: #f9f9f9;
 
1092
        color: #999999;
 
1093
        font-size: 11px;
 
1094
        padding: 20px;
 
1095
        width: 130px;
 
1096
        margin: 0px 0 10px 10px;
 
1097
}
 
1098
.content-featured-box .footer {
 
1099
        margin-top: 10px;
 
1100
        text-align: right;
 
1101
        color: #666666;
 
1102
        font-size: 11px;
 
1103
}
 
1104
.content-featured-box .footer em {
 
1105
        font-style: normal;
 
1106
        font-size: 11px;
 
1107
}
 
1108
 
 
1109
.document ul {
 
1110
        margin-left: 5px;
 
1111
        padding-left: 15px;
 
1112
        margin-bottom: 15px;
 
1113
}
 
1114
 
 
1115
.document ul li {
 
1116
        list-style-image: url('content_list_bulletpoint.png');
 
1117
        margin-bottom: 5px;
 
1118
        line-height: 16px;
 
1119
}
 
1120
 
 
1121
.document ul.alt-list li {
 
1122
        list-style-image: url('content_list_bulletpoint_alt.png');
 
1123
        font-size: 13px;
 
1124
}
 
1125
 
 
1126
.document ul.alt-list li a {
 
1127
        text-decoration: none;
 
1128
        
 
1129
}
 
1130
 
 
1131
.field-row {
 
1132
        margin-bottom: 20px;
 
1133
}
 
1134
.field-row label {
 
1135
        display:block;
 
1136
        width: 80px;
 
1137
        color: #cc3300;
 
1138
        float: left;
 
1139
}
 
1140
.field-row .field {
 
1141
        display: block;
 
1142
        width: 400px;
 
1143
        float: left;
 
1144
}
 
1145
.field-row:after {
 
1146
        content: ".";
 
1147
        display: block;
 
1148
        visibility: hidden;
 
1149
        height: 0;
 
1150
        clear:both;
 
1151
}
 
1152
 
 
1153
/* **************************************************************************************** */
 
1154
/*
 
1155
 *   Customer list
 
1156
 */
 
1157
 
 
1158
.custlogo img
 
1159
{
 
1160
   /* Images are 175px wide; three side-by-side in a 720px div means each has
 
1161
    * roughly 240px of space to occupy. */
 
1162
   padding: 20px;
 
1163
   border: 1px solid white;
 
1164
}
 
1165
 
 
1166
.custlogo img:hover
 
1167
{
 
1168
   border: 1px solid gray;
 
1169
}
 
1170
 
 
1171
/*
 
1172
 *   Form table
 
1173
 */
 
1174
 
 
1175
table.formtable
 
1176
{
 
1177
        border-collapse: collapse;
 
1178
}
 
1179
 
 
1180
table.formtable th
 
1181
{
 
1182
        font-weight: normal;
 
1183
        white-space: nowrap;
 
1184
        padding: 4px 20px 4px 0px;
 
1185
}
 
1186
 
 
1187
table.formtable td
 
1188
{
 
1189
        padding: 4px 0px 4px 0px;
 
1190
}
 
1191
 
 
1192
table.formtable td input[type='text'],
 
1193
table.formtable td select
 
1194
{
 
1195
        border: 1px #e0e0e0 solid;
 
1196
        padding: 4px;
 
1197
        width: 400px;
 
1198
}
 
1199
 
 
1200
table.formtable td.submit
 
1201
{
 
1202
        padding: 10px 0px 0px 0px;
 
1203
        text-align: center;
 
1204
}
 
1205
 
 
1206
 
 
1207
/*
 
1208
 *   Data table
 
1209
 */
 
1210
 
 
1211
table.datatable
 
1212
{
 
1213
    margin-top: 1em;
 
1214
        border-collapse: collapse;
 
1215
}
 
1216
.datatable
 
1217
{
 
1218
        margin-left: 2em;
 
1219
}
 
1220
table.datatable th,
 
1221
table.datatable tr {
 
1222
        text-align: center;
 
1223
}
 
1224
 
 
1225
table.datatable th
 
1226
{
 
1227
        border: 1px #e0e0e0 solid;
 
1228
        background: #f8f8f8;
 
1229
        padding: 7px;
 
1230
        font-weight: bold;
 
1231
}
 
1232
 
 
1233
table.datatable td
 
1234
{
 
1235
        border: 1px #e0e0e0 solid;
 
1236
        padding: 7px;
 
1237
}
 
1238
 
 
1239
table.datatable .label {
 
1240
        text-align: left;
 
1241
        
 
1242
}
 
1243
 
 
1244
 
 
1245
 
 
1246
/*
 
1247
 *   Front page blocks
 
1248
 */
 
1249
/*
 
1250
.frontpage-sidebar .header
 
1251
{
 
1252
        padding: 0px 0px 10px 0px;
 
1253
        font-size: 18px;
 
1254
        font-weight: normal;
 
1255
        text-align: center;
 
1256
}
 
1257
.frontpage-sidebar .header.link
 
1258
{
 
1259
        padding: 13px 0px 10px 4px;
 
1260
        text-align: left;
 
1261
}
 
1262
.frontpage-sidebar .header a, .frontpage-sidebar .header a:visited
 
1263
{
 
1264
        color: #333333 !important;
 
1265
        text-decoration: none !important;
 
1266
}
 
1267
.frontpage-sidebar .header a:hover
 
1268
{
 
1269
        color: #d12907 !important;
 
1270
        text-decoration: none !important;
 
1271
}
 
1272
 
 
1273
.frontpage-sidebar .header.bloglink
 
1274
{
 
1275
        font-size:16px;
 
1276
    padding: 0px 0px 10px 10px;
 
1277
    text-align: center;
 
1278
}
 
1279
 
 
1280
.frontpage-sidebar .header.blogheader
 
1281
{
 
1282
        font-weight:normal;
 
1283
        text-align:center;
 
1284
        font-size: 15px;
 
1285
        padding: 13px 10px 10px 0px;
 
1286
}
 
1287
 
 
1288
.frontpage-sidebar .header a.email
 
1289
{
 
1290
        padding: 13px 10px 10px 40px;
 
1291
        background: url(email-small.png) left center no-repeat;
 
1292
}
 
1293
 
 
1294
 
 
1295
 
 
1296
 
 
1297
 
 
1298
.frontpage-sidebar .eventum a, .frontpage-sidebar .eventum a:visited
 
1299
{
 
1300
        padding: 0px 2px 0px 55px;
 
1301
        font-size: 12px;
 
1302
        line-height: 18px;
 
1303
        text-align: left;
 
1304
        background: url(support-small.png) left center no-repeat;
 
1305
        display: block;
 
1306
        color: #333333 !important;
 
1307
        text-decoration: none !important;
 
1308
}
 
1309
 
 
1310
.frontpage-sidebar .eventum a:hover
 
1311
{
 
1312
        color: #d12907 !important;
 
1313
        text-decoration: underline !important;
 
1314
}
 
1315
*/
 
1316
 
 
1317
/*
 
1318
 *   Presentations
 
1319
 */
 
1320
 
 
1321
div.presentation
 
1322
{
 
1323
        border-top: 1px #e0e0e0 dotted;
 
1324
        padding: 15px 0px;
 
1325
}
 
1326
div.presentation:first-child
 
1327
{
 
1328
    margin-top: 0;
 
1329
        border: none;
 
1330
}
 
1331
 
 
1332
div.presentation table.presentation
 
1333
{
 
1334
        border-collapse: collapse;
 
1335
}
 
1336
 
 
1337
div.presentation table.presentation td div.bordered-image-screenshot
 
1338
{
 
1339
        border: 1px #e0e0e0 solid;
 
1340
        background: #f8f8f8;
 
1341
        padding: 5px;
 
1342
}
 
1343
 
 
1344
div.presentation table.presentation td.presentations-descr
 
1345
{
 
1346
                
 
1347
        padding-left: 15px;
 
1348
}
 
1349
 
 
1350
div.presentation table.presentation td.presentations-descr h4
 
1351
{
 
1352
    font-size: 14px;
 
1353
    
 
1354
   font-weight: bold;
 
1355
        margin-top: 0px !important;
 
1356
        margin-bottom: 10px;
 
1357
        border-top: none !important;
 
1358
}
 
1359
 
 
1360
.customer-vote {
 
1361
    width: 412px;
 
1362
    text-align: justify;
 
1363
}
 
1364
 
 
1365
.training-info-container {
 
1366
        float: right;
 
1367
        width:200px;
 
1368
        background-color:#fff;
 
1369
        padding:10px;
 
1370
        margin:0 15px;
 
1371
        border:1px solid #E0E0E0;
 
1372
}
 
1373
 
 
1374
/*
 
1375
 * Software info container
 
1376
 */
 
1377
 
 
1378
div.software-info-container
 
1379
{
 
1380
    overflow: hidden;
 
1381
    zoom: 1;
 
1382
    float: right;
 
1383
    padding: 0px 0px 25px 25px;
 
1384
}
 
1385
 
 
1386
table.software-info-container
 
1387
{
 
1388
    width: 240px;
 
1389
    border-collapse: collapse;
 
1390
}
 
1391
 
 
1392
table.software-info-container td
 
1393
{
 
1394
    border: 1px #e0e0e0 solid;
 
1395
    padding: 10px 10px 10px 10px;
 
1396
}
 
1397
 
 
1398
table.software-info-container td.latest
 
1399
{
 
1400
    padding: 10px 10px 10px 62px;
 
1401
    background: url(software-latest.png) 15px center no-repeat;
 
1402
    min-height: 32px;
 
1403
    font-size: 16px;
 
1404
    line-height: 24px;
 
1405
}
 
1406
 
 
1407
table.software-info-container td.download a
 
1408
{
 
1409
    font-weight: bold;
 
1410
}
 
1411
 
 
1412
table.software-info-container td.download
 
1413
{
 
1414
    padding: 15px 62px 15px 20px;
 
1415
    background: url(software-download.png) 195px center no-repeat;
 
1416
    min-height: 32px;
 
1417
    font-size: 18px;
 
1418
    line-height: 24px;
 
1419
}
 
1420
 
 
1421
table.software-info-container td.links
 
1422
{
 
1423
    text-align: left;
 
1424
    padding: 4px 10px 4px 20px;
 
1425
}
 
1426
 
 
1427
table.software-info-container td.links div
 
1428
{
 
1429
    margin: 10px 0px;
 
1430
}
 
1431
 
 
1432
.inv {
 
1433
    display: none;
 
1434
}
 
1435
 
 
1436
/*
 
1437
 *   Downloads table
 
1438
 */
 
1439
 
 
1440
table.downloadstable
 
1441
{
 
1442
        margin-top: 20px;
 
1443
        border-collapse: collapse;
 
1444
}
 
1445
 
 
1446
table.downloadstable th
 
1447
{
 
1448
        border: 1px #e0e0e0 solid;
 
1449
        background: #f8f8f8;
 
1450
        padding: 7px;
 
1451
        font-weight: bold;
 
1452
}
 
1453
 
 
1454
table.downloadstable td
 
1455
{
 
1456
        border: 1px #e0e0e0 solid;
 
1457
        padding: 7px;
 
1458
}
 
1459
 
 
1460
table.downloadstable td.file
 
1461
{
 
1462
        width: 90%;
 
1463
        text-align: left;
 
1464
}
 
1465
 
 
1466
table.downloadstable td.modified
 
1467
{
 
1468
        width: 5%;
 
1469
        text-align: center;
 
1470
        white-space: nowrap;
 
1471
}
 
1472
 
 
1473
table.downloadstable td.size
 
1474
{
 
1475
        width: 5%;
 
1476
        text-align: right;
 
1477
        white-space: nowrap;
 
1478
}
 
1479
 
 
1480
/*
 
1481
 *   Maintenance promo on /downloads
 
1482
 */
 
1483
 
 
1484
div.downloads-maintenance-promo, div.downloads-warning  
 
1485
{
 
1486
    border: 1px #e0e0e0 solid;
 
1487
    padding: 15px 20px 15px 150px;
 
1488
    margin: 30px 0px;
 
1489
    background: url(shield.png) 35px center no-repeat;
 
1490
}
 
1491
div.downloads-maintenance-promo > .close-button
 
1492
{
 
1493
        float:right;
 
1494
        clear:right;
 
1495
        margin-top:-10px;
 
1496
        margin-right:-15px;
 
1497
        cursor: pointer; cursor: hand;
 
1498
}
 
1499
 
 
1500
div.downloads-warning {
 
1501
        background: url(warning.png) 35px center no-repeat;
 
1502
}
 
1503
 
 
1504
 
 
1505
/*
 
1506
 *   Downloads pages
 
1507
 */
 
1508
 
 
1509
div.downloads-version
 
1510
{
 
1511
    border-top: 1px #e0e0e0 solid;
 
1512
    margin-top: -10px;
 
1513
    padding-top: 10px;
 
1514
    text-align: right;
 
1515
    font-size: 14px;
 
1516
    line-height: 14px;
 
1517
    font-weight: bold;
 
1518
}
 
1519
 
 
1520
div.downloads-anchors
 
1521
{
 
1522
    font-size: 12px;
 
1523
    line-height: 15px;
 
1524
    margin: 20px 0px;
 
1525
}
 
1526
 
 
1527
div.downloads-backtotop
 
1528
{
 
1529
    font-size: 12px;
 
1530
    line-height: 15px;
 
1531
    padding-top: 8px;
 
1532
}
 
1533
 
 
1534
 
 
1535
/*
 
1536
 *   Downloads signup
 
1537
 */
 
1538
 
 
1539
.downloadsignupdialog .ui-dialog-titlebar
 
1540
{
 
1541
        display: none;
 
1542
}
 
1543
 
 
1544
#downloadsignup .title-bar-close {
 
1545
        float:right;
 
1546
        margin-top:-10px;
 
1547
}
 
1548
 
 
1549
#downloadsignup h2
 
1550
{
 
1551
        font-family: Arial, Helvetica, sans-serif;
 
1552
        font-size: 22px;
 
1553
        line-height: 22px;
 
1554
        margin: 10px 0px 20px 0px;
 
1555
        color: #d12907;
 
1556
}
 
1557
 
 
1558
#downloadsignup .intro
 
1559
{
 
1560
        margin: 10px 0px 15px 0px;
 
1561
}
 
1562
 
 
1563
#downloadsignup .form .field
 
1564
{
 
1565
        overflow: hidden;
 
1566
        zoom: 1;
 
1567
    margin: 10px 0px;
 
1568
}
 
1569
 
 
1570
#downloadsignup .form .field .label
 
1571
{
 
1572
        overflow: hidden;
 
1573
        zoom: 1;
 
1574
        width: 150px;
 
1575
        float: left;
 
1576
        padding-top: 5px;
 
1577
}
 
1578
 
 
1579
#downloadsignup .form .field .element
 
1580
{
 
1581
        overflow: hidden;
 
1582
        zoom: 1;
 
1583
        width: 410px;
 
1584
        float: left;
 
1585
}
 
1586
 
 
1587
#downloadsignup .form .field .element input, #downloadsignup .form .field .element select
 
1588
{
 
1589
        width: 400px;
 
1590
        border: 1px #cccccc solid;
 
1591
    padding: 3px;
 
1592
        outline: none;
 
1593
}
 
1594
 
 
1595
#downloadsignup .form .field .element input:focus, #downloadsignup .form .field .element select:focus
 
1596
{
 
1597
        border: 1px #333333 solid;
 
1598
        background: #f8f8f8;
 
1599
        outline: none;
 
1600
}
 
1601
 
 
1602
#downloadsignup .form .field .radiolist
 
1603
{
 
1604
        overflow: hidden;
 
1605
        zoom: 1;
 
1606
        display: block;
 
1607
        padding: 0;
 
1608
        margin: 0;
 
1609
}
 
1610
 
 
1611
#downloadsignup .form .field table.radiolist
 
1612
{
 
1613
    width: 100%;
 
1614
}
 
1615
 
 
1616
#downloadsignup .form .field .radiolist td
 
1617
{
 
1618
    width: 25%;
 
1619
}
 
1620
 
 
1621
#downloadsignup .form .field div.radiolist label
 
1622
{
 
1623
    display: block;
 
1624
    min-width: 55px;
 
1625
    float: left;
 
1626
    zoom: 1;
 
1627
    padding: 8px 10px 2px 24px !important;
 
1628
    text-indent: -24px;
 
1629
    overflow: auto;
 
1630
}
 
1631
 
 
1632
#downloadsignup .form .field table.radiolist label
 
1633
{
 
1634
        padding: 8px 15px 2px 0px !important;
 
1635
        zoom: 1;
 
1636
        display: block;
 
1637
}
 
1638
#downloadsignup .form .field .radiolist label input
 
1639
{
 
1640
        margin: 0px 7px 0px 3px !important;
 
1641
}
 
1642
 
 
1643
/*
 
1644
.schedule td {
 
1645
 padding: 3px;
 
1646
 border: 1px solid #eeeeee;
 
1647
 padding-left: 10px;
 
1648
 font-size: 16px;
 
1649
}
 
1650
 
 
1651
.tdmini {
 
1652
 font-weight: bold;
 
1653
 font-size: 10px !important;
 
1654
 
1655
 
 
1656
.tdbreak {
 
1657
 background-color: #ffeeee;
 
1658
 text-align: center;
 
1659
}
 
1660
.trhead td {
 
1661
 background-color: #d12907;
 
1662
 color: #ffffff;
 
1663
 font-weight: bold;
 
1664
}
 
1665
 
 
1666
.speaker {
 
1667
 font-size: 10px;
 
1668
}
 
1669
*/
 
1670
/* Tables with bolded-right aligned headers in the first column */
 
1671
/*table.left-headers th {
 
1672
   font-weight: bold;
 
1673
   text-align: right;
 
1674
   padding: 5px 12px;
 
1675
   vertical-align: top;
 
1676
   border-right: 1px solid black;
 
1677
}
 
1678
table.left-headers td {
 
1679
   padding: 5px 12px;
 
1680
}
 
1681
 
 
1682
.training-list tr th {
 
1683
        font-weight:bold;
 
1684
}
 
1685
 
 
1686
.training-list tr td {
 
1687
        padding-right: 15px;
 
1688
}
 
1689
*/
 
1690
/***
 
1691
 * side style buttons
 
1692
*/
 
1693
.a-btn-container {
 
1694
        overflow:hidden;
 
1695
        border-radius:4px;
 
1696
}
 
1697
.a-btn, .a-btn-new {
 
1698
        width: 218px;
 
1699
        height: 48px;
 
1700
        background: #fdcd34;
 
1701
        background:-webkit-gradient(linear,left top,left bottom,color-stop(##fdcd34,0),color-stop(##d42c14,1));
 
1702
    background:-webkit-linear-gradient(top, #fdcd34 0%, #d42c14 100%);
 
1703
    background:-moz-linear-gradient(top, #fdcd34 0%, #d42c14 100%);
 
1704
    background:-o-linear-gradient(top, #fdcd34 0%, #d42c14 100%);
 
1705
    background:linear-gradient(top, #fdcd34 0%, #d42c14 100%);
 
1706
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcd34', endColorstr='#d42c14',GradientType=0 );
 
1707
    
 
1708
    padding:0px;
 
1709
    
 
1710
    display:inline-block;
 
1711
    position:relative;
 
1712
    -webkit-border-radius:4px;
 
1713
    -moz-border-radius:4px;
 
1714
    border-radius:4px;
 
1715
    
 
1716
    overflow:hidden;
 
1717
    -webkit-transition:all 0.3s linear;
 
1718
    -moz-transition:all 0.3s linear;
 
1719
    -o-transition:all 0.3s linear;
 
1720
    transition:all 0.3s linear;
 
1721
    text-decoration: none !important;
 
1722
    border: 1px solid #f08900;
 
1723
    margin-bottom: 10px;
 
1724
}
 
1725
 
 
1726
.a-btn-text{
 
1727
        padding-left:10px;
 
1728
    padding-top:5px;
 
1729
    display:block;
 
1730
    font-size:13px;
 
1731
    white-space:nowrap;
 
1732
    color: #ffffff;
 
1733
    -webkit-transition:all 0.3s linear;
 
1734
    -moz-transition:all 0.3s linear;
 
1735
    -o-transition:all 0.3s linear;
 
1736
    transition:all 0.3s linear;
 
1737
    
 
1738
}
 
1739
 
 
1740
.a-btn-slide-text, .a-btn-fixed-slide-text {
 
1741
    padding-left: 10px;
 
1742
    left:0px;
 
1743
    width:auto;
 
1744
    right:52px;
 
1745
    height:0px;
 
1746
    
 
1747
    color:#000000;
 
1748
    font-size:12px;
 
1749
    white-space:nowrap;
 
1750
    font-family:Georgia, serif;
 
1751
    font-style:italic;
 
1752
    text-indent:15px;
 
1753
    overflow:hidden;
 
1754
    
 
1755
    
 
1756
}
 
1757
.a-btn-fixed-slide-text{
 
1758
        height: 30px;
 
1759
}
 
1760
 
 
1761
.a-btn-icon-right{
 
1762
    position:absolute;
 
1763
    right:0px;
 
1764
    top:0px;
 
1765
    height:100%;
 
1766
    width:52px;
 
1767
}
 
1768
 
 
1769
.a-btn-icon-right span{
 
1770
    width:38px;
 
1771
    height:38px;
 
1772
    
 
1773
    position:absolute;
 
1774
    left:50%;
 
1775
    top:50%;
 
1776
    margin:-20px 0px 0px -20px;
 
1777
    background:transparent url('button-download-icon.png') no-repeat 50% 55%;
 
1778
    -webkit-transition:all 0.3s linear;
 
1779
    -moz-transition:all 0.3s linear;
 
1780
    -o-transition:all 0.3s linear;
 
1781
    transition:all 0.3s linear;
 
1782
        
 
1783
}
 
1784
 
 
1785
 
 
1786
.paper-desc {
 
1787
        padding-left: 20px;
 
1788
}
 
1789
.papers-content h2 a {
 
1790
        text-decoration: none !important;
 
1791
        color: inherit !important;
 
1792
}
 
1793
.paper-author {
 
1794
        padding-bottom: 20px;
 
1795
}
 
1796
.paper-author img {
 
1797
    border: 1px solid #CCCCCC;
 
1798
    display: block;
 
1799
    float: left;
 
1800
    margin-right: 15px;
 
1801
    padding: 1px;
 
1802
    width: 110px;
 
1803
}
 
1804
.paper-author h2 {
 
1805
    border-bottom: 0 !important;
 
1806
    color: #000000;
 
1807
    font-family: Arial,Helvetica,sans-serif;
 
1808
    font-size: 20px;
 
1809
    line-height: 20px;
 
1810
    margin: 30px 0 0 !important;
 
1811
    padding: 0 0 3px;
 
1812
}
 
1813
.paper-author h3 {
 
1814
         color: #555555 !important;
 
1815
    font-family: Times New Roman,serif !important;
 
1816
    font-style: italic;
 
1817
    font-weight: normal !important;
 
1818
    margin-left: 130px !important;
 
1819
    margin-top: 5px !important;
 
1820
}
 
1821
.paper-long-desc {
 
1822
        width: 325px; 
 
1823
        float: left;
 
1824
}
 
1825
.paper-long-desc > p{
 
1826
        padding: 0 20px;
 
1827
        margin:0 !important;
 
1828
}
 
1829
.paper-details .paper-thumb {
 
1830
        width: 185px; float: left;
 
1831
}
 
1832
.paper-details .paper-thumb div.content {
 
1833
        padding: 5px;
 
1834
}
 
1835
.paper-details .paper-thumb img {
 
1836
        width: 175px;
 
1837
}
 
1838
.pr-subhead {
 
1839
        font-size: 16px !important;
 
1840
        border: none !important;
 
1841
        text-align: center;
 
1842
        margin-top: 15px !important;
 
1843
        font-style: italic;
 
1844
}
 
1845
 
 
1846
 
 
1847
.clearer {
 
1848
        clear: both;
 
1849
}
 
1850