13693261870
2022-09-16 354b3dbfbffb3df45212a2a44dbbf48b4acc2594
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#container {
    width:600px;
    height:400px;
    border:3px solid #c3daf9;
}
 
.add {
    background-image: url( images/add.gif ) !important;
}
.add16 {
    background-image: url( images/add16.gif ) !important;
}
.add24 {
    background-image: url( images/add24.gif ) !important;
}
.remove {
    background-image: url( ../menu/images/delete.gif ) !important;
}
.edit {
    background-image: url( ../menu/images/edit.gif ) !important;
}
.find {
    background-image: url( ../menu/images/find.gif ) !important;
}
.view {
    background-image: url( ../menu/images/view.gif ) !important;
}
.money-up {
    background-image: url( images/money_add.png ) !important;
}
.money-down {
    background-image: url( images/money_delete.png ) !important;
}
 
.btn-panel td {
    padding-left:5px;
}
 
h2 {
    color:#083772 !important;
    margin: 20px 0 0 !important;
    padding: 5px;
    background:#eee;
    width:400px;
}
 
h3 {
    font-weight:normal !important;
}
 
.company {
  float: left;
  width: 179px;
  height: 30px;
  margin: 5px;
  padding: 5px;
  cursor: pointer;
}
 
.company h3 {
  font-weight: bold !important;
}
 
.company .up {
    color: green;
}
 
.company .down {
    color: red;
}
 
.company.x-view-selected {
    background-color: #efefef;
}