intepublic_wev8.css
1.08 KB
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
.navigation {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
margin: 0px;
}
.navigation ul {
list-style: none;
margin: 0;
padding: 0;
padding-top: 4px;
}
.navigation li {
display: inline;
background-image: url("/integration/images/btn_01_wev8.png");
width: 120px;
font-weight: bold;
}
.navigation a:link, .navigation a:visited {
margin-right: 2px;
padding: 3px 0px 2px 0px;
width: 120px;
font-weight: bold;
text-decoration: none;
border: 0px;
color: white;
}
.navigation a:hover {
border: 0px;
background-image: url("/integration/images/btn_02_wev8.png");
color: white !important;
}
.selectedli,.selectedli a
{
background-image: url("/integration/images/btn_02_wev8.png") !important;
color: white !important;
}
.selectmax_width
{
width: 200px;
margin-right: 0px;
}
textarea
{
width: 550px;
height:40px;
}
.marginTop0{
margin-top: 0px !important;
}
.tdcenter
{
text-align: center;
vertical-align: middle !important;
}
.shownone
{
display: none;
}
.publicinputwidth
{
width: 150px
}
.fx{
width: 60px
}
.orderfield{
width: 30px
}
.constantfiedl{
width: 50px
}