Project

General

Profile

Download (17.3 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
.infobox {
8
	width:100%;
9
}
10

    
11
.infoboxsave {
12
	padding-right: 10px;
13
}
14

    
15
.infoboxnptd2 {
16
	width:100%;
17
	color:white;
18
	background-color:#990000;
19
	padding-right: 10px;	
20
}
21

    
22
.infoboxnptd {
23
	width:8%;
24
	background-color:#990000;	
25
}
26

    
27
.infoboxnptable {
28
 	height:32px;
29
	width:100%;
30
	background-color:#990000;	
31
}
32

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

    
39
.infoboxnp {
40
	background-color:#990000;
41
	width:100%;
42
}
43

    
44
.infoboxnpimg {
45
	vertical-align:middle;
46
	width:28px;
47
	height:32px;
48
	background-color:#990000;	
49
}
50

    
51
.inputerrorsleft {
52
	background-color: #990000;
53
	width: 36px;
54
	text-align: center;
55
}
56

    
57
.inputerrorsright {
58
	background-color: #FFD9D1;	
59
	color: #000000;
60
	font-size: 11px;
61
	padding-left: 8px; 
62
	padding-top: 6px;
63
}
64

    
65
form {
66
	margin: 0px;
67
}
68
a {
69
	text-decoration: none;
70
}
71
form input {
72
	font-size: 1.1em;
73
}
74

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

    
136
body {
137
	background-color: #ffffff;
138
}
139

    
140
/* ID Based CSS Definitions */
141
#wrapper {
142

    
143
}
144

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

    
179
#header-right .container .left {
180
	position: relative;
181
	top: 32px;
182
	left: 9px;
183
	font-size: 1.8em;
184
}
185

    
186
#header-right .container .right {
187
	position: relative;
188
	top: -8px;
189
	left: 195px;
190
}
191

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

    
213

    
214

    
215

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

    
251

    
252

    
253

    
254

    
255

    
256

    
257
#content {
258
	border-top: 1px solid #FFFFFF;
259
	margin-top: 0px;
260
	padding-top: 0px;
261
	width: 800px;
262
}
263

    
264
#left {
265
	width: 800px;
266
	height: 25px;
267
	margin-bottom: 5px;
268
}
269
#right {
270
	width: 770px;
271
	margin-left: 5px;
272
	margin-right: 5px;
273
	margin-top: 4px;
274
	padding-top: 1px;
275
	padding-bottom: 15px;
276
	padding-left: 10px;
277
	padding-right: 10px;
278
	border-left: 1px solid #000000;
279
	border-right: 1px solid #000000;
280
}
281

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

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

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

    
366
#navigation ul li {
367
	background-color: transparent;
368
	color: #FFF;
369
}
370
#navigation ul li ul li {
371
	border: 1px solid #000;
372
	background-color: #000;
373
	color: #FFF;
374
}
375
#navigation ul li ul li a.navlnk:hover {
376
	text-decoration: underline;
377
}
378
#navigation ul li.first {
379
	border-right: 0px;
380
}
381
#navigation ul li.middle {
382
	border-right: 0px;
383
}
384
#navigation ul li.last {
385

    
386
}
387

    
388
#navigation ul li.dropfirst {
389
	border-bottom: 0px;
390
}
391
#navigation ul li.dropmiddle {
392
	border-bottom: 0px;
393
}
394
#navigation ul li.droplast {
395
}
396

    
397

    
398

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

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

    
674

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

    
750

    
751
/* Auto Complete Suggestions */
752
div.suggestions {
753
    -moz-box-sizing: border-box;
754
    box-sizing: border-box;
755
    border: 1px solid black;
756
    position: absolute;
757
	background-color: #990000;
758
	color: #FFF;
759
}
760

    
761
div.suggestions div {
762
    cursor: default;
763
    padding: 0px 3px;
764
	background-color: #990000;
765
	color: #FFF;
766
}
767

    
768
div.suggestions div.current {
769
    background-color: #3366cc;
770
    color: #FFF;
771
}
772
/* End Auto Complete Suggestions */
773

    
774

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

    
798
#login {
799
	background: #cccccc;
800
	border: 0px solid #666666;
801
	margin: 5em auto;
802
	padding: 0em;
803
	width: 340px;
804
}
805

    
806
#login h1 {
807
	background: url(images/misc/logon.png) no-repeat top left;
808
	margin-top: 0;
809
	display: block;
810
	text-indent: -1000px;
811
	height: 50px;
812
	border-bottom: none;
813
}
814

    
815
#login p {
816
	font-size: 1em;
817
	font-weight: bold;
818
	padding: 3px;
819
	margin: 0em;
820
	text-indent: 10px;
821
}
822

    
823
#login span {
824
	font-size: 1em;
825
	font-weight: bold;
826
	width: 20%;
827
	padding: 3px;
828
	margin: 0em;
829
	text-indent: 10px;
830
}
831

    
832
#login p#text {
833
	font-size: 1em;
834
	font-weight: normal;
835
	padding: 3px;
836
	margin: 0em;
837
	text-indent: 10px;
838
}
839

    
840
#login #username, #password, #password2 {
841
	font-size: small;
842
	width: 60%;
843
	padding-left:19px
844
	padding: 3px;
845
	margin: 0em;
846
}
847

    
848
#login #submit {
849
	font-size: 1em;
850
	font-weight: bold;
851
	padding: 3px;
852
	margin: 0em;
853
	text-indent: 10px;
854
}
855

    
856

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

    
895
div#log div.log-entry-mini {
896
	clear: both;
897
}
898

    
899
div#log div.log-entry-mini span {
900
	padding: 2px 2px 2px 2px;
901
	padding-left: 8px;
902
}
903

    
904
div#log span.log-action-mini-header,
905
div#log span.log-interface-mini-header,
906
div#log span.log-source-mini-header,
907
div#log span.log-destination-mini-header,
908
div#log span.log-protocol-mini-header {
909
	float: left;
910
	text-align: left;
911
	background-color: #FFFFFF;
912
	font-size: 12px;
913
	border-left: 1px solid #999;
914
	border-bottom: 1px solid #999;
915
}
916

    
917
div#log span.log-action-mini,
918
div#log span.log-time-mini,
919
div#log span.log-interface-mini,
920
div#log span.log-source-mini,
921
div#log span.log-destination-mini,
922
div#log span.log-protocol-mini {
923
	float: left;
924
	text-align: left;
925
	background-color: #FFFFFF;
926
	font-size: 11px;
927
	border-left: 1px solid #999;
928
	border-bottom: 1px solid #999;
929
}
930

    
931
div#log span.log-action-mini,
932
div#log span.log-action-mini-header {
933
	width: 6%;
934
}
935

    
936
div#log span.log-interface-mini,
937
div#log span.log-interface-mini-header {
938
	width: 8%;
939
}
940

    
941
div#log span.log-source-mini,
942
div#log span.log-destination-mini,
943
div#log span.log-source-mini-header,
944
div#log span.log-destination-mini-header {
945
	width: 31%;
946
}
947

    
948
div#log span.log-protocol-mini,
949
div#log span.log-protocol-mini-header {
950
	width: 8%;	
951
	border-right: 1px solid #999;
952
}
953

    
954
/* Sortable tables */
955
table.sortable thead {
956
    cursor: default;
957
	background-color: #EEEEEE;
958
	padding-right: 12px;
959
	padding-left: 12px;
960
	padding-top: 12px;
961
	padding-bottom: 12px;
962
}
963

    
964
#graph {
965
	position: relative;
966
	z-index: 1;
967
}
(1-1/7)