Project

General

Profile

Download (13.3 KB) Statistics
| Branch: | Tag: | Revision:
1
/* Element CSS Definitions */
2
html, body, td, th, input, select {
3
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
4
	font-size: 0.9em;
5
}
6

    
7
body {
8
	background-color: #333333;
9
	margin: 5px auto;
10
}
11

    
12
form {
13
	margin: 0px;
14
}
15
a {
16
	text-decoration: none;
17
}
18
form input {
19
	font-size: 1.1em;
20
}
21

    
22
iframe {
23
	z-index: 1;
24
	border: 1px dashed #990000;
25
}
26
.iframe {
27
	background-color: #FFFFFF;
28
}
29

    
30
/* ID Based CSS Definitions */
31
#wrapper {
32
	width: 815px;
33
	margin: 5px auto;
34
}
35

    
36
#header {
37
	background: url('images/header.gif') no-repeat;
38
	background-position: 4px;
39
	height: 102px;
40
	width: 808px;
41
	margin-bottom: 5px;
42
	z-index: 2;
43
}
44
#header-left {
45
	position: relative;
46
	/* background: url('images/logo.gif') no-repeat; */
47
	background-position: center;
48
	height: 65px;
49
	width: 145px;
50
	left: 10px;
51
	float: left;
52
}
53
#header-left #status-link {
54
	position: relative;
55
	top: 10px;
56
	left: 6px;
57
}
58
#header-right {
59
	position: relative;
60
	/* background: url('images/header.gif') no-repeat; */
61
	height: 70px;
62
	color: #fff;
63
	left: 0px;
64
	margin-left: 165px;
65
}
66
#header-right .alert {
67
	position: relative;
68
	/* background: url('images/alert.gif') no-repeat; */
69
	background-position: 4px 2px;
70
	color: #fff;
71
	height: 17px;
72
	width: 500px;
73
	padding: 4px;
74
	padding-left: 27px;
75
	float: left;
76
}
77
#header-right .container {
78
	position: relative;
79
}
80
#header-right .container .left {
81
	position: relative; 
82
	float: left;
83
	font-size: 1.3em;
84
	font-weight: bold;
85
	top: 15px;
86
	left: 4px;
87
	display: none;
88
}
89
#header-right .container .right {
90
	position: relative;
91
	float: right;
92
	top: 22px;
93
	padding-right: 4px;
94
	z-index: 1;
95
}
96

    
97
#header-right .container .right #alerts {
98
	position: relative;
99
	background: url('images/alert_bgr.gif') no-repeat;
100
	height: 39px;
101
	width: 431px;
102
	z-index: 1;
103
	padding-top: 20px;
104
	padding-left: 5px;
105
	margin: 0px;
106
}
107
#header-right .container .right #hostname {
108
	position: relative;
109
	height: 39px;
110
	width: 431px;
111
	z-index: 1;
112
	padding-left: 5px;
113
	margin: 0px;
114
	top: 25px;
115
	left: 230px;
116
}
117

    
118

    
119

    
120
table#marquee {
121
	position: relative;
122
	top: -6px;
123
	left: -5px;
124
	border: 0;
125
	padding: 0;
126
	margin: 0;
127
	width: 424px;
128
	background-color: transparent;
129
	padding: 2px;
130
	border: 0px;
131
}
132
span#marquee-container {
133
	position: absolute;
134
	visibility: hidden;
135
	top: -100px;
136
	left: -10000px;
137
}
138
div#marquee-text {	
139
	font-size: 1.18em;
140
	font-weight: bold;
141
	font-family: Verdana;
142
}
143
table#marquee div#container {
144
	position: relative;
145
	overflow: hidden;
146
	width: 418px;
147
	height: 20px;
148
}
149
table#marquee div#container div#scroller {
150
	position: absolute;
151
	left: 0px;
152
	top: 0px;
153
}
154

    
155

    
156

    
157

    
158

    
159
#content {
160
	position: relative;
161
	top: -15px;
162
	left: 4px;
163
	margin-top: 0px;
164
	margin-left: 5px;
165
	padding-top: 0px;
166
	width: 800px;
167
	background: url('images/horizontal.gif') repeat-y;
168
}
169

    
170
#left {
171
	width: 800px;
172
	height: 1px;
173
}
174
#right {
175
	position: relative;
176
	top: -10px;
177
	width: 770px;
178
	margin-top: 0px;
179
	margin-left: 5px;
180
	margin-right: 5px;
181
	padding-top: 5px;
182
	padding-left: 10px;
183
	padding-right: 10px;
184
	padding-bottom: 20px;
185
	min-height: 400px;
186
}
187

    
188
#footer {
189
	position: relative;
190
	background: url('images/footer.gif') no-repeat;
191
	top: -18px;
192
	left: 7px;
193
	width: 800px;
194
	height: 75px;
195
	color: #ffffff;
196
	text-align: center;;
197
	font-size: 0.9em;
198
	padding-top: 17px;
199
	margin-bottom: 20px;
200
	clear: both;
201
}
202
#footer p {
203
	padding: 0px;
204
	margin: 0px;
205
}
206

    
207
/* Style the List */
208
#navigation {
209
	/* background: url('images/menu.gif') no-repeat; */
210
	/* width: 693px; */
211
	position: relative;
212
	top: -24px;
213
	left: -4px;
214
	width: 800px;
215
	padding: 0px;
216
	height: 28px;
217
	z-index: 3;
218
}
219
#navigation ul {
220
	padding: 0;
221
	margin: 0;
222
	list-style: none;
223
	text-align: center;
224
}
225
#navigation ul#menu {
226
	padding-top: 3px;
227
	padding-left: 5px;
228
}
229

    
230
/* Style the List Elements */
231
#navigation ul li {
232
	float: left;
233
	position: relative;
234
	/* width: 7.5em; */
235
	width: 8.77em;
236
}
237
#navigation ul li div {
238
	font-size: 1em;
239
	font-weight: bold;
240
}
241
/* Make the List inside the List Elements */
242
/* initially hidden with absolute position */
243
#navigation ul li ul {
244
	display: none;
245
	position: absolute; 
246
	top: 2em;
247
	left: -2px;
248
	width: 9em;
249
	font-weight: normal;
250
	background: transparent bottom left no-repeat; /* This is key to making the menu maintain visibility when not on a link */
251
	background-color: #202020;
252
	background: url("images/menu_footer.gif") no-repeat;
253
	background-position: bottom;
254
	padding: 0em 0 0.4em 0;
255
	padding-top: 0.3em;
256
}
257
/* to override top and left in browsers other than IE */
258
/* which will position to the top right of the containing */
259
/* li, rather than bottom left */
260
#navigation ul li > ul {
261
	top: auto;
262
	left: auto;
263
	left: -1px !important;
264
}
265
/* Show initial drop down upon mouse over, but do not show */
266
/* nested side drop menus within listed elements */
267
#navigation ul li:hover ul { 
268
	display: block;
269
	cursor: pointer;
270
}
271
#navigation ul li:hover {
272
	cursor: pointer;
273
	cursor: pointer;
274
}
275
#navigation ul li:hover div {
276
	text-decoration: none;
277
}
278

    
279
#navigation ul li {
280
	background-color: transparent;
281
	color: #FFF;
282
}
283
#navigation ul li ul li {
284
	border: 1px solid #505050;
285
	width: 8.8em;
286
	height: 1.6em;
287
	line-height: 1.6em;
288
	background: url('images/metal_bgr.gif') repeat-x;
289
	color: #FFF;
290
}
291
#navigation ul li ul li:hover {
292
	background: url('images/metal_bgr_red.gif') repeat-x;
293
}
294

    
295
#navigation li li a {
296
	display: block;
297
	padding-left: 10px;
298
	padding-right: 10px;
299
}
300

    
301
#navigation ul li ul li a.navlnk:hover {
302
	text-decoration: none;
303
}
304
#navigation ul li.first {
305
	border-right: 0px;
306
}
307
#navigation ul li.middle {
308
	border-right: 0px;
309
}
310
#navigation ul li.last {
311

    
312
}
313

    
314
#navigation ul li.dropfirst {
315
	border-bottom: 0px;
316
}
317
#navigation ul li.dropmiddle {
318
	border-bottom: 0px;
319
}
320
#navigation ul li.droplast {
321
}
322

    
323

    
324

    
325
#graph {
326
	position: relative;
327
	z-index: 10;
328
}
329

    
330

    
331

    
332
/* Class Based CSS Definitions */
333
.pgtitle {
334
	font-size: 18px;
335
	color: #777777;
336
	font-weight: bold;
337
}
338
.tfrtitle {
339
	font-size: 18px;
340
	color: #ffffff;
341
	font-weight: bold;
342
}
343
.vncell {
344
	background-color: #DDDDDD;
345
	padding-right: 20px;
346
	padding-left: 8px;
347
	border-bottom: 1px solid #999999;
348
}
349
.formfld {
350

    
351
}
352
.formfldalias {
353
	background-color: #990000;
354
	color: #FFFFFF;
355
}
356
.formpre {
357
	font-family: Courier New, Courier, monospaced;
358
	font-size: 10px;
359
}
360
.formbtn {
361
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
362
	font-size: 13px;
363
	font-weight: bold;
364
}
365
.formbtns {
366
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
367
	font-size: 10px;
368
	font-weight: bold;
369
}
370
.vvcell {
371
	background-color: #FFFFC6;
372
}
373
.errmsg {
374
	font-weight: bold;
375
	color: #CC0000;
376
}
377
.red {
378
	color: #CC0000;
379
}
380
.gray {
381
	color: #A0A0A0;
382
}
383
.vexpl {
384
	font-size: 11px;
385
}
386
.navlnk {
387
	color: #FFFFFF;
388
	text-decoration: none;
389
	font-size: 13px;
390
}
391
.navlnks {
392
	color: #FFFFFF;
393
	text-decoration: none;
394
	font-size: 11px;
395
}
396
.redlnk {
397
	color: #990000;
398
	text-decoration: none;
399
}
400
.tblnk {
401
	color: #FFFFFF;
402
	text-decoration: none;
403
}
404
.vncellreq {
405
	background-color: #DDDDDD;
406
	padding-right: 20px;
407
	padding-left: 8px;
408
	font-weight: bold;
409
	border-bottom: 1px solid #999999;
410
}
411
.vncellt {
412
	background-color: #DDDDDD;
413
	padding-right: 20px;
414
	padding-left: 8px;
415
	padding-top: 4px;
416
	padding-bottom: 4px;
417
	font-weight: bold;
418
	border-bottom: 1px solid #999999;
419
}
420
.vtable {
421
	border-bottom: 1px solid #999999;
422
}
423
.vnsepcell {
424
	background-color: #BBBBBB;
425
	padding-right: 20px;
426
	padding-left: 8px;
427
	font-weight: bold;
428
	border-bottom: 1px solid #999999;
429
	font-size: 11px;
430
}
431
.cpline {
432
	font-size: 11px;
433
	color: #FFFFFF;
434
}
435
.hostname {
436
	font-size: 11px;
437
	color: #FFFFFF;
438
}
439
.vnsepcellr {
440
	background-color: #BBBBBB;
441
	padding-right: 20px;
442
	padding-left: 8px;
443
	font-weight: bold;
444
	border-right: 1px solid #999999;
445
	border-bottom: 1px solid #999999;
446
	font-size: 11px;
447
}
448
.listr {
449
	background-color: #FFFFFF;
450
	border-right: 1px solid #999999;
451
	border-bottom: 1px solid #999999;
452
	font-size: 11px;
453
	padding-right: 6px;
454
	padding-left: 6px;
455
	padding-top: 4px;
456
	padding-bottom: 4px;
457
}
458
.listrpad {
459
	border-right: 1px solid #999999;
460
	border-bottom: 1px solid #999999;
461
	font-size: 11px;
462
	padding-right: 16px;
463
	padding-left: 10px;
464
	padding-top: 8px;
465
	padding-bottom: 8px;
466
}
467
.listn {
468
	font-size: 11px;
469
	padding-right: 16px;
470
	padding-left: 6px;
471
	padding-top: 4px;
472
	padding-bottom: 4px;
473
}
474
.listbg {
475
	border-right: 1px solid #999999;
476
	border-bottom: 1px solid #999999;
477
	font-size: 11px;
478
	background-color: #990000;
479
	padding-right: 16px;
480
	padding-left: 6px;
481
	padding-top: 4px;
482
	padding-bottom: 4px;
483
}
484
.listbggrey {
485
	border-right: 1px solid #999999;
486
        border-bottom: 1px solid #999999;
487
        font-size: 11px;
488
        background-color: #999999;
489
        padding-right: 16px;
490
        padding-left: 6px;
491
        padding-top: 4px;
492
        padding-bottom: 4px;
493
}
494
.listhdr {
495
	background-color: #BBBBBB;
496
	padding-right: 16px;
497
	padding-left: 6px;
498
	font-weight: bold;
499
	border-bottom: 1px solid #999999;
500
	font-size: 11px;
501
	padding-top: 5px;
502
	padding-bottom: 5px;
503
}
504
.listhdr a {
505
	color: #000000;
506
}
507
.listhdrr {
508
	background-color: #BBBBBB;
509
	padding-right: 16px;
510
	padding-left: 6px;
511
	font-weight: bold;
512
	border-right: 1px solid #999999;
513
	border-bottom: 1px solid #999999;
514
	font-size: 11px;
515
	padding-top: 5px;
516
	padding-bottom: 5px;
517
}
518
.listhdrr a {
519
	color: #000000;
520
}
521
.listlr {
522
	background-color: #FFFFFF;
523
	border-right: 1px solid #999999;
524
	border-bottom: 1px solid #999999;
525
	border-left: 1px solid #999999;
526
	font-size: 11px;
527
	padding-right: 6px;
528
	padding-left: 6px;
529
	padding-top: 4px;
530
	padding-bottom: 4px;
531
}
532
.listlrns {
533
	background-color: #FFFFFF;
534
	border-right: 1px solid #999999;
535
	border-bottom: 1px solid #999999;
536
	border-left: 1px solid #999999;
537
	font-size: 11px;
538
	padding-top: 4px;
539
	padding-bottom: 4px;
540
}
541
.list {
542
	font-size: 11px;
543
	padding-left: 6px;
544
	padding-top: 2px;
545
	padding-bottom: 2px;
546
}
547
.listt {
548
	font-size: 11px;
549
	padding-top: 5px;
550
}
551
.listhdrrns {
552
	background-color: #BBBBBB;
553
	padding-left: 6px;
554
	padding-top: 5px;
555
	padding-bottom: 5px;
556
	padding-right: 6px;
557
	font-weight: bold;
558
	border-right: 1px solid #999999;
559
	border-bottom: 1px solid #999999;
560
	font-size: 11px;
561
}
562
.listbgns {
563
	border-right: 1px solid #999999;
564
	border-bottom: 1px solid #999999;
565
	font-size: 11px;
566
	background-color: #D9DEE8;
567
	padding-left: 6px;
568
	padding-right: 4px;
569
	padding-top: 4px;
570
	padding-bottom: 4px;
571
}
572
.listtopic {
573
	border-right: 1px solid #999999;
574
	font-size: 11px;
575
	background-color: #990000;
576
	padding-right: 16px;
577
	padding-left: 6px;
578
	color: #FFFFFF;
579
	font-weight: bold;
580
	padding-top: 5px;
581
	padding-bottom: 5px;
582
}
583
.optsect_t {
584
	border-right: 1px solid #999999;
585
	background-color: #990000;
586
	padding-right: 6px;
587
	padding-left: 6px;
588
	padding-top: 2px;
589
	padding-bottom: 2px;
590
}
591
.optsect_s {
592
	font-size: 11px;
593
	color: #FFFFFF;
594
	font-weight: bold;
595
}
596
.tabnavtbl {
597
}
598

    
599

    
600
/* MISC CSS Definitions */
601
ul#tabnav {
602
	font-size: 11px;
603
	font-weight: bold;
604
	list-style-type: none;
605
	margin: 0;
606
	padding: 0;
607
}
608
ul#tabnav li.tabinact1 {
609
	float: left;
610
	background-color: #777777;
611
	color: #FFFFFF;
612
	padding: 0;
613
	white-space: nowrap;
614
}
615
ul#tabnav li.tabinact {
616
	float: left;
617
	border-left: 1px solid #999999;
618
	background-color: #777777;
619
	color: #FFFFFF;
620
	padding: 0;
621
	white-space: nowrap;
622
}
623
ul#tabnav li.tabinact a {
624
	float: left;
625
	display: block;
626
	text-decoration: none;
627
	padding: 5px 8px 5px 8px;
628
	color: #FFFFFF;
629
}
630
ul#tabnav li.tabinact1 a {
631
	float: left;
632
	display: block;
633
	text-decoration: none;
634
	padding: 5px 8px 5px 8px;
635
	color: #FFFFFF;
636
}
637
ul#tabnav li.tabact {
638
	float: left;
639
	background-color: #EEEEEE;
640
	color: #000000;
641
	padding: 5px 8px 5px 8px;
642
	white-space: nowrap;
643
}
644
.tabcont {
645
	background-color: #EEEEEE;
646
	padding-right: 12px;
647
	padding-left: 12px;
648
	padding-top: 12px;
649
	padding-bottom: 12px;
650
}
651
.tabact {
652
	float: left;
653
	background-color: #EEEEEE;
654
	color: #000000;
655
	padding: 5px 8px 5px 8px;
656
	white-space: nowrap;
657
}
658
.tabinact {
659
	font-weight: bold;
660
	float: left;
661
	border-left: 1px solid #999999;
662
	background-color: #777777;
663
	color: #FFFFFF;
664
	padding: 0;
665
	white-space: nowrap;
666
}
667
.menu {
668
	background-color: #000000;
669
	white-space: nowrap;
670
	padding: 0px 5px 0px 5px;
671
	width: 100%;
672
	vertical-align: top;
673
}
674

    
675

    
676
/* Auto Complete Suggestions */
677
div.suggestions {
678
    -moz-box-sizing: border-box;
679
    /* box-sizing: border-box; */
680
    border: 1px solid black;
681
    position: absolute;
682
	background-color: #990000;
683
	color: #FFF;
684
}
685

    
686
div.suggestions div {
687
    cursor: default;
688
    padding: 0px 3px;
689
	background-color: #990000;
690
	color: #FFF;
691
}
692

    
693
div.suggestions div.current {
694
    background-color: #3366cc;
695
    color: #FFF;
696
}
697
/* End Auto Complete Suggestions */
698

    
699

    
700
/* Nifty Corners Crap */
701
.rtop,.artop{display:block}
702
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
703
.artop *{border-style: solid;border-width:0 1px}
704
.r1,.rl1,.re1,.rel1{margin-left:5px}
705
.r1,.rr1,.re1,.rer1{margin-right:5px}
706
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
707
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
708
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
709
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
710
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
711
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
712
.rx1,.rxl1{border-left-width:5px}
713
.rx1,.rxr1{border-right-width:5px}
714
.rx2,.rxl2{border-left-width:3px}
715
.rx2,.rxr2{border-right-width:3px}
716
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
717
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
718
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
719
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
720
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
721
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}
722
/* End Nifty Corners Crap */
(1-1/4)