Projet

Général

Profil

Télécharger (19,9 ko) Statistiques
| Branche: | Tag: | Révision:

univnautes / usr / local / www / themes / code-red / wizard.css @ a03943d2

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
.nowrap { white-space: nowrap; }
9

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

    
15
div.GraphLink {
16
	position: relative;
17
}
18

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

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

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

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

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

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

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

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

    
202

    
203

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

    
240

    
241

    
242

    
243

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

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

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

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

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

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

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

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

    
398
}
399

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

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

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

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

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

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

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

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

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

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

    
463
#graph {
464
	position: relative;
465
	z-index: 10;
466
}
467

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

    
474

    
475
#graph {
476
	position: relative;
477
	z-index: 10;
478
}
479

    
480

    
481

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

    
818

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

    
894

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

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

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

    
918

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

    
943

    
944

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

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

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

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

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

    
982
div#log span.log-general {
983

    
984
}
985

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

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

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

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

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

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

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

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

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

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

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

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

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