Projet

Général

Profil

Télécharger (21,4 ko) Statistiques
| Branche: | Tag: | Révision:

univnautes / usr / local / www / themes / the_wall / 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/background.jpg') repeat-x; background-attachment:fixed;
123
  background-position : center 0px;
124
  background-color: #999999;
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: 1;
500
}
501

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

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

    
845

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

    
921

    
922
/* Auto Complete Suggestions */
923
div.suggestions {
924
    -moz-box-sizing: border-box;
925
    /* box-sizing: border-box; */
926
    border: 1px solid black;
927
    position: absolute;
928
	background-color: #990000;
929
	color: #FFF;
930
}
931

    
932
div.suggestions div {
933
    cursor: default;
934
    padding: 0px 3px;
935
	background-color: #990000;
936
	color: #FFF;
937
}
938

    
939
div.suggestions div.current {
940
    background-color: #3366cc;
941
    color: #FFF;
942
}
943
/* End Auto Complete Suggestions */
944

    
945

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

    
970

    
971

    
972
/* CSS for Dynamic Log Viewer */
973
/* Author: Erik Kristensen    */
974
div#log div.log-entry {
975
	clear: both;
976
}
977

    
978
div#log div.log-entry span,
979
div#log div.log-header span {
980
	padding: 3px 2px 3px 2px;
981
	padding-left: 8px;
982
}
983

    
984
div#log div.log-entry span.log-action {
985
	padding-bottom: 6px;
986
	padding-left: 5px;
987
	padding-right: 5px;
988
}
989

    
990
div#log div.log-header span {
991
	border-top: 1px solid #999;
992
	background-color: #bbb;
993
	font-weight: bold;
994
	text-align: left;
995
}
996

    
997
div#log span.log-action,
998
div#log span.log-time,
999
div#log span.log-interface,
1000
div#log span.log-source,
1001
div#log span.log-destination,
1002
div#log span.log-protocol {
1003
	float: left;
1004
	text-align: left;
1005
	border-left: 1px solid #999;
1006
	border-bottom: 1px solid #999;
1007
}
1008

    
1009
div#log span.log-general {
1010

    
1011
}
1012

    
1013
div#log span.log-protocol {
1014
	border-right: 1px solid #999;
1015
}
1016

    
1017
div#log span.log-action {
1018
	width: 2em;
1019
	text-align: center;
1020
}
1021

    
1022
div#log span.log-time {
1023
	width: 12.5em;
1024
}
1025

    
1026
div#log span.log-interface {
1027
	width: 5em;
1028
}
1029

    
1030
div#log span.log-source,
1031
div#log span.log-destination {
1032
	width: 17.6em;
1033
}
1034

    
1035
div#log span.log-protocol {
1036
	width: 5.5em;
1037
}
1038
/* END CSS FOR DYNAMIC LOG VIEWER */
1039

    
1040
#login {
1041
/*	background: #cccccc; */
1042
	background-color: transparent;
1043
	border: 0px solid #cccccc;
1044
	margin: 5em auto;
1045
	padding: 0em;
1046
	width: 400px;
1047
/*	filter:alpha(opacity=60);
1048
	-moz-opacity:0.6;
1049
	-khtml-opacity: 0.6;
1050
	opacity: 0.6;	*/
1051
}
1052

    
1053
#login h1 {
1054
	background: url(images/misc/logon.png) no-repeat top left;
1055
/*	background: #ffffff; */
1056
	margin-top: 0;
1057
	display: block;
1058
	text-indent: -1000px;
1059
	height: 400px;
1060
	border-bottom: none;
1061
}
1062

    
1063
#login p {
1064
	font-size: 1em;
1065
	font-weight: bold;
1066
	padding: 3px;
1067
	margin: 0em;
1068
/*	text-indent: 10px; */
1069
	position: relative;
1070
	top: -420px;
1071
	left: 70px;
1072
}
1073

    
1074
#login span {
1075
	font-size: 1em;
1076
	font-weight: bold;
1077
	width: 20%;
1078
	padding: 3px;
1079
	margin: 0em;
1080
/*	text-indent: 10px; */
1081
}
1082

    
1083
#login p#text {
1084
	font-size: 1em;
1085
	font-weight: normal;
1086
	padding: 3px;
1087
	margin: 0em;
1088
/*	text-indent: 10px;
1089
	position: relative;
1090
	top: -300px; */
1091
}
1092

    
1093
#login #username, #password {
1094
	font-size: 1em;
1095
	width: 60%;
1096
	padding: 3px;
1097
	margin: 0em;
1098
/*	text-indent: 10px;
1099
	position: relative;
1100
  left: 10px;
1101
	top: -300px; */
1102
}
1103

    
1104
#login #submit {
1105
	font-size: 1em;
1106
	font-weight: bold;
1107
	text-align: center;
1108
	padding: 3px;
1109
	margin: 0em;
1110
/*	text-indent: 10px; */
1111
	position: relative;
1112
	top: -20px;
1113
	left: 170px;
1114
}
1115

    
1116
/* loginerror box follows */
1117

    
1118
#login #inputerrors {
1119
	background-color: transparent;
1120
  border: 0px solid #666666;
1121
  margin: 5em auto;
1122
  vertical-align: middle;
1123
  padding: 0em;
1124
  width: 330px;
1125
  height: 50px;
1126
  position: relative;
1127
  top: -370px;
1128
}
1129
/*
1130
#login #errortext {
1131
  background: #cccccc;
1132
  border: 0px solid #666666;
1133
  margin: 5em auto;
1134
  padding: 0em;
1135
  width: 330px;
1136
  position: relative;
1137
  top: -350px;
1138
}
1139

    
1140
#login #errordesc {
1141
  background: #cccccc;
1142
  border: 0px solid #666666;
1143
  margin: 5em auto;
1144
  padding: 0em;
1145
  width: 330px;
1146
  position: relative;
1147
  top: -350px;
1148
}
1149
#login #errordesc h1 {
1150
  background: url(/images/misc/logon.png) no-repeat top left;
1151
  margin-top: 0;
1152
  display: block;
1153
  text-indent: -1000px;
1154
  height: 50px;
1155
  border-bottom: none;
1156
//  position: relative;
1157
//  top: -300px;
1158
}
1159
*/
(7-7/12)