rh.css
948 Bytes
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
@CHARSET "UTF-8";
body {
font-family: sans-serif;
margin:0 0px 0 0;
font-family:Tahoma,arial,Helvetica;
font-size:12px;
background-color:#FEFEFC;
background-image:url(images/bg.png);
background-position:top center;
background-repeat:repeat-x;
color:#333;
}
#content {
position:relative;
margin-top:0px;
display:block;
padding:15px 30px 30px 30px;
background-color:#fefefc;
}
#wrapper{
position:relative;
width:950px;
margin:0 auto;
display:block;
background-repeat:no-repeat;
}
a,a:link,a:visited {
color:#375f82;
}
.ddrSummaryLeft {
position: absolute;
left: 0;
}
.ddrSummaryRight {
position: absolute;
right: 0;
}
.formHeader {
font-weight: bold;
}
.logoContainer {
background: url(images/headerBg.png);
width: 950px;
height: 106px;
}
.nameValuePair {
}
.nameValueName {
font-weight: bold;
position: absolute;
top: 0;
left: 0;
width: 200;
}
.nameValueValue {
position: absolute;
top: 0;
right: 0;
}