| 1 |
lars |
1 |
|
|
|
2 |
.summary { }
|
|
|
3 |
|
|
|
4 |
.reportRange { text-align: center; font-weight: bold; font-size: 10pt; }
|
|
|
5 |
.reportDuration { text-align: center; }
|
|
|
6 |
.reportTime { text-align: center; }
|
|
|
7 |
|
|
|
8 |
.reportDataEven { background-color: #B4B5CC; padding: 2px; }
|
|
|
9 |
.reportDataOdd { background-color: #CDCEE9; padding: 2px; }
|
|
|
10 |
|
|
|
11 |
.dataTitle { text-align: center; font-weight: bold; font-size: 12pt; }
|
|
|
12 |
.dataSubTitle { text-align: center; font-weight: bold; font-size: 10pt; }
|
|
|
13 |
|
|
|
14 |
TABLE.data { font-size: 10pt; background-color: white; padding: 2px; border-collapse:separate;}
|
|
|
15 |
TH.data { font-size: 10pt; text-align: left; background-color: #999797; }
|
|
|
16 |
.dataOdd { font-size: 9pt; background-color: #DBDBDB; }
|
|
|
17 |
.dataEven { font-size: 9pt; background-color: #C4C2C2; }
|
|
|
18 |
|
|
|
19 |
.hostUP { font-size: 9pt; text-align: left; background-color: #33FF00; }
|
|
|
20 |
.hostDOWN { font-size: 9pt; text-align: left; background-color: #F83838; }
|
|
|
21 |
.hostUNREACHABLE { font-size: 9pt; text-align: left; background-color: #F83838; }
|
|
|
22 |
|
|
|
23 |
.serviceOK { font-size: 9pt; text-align: left; background-color: #33FF00; }
|
|
|
24 |
.serviceWARNING { font-size: 9pt; text-align: left; background-color: #FFFF00; }
|
|
|
25 |
.serviceUNKNOWN { font-size: 9pt; text-align: left; background-color: #FF9900; }
|
|
|
26 |
.serviceCRITICAL { font-size: 9pt; text-align: left; background-color: #F83838; }
|
|
|
27 |
|
|
|
28 |
|
|
|
29 |
.helpfulHint { text-align: left; font-style: italic; text-align: center; }
|
|
|
30 |
|
|
|
31 |
.dateSelectTitle { text-align: center; font-weight: bold; font-size: 12pt; }
|
|
|
32 |
.dateSelectSubTitle { text-align: left; font-weight: bold; font-size: 10pt; }
|
|
|
33 |
.dateSelectItem { text-align: left; }
|
|
|
34 |
|
|
|
35 |
.reportSelectTip { text-align: left; font-style: italic; }
|
|
|
36 |
|
|
|
37 |
.reportSelectTitle { text-align: center; font-weight: bold; font-size: 12pt; }
|
|
|
38 |
.reportSelectSubTitle { text-align: right; font-size: 10pt; }
|
|
|
39 |
.reportSelectItem { text-align: left; }
|
|
|
40 |
|