Project

General

Profile

Download (17.4 KB) Statistics
| Branch: | Tag: | Revision:
1
/* Element CSS Definitions */
2
html, body, td, th, input, select {
3
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
4
	font-size: 0.9em;
5
}
6

    
7
.addgatewaybox {
8
	background-color: #990000;
9
	border-style: none none none none;
10
	width: 225px;
11
}
12

    
13
.infobox {
14
	width:100%;
15
}
16

    
17
.infoboxsave {
18
	padding-right: 10px;
19
}
20

    
21
.infoboxnptd2 {
22
	width:100%;
23
	color:white;
24
	background-color:#990000;
25
	padding-right: 10px;	
26
}
27

    
28
.infoboxnptd {
29
	width:8%;
30
	background-color:#990000;	
31
}
32

    
33
.infoboxnptable {
34
 	height:32px;
35
	width:100%;
36
	background-color:#990000;	
37
}
38

    
39
.infoboxnptable2 {
40
 	height:32px;
41
	width:100%;
42
	background-color:#990000;	
43
}
44

    
45
.infoboxnp {
46
	background-color:#990000;
47
	width:100%;
48
}
49

    
50
.infoboxnpimg {
51
	vertical-align:middle;
52
	width:28px;
53
	height:32px;
54
	background-color:#990000;	
55
}
56

    
57
.inputerrorsleft {
58
	background-color: #990000;
59
	width: 36px;
60
	text-align: center;
61
}
62

    
63
.inputerrorsright {
64
	background-color: #FFD9D1;	
65
	color: #000000;
66
	font-size: 11px;
67
	padding-left: 8px; 
68
	padding-top: 6px;
69
}
70

    
71
form {
72
	margin: 0px;
73
}
74
a {
75
	text-decoration: none;
76
}
77
form input {
78
	font-size: 1.1em;
79
}
80

    
81
/* DOM Tooltip CSS definitions */
82
div.niceTitle
83
{
84
	background-color: #333333;
85
	color: #FFFFFF;
86
	font-weight: bold;
87
	font-size: 13px;
88
	font-family: "Trebuchet MS", sans-serif;
89
	width: 220px;
90
	left: 0;
91
	top: 0;
92
	padding: 4px;
93
	position: absolute;
94
	text-align: left;
95
	z-index: 20;
96
	-moz-border-radius: 0 10px 10px 10px;
97
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
98
	-moz-opacity: .87;
99
	-khtml-opacity: .87;
100
	opacity: .87;
101
}
102
div.niceTitle h1
103
{
104
  background: #990000;
105
  border-bottom: 1px dotted #FFFFFF;
106
	font-weight: bold;
107
	font-size: 13px;
108
	font-family: "Trebuchet MS", sans-serif;
109
	margin: 3px;
110
  padding-top: 1px;
111
  padding-bottom: 1px;
112
  padding-left: 3px;
113
  text-align: left;
114
	left: 0;
115
	top: 0;
116
  -moz-border-radius: 0 8px 0 0;
117
  -moz-opacity: 1;
118
}
119
div.niceTitle .contents
120
{
121
	margin: 0;
122
	padding: 0 3px;
123
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
124
	-moz-opacity: 1;
125
	-khtml-opacity: 1;
126
	opacity: 1;
127
}
128
div.niceTitle p
129
{
130
  background: #FFFFFF;
131
  border: 1px solid #990000;
132
	color: #000000;
133
	font-size: 11px;
134
	font-family: "Trebuchet MS", sans-serif;
135
	padding: 5px;
136
	margin: 3px;
137
	text-align: left;
138
	-moz-opacity: 1;
139
  -moz-border-radius: 0 0 8px 8px;
140
}
141

    
142
body {
143
	background-color: #ffffff;
144
}
145

    
146
/* ID Based CSS Definitions */
147
#wrapper {
148

    
149
}
150

    
151
#header {
152
	height: 70px;
153
	width: 800px;
154
}
155
#header-left {
156
	position: relative;
157
	background: url('images/logo.gif') no-repeat;
158
	background-position: center;
159
	height: 65px;
160
	width: 145px;
161
	left: 10px;
162
	float: left;
163
	background-color: #fff;
164
}
165
#header-right {
166
	position: relative;
167
	background: url('images/header.gif') no-repeat;
168
	height: 70px;
169
	color: #fff;
170
	left: 0px;
171
	margin-left: 165px;
172
}
173
#header-right .alert {
174
	position: relative;
175
	/* background: url('images/alert.gif') no-repeat; */
176
	background-position: 4px 2px;
177
	color: #fff;
178
	height: 17px;
179
	width: 500px;
180
	padding: 4px;
181
	padding-left: 27px;
182
	float: left;
183
}
184

    
185
#header-right .container .left {
186
	position: relative;
187
	top: 32px;
188
	left: 9px;
189
	font-size: 1.8em;
190
}
191

    
192
#header-right .container .right {
193
	position: relative;
194
	top: -8px;
195
	left: 195px;
196
}
197

    
198
#header-right .container .right #alerts {
199
	position: relative;
200
	background: url('images/alert_bgr.gif') no-repeat;
201
	height: 39px;
202
	width: 431px;
203
	z-index: 1;
204
	padding-top: 20px;
205
	padding-left: 5px;
206
	margin: 0px;
207
}
208
#header-right .container .right #hostname {
209
	position: relative;
210
	height: 39px;
211
	width: 431px;
212
	z-index: 1;
213
	padding-left: 5px;
214
	margin: 0px;
215
	top: 25px;
216
	left: 230px;
217
}
218

    
219

    
220

    
221

    
222
table#marquee {
223
	position: relative;
224
	top: -6px;
225
	left: -5px;
226
	border: 0;
227
	padding: 0;
228
	margin: 0;
229
	width: 424px;
230
	background-color: transparent;
231
	padding: 2px;
232
	border: 0px;
233
}
234
span#marquee-container {
235
	position: absolute;
236
	visibility: hidden;
237
	top: -100px;
238
	left: -10000px;
239
}
240
div#marquee-text {
241
	font-size: 1.18em;
242
	font-weight: bold;
243
	font: Verdana;
244
}
245
table#marquee div#container {
246
	position: relative;
247
	overflow: hidden;
248
	width: 418px;
249
	height: 20px;
250
}
251
table#marquee div#container div#scroller {
252
	position: absolute;
253
	left: 0px;
254
	top: 0px;
255
}
256

    
257

    
258

    
259

    
260

    
261

    
262

    
263
#content {
264
	border-top: 1px solid #FFFFFF;
265
	margin-top: 0px;
266
	padding-top: 0px;
267
	width: 800px;
268
}
269

    
270
#left {
271
	width: 800px;
272
	height: 25px;
273
	margin-bottom: 5px;
274
}
275
#right {
276
	width: 770px;
277
	margin-left: 5px;
278
	margin-right: 5px;
279
	margin-top: 4px;
280
	padding-top: 1px;
281
	padding-bottom: 15px;
282
	padding-left: 10px;
283
	padding-right: 10px;
284
	border-left: 1px solid #000000;
285
	border-right: 1px solid #000000;
286
}
287

    
288
#footer {
289
	position: relative;
290
	top: 3px;
291
	padding: 0px;
292
	margin: 6px;
293
	margin-left: 0px;
294
	margin-top: 2px;
295
	width: 800px;
296
	background-color: #990000;
297
	text-align: center;
298
	color: #ffffff;
299
	font-size: 0.75em;
300
	clear: both;
301
	margin-bottom: 20px;
302
	z-index: 0;
303
}
304
#footer p {
305
	padding: 0px;
306
	margin: 0px;
307
}
308

    
309
/* Style the List */
310
#navigation {
311
	background: url('images/menu.gif') no-repeat;
312
	/* width: 693px; */
313
	width: 800px;
314
	padding: 0px;
315
	height: 28px;
316
}
317
#navigation ul {
318
	padding: 0;
319
	margin: 0;
320
	list-style: none;
321
	text-align: center;
322
	z-index: 10;
323
}
324
#navigation ul#menu {
325
	padding-top: 3px;
326
	padding-left: 5px;
327
}
328

    
329
/* Style the List Elements */
330
#navigation ul li {
331
	float: left;
332
	position: relative;
333
	width: 7.5em;
334
}
335
#navigation ul li div {
336
	font-size: 1em;
337
	font-weight: bold;
338
}
339
/* Make the List inside the List Elements */
340
/* initially hidden with absolute position */
341
#navigation ul li ul {
342
	display: none;
343
	position: absolute;
344
	top: 2em;
345
	left: 0px;
346
	font-weight: normal;
347
	background: transparent bottom left no-repeat; /* This is key to making the menu maintain visibility when not on a link */
348
	padding: 0em 0 1em 0;
349
}
350
/* to override top and left in browsers other than IE */
351
/* which will position to the top right of the containing */
352
/* li, rather than bottom left */
353
#navigation ul li > ul {
354
	top: auto;
355
	left: auto;
356
	left: -1px !important;
357
}
358
/* Show initial drop down upon mouse over, but do not show */
359
/* nested side drop menus within listed elements */
360
#navigation ul li:hover ul {
361
	display: block;
362
	cursor: hand;
363
}
364
#navigation ul li:hover {
365
	cursor: hand;
366
	cursor: pointer;
367
}
368
#navigation ul li:hover div {
369
	text-decoration: underline;
370
}
371

    
372
#navigation ul li {
373
	background-color: transparent;
374
	color: #FFF;
375
}
376
#navigation ul li ul li {
377
	border: 1px solid #000;
378
	background-color: #000;
379
	color: #FFF;
380
}
381
#navigation ul li ul li a.navlnk:hover {
382
	text-decoration: underline;
383
}
384
#navigation ul li.first {
385
	border-right: 0px;
386
}
387
#navigation ul li.middle {
388
	border-right: 0px;
389
}
390
#navigation ul li.last {
391

    
392
}
393

    
394
#navigation ul li.dropfirst {
395
	border-bottom: 0px;
396
}
397
#navigation ul li.dropmiddle {
398
	border-bottom: 0px;
399
}
400
#navigation ul li.droplast {
401
}
402

    
403

    
404

    
405
/* Class Based CSS Definitions */
406
.pgtitle {
407
	font-size: 18px;
408
	color: #777777;
409
	font-weight: bold;
410
}
411
.tfrtitle {
412
	font-size: 18px;
413
	color: #ffffff;
414
	font-weight: bold;
415
}
416
.vncell {
417
	background-color: #DDDDDD;
418
	padding-right: 20px;
419
	padding-left: 8px;
420
	border-bottom: 1px solid #999999;
421
}
422
.formfld {
423

    
424
}
425
.formfldalias {
426
	background-color: #990000;
427
	color: #FFFFFF;
428
}
429
.formpre {
430
	font-family: Courier New, Courier, monospaced;
431
	font-size: 10px;
432
}
433
.formbtn {
434
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
435
	font-size: 13px;
436
	font-weight: bold;
437
}
438
.formbtns {
439
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
440
	font-size: 10px;
441
	font-weight: bold;
442
}
443
.vvcell {
444
	background-color: #FFFFC6;
445
}
446
.errmsg {
447
	font-weight: bold;
448
	color: #CC0000;
449
}
450
.red {
451
	color: #CC0000;
452
}
453
.gray {
454
	color: #A0A0A0;
455
}
456
.vexpl {
457
	font-size: 11px;
458
}
459
.navlnk {
460
	color: #FFFFFF;
461
	text-decoration: none;
462
	font-size: 13px;
463
}
464
.navlnks {
465
	color: #FFFFFF;
466
	text-decoration: none;
467
	font-size: 11px;
468
}
469
.tblnk {
470
	color: #FFFFFF;
471
	text-decoration: none;
472
}
473
.vncellreq {
474
	background-color: #DDDDDD;
475
	padding-right: 20px;
476
	padding-left: 8px;
477
	font-weight: bold;
478
	border-bottom: 1px solid #999999;
479
}
480
.vncellt {
481
	background-color: #DDDDDD;
482
	padding-right: 20px;
483
	padding-left: 8px;
484
	padding-top: 4px;
485
	padding-bottom: 4px;
486
	font-weight: bold;
487
	border-bottom: 1px solid #999999;
488
}
489
.vtable {
490
	border-bottom: 1px solid #999999;
491
}
492
.vnsepcell {
493
	background-color: #BBBBBB;
494
	padding-right: 20px;
495
	padding-left: 8px;
496
	font-weight: bold;
497
	border-bottom: 1px solid #999999;
498
	font-size: 11px;
499
}
500
.cpline {
501
	font-size: 11px;
502
	color: #FFFFFF;
503
}
504
.hostname {
505
	font-size: 11px;
506
	color: #FFFFFF;
507
}
508
.vnsepcellr {
509
	background-color: #BBBBBB;
510
	padding-right: 20px;
511
	padding-left: 8px;
512
	font-weight: bold;
513
	border-right: 1px solid #999999;
514
	border-bottom: 1px solid #999999;
515
	font-size: 11px;
516
}
517
.listrborder {
518
	background-color: #FFFFFF;
519
	border-right: 1px solid #999999;
520
	border-left: 1px solid #999999;	
521
	border-bottom: 1px solid #999999;
522
	font-size: 11px;
523
	padding-right: 6px;
524
	padding-left: 6px;
525
	padding-top: 4px;
526
	padding-bottom: 4px;
527
}
528
.listr {
529
	background-color: #FFFFFF;
530
	border-right: 1px solid #999999;
531
	border-bottom: 1px solid #999999;
532
	font-size: 11px;
533
	padding-right: 6px;
534
	padding-left: 6px;
535
	padding-top: 4px;
536
	padding-bottom: 4px;
537
}
538
.listrpad {
539
	border-right: 1px solid #999999;
540
	border-bottom: 1px solid #999999;
541
	font-size: 11px;
542
	padding-right: 16px;
543
	padding-left: 10px;
544
	padding-top: 8px;
545
	padding-bottom: 8px;
546
}
547
.listn {
548
	font-size: 11px;
549
	padding-right: 16px;
550
	padding-left: 6px;
551
	padding-top: 4px;
552
	padding-bottom: 4px;
553
}
554
.listbg {
555
	border-right: 1px solid #999999;
556
	border-bottom: 1px solid #999999;
557
	font-size: 11px;
558
	color: #FFFFFF;
559
	background-color: #990000;
560
	padding-right: 16px;
561
	padding-left: 6px;
562
	padding-top: 4px;
563
	padding-bottom: 4px;
564
}
565
.listbggrey {
566
	border-right: 1px solid #999999;
567
        border-bottom: 1px solid #999999;
568
        font-size: 11px;
569
        background-color: #999999;
570
        padding-right: 16px;
571
        padding-left: 6px;
572
        padding-top: 4px;
573
        padding-bottom: 4px;
574
}
575
.listhdr {
576
	background-color: #BBBBBB;
577
	padding-right: 16px;
578
	padding-left: 6px;
579
	font-weight: bold;
580
	border-bottom: 1px solid #999999;
581
	font-size: 11px;
582
	padding-top: 5px;
583
	padding-bottom: 5px;
584
}
585
.listhdr a {
586
	color: #000000;
587
}
588
.listhdrr {
589
	background-color: #BBBBBB;
590
	padding-right: 16px;
591
	padding-left: 6px;
592
	font-weight: bold;
593
	border-right: 1px solid #999999;
594
	border-bottom: 1px solid #999999;
595
	font-size: 11px;
596
	padding-top: 5px;
597
	padding-bottom: 5px;
598
}
599
.listhdrr a {
600
	color: #000000;
601
}
602
.listlr {
603
	background-color: #FFFFFF;
604
	border-right: 1px solid #999999;
605
	border-bottom: 1px solid #999999;
606
	border-left: 1px solid #999999;
607
	font-size: 11px;
608
	padding-right: 6px;
609
	padding-left: 6px;
610
	padding-top: 4px;
611
	padding-bottom: 4px;
612
}
613
.listlrns {
614
	background-color: #FFFFFF;
615
	border-right: 1px solid #999999;
616
	border-bottom: 1px solid #999999;
617
	border-left: 1px solid #999999;
618
	font-size: 11px;
619
	padding-top: 4px;
620
	padding-bottom: 4px;
621
}
622
.list {
623
	font-size: 11px;
624
	padding-left: 6px;
625
	padding-top: 2px;
626
	padding-bottom: 2px;
627
}
628
.listt {
629
	font-size: 11px;
630
	padding-top: 5px;
631
}
632
.listhdrrns {
633
	background-color: #BBBBBB;
634
	padding-left: 6px;
635
	padding-top: 5px;
636
	padding-bottom: 5px;
637
	padding-right: 6px;
638
	font-weight: bold;
639
	border-right: 1px solid #999999;
640
	border-bottom: 1px solid #999999;
641
	font-size: 11px;
642
}
643
.listbgns {
644
	border-right: 1px solid #999999;
645
	border-bottom: 1px solid #999999;
646
	font-size: 11px;
647
	background-color: #D9DEE8;
648
	padding-left: 6px;
649
	padding-right: 4px;
650
	padding-top: 4px;
651
	padding-bottom: 4px;
652
}
653
.listtopic {
654
	border-right: 1px solid #999999;
655
	font-size: 11px;
656
	background-color: #990000;
657
	padding-right: 16px;
658
	padding-left: 6px;
659
	color: #FFFFFF;
660
	font-weight: bold;
661
	padding-top: 5px;
662
	padding-bottom: 5px;
663
}
664
.optsect_t {
665
	border-right: 1px solid #999999;
666
	background-color: #990000;
667
	padding-right: 6px;
668
	padding-left: 6px;
669
	padding-top: 2px;
670
	padding-bottom: 2px;
671
}
672
.optsect_s {
673
	font-size: 11px;
674
	color: #FFFFFF;
675
	font-weight: bold;
676
}
677
.tabnavtbl {
678
}
679

    
680

    
681
/* MISC CSS Definitions */
682
ul#tabnav {
683
	font-size: 11px;
684
	font-weight: bold;
685
	list-style-type: none;
686
	margin: 0;
687
	padding: 0;
688
}
689
ul#tabnav li.tabinact1 {
690
	float: left;
691
	background-color: #777777;
692
	color: #FFFFFF;
693
	padding: 0;
694
	white-space: nowrap;
695
}
696
ul#tabnav li.tabinact {
697
	float: left;
698
	border-left: 1px solid #999999;
699
	background-color: #777777;
700
	color: #FFFFFF;
701
	padding: 0;
702
	white-space: nowrap;
703
}
704
ul#tabnav li.tabinact a {
705
	float: left;
706
	display: block;
707
	text-decoration: none;
708
	padding: 5px 8px 5px 8px;
709
	color: #FFFFFF;
710
}
711
ul#tabnav li.tabinact1 a {
712
	float: left;
713
	display: block;
714
	text-decoration: none;
715
	padding: 5px 8px 5px 8px;
716
	color: #FFFFFF;
717
}
718
ul#tabnav li.tabact {
719
	float: left;
720
	background-color: #EEEEEE;
721
	color: #000000;
722
	padding: 5px 8px 5px 8px;
723
	white-space: nowrap;
724
}
725
.tabcont {
726
	background-color: #DDDDDD;
727
	padding-right: 12px;
728
	padding-left: 12px;
729
	padding-top: 12px;
730
	padding-bottom: 12px;
731
}
732
.tabact {
733
	float: left;
734
	background-color: #EEEEEE;
735
	color: #000000;
736
	padding: 5px 8px 5px 8px;
737
	white-space: nowrap;
738
}
739
.tabinact {
740
	font-weight: bold;
741
	float: left;
742
	border-left: 1px solid #999999;
743
	background-color: #777777;
744
	color: #FFFFFF;
745
	padding: 0;
746
	white-space: nowrap;
747
}
748
.menu {
749
	background-color: #000000;
750
	white-space: nowrap;
751
	padding: 0px 5px 0px 5px;
752
	width: 100%;
753
	vertical-align: top;
754
}
755

    
756

    
757
/* Auto Complete Suggestions */
758
div.suggestions {
759
    -moz-box-sizing: border-box;
760
    box-sizing: border-box;
761
    border: 1px solid black;
762
    position: absolute;
763
	background-color: #990000;
764
	color: #FFF;
765
}
766

    
767
div.suggestions div {
768
    cursor: default;
769
    padding: 0px 3px;
770
	background-color: #990000;
771
	color: #FFF;
772
}
773

    
774
div.suggestions div.current {
775
    background-color: #3366cc;
776
    color: #FFF;
777
}
778
/* End Auto Complete Suggestions */
779

    
780

    
781
/* Nifty Corners Crap */
782
.rtop,.artop{display:block}
783
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
784
.artop *{border-style: solid;border-width:0 1px}
785
.r1,.rl1,.re1,.rel1{margin-left:5px}
786
.r1,.rr1,.re1,.rer1{margin-right:5px}
787
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
788
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
789
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
790
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
791
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
792
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
793
.rx1,.rxl1{border-left-width:5px}
794
.rx1,.rxr1{border-right-width:5px}
795
.rx2,.rxl2{border-left-width:3px}
796
.rx2,.rxr2{border-right-width:3px}
797
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
798
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
799
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
800
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
801
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
802
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}
803

    
804
#login {
805
	background: #cccccc;
806
	border: 0px solid #666666;
807
	margin: 5em auto;
808
	padding: 0em;
809
	width: 340px;
810
}
811

    
812
#login h1 {
813
	background: url(images/misc/logon.png) no-repeat top left;
814
	margin-top: 0;
815
	display: block;
816
	text-indent: -1000px;
817
	height: 50px;
818
	border-bottom: none;
819
}
820

    
821
#login p {
822
	font-size: 1em;
823
	font-weight: bold;
824
	padding: 3px;
825
	margin: 0em;
826
	text-indent: 10px;
827
}
828

    
829
#login span {
830
	font-size: 1em;
831
	font-weight: bold;
832
	width: 20%;
833
	padding: 3px;
834
	margin: 0em;
835
	text-indent: 10px;
836
}
837

    
838
#login p#text {
839
	font-size: 1em;
840
	font-weight: normal;
841
	padding: 3px;
842
	margin: 0em;
843
	text-indent: 10px;
844
}
845

    
846
#login #username, #password, #password2 {
847
	font-size: small;
848
	width: 60%;
849
	padding-left:19px
850
	padding: 3px;
851
	margin: 0em;
852
}
853

    
854
#login #submit {
855
	font-size: 1em;
856
	font-weight: bold;
857
	padding: 3px;
858
	margin: 0em;
859
	text-indent: 10px;
860
}
861

    
862

    
863
/* Widget CSS */
864
.widgetsubheader {
865
	border-right: 1px solid #999999;
866
	font-size: 11px;
867
	background-color: #B1B1B1;
868
	padding-right: 6px;
869
	padding-left: 6px;
870
	color: #000000;
871
	font-weight: bold;
872
	padding-top: 5px;
873
	padding-bottom: 5px;
874
}
875
.widgetheader {
876
	border-right: 1px solid #999999;
877
	font-size: 11px;
878
	background-color: #990000;
879
	padding-right: 6px;
880
	padding-left: 6px;
881
	color: #FFFFFF;
882
	font-weight: bold;
883
	padding-top: 5px;
884
	padding-bottom: 5px;
885
}
886
.widgetdiv{
887
	margin:5px;
888
	padding: 5px;
889
	background:#CCCCCC;
890
}
891
.widgetconfigdiv{
892
	background:#BBBBBB;
893
	font-size: 11px;
894
	color: #000000;
895
	padding-right: 5px;
896
	padding-left: 5px;
897
	padding-top: 5px;
898
	padding-bottom: 5px;
899
}
900

    
901
div#log div.log-entry-mini {
902
	clear: both;
903
}
904

    
905
div#log div.log-entry-mini span {
906
	padding: 2px 2px 2px 2px;
907
	padding-left: 8px;
908
}
909

    
910
div#log span.log-action-mini-header,
911
div#log span.log-interface-mini-header,
912
div#log span.log-source-mini-header,
913
div#log span.log-destination-mini-header,
914
div#log span.log-protocol-mini-header {
915
	float: left;
916
	text-align: left;
917
	background-color: #FFFFFF;
918
	font-size: 12px;
919
	border-left: 1px solid #999;
920
	border-bottom: 1px solid #999;
921
}
922

    
923
div#log span.log-action-mini,
924
div#log span.log-time-mini,
925
div#log span.log-interface-mini,
926
div#log span.log-source-mini,
927
div#log span.log-destination-mini,
928
div#log span.log-protocol-mini {
929
	float: left;
930
	text-align: left;
931
	background-color: #FFFFFF;
932
	font-size: 11px;
933
	border-left: 1px solid #999;
934
	border-bottom: 1px solid #999;
935
}
936

    
937
div#log span.log-action-mini,
938
div#log span.log-action-mini-header {
939
	width: 6%;
940
}
941

    
942
div#log span.log-interface-mini,
943
div#log span.log-interface-mini-header {
944
	width: 8%;
945
}
946

    
947
div#log span.log-source-mini,
948
div#log span.log-destination-mini,
949
div#log span.log-source-mini-header,
950
div#log span.log-destination-mini-header {
951
	width: 31%;
952
}
953

    
954
div#log span.log-protocol-mini,
955
div#log span.log-protocol-mini-header {
956
	width: 8%;	
957
	border-right: 1px solid #999;
958
}
959

    
960
/* Sortable tables */
961
table.sortable thead {
962
    cursor: default;
963
	background-color: #EEEEEE;
964
	padding-right: 12px;
965
	padding-left: 12px;
966
	padding-top: 12px;
967
	padding-bottom: 12px;
968
}
969

    
970
#graph {
971
	position: relative;
972
	z-index: 1;
973
}
(1-1/7)