style.css
1.06 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFFFFF;
}
div {
border: 0px solid;
padding: 0px;
margin: 0px auto;
}
.globalDiv {
width: 900px;
position: relative;
}
.globalTopDiv {
position: relative;
}
.spacerHolder {
background: #FFFFFF;
height: 1px;
}
.logoHeader {
height: 99px;
}
.logoLeftHeader {
width: 680px;
float: left;
}
.logoRightHeader {
width: 100%;
float: right;
}
.w50
{
width:50%
}
.w60
{
width:60%
}
.w40
{
width:40%
}
.w80
{
width:80%
}
.w100
{
width:100%
}
.fl
{
float:left !important;
}
.LabelFieldSmall
{
font-family:Arial;
font-size: 11pt;
color: #333333;
FONT-WEIGHT:normal;
}
.LabelFieldMediumBold
{
font-family:Arial;
font-size: 13pt;
color: #333333;
FONT-WEIGHT:bold;
}
.menuHeader {
height: 40px;
}
.menuHeaderCorner {
width: 15px;
float: left;
}
.menuHeaderBase {
background-image: url(../images/link_grey.jpg);
background-repeat: repeat;
width: 870px;
height: 40px;
float: left;
}
.columnStyle{
background:url(../images/spacer.gif)
}