Projet

Général

Profil

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

univnautes / usr / local / www / themes / code-red / login.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
.infoboxnptd2 {
9
	width:100%;
10
	color:white;
11
	background-color:#990000;
12
	padding-right: 10px;
13
}
14

    
15
.infoboxnptd {
16
	width:8%;
17
	background-color:#990000;	
18
}
19

    
20
.infoboxnptable {
21
 	height:32px;
22
	width:100%;
23
	background-color:#990000;	
24
}
25

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

    
32
.infoboxnp {
33
	background-color:#990000;
34
	width:100%;
35
}
36

    
37
.infoboxnpimg {
38
	vertical-align:middle;
39
	width:28px;
40
	height:32px;
41
	background-color:#990000;	
42
}
43

    
44
/* please adjust the bgcolor to be used together with niftycorners! */
45
.rtop, .artop {
46
        background-color: #999999;
47
}
48

    
49
div.GraphLink {
50
	position: relative;
51
}
52

    
53
span.GraphLinkLine {
54
	position: absolute;
55
	background-color: #990000;
56
	width: 100%;
57
}
58

    
59
/* DOM Tooltip CSS definitions */
60
div.niceTitle
61
{
62
	background-color: #333333;
63
	color: #FFFFFF;
64
  border-bottom: 1px dotted #FFFFFF;
65
	font-weight: bold;
66
	font-size: 13px;
67
	font-family: "Trebuchet MS", sans-serif;
68
	width: 250px;
69
	left: 0;
70
	top: 0;
71
	padding: 4px;
72
	position: absolute;
73
	text-align: left;
74
	z-index: 20;
75
	-moz-border-radius: 0 10px 10px 10px;
76
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
77
	-moz-opacity: .87;
78
	-khtml-opacity: .87;
79
	opacity: .87;
80
}
81
div.niceTitle h1
82
{
83
  background: #990000;
84
  border-bottom: 1px dotted #FFFFFF;
85
	font-weight: bold;
86
	font-size: 13px;
87
	font-family: "Trebuchet MS", sans-serif;
88
	margin: 3px;
89
  padding-top: 1px;
90
  padding-bottom: 1px;
91
  padding-left: 3px;
92
  text-align: left;
93
	left: 0;
94
	top: 0;
95
  -moz-border-radius: 0 8px 0 0;
96
  -moz-opacity: 1;
97
}
98
div.niceTitle .contents
99
{
100
	margin: 0;
101
	padding: 0 3px;
102
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
103
	-moz-opacity: 1;
104
	-khtml-opacity: 1;
105
	opacity: 1;
106
}
107
div.niceTitle p
108
{
109
  background: #FFFFFF;
110
  border: 1px solid #990000;
111
	color: #000000;
112
	font-size: 9px;
113
	padding: 5px;
114
	margin: 3px;
115
	text-align: left;
116
	-moz-opacity: 1;
117
  -moz-border-radius: 0 0 8px 8px;
118
}
119

    
120
body {
121
  margin: 0px auto;
122
  background: url('images/logon-background.gif') no-repeat;
123
  background-position : center 0px;
124
  background-color: #4a0203;
125
}
126

    
127
form {
128
	margin: 0px;
129
}
130
a {
131
	text-decoration: none;
132
}
133
form input {
134
	font-size: 1.1em;
135
}
136

    
137
iframe {
138
	z-index: 1;
139
	border: 1px dashed #990000;
140
}
141
.iframe {
142
	background-color: #FFFFFF;
143
}
144

    
145
/* ID Based CSS Definitions */
146
#wrapper {
147
	width: 810px;
148
	margin: 0px auto;
149
}
150

    
151
#header {
152
	background: url('images/header.png') no-repeat;
153
	background-position: 0px;
154
	height: 102px;
155
	width: 810px;
156
	margin-bottom: 5px;
157
	z-index: 2;
158
}
159
#header-left {
160
	position: relative;
161
	/* background: url('images/logo.gif') no-repeat; */
162
	background-position: center;
163
	height: 65px;
164
	width: 145px;
165
	left: 10px;
166
	float: left;
167
}
168
#header-left #status-link {
169
	position: relative;
170
	top: 10px;
171
	left: 6px;
172
}
173
#header-right {
174
	position: relative;
175
	/* background: url('images/header.gif') no-repeat; */
176
	height: 70px;
177
	color: #fff;
178
	left: 0px;
179
	margin-left: 165px;
180
}
181
#header-right .alert {
182
	position: relative;
183
	/* background: url('images/alert.gif') no-repeat; */
184
	background-position: 4px 2px;
185
	color: #fff;
186
	height: 17px;
187
	width: 500px;
188
	padding: 4px;
189
	padding-left: 27px;
190
	float: left;
191
}
192
#header-right .container {
193
	position: relative;
194
}
195
#header-right .container .left {
196
	position: relative; 
197
	float: left;
198
	font-size: 1.3em;
199
	font-weight: bold;
200
	top: 15px;
201
	left: 4px;
202
	display: none;
203
}
204
#header-right .container .right {
205
	position: relative;
206
	float: right;
207
	top: 22px;
208
	padding-right: 4px;
209
	z-index: 1;
210
}
211

    
212
#header-right .container .right #alerts {
213
	position: relative;
214
	background: url('images/alert_bgr.png') no-repeat;
215
	height: 39px;
216
	width: 431px;
217
	z-index: 1;
218
	padding-top: 20px;
219
	padding-left: 5px;
220
	margin: 0px;
221
}
222
#header-right .container .right #hostname {
223
	position: relative;
224
	height: 39px;
225
	width: 431px;
226
	z-index: 1;
227
	padding-left: 5px;
228
	margin: 0px;
229
	top: 25px;
230
	left: 230px;
231
	font-size: 14px;
232
	color: #cccccc;
233
	font-weight: bold;
234
}
235

    
236

    
237

    
238
table#marquee {
239
	position: relative;
240
	top: -6px;
241
	left: -5px;
242
	border: 0;
243
	padding: 0;
244
	margin: 0;
245
	width: 424px;
246
	background-color: transparent;
247
	padding: 2px;
248
	border: 0px;
249
}
250
span#marquee-container {
251
	position: absolute;
252
	visibility: hidden;
253
	top: -100px;
254
	left: -10000px;
255
}
256
div#marquee-text {	
257
	font-size: 1.18em;
258
	font-weight: normal;
259
	font-family: Verdana;
260
	color: #ffffff;
261
}
262
table#marquee div#container {
263
	position: relative;
264
	overflow: hidden;
265
	width: 418px;
266
	height: 20px;
267
}
268
table#marquee div#container div#scroller {
269
	position: absolute;
270
	left: 0px;
271
	top: 0px;
272
}
273

    
274

    
275

    
276

    
277

    
278
#content {
279
	position: relative;
280
	top: -15px;
281
	left: 0px;
282
	margin-top: 0px;
283
	margin-left: 0px;
284
	padding-top: 0px;
285
	width: 810px;
286
	background-color: #ffffff;
287
}
288

    
289
#left {
290
	width: 810px;
291
	height: 1px;
292
}
293
#right {
294
	position: relative;
295
	top: -10px;
296
	width: 770px;
297
	margin-top: 0px;
298
	margin-left: 5px;
299
	margin-right: 5px;
300
	padding-top: 5px;
301
	padding-left: 10px;
302
	padding-right: 10px;
303
	padding-bottom: 20px;
304
	min-height: 400px;
305
}
306

    
307
#footer {
308
	position: relative;
309
	background: url('images/footer.png') no-repeat;
310
	top: -18px;
311
	left: 0px;
312
	width: 810px;
313
	height: 75px;
314
	color: #ffffff;
315
	text-align: center;;
316
	font-size: 0.9em;
317
	padding-top: 17px;
318
	margin-bottom: 20px;
319
	clear: both;
320
}
321
#footer p {
322
	padding: 0px;
323
	margin: 0px;
324
}
325

    
326
/* Style the List */
327
#navigation {
328
	/* background: url('images/menu.gif') no-repeat; */
329
	/* width: 693px; */
330
	position: relative;
331
	top: -25px;
332
	left: 3px;
333
	width: 810px;
334
	padding: 0px;
335
	height: 28px;
336
	z-index: 3;
337
}
338
#navigation ul {
339
	padding: 0;
340
	margin: 0;
341
	list-style: none;
342
	text-align: center;
343
}
344
#navigation ul#menu {
345
	padding-top: 3px;
346
	padding-left: 5px;
347
}
348

    
349
/* Style the List Elements */
350
#navigation ul li {
351
	float: left;
352
	position: relative;
353
	/* width: 7.5em; */
354
	width: 8.77em;
355
}
356
#navigation ul li div {
357
	font-size: 1em;
358
	font-weight: bold;
359
}
360
/* Make the List inside the List Elements */
361
/* initially hidden with absolute position */
362
#navigation ul li ul {
363
	display: none;
364
	position: absolute; 
365
	top: 2em;
366
	left: -2px;
367
	width: 9em;
368
	font-weight: normal;
369
	background: transparent bottom left no-repeat; /* This is key to making the menu maintain visibility when not on a link */
370
	/* background-color: #202020;
371
	background: url("images/menu_footer.gif") no-repeat;
372
	background-position: bottom;
373
	*/
374
	padding: 0em 0 0.4em 0;
375
	padding-top: 0.3em;
376
}
377
/* to override top and left in browsers other than IE */
378
/* which will position to the top right of the containing */
379
/* li, rather than bottom left */
380
#navigation ul li > ul {
381
	top: auto;
382
	left: auto;
383
	left: -1px !important;
384
}
385
/* Show initial drop down upon mouse over, but do not show */
386
/* nested side drop menus within listed elements */
387
#navigation ul li:hover ul { 
388
	display: block;
389
	cursor: pointer;
390
}
391
#navigation ul li:hover {
392
	cursor: pointer;
393
	cursor: pointer;
394
}
395
#navigation ul li:hover div {
396
	text-decoration: none;
397
}
398

    
399
#navigation ul li {
400
	background-color: transparent;
401
	color: #FFF;
402
}
403
#navigation ul li ul li {
404
	border: 1px solid #990000;
405
	width: 8.8em;
406
	height: 1.6em;
407
	line-height: 1.6em;
408
	background-color: #990000;
409
	color: #FFF;
410
}
411
#navigation ul li ul li:hover {
412
	background-color: #666666;
413
}
414

    
415
#navigation li li a {
416
	display: block;
417
	padding-left: 10px;
418
	padding-right: 10px;
419
}
420

    
421
#navigation ul li ul li a.navlnk:hover {
422
	text-decoration: none;
423
}
424
#navigation ul li.first {
425
	border-right: 0px;
426
}
427
#navigation ul li.middle {
428
	border-right: 0px;
429
}
430
#navigation ul li.last {
431

    
432
}
433

    
434
#navigation ul li.dropfirst {
435
	border-bottom: 0px;
436
}
437
#navigation ul li.dropmiddle {
438
	border-bottom: 0px;
439
}
440
#navigation ul li.droplast {
441
}
442

    
443
#wzdtabcont {
444
	float: left;
445
	background-color: #FFFFFF;
446
	color: #000000;
447
	padding: 0;
448
}
449

    
450
ul#wzdnav {
451
  font-size: 0.96em;
452
  float: left;
453
	width: 14.5em;
454
  margin: 0;
455
	padding-left: 18px;
456
}
457

    
458
ul#wzdnav li {
459
  list-style: none;
460
  margin: 0;
461
	padding-bottom: 0.2em;
462
  padding-left: 0;
463
}
464

    
465
ul#wzdnav a {
466
  display: block;
467
  padding: 0.3em;
468
  font-weight: normal;
469
}
470

    
471
#wzdnavbold a {
472
  display: block;
473
  padding: 0.3em;
474
  font-weight: bold ! important;
475
}
476

    
477
ul#wzdnav a:link {
478
  color: black;
479
	background-color: #eee;
480
}
481

    
482
ul#wzdnav a:visited {
483
  color: #666;
484
	background-color: #eee;
485
}
486

    
487
ul#wzdnav a:hover {
488
  color: black;
489
	background-color: white;
490
}
491

    
492
ul#wzdnav a:active {
493
  color: white;
494
	background-color: gray;
495
}
496

    
497
#graph {
498
	position: relative;
499
	z-index: 10;
500
}
501

    
502
#logoutbtn {
503
  position: absolute;
504
  left: 95%;
505
  vertical-align: middle;
506
}
507

    
508

    
509
#graph {
510
	position: relative;
511
	z-index: 10;
512
}
513

    
514

    
515

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

    
852

    
853
/* MISC CSS Definitions */
854
ul#tabnav {
855
	font-size: 11px;
856
	font-weight: bold;
857
	list-style-type: none;
858
	margin: 0;
859
	padding: 0;
860
}
861
ul#tabnav li.tabinact1 {
862
	float: left;
863
	background-color: #777777;
864
	color: #FFFFFF;
865
	padding: 0;
866
	white-space: nowrap;
867
}
868
ul#tabnav li.tabinact {
869
	float: left;
870
	border-left: 1px solid #999999;
871
	background-color: #777777;
872
	color: #FFFFFF;
873
	padding: 0;
874
	white-space: nowrap;
875
}
876
ul#tabnav li.tabinact a {
877
	float: left;
878
	display: block;
879
	text-decoration: none;
880
	padding: 5px 8px 5px 8px;
881
	color: #FFFFFF;
882
}
883
ul#tabnav li.tabinact1 a {
884
	float: left;
885
	display: block;
886
	text-decoration: none;
887
	padding: 5px 8px 5px 8px;
888
	color: #FFFFFF;
889
}
890
ul#tabnav li.tabact {
891
	float: left;
892
	background-color: #EEEEEE;
893
	color: #000000;
894
	padding: 5px 8px 5px 8px;
895
	white-space: nowrap;
896
}
897
.tabcont {
898
	background-color: #EEEEEE;
899
	padding-right: 12px;
900
	padding-left: 12px;
901
	padding-top: 12px;
902
	padding-bottom: 12px;
903
}
904
.tabact {
905
	float: left;
906
	background-color: #EEEEEE;
907
	color: #000000;
908
	padding: 5px 8px 5px 8px;
909
	white-space: nowrap;
910
}
911
.tabinact {
912
	font-weight: bold;
913
	float: left;
914
	border-left: 1px solid #999999;
915
	background-color: #777777;
916
	color: #FFFFFF;
917
	padding: 0;
918
	white-space: nowrap;
919
}
920
.menu {
921
	background-color: #000000;
922
	white-space: nowrap;
923
	padding: 0px 5px 0px 5px;
924
	width: 100%;
925
	vertical-align: top;
926
}
927

    
928

    
929
/* Auto Complete Suggestions */
930
div.suggestions {
931
    -moz-box-sizing: border-box;
932
    /* box-sizing: border-box; */
933
    border: 1px solid black;
934
    position: absolute;
935
	background-color: #990000;
936
	color: #FFF;
937
}
938

    
939
div.suggestions div {
940
    cursor: default;
941
    padding: 0px 3px;
942
	background-color: #990000;
943
	color: #FFF;
944
}
945

    
946
div.suggestions div.current {
947
    background-color: #3366cc;
948
    color: #FFF;
949
}
950
/* End Auto Complete Suggestions */
951

    
952

    
953
/* Nifty Corners Crap */
954
.rtop,.artop{display:block}
955
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
956
.artop *{border-style: solid;border-width:0 1px}
957
.r1,.rl1,.re1,.rel1{margin-left:5px}
958
.r1,.rr1,.re1,.rer1{margin-right:5px}
959
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
960
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
961
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
962
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
963
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
964
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
965
.rx1,.rxl1{border-left-width:5px}
966
.rx1,.rxr1{border-right-width:5px}
967
.rx2,.rxl2{border-left-width:3px}
968
.rx2,.rxr2{border-right-width:3px}
969
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
970
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
971
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
972
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
973
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
974
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}
975
/* End Nifty Corners Crap */
976

    
977

    
978

    
979
/* CSS for Dynamic Log Viewer */
980
/* Author: Erik Kristensen    */
981
div#log div.log-entry {
982
	clear: both;
983
}
984

    
985
div#log div.log-entry span,
986
div#log div.log-header span {
987
	padding: 3px 2px 3px 2px;
988
	padding-left: 8px;
989
}
990

    
991
div#log div.log-entry span.log-action {
992
	padding-bottom: 6px;
993
	padding-left: 5px;
994
	padding-right: 5px;
995
}
996

    
997
div#log div.log-header span {
998
	border-top: 1px solid #999;
999
	background-color: #bbb;
1000
	font-weight: bold;
1001
	text-align: left;
1002
}
1003

    
1004
div#log span.log-action,
1005
div#log span.log-time,
1006
div#log span.log-interface,
1007
div#log span.log-source,
1008
div#log span.log-destination,
1009
div#log span.log-protocol {
1010
	float: left;
1011
	text-align: left;
1012
	border-left: 1px solid #999;
1013
	border-bottom: 1px solid #999;
1014
}
1015

    
1016
div#log span.log-general {
1017

    
1018
}
1019

    
1020
div#log span.log-protocol {
1021
	border-right: 1px solid #999;
1022
}
1023

    
1024
div#log span.log-action {
1025
	width: 2em;
1026
	text-align: center;
1027
}
1028

    
1029
div#log span.log-time {
1030
	width: 12.5em;
1031
}
1032

    
1033
div#log span.log-interface {
1034
	width: 5em;
1035
}
1036

    
1037
div#log span.log-source,
1038
div#log span.log-destination {
1039
	width: 17.6em;
1040
}
1041

    
1042
div#log span.log-protocol {
1043
	width: 5.5em;
1044
}
1045
/* END CSS FOR DYNAMIC LOG VIEWER */
1046

    
1047

    
1048
#login {
1049
/*	background: #cccccc; */
1050
	background-color: transparent;
1051
	border: 0px solid #cccccc;
1052
	margin: 5em auto;
1053
	padding: 0em;
1054
	width: 400px;
1055
/*	filter:alpha(opacity=60);
1056
	-moz-opacity:0.6;
1057
	-khtml-opacity: 0.6;
1058
	opacity: 0.6;	*/
1059
}
1060

    
1061
#login h1 {
1062
	background: url(images/misc/logon.png) no-repeat top left;
1063
/*	background: #ffffff; */
1064
	margin-top: 0;
1065
	display: block;
1066
	text-indent: -1000px;
1067
	height: 400px;
1068
	border-bottom: none;
1069
}
1070

    
1071
#login p {
1072
	font-size: 1em;
1073
	font-weight: bold;
1074
	padding: -40px;
1075
	margin: 0em;
1076
/*	text-indent: 10px; */
1077
	position: relative;
1078
	top: -390px;
1079
	left: 60px;
1080
}
1081

    
1082
#login span {
1083
	font-size: 1em;
1084
	font-weight: bold;
1085
	width: 20%;
1086
	padding: 3px;
1087
	margin: 0em;
1088
/*	text-indent: 10px; */
1089
}
1090

    
1091
#login p#text {
1092
	font-size: 1em;
1093
	font-weight: normal;
1094
	padding: 3px;
1095
	margin: 0em;
1096
/*	text-indent: 10px;
1097
	position: relative;
1098
	top: -300px; */
1099
}
1100

    
1101
#login #username, #password {
1102
	font-size: 1em;
1103
	width: 60%;
1104
	padding: 3px;
1105
	margin: 0em;
1106
/*	text-indent: 10px;
1107
	position: relative;
1108
  left: 10px;
1109
	top: -300px; */
1110
}
1111

    
1112
#login #submit {
1113
	font-size: 1em;
1114
	font-weight: bold;
1115
	text-align: center;
1116
	padding: 3px;
1117
	margin: 0em;
1118
/*	text-indent: 10px; */
1119
	position: relative;
1120
	top: -20px;
1121
	left: 170px;
1122
}
1123

    
1124
/* loginerror box follows */
1125

    
1126
#login #inputerrors {
1127
	background-color: transparent;
1128
  border: 0px solid #666666;
1129
  margin: 5em auto;
1130
  vertical-align: middle;
1131
  padding: 0em;
1132
  width: 330px;
1133
  height: 50px;
1134
  position: relative;
1135
  top: -112px;
1136
}
(6-6/11)