Projet

Général

Profil

Télécharger (25,7 ko) Statistiques
| Branche: | Tag: | Révision:

univnautes / usr / local / www / themes / metallic / all.css @ 41312f7f

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

    
9
.infobox {
10
	width:100%;
11
}
12

    
13
.addgatewaybox {
14
	background-color: #990000;
15
	border-style: none none none none;
16
	width: 225px;
17
}
18

    
19
.infoboxsave {
20
	padding-right: 10px;
21
}
22

    
23
.infoboxnptd2 {
24
	width:100%;
25
	color:white;
26
	background-color:#990000;
27
	padding-right: 10px;
28
	padding-right: 10px;	
29
}
30

    
31
.infoboxnptd {
32
	width:8%;
33
	background-color:#990000;	
34
}
35

    
36
.infoboxnptable {
37
 	height:32px;
38
	width:100%;
39
	background-color:#990000;	
40
}
41

    
42
.infoboxnptable2 {
43
 	height:32px;
44
	width:100%;
45
	background-color:#990000;
46
}
47

    
48
.infoboxnp {
49
	background-color:#990000;
50
	width:100%;
51
}
52

    
53
.infoboxnpimg {
54
	vertical-align:middle;
55
	width:28px;
56
	height:32px;
57
	background-color:#990000;	
58
}
59

    
60
.inputerrorsleft {
61
	background-color: #990000;
62
	width: 36px;
63
}
64

    
65
.inputerrorsright {
66
	background-color: #FFD9D1;	
67
	color: #000000;
68
	font-size: 11px;
69
	padding-left: 8px; 
70
	padding-top: 6px;
71
}
72

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

    
134
body {
135
	background-color: #333333;
136
	margin: 5px auto;
137
}
138

    
139
form {
140
	margin: 0px;
141
}
142
a {
143
	text-decoration: none;
144
}
145
form input {
146
	font-size: 1.1em;
147
}
148

    
149
iframe {
150
	z-index: 1;
151
	border: 1px dashed #990000;
152
}
153
.iframe {
154
	background-color: #FFFFFF;
155
}
156

    
157
/* ID Based CSS Definitions */
158
#wrapper {
159
	width: 815px;
160
	margin: 5px auto;
161
}
162

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

    
224
#header-right .container .right #alerts {
225
	position: relative;
226
	background: url('images/alert_bgr.gif') no-repeat;
227
	height: 39px;
228
	width: 431px;
229
	z-index: 1;
230
	padding-top: 20px;
231
	padding-left: 5px;
232
	margin: 0px;
233
}
234
#header-right .container .right #hostname {
235
	position: relative;
236
	height: 39px;
237
	width: 431px;
238
	z-index: 1;
239
	padding-left: 5px;
240
	margin: 0px;
241
	top: 25px;
242
	left: 230px;
243
}
244

    
245

    
246

    
247
table#marquee {
248
	position: relative;
249
	top: -6px;
250
	left: -5px;
251
	border: 0;
252
	padding: 0;
253
	margin: 0;
254
	width: 424px;
255
	background-color: transparent;
256
	padding: 2px;
257
	border: 0px;
258
}
259
span#marquee-container {
260
	position: absolute;
261
	visibility: hidden;
262
	top: -100px;
263
	left: -10000px;
264
}
265
div#marquee-text {	
266
	font-size: 1.18em;
267
	font-weight: bold;
268
	font-family: Verdana;
269
    text-align: center;
270
}
271
table#marquee div#container {
272
	position: relative;
273
	overflow: hidden;
274
	width: 418px;
275
	height: 20px;
276
}
277
table#marquee div#container div#scroller {
278
	position: absolute;
279
	left: 0px;
280
	top: 0px;
281
}
282

    
283

    
284

    
285

    
286

    
287
#content {
288
	position: relative;
289
	top: -15px;
290
	left: 4px;
291
	margin-top: 0px;
292
	margin-left: 5px;
293
	padding-top: 0px;
294
	width: 800px;
295
	background: url('images/horizontal.gif') repeat-y;
296
}
297

    
298
#left {
299
	width: 800px;
300
	height: 1px;
301
}
302
#right {
303
	position: relative;
304
	top: -10px;
305
	width: 770px;
306
	margin-top: 0px;
307
	margin-left: 5px;
308
	margin-right: 5px;
309
	padding-top: 5px;
310
	padding-left: 10px;
311
	padding-right: 10px;
312
	padding-bottom: 20px;
313
	min-height: 400px;
314
}
315

    
316
#footer {
317
	position: relative;
318
	background: url('images/footer.gif') no-repeat;
319
	top: -18px;
320
	left: 7px;
321
	width: 800px;
322
	height: 75px;
323
	color: #ffffff;
324
	text-align: center;;
325
	font-size: 0.9em;
326
	padding-top: 17px;
327
	margin-bottom: 20px;
328
	clear: both;
329
}
330
#footer p {
331
	padding: 0px;
332
	margin: 0px;
333
}
334

    
335
/* Style the List */
336
#navigation {
337
	/* background: url('images/menu.gif') no-repeat; */
338
	/* width: 693px; */
339
	position: relative;
340
	top: -24px;
341
	left: -4px;
342
	width: 800px;
343
	padding: 0px;
344
	height: 28px;
345
	z-index: 3;
346
}
347
#navigation ul {
348
	padding: 0;
349
	margin: 0;
350
	list-style: none;
351
	text-align: center;
352
}
353
#navigation ul#menu {
354
	padding-top: 3px;
355
	padding-left: 5px;
356
}
357

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

    
406
#navigation ul li {
407
	background-color: transparent;
408
	color: #FFF;
409
}
410
#navigation ul li ul li {
411
	border: 1px solid #505050;
412
	width: 8.8em;
413
	height: 1.6em;
414
	line-height: 1.6em;
415
	background: url('images/metal_bgr.gif') repeat-x;
416
	color: #FFF;
417
}
418
#navigation ul li ul li:hover {
419
	background: url('images/metal_bgr_red.gif') repeat-x;
420
}
421

    
422
#navigation li li a {
423
	display: block;
424
	padding-left: 5px;
425
	margin-right: 10px;
426
}
427

    
428
#navigation ul li ul li a.navlnk:hover {
429
	text-decoration: none;
430
}
431
#navigation ul li.first {
432
	border-right: 0px;
433
}
434
#navigation ul li.middle {
435
	border-right: 0px;
436
}
437
#navigation ul li.last {
438

    
439
}
440

    
441
#navigation ul li.dropfirst {
442
	border-bottom: 0px;
443
}
444
#navigation ul li.dropmiddle {
445
	border-bottom: 0px;
446
}
447
#navigation ul li.droplast {
448
}
449
#wzdtabcont {
450
	float: left;
451
	background-color: #FFFFFF;
452
	color: #000000;
453
	padding: 0;
454
}
455

    
456
ul#wzdnav {
457
  font-size: 0.96em;
458
  float: left;
459
	width: 14.5em;
460
  margin: 0;
461
	padding-left: 18px;
462
}
463

    
464
ul#wzdnav li {
465
  list-style: none;
466
  margin: 0;
467
	padding-bottom: 0.2em;
468
  padding-left: 0;
469
}
470

    
471
ul#wzdnav a {
472
  display: block;
473
  padding: 0.3em;
474
  font-weight: normal;
475
}
476

    
477
#wzdnavbold a {
478
  display: block;
479
  padding: 0.3em;
480
  font-weight: bold ! important;
481
}
482

    
483
ul#wzdnav a:link {
484
  color: black;
485
	background-color: #eee;
486
}
487

    
488
ul#wzdnav a:visited {
489
  color: #666;
490
	background-color: #eee;
491
}
492

    
493
ul#wzdnav a:hover {
494
  color: black;
495
	background-color: white;
496
}
497

    
498
ul#wzdnav a:active {
499
  color: white;
500
	background-color: gray;
501
}
502

    
503
#graph {
504
	position: relative;
505
	z-index: 1;
506
}
507

    
508
#logoutbtn {
509
  position: absolute;
510
  left: 95%;
511
  vertical-align: middle;
512
}
513

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

    
861

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

    
937

    
938
/* Auto Complete Suggestions */
939
div.suggestions {
940
    -moz-box-sizing: border-box;
941
    /* box-sizing: border-box; */
942
    border: 1px solid black;
943
    position: absolute;
944
	background-color: #990000;
945
	color: #FFF;
946
}
947

    
948
div.suggestions div {
949
    cursor: default;
950
    padding: 0px 3px;
951
	background-color: #990000;
952
	color: #FFF;
953
}
954

    
955
div.suggestions div.current {
956
    background-color: #3366cc;
957
    color: #FFF;
958
}
959
/* End Auto Complete Suggestions */
960

    
961

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

    
986

    
987

    
988
/* CSS for Dynamic Log Viewer */
989
/* Author: Erik Kristensen    */
990
div#log div.log-entry {
991
	clear: both;
992
}
993

    
994
div#log div.log-entry span,
995
div#log div.log-header span {
996
	padding: 3px 2px 3px 2px;
997
	padding-left: 6px;
998
}
999

    
1000
div#log div.log-entry span.log-action {
1001
	padding-bottom: 6px;
1002
	padding-left: 5px;
1003
	padding-right: 5px;
1004
}
1005

    
1006
div#log div.log-header span {
1007
	border-top: 1px solid #999;
1008
	background-color: #bbb;
1009
	font-weight: bold;
1010
	text-align: left;
1011
}
1012

    
1013
div#log span.log-action,
1014
div#log span.log-time,
1015
div#log span.log-interface,
1016
div#log span.log-source,
1017
div#log span.log-destination,
1018
div#log span.log-protocol {
1019
	float: left;
1020
	text-align: left;
1021
	border-left: 1px solid #999;
1022
	border-bottom: 1px solid #999;
1023
}
1024

    
1025
div#log span.log-general {
1026

    
1027
}
1028

    
1029
div#log span.log-protocol {
1030
	border-right: 1px solid #999;
1031
}
1032

    
1033
div#log span.log-action {
1034
	width: 2em;
1035
	text-align: center;
1036
}
1037

    
1038
div#log span.log-time {
1039
	width: 12.5em;
1040
}
1041

    
1042
div#log span.log-interface {
1043
	width: 5em;
1044
}
1045

    
1046
div#log span.log-source,
1047
div#log span.log-destination {
1048
	width: 17.6em;
1049
}
1050

    
1051
div#log span.log-protocol {
1052
	width: 5.5em;
1053
}
1054
/* END CSS FOR DYNAMIC LOG VIEWER */
1055

    
1056

    
1057
#login {
1058
	background: #cccccc;
1059
	border: 0px solid #666666;
1060
	margin: 5em auto;
1061
	padding: 0em;
1062
	width: 340px;
1063
}
1064

    
1065
#login h1 {
1066
	background: url(images/misc/logon.png) no-repeat top left;
1067
	margin-top: 0;
1068
	display: block;
1069
	text-indent: -1000px;
1070
	height: 50px;
1071
	border-bottom: none;
1072
}
1073

    
1074
#login p {
1075
	font-size: 1em;
1076
	font-weight: bold;
1077
	padding: 3px;
1078
	margin: 0em;
1079
	text-indent: 10px;
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
}
1098

    
1099
#login #username, #password, #password2 {
1100
	font-size: small;
1101
	width: 60%;
1102
	padding-left: 19px;
1103
	padding: 3px;
1104
	margin: 0em;
1105
}
1106

    
1107
#login #submit {
1108
	font-size: 1em;
1109
	font-weight: bold;
1110
	padding: 3px;
1111
	margin: 0em;
1112
	text-indent: 10px;
1113
}
1114

    
1115

    
1116
/* Widget CSS */
1117
.widgetsubheader {
1118
	border-right: 1px solid #999999;
1119
	font-size: 11px;
1120
	background-color: #B1B1B1;
1121
	padding-right: 6px;
1122
	padding-left: 6px;
1123
	color: #000000;
1124
	font-weight: bold;
1125
	padding-top: 5px;
1126
	padding-bottom: 5px;
1127
}
1128
.widgetheader {
1129
	border-right: 1px solid #999999;
1130
	font-size: 11px;
1131
	background-color: #990000;
1132
	padding-right: 6px;
1133
	padding-left: 6px;
1134
	color: #FFFFFF;
1135
	font-weight: bold;
1136
	padding-top: 5px;
1137
	padding-bottom: 5px;
1138
}
1139
.widgetdiv{
1140
	margin:5px;
1141
	padding: 5px;
1142
	background:#CCCCCC;
1143
}
1144
.widgetconfigdiv{
1145
	background:#BBBBBB;
1146
	font-size: 11px;
1147
	color: #000000;
1148
	padding-right: 5px;
1149
	padding-left: 5px;
1150
	padding-top: 5px;
1151
	padding-bottom: 5px;
1152
}
1153

    
1154
div#log div.log-entry-mini {
1155
	clear: both;
1156
}
1157

    
1158
div#log div.log-entry-mini span {
1159
	padding: 2px 2px 2px 2px;
1160
	padding-left: 6px;
1161
}
1162

    
1163
div#log span.log-action-mini-header,
1164
div#log span.log-time-mini-header,
1165
div#log span.log-interface-mini-header,
1166
div#log span.log-source-mini-header,
1167
div#log span.log-destination-mini-header,
1168
div#log span.log-protocol-mini-header {
1169
	float: left;
1170
	text-align: left;
1171
	background-color: #FFFFFF;
1172
	font-size: 12px;
1173
	border-left: 1px solid #999;
1174
	border-bottom: 1px solid #999;
1175
}
1176

    
1177
div#log span.log-action-mini,
1178
div#log span.log-time-mini,
1179
div#log span.log-interface-mini,
1180
div#log span.log-source-mini,
1181
div#log span.log-destination-mini,
1182
div#log span.log-protocol-mini {
1183
	float: left;
1184
	text-align: left;
1185
	background-color: #FFFFFF;
1186
	font-size: 11px;
1187
	border-left: 1px solid #999;
1188
	border-bottom: 1px solid #999;
1189
}
1190

    
1191
div#log span.log-action-mini,
1192
div#log span.log-action-mini-header {
1193
	width: 6%;
1194
}
1195

    
1196
div#log span.log-time-mini,
1197
div#log span.log-time-mini-header {
1198
	width: 19%;
1199
}
1200

    
1201
div#log span.log-interface-mini,
1202
div#log span.log-interface-mini-header {
1203
	width: 8%;
1204
}
1205

    
1206
div#log span.log-source-mini,
1207
div#log span.log-source-mini-header {
1208
	width: 23%;
1209
}
1210

    
1211
div#log span.log-destination-mini,
1212
div#log span.log-destination-mini-header {
1213
	width: 31%;
1214
}
1215

    
1216
div#log span.log-protocol-mini,
1217
div#log span.log-protocol-mini-header {
1218
	width: 8%;	
1219
	border-right: 1px solid #999;
1220
}
1221

    
1222
/* Sortable tables */
1223
table.sortable thead {
1224
    cursor: default;
1225
	background-color: #EEEEEE;
1226
	padding-right: 12px;
1227
	padding-left: 12px;
1228
	padding-top: 12px;
1229
	padding-bottom: 12px;
1230
}
1231

    
1232
/*thermal_sensors widget styles*/
1233

    
1234
.thermalSensorRow		{ width: 100%; border: 0px solid #ddd; padding: 1px; border-radius: 3px; }
1235
.thermalSensorBarShell	{ position: relative; width: 100%; height: 5px; border: 1px solid lightgray; border-radius: 3px; }
1236
.thermalSensorBar		{ position: absolute; width:   0%; height: 1px; z-index: 1; border-style: solid; border-radius: 3px; 
1237
						  background-color: LimeGreen; 
1238
						  border-top-width: 2px; border-top-color: Lime; 
1239
						  border-left-width: 0px;   
1240
						  border-right-width: 0px; 
1241
						  border-bottom-width: 2px; border-bottom-color: Green; 
1242
}
1243
.thermalSensorTextShell	{ height: 20px; width: 100%; top: 3px; }
1244
.thermalSensorText		{ float: left; height: 20px; top: 3px; }
1245
.thermalSensorValue		{ float: left; height: 20px; top: 3px; font-weight: bold; margin-left: 10px;}
1246

    
1247
.thermalSensorWarnThresh	{ position: absolute; background-color: orange; height: 16px; width: 2px; z-index: 2; margin-top: -8px; }
1248
.thermalSensorCritThresh	{ position: absolute; background-color:    red; height: 16px; width: 2px; z-index: 2; margin-top: -8px; }
1249

    
1250
.thermal_sensors_widget_scale000 { position: absolute; height: 5px; width: 1px; left: -1px; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1251
.thermal_sensors_widget_scale020 { position: absolute; height: 3px; width: 1px; left:  10%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1252
.thermal_sensors_widget_scale010 { position: absolute; height: 3px; width: 1px; left:  20%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1253
.thermal_sensors_widget_scale030 { position: absolute; height: 3px; width: 1px; left:  30%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1254
.thermal_sensors_widget_scale040 { position: absolute; height: 3px; width: 1px; left:  40%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1255
.thermal_sensors_widget_scale050 { position: absolute; height: 3px; width: 1px; left:  50%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1256
.thermal_sensors_widget_scale060 { position: absolute; height: 3px; width: 1px; left:  60%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1257
.thermal_sensors_widget_scale070 { position: absolute; height: 3px; width: 1px; left:  70%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1258
.thermal_sensors_widget_scale080 { position: absolute; height: 3px; width: 1px; left:  80%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1259
.thermal_sensors_widget_scale090 { position: absolute; height: 3px; width: 1px; left:  90%; margin-top: -4px; background-color: lightgray; z-index: 0; font-size: 0; }
1260
.thermal_sensors_widget_scale100 { position: absolute; height: 9px; width: 1px; left: 100%; margin-top: -6px; background-color: lightgray; z-index: 0; font-size: 0; }
1261

    
1262
.thermal_sensors_widget_mark100 { position: absolute; width: 15px; left: 96%; margin-top: -12px; font: 6pt Arial, sans-serif; text-align: left; color: #575757; }
(1-1/8)