Project

General

Profile

Download (19.8 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

    
8
/* please adjust the bgcolor to be used together with niftycorners! */
9
.rtop, .artop {
10
        background-color: #5f0406;
11
}
12

    
13
div.GraphLink {
14
	position: relative;
15
}
16

    
17
span.GraphLinkLine {
18
	position: absolute;
19
	background-color: #990000;
20
	width: 100%;
21
}
22

    
23
/* DOM Tooltip CSS definitions */
24
div.niceTitle
25
{
26
	background-color: #333333;
27
	color: #FFFFFF;
28
  border-bottom: 1px dotted #FFFFFF;
29
	font-weight: bold;
30
	font-size: 13px;
31
	font-family: "Trebuchet MS", sans-serif;
32
	width: 250px;
33
	left: 0;
34
	top: 0;
35
	padding: 4px;
36
	position: absolute;
37
	text-align: left;
38
	z-index: 20;
39
	-moz-border-radius: 0 10px 10px 10px;
40
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
41
	-moz-opacity: .87;
42
	-khtml-opacity: .87;
43
	opacity: .87;
44
}
45
div.niceTitle h1
46
{
47
  background: #990000;
48
  border-bottom: 1px dotted #FFFFFF;
49
	font-weight: bold;
50
	font-size: 13px;
51
	font-family: "Trebuchet MS", sans-serif;
52
	margin: 3px;
53
  padding-top: 1px;
54
  padding-bottom: 1px;
55
  padding-left: 3px;
56
  text-align: left;
57
	left: 0;
58
	top: 0;
59
  -moz-border-radius: 0 8px 0 0;
60
  -moz-opacity: 1;
61
}
62
div.niceTitle .contents
63
{
64
	margin: 0;
65
	padding: 0 3px;
66
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
67
	-moz-opacity: 1;
68
	-khtml-opacity: 1;
69
	opacity: 1;
70
}
71
div.niceTitle p
72
{
73
  background: #FFFFFF;
74
  border: 1px solid #990000;
75
	color: #000000;
76
	font-size: 9px;
77
	padding: 5px;
78
	margin: 3px;
79
	text-align: left;
80
	-moz-opacity: 1;
81
  -moz-border-radius: 0 0 8px 8px;
82
}
83

    
84
body {
85
  margin: 0px auto;
86
  background: url('images/logon-background.gif') no-repeat;
87
  background-position : center 0px;
88
  background-color: #4a0203;
89
}
90

    
91
form {
92
	margin: 0px;
93
}
94
a {
95
	text-decoration: none;
96
}
97
form input {
98
	font-size: 1.1em;
99
}
100

    
101
iframe {
102
	z-index: 1;
103
	border: 1px dashed #990000;
104
}
105
.iframe {
106
	background-color: #FFFFFF;
107
}
108

    
109
/* ID Based CSS Definitions */
110
#wrapper {
111
	width: 810px;
112
	margin: 0px auto;
113
}
114

    
115
#header {
116
	background: url('images/header.png') no-repeat;
117
	background-position: 0px;
118
	height: 102px;
119
	width: 810px;
120
	margin-bottom: 5px;
121
	z-index: 2;
122
}
123
#header-left {
124
	position: relative;
125
	/* background: url('images/logo.gif') no-repeat; */
126
	background-position: center;
127
	height: 65px;
128
	width: 145px;
129
	left: 10px;
130
	float: left;
131
}
132
#header-left #status-link {
133
	position: relative;
134
	top: 10px;
135
	left: 6px;
136
}
137
#header-right {
138
	position: relative;
139
	/* background: url('images/header.gif') no-repeat; */
140
	height: 70px;
141
	color: #fff;
142
	left: 0px;
143
	margin-left: 165px;
144
}
145
#header-right .alert {
146
	position: relative;
147
	/* background: url('images/alert.gif') no-repeat; */
148
	background-position: 4px 2px;
149
	color: #fff;
150
	height: 17px;
151
	width: 500px;
152
	padding: 4px;
153
	padding-left: 27px;
154
	float: left;
155
}
156
#header-right .container {
157
	position: relative;
158
}
159
#header-right .container .left {
160
	position: relative; 
161
	float: left;
162
	font-size: 1.3em;
163
	font-weight: bold;
164
	top: 15px;
165
	left: 4px;
166
	display: none;
167
}
168
#header-right .container .right {
169
	position: relative;
170
	float: right;
171
	top: 22px;
172
	padding-right: 4px;
173
	z-index: 1;
174
}
175

    
176
#header-right .container .right #alerts {
177
	position: relative;
178
	background: url('images/alert_bgr.png') no-repeat;
179
	height: 39px;
180
	width: 431px;
181
	z-index: 1;
182
	padding-top: 20px;
183
	padding-left: 5px;
184
	margin: 0px;
185
}
186
#header-right .container .right #hostname {
187
	position: relative;
188
	height: 39px;
189
	width: 431px;
190
	z-index: 1;
191
	padding-left: 5px;
192
	margin: 0px;
193
	top: 25px;
194
	left: 230px;
195
	font-size: 14px;
196
	color: #cccccc;
197
	font-weight: bold;
198
}
199

    
200

    
201

    
202
table#marquee {
203
	position: relative;
204
	top: -6px;
205
	left: -5px;
206
	border: 0;
207
	padding: 0;
208
	margin: 0;
209
	width: 424px;
210
	background-color: transparent;
211
	padding: 2px;
212
	border: 0px;
213
}
214
span#marquee-container {
215
	position: absolute;
216
	visibility: hidden;
217
	top: -100px;
218
	left: -10000px;
219
}
220
div#marquee-text {	
221
	font-size: 1.18em;
222
	font-weight: normal;
223
	font-family: Verdana;
224
	color: #ffffff;
225
}
226
table#marquee div#container {
227
	position: relative;
228
	overflow: hidden;
229
	width: 418px;
230
	height: 20px;
231
}
232
table#marquee div#container div#scroller {
233
	position: absolute;
234
	left: 0px;
235
	top: 0px;
236
}
237

    
238

    
239

    
240

    
241

    
242
#content {
243
	position: relative;
244
	top: -15px;
245
	left: 0px;
246
	margin-top: 0px;
247
	margin-left: 0px;
248
	padding-top: 0px;
249
	width: 810px;
250
	background-color: #ffffff;
251
}
252

    
253
#left {
254
	width: 810px;
255
	height: 1px;
256
}
257
#right {
258
	position: relative;
259
	top: -10px;
260
	width: 770px;
261
	margin-top: 0px;
262
	margin-left: 5px;
263
	margin-right: 5px;
264
	padding-top: 5px;
265
	padding-left: 10px;
266
	padding-right: 10px;
267
	padding-bottom: 20px;
268
	min-height: 400px;
269
}
270

    
271
#footer {
272
	position: relative;
273
	background: url('images/footer.png') no-repeat;
274
	top: -18px;
275
	left: 0px;
276
	width: 810px;
277
	height: 75px;
278
	color: #ffffff;
279
	text-align: center;;
280
	font-size: 0.9em;
281
	padding-top: 17px;
282
	margin-bottom: 20px;
283
	clear: both;
284
}
285
#footer p {
286
	padding: 0px;
287
	margin: 0px;
288
}
289

    
290
/* Style the List */
291
#navigation {
292
	/* background: url('images/menu.gif') no-repeat; */
293
	/* width: 693px; */
294
	position: relative;
295
	top: -25px;
296
	left: 3px;
297
	width: 810px;
298
	padding: 0px;
299
	height: 28px;
300
	z-index: 3;
301
}
302
#navigation ul {
303
	padding: 0;
304
	margin: 0;
305
	list-style: none;
306
	text-align: center;
307
}
308
#navigation ul#menu {
309
	padding-top: 3px;
310
	padding-left: 5px;
311
}
312

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

    
363
#navigation ul li {
364
	background-color: transparent;
365
	color: #FFF;
366
}
367
#navigation ul li ul li {
368
	border: 1px solid #990000;
369
	width: 8.8em;
370
	height: 1.6em;
371
	line-height: 1.6em;
372
	background-color: #990000;
373
	color: #FFF;
374
}
375
#navigation ul li ul li:hover {
376
	background-color: #666666;
377
}
378

    
379
#navigation li li a {
380
	display: block;
381
	padding-left: 10px;
382
	padding-right: 10px;
383
}
384

    
385
#navigation ul li ul li a.navlnk:hover {
386
	text-decoration: none;
387
}
388
#navigation ul li.first {
389
	border-right: 0px;
390
}
391
#navigation ul li.middle {
392
	border-right: 0px;
393
}
394
#navigation ul li.last {
395

    
396
}
397

    
398
#navigation ul li.dropfirst {
399
	border-bottom: 0px;
400
}
401
#navigation ul li.dropmiddle {
402
	border-bottom: 0px;
403
}
404
#navigation ul li.droplast {
405
}
406

    
407
#wzdtabcont {
408
	float: left;
409
	background-color: #FFFFFF;
410
	color: #000000;
411
	padding: 0;
412
}
413

    
414
ul#wzdnav {
415
  font-size: 0.96em;
416
  float: left;
417
	width: 14.5em;
418
  margin: 0;
419
	padding-left: 18px;
420
}
421

    
422
ul#wzdnav li {
423
  list-style: none;
424
  margin: 0;
425
	padding-bottom: 0.2em;
426
  padding-left: 0;
427
}
428

    
429
ul#wzdnav a {
430
  display: block;
431
  padding: 0.3em;
432
  font-weight: normal;
433
}
434

    
435
#wzdnavbold a {
436
  display: block;
437
  padding: 0.3em;
438
  font-weight: bold ! important;
439
}
440

    
441
ul#wzdnav a:link {
442
  color: black;
443
	background-color: #eee;
444
}
445

    
446
ul#wzdnav a:visited {
447
  color: #666;
448
	background-color: #eee;
449
}
450

    
451
ul#wzdnav a:hover {
452
  color: black;
453
	background-color: white;
454
}
455

    
456
ul#wzdnav a:active {
457
  color: white;
458
	background-color: gray;
459
}
460

    
461
#graph {
462
	position: relative;
463
	z-index: 10;
464
}
465

    
466
#logoutbtn {
467
  position: absolute;
468
  left: 95%;
469
  vertical-align: middle;
470
}
471

    
472

    
473
#graph {
474
	position: relative;
475
	z-index: 10;
476
}
477

    
478

    
479

    
480
/* Class Based CSS Definitions */
481
.pgtitle {
482
	font-size: 18px;
483
	color: #777777;
484
	font-weight: bold;
485
}
486
.tfrtitle {
487
	font-size: 18px;
488
	color: #ffffff;
489
	font-weight: bold;
490
}
491
.vncell {
492
	background-color: #DDDDDD;
493
	padding-right: 20px;
494
	padding-left: 8px;
495
	border-bottom: 1px solid #999999;
496
}
497
.formfld {
498
  padding-left: 19px;
499
  font-size: small;
500
}
501
.formselect {
502
  font-size: 1.0em;
503
}
504
.langopt {
505
  padding-left: 34px;
506
  padding-top: 2px;
507
  padding-bottom: 2px;
508
}
509
.saved {
510
  /* background: url('/themes/nione/images/icons/icon_wzd_saved.png') no-repeat 0 1px #FFFFFF; */
511
  list-style-image: url('/themes/nervecenter/images/icons/icon_wzd_saved.png') ! important;
512
}
513
.notsaved {
514
  /* background: url('/themes/nione/images/icons/icon_wzd_nsaved.png') no-repeat 0 1px #FFFFFF; */
515
  list-style-image: url('/themes/nervecenter/images/icons/icon_wzd_nsaved.png') ! important;
516
}
517
.en {
518
  background: url('/themes/nervecenter/images/icons/icon_flag_en.png') no-repeat 0 1px #FFFFFF;
519
}
520
.de {
521
  background: url('/themes/nervecenter/images/icons/icon_flag_de.png') no-repeat 0 1px #FFFFFF;
522
}
523
.es {
524
  background: url('/themes/nervecenter/images/icons/icon_flag_es.png') no-repeat 0 1px #FFFFFF;
525
}
526
.pt_BR {
527
  background: url('/themes/nervecenter/images/icons/icon_flag_pt_BR.png') no-repeat 0 1px #FFFFFF;
528
}
529
.host {
530
  background: url('/themes/nervecenter/images/icons/icon_frmfld_host.png') no-repeat 0 1px #FFFFFF;
531
}
532
.search {
533
  background: url('/themes/nervecenter/images/icons/icon_frmfld_search.png') no-repeat 0 1px #FFFFFF;
534
}
535
.file {
536
  background: url('/themes/nervecenter/images/icons/icon_frmfld_file.png') no-repeat 0 1px #FFFFFF;
537
}
538
.mail {
539
  background: url('/themes/nervecenter/images/icons/icon_frmfld_mail.png') no-repeat 0 1px #FFFFFF;
540
}
541
.imp {
542
  background: url('/themes/nervecenter/images/icons/icon_frmfld_imp.png') no-repeat 0 1px #FFFFFF;
543
}
544
.pwd {
545
  background: url('/themes/nervecenter/images/icons/icon_frmfld_pwd.png') no-repeat 0 1px #FFFFFF;
546
}
547
.user {
548
  background: url('/themes/nervecenter/images/icons/icon_frmfld_user.png') no-repeat 0 1px #FFFFFF ;
549
}
550
.group {
551
  background: url('/themes/nervecenter/images/icons/icon_frmfld_group.png') no-repeat 0 1px #FFFFFF;
552
}
553
.url {
554
  background: url('/themes/nervecenter/images/icons/icon_frmfld_url.png') no-repeat 0 1px #FFFFFF;
555
}
556
.time {
557
  background: url('/themes/nervecenter/images/icons/icon_frmfld_time.png') no-repeat 0 1px #FFFFFF;
558
}
559
.unknown {
560
  background: url('/themes/nervecenter/images/icons/icon_frmfld_unknown.png') no-repeat 0 1px #FFFFFF;
561
}
562
.formfld_cert {
563
  background: url('/themes/nervecenter/images/icons/icon_frmfld_cert.png') no-repeat 0 1px #FFFFFF;
564
  padding-left: 28px;
565
	font-family: Courier New, Courier, monospaced;
566
	font-size: 11px;
567
}
568
.formfldalias {
569
	background-color: #990000;
570
	color: #FFFFFF;
571
}
572
.formpre {
573
	font-family: Courier New, Courier, monospaced;
574
	font-size: 10px;
575
}
576
.formbtn {
577
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
578
	font-size: 13px;
579
	font-weight: bold;
580
}
581
.formbtns {
582
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
583
	font-size: 10px;
584
	font-weight: bold;
585
}
586
.vvcell {
587
	background-color: #FFFFC6;
588
}
589
.errmsg {
590
	font-weight: bold;
591
	color: #CC0000;
592
}
593
.red {
594
	color: #CC0000;
595
}
596
.gray {
597
	color: #A0A0A0;
598
}
599
.vexpl {
600
	font-size: 11px;
601
}
602
.navlnk {
603
	color: #FFFFFF;
604
	text-decoration: none;
605
	font-size: 13px;
606
}
607
.navlnks {
608
	color: #FFFFFF;
609
	text-decoration: none;
610
	font-size: 11px;
611
}
612
.redlnk {
613
	color: #990000;
614
	text-decoration: none;
615
}
616
.tblnk {
617
	color: #FFFFFF;
618
	text-decoration: none;
619
}
620
.vncellreq {
621
	background-color: #DDDDDD;
622
	padding-right: 20px;
623
	padding-left: 8px;
624
	font-weight: bold;
625
	border-bottom: 1px solid #999999;
626
}
627
.vncellt {
628
	background-color: #DDDDDD;
629
	padding-right: 20px;
630
	padding-left: 8px;
631
	padding-top: 4px;
632
	padding-bottom: 4px;
633
	font-weight: bold;
634
	border-bottom: 1px solid #999999;
635
}
636
.vtable {
637
	border-bottom: 1px solid #999999;
638
}
639
.vnsepcell {
640
	background-color: #BBBBBB;
641
	padding-right: 20px;
642
	padding-left: 8px;
643
	font-weight: bold;
644
	border-bottom: 1px solid #999999;
645
	font-size: 11px;
646
}
647
.cpline {
648
	font-size: 11px;
649
	color: #FFFFFF;
650
}
651
.hostname {
652
	font-size: 11px;
653
	color: #990000;
654
	font-weight: bold;
655
}
656
.vnsepcellr {
657
	background-color: #BBBBBB;
658
	padding-right: 20px;
659
	padding-left: 8px;
660
	font-weight: bold;
661
	border-right: 1px solid #999999;
662
	border-bottom: 1px solid #999999;
663
	font-size: 11px;
664
}
665
.listr {
666
	background-color: #FFFFFF;
667
	border-right: 1px solid #999999;
668
	border-bottom: 1px solid #999999;
669
	font-size: 11px;
670
	padding-right: 6px;
671
	padding-left: 6px;
672
	padding-top: 4px;
673
	padding-bottom: 4px;
674
}
675
.listrpad {
676
	border-right: 1px solid #999999;
677
	border-bottom: 1px solid #999999;
678
	font-size: 11px;
679
	padding-right: 16px;
680
	padding-left: 10px;
681
	padding-top: 8px;
682
	padding-bottom: 8px;
683
}
684
.listn {
685
	font-size: 11px;
686
	padding-right: 16px;
687
	padding-left: 6px;
688
	padding-top: 4px;
689
	padding-bottom: 4px;
690
}
691
.listbg {
692
	border-right: 1px solid #999999;
693
	border-bottom: 1px solid #999999;
694
	font-size: 11px;
695
	background-color: #990000;
696
	padding-right: 16px;
697
	padding-left: 6px;
698
	padding-top: 4px;
699
	padding-bottom: 4px;
700
}
701
.listbggrey {
702
	border-right: 1px solid #999999;
703
        border-bottom: 1px solid #999999;
704
        font-size: 11px;
705
        background-color: #999999;
706
        padding-right: 16px;
707
        padding-left: 6px;
708
        padding-top: 4px;
709
        padding-bottom: 4px;
710
}
711
.listhdr {
712
	background-color: #BBBBBB;
713
	padding-right: 16px;
714
	padding-left: 6px;
715
	font-weight: bold;
716
	border-bottom: 1px solid #999999;
717
	font-size: 11px;
718
	padding-top: 5px;
719
	padding-bottom: 5px;
720
}
721
.listhdr a {
722
	color: #000000;
723
}
724
.listhdrr {
725
	background-color: #BBBBBB;
726
	padding-right: 16px;
727
	padding-left: 6px;
728
	font-weight: bold;
729
	border-right: 1px solid #999999;
730
	border-bottom: 1px solid #999999;
731
	font-size: 11px;
732
	padding-top: 5px;
733
	padding-bottom: 5px;
734
}
735
.listhdrr a {
736
	color: #000000;
737
}
738
.listlr {
739
	background-color: #FFFFFF;
740
	border-right: 1px solid #999999;
741
	border-bottom: 1px solid #999999;
742
	border-left: 1px solid #999999;
743
	font-size: 11px;
744
	padding-right: 6px;
745
	padding-left: 6px;
746
	padding-top: 4px;
747
	padding-bottom: 4px;
748
}
749
.listlrns {
750
	background-color: #FFFFFF;
751
	border-right: 1px solid #999999;
752
	border-bottom: 1px solid #999999;
753
	border-left: 1px solid #999999;
754
	font-size: 11px;
755
	padding-top: 4px;
756
	padding-bottom: 4px;
757
}
758
.list {
759
	font-size: 11px;
760
	padding-left: 6px;
761
	padding-top: 2px;
762
	padding-bottom: 2px;
763
}
764
.listt {
765
	font-size: 11px;
766
	padding-top: 5px;
767
}
768
.listhdrrns {
769
	background-color: #BBBBBB;
770
	padding-left: 6px;
771
	padding-top: 5px;
772
	padding-bottom: 5px;
773
	padding-right: 6px;
774
	font-weight: bold;
775
	border-right: 1px solid #999999;
776
	border-bottom: 1px solid #999999;
777
	font-size: 11px;
778
}
779
.listbgns {
780
	border-right: 1px solid #999999;
781
	border-bottom: 1px solid #999999;
782
	font-size: 11px;
783
	background-color: #D9DEE8;
784
	padding-left: 6px;
785
	padding-right: 4px;
786
	padding-top: 4px;
787
	padding-bottom: 4px;
788
}
789
.listtopic {
790
	border-right: 1px solid #999999;
791
	font-size: 11px;
792
	background-color: #990000;
793
	padding-right: 16px;
794
	padding-left: 6px;
795
	color: #FFFFFF;
796
	font-weight: bold;
797
	padding-top: 5px;
798
	padding-bottom: 5px;
799
}
800
.optsect_t {
801
	border-right: 1px solid #999999;
802
	background-color: #990000;
803
	padding-right: 6px;
804
	padding-left: 6px;
805
	padding-top: 2px;
806
	padding-bottom: 2px;
807
}
808
.optsect_s {
809
	font-size: 11px;
810
	color: #FFFFFF;
811
	font-weight: bold;
812
}
813
.tabnavtbl {
814
}
815

    
816

    
817
/* MISC CSS Definitions */
818
ul#tabnav {
819
	font-size: 11px;
820
	font-weight: bold;
821
	list-style-type: none;
822
	margin: 0;
823
	padding: 0;
824
}
825
ul#tabnav li.tabinact1 {
826
	float: left;
827
	background-color: #777777;
828
	color: #FFFFFF;
829
	padding: 0;
830
	white-space: nowrap;
831
}
832
ul#tabnav li.tabinact {
833
	float: left;
834
	border-left: 1px solid #999999;
835
	background-color: #777777;
836
	color: #FFFFFF;
837
	padding: 0;
838
	white-space: nowrap;
839
}
840
ul#tabnav li.tabinact a {
841
	float: left;
842
	display: block;
843
	text-decoration: none;
844
	padding: 5px 8px 5px 8px;
845
	color: #FFFFFF;
846
}
847
ul#tabnav li.tabinact1 a {
848
	float: left;
849
	display: block;
850
	text-decoration: none;
851
	padding: 5px 8px 5px 8px;
852
	color: #FFFFFF;
853
}
854
ul#tabnav li.tabact {
855
	float: left;
856
	background-color: #EEEEEE;
857
	color: #000000;
858
	padding: 5px 8px 5px 8px;
859
	white-space: nowrap;
860
}
861
.tabcont {
862
	background-color: #EEEEEE;
863
	padding-right: 12px;
864
	padding-left: 12px;
865
	padding-top: 12px;
866
	padding-bottom: 12px;
867
}
868
.tabact {
869
	float: left;
870
	background-color: #EEEEEE;
871
	color: #000000;
872
	padding: 5px 8px 5px 8px;
873
	white-space: nowrap;
874
}
875
.tabinact {
876
	font-weight: bold;
877
	float: left;
878
	border-left: 1px solid #999999;
879
	background-color: #777777;
880
	color: #FFFFFF;
881
	padding: 0;
882
	white-space: nowrap;
883
}
884
.menu {
885
	background-color: #000000;
886
	white-space: nowrap;
887
	padding: 0px 5px 0px 5px;
888
	width: 100%;
889
	vertical-align: top;
890
}
891

    
892

    
893
/* Auto Complete Suggestions */
894
div.suggestions {
895
    -moz-box-sizing: border-box;
896
    /* box-sizing: border-box; */
897
    border: 1px solid black;
898
    position: absolute;
899
	background-color: #990000;
900
	color: #FFF;
901
}
902

    
903
div.suggestions div {
904
    cursor: default;
905
    padding: 0px 3px;
906
	background-color: #990000;
907
	color: #FFF;
908
}
909

    
910
div.suggestions div.current {
911
    background-color: #3366cc;
912
    color: #FFF;
913
}
914
/* End Auto Complete Suggestions */
915

    
916

    
917
/* Nifty Corners Crap */
918
.rtop,.artop{display:block}
919
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
920
.artop *{border-style: solid;border-width:0 1px}
921
.r1,.rl1,.re1,.rel1{margin-left:5px}
922
.r1,.rr1,.re1,.rer1{margin-right:5px}
923
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
924
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
925
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
926
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
927
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
928
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
929
.rx1,.rxl1{border-left-width:5px}
930
.rx1,.rxr1{border-right-width:5px}
931
.rx2,.rxl2{border-left-width:3px}
932
.rx2,.rxr2{border-right-width:3px}
933
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
934
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
935
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
936
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
937
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
938
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}
939
/* End Nifty Corners Crap */
940

    
941

    
942

    
943
/* CSS for Dynamic Log Viewer */
944
/* Author: Erik Kristensen    */
945
div#log div.log-entry {
946
	clear: both;
947
}
948

    
949
div#log div.log-entry span,
950
div#log div.log-header span {
951
	padding: 3px 2px 3px 2px;
952
	padding-left: 8px;
953
}
954

    
955
div#log div.log-entry span.log-action {
956
	padding-bottom: 6px;
957
	padding-left: 5px;
958
	padding-right: 5px;
959
}
960

    
961
div#log div.log-header span {
962
	border-top: 1px solid #999;
963
	background-color: #bbb;
964
	font-weight: bold;
965
	text-align: left;
966
}
967

    
968
div#log span.log-action,
969
div#log span.log-time,
970
div#log span.log-interface,
971
div#log span.log-source,
972
div#log span.log-destination,
973
div#log span.log-protocol {
974
	float: left;
975
	text-align: left;
976
	border-left: 1px solid #999;
977
	border-bottom: 1px solid #999;
978
}
979

    
980
div#log span.log-general {
981

    
982
}
983

    
984
div#log span.log-protocol {
985
	border-right: 1px solid #999;
986
}
987

    
988
div#log span.log-action {
989
	width: 2em;
990
	text-align: center;
991
}
992

    
993
div#log span.log-time {
994
	width: 12.5em;
995
}
996

    
997
div#log span.log-interface {
998
	width: 5em;
999
}
1000

    
1001
div#log span.log-source,
1002
div#log span.log-destination {
1003
	width: 17.6em;
1004
}
1005

    
1006
div#log span.log-protocol {
1007
	width: 5.5em;
1008
}
1009
/* END CSS FOR DYNAMIC LOG VIEWER */
1010

    
1011
#login {
1012
	background: #cccccc;
1013
	border: 0px solid #666666;
1014
	margin: 5em auto;
1015
	padding: 0em;
1016
	width: 340px;
1017
}
1018

    
1019
#login h1 {
1020
	background: url(images/misc/logon.png) no-repeat top left;
1021
	margin-top: 0;
1022
	display: block;
1023
	text-indent: -1000px;
1024
	height: 50px;
1025
	border-bottom: none;
1026
}
1027

    
1028
#login p {
1029
	font-size: 1em;
1030
	font-weight: bold;
1031
	padding: 3px;
1032
	margin: 0em;
1033
	text-indent: 10px;
1034
}
1035

    
1036
#login span {
1037
	font-size: 1em;
1038
	font-weight: bold;
1039
	width: 20%;
1040
	padding: 3px;
1041
	margin: 0em;
1042
	text-indent: 10px;
1043
}
1044

    
1045
#login p#text {
1046
	font-size: 1em;
1047
	font-weight: normal;
1048
	padding: 3px;
1049
	margin: 0em;
1050
	text-indent: 10px;
1051
}
1052

    
1053
#login #username, #password {
1054
	font-size: 1em;
1055
	width: 60%;
1056
	padding: 3px;
1057
	margin: 0em;
1058
}
1059

    
1060
#login #submit {
1061
	font-size: 1em;
1062
	font-weight: bold;
1063
	padding: 3px;
1064
	margin: 0em;
1065
	text-indent: 10px;
1066
}
(10-10/10)