| 2 |
lars |
1 |
/* GENERAL ELEMENTS */
|
|
|
2 |
|
|
|
3 |
* { margin: 0; padding: 0; }
|
|
|
4 |
|
|
|
5 |
body, input, select, textarea { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; }
|
|
|
6 |
body { color: #333; background-color: #fff; text-align: center; }
|
|
|
7 |
|
|
|
8 |
a:link { color:#0060BF; text-decoration: underline; }
|
|
|
9 |
a:visited { color:#0060BF; text-decoration: underline; }
|
|
|
10 |
a:active { color:#0060BF; text-decoration: underline; }
|
|
|
11 |
a:hover { color:#000000; text-decoration: underline; }
|
|
|
12 |
|
|
|
13 |
h1, h2, h3, h4, h5, h6 { font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, arial, helvetica, sans-serif; font-weight: bold; color: #666; }
|
|
|
14 |
h1 { font-size: 1.8em; margin: 0em 0em 0.6em 0em; color: #EC5800; }
|
|
|
15 |
h2 { font-size: 1.5em; margin: 1.2em 0em 0.4em 0em; }
|
|
|
16 |
h3 { font-size: 1.4em; margin: 1.2em 0em 0.4em 0em; color: #EC5800; }
|
|
|
17 |
h4 { font-size: 1.2em; margin: 1.2em 0em 0.4em 0em; }
|
|
|
18 |
h5 { font-size: 1.0em; margin: 1.2em 0em 0.4em 0em; }
|
|
|
19 |
h6 { font-size: 0.8em; margin: 1.2em 0em 0.4em 0em; }
|
|
|
20 |
|
|
|
21 |
img { border: 0px; }
|
|
|
22 |
|
|
|
23 |
p { font-size: 1.0em; line-height: 1.3em; margin: 1.2em 0em 1.2em 0em; }
|
|
|
24 |
li > p { margin-top: 0.2em; }
|
|
|
25 |
pre { font-family: monospace; font-size: 1.0em; }
|
|
|
26 |
strong, b { font-weight: bold; }
|
|
|
27 |
|
|
|
28 |
/* PAGE ELEMENTS */
|
|
|
29 |
|
|
|
30 |
/* Content */
|
|
|
31 |
|
|
|
32 |
#content { margin: 0em auto; width: 765px; padding: 10px 0 10px 0; text-align: left; /* Win IE5 */ }
|
|
|
33 |
.content { margin-left: 4.5em; margin-right: 4.5em; }
|
|
|
34 |
.content ol, .content ul, .content li { font-size: 1.0em; line-height: 1.3em; margin: 0.2em 0 0.1em 1.5em; }
|
|
|
35 |
.content ol.terms li { margin-bottom: 1em; }
|
|
|
36 |
|
|
|
37 |
/* Header */
|
|
|
38 |
|
|
|
39 |
#header { padding-bottom: 10em; }
|
|
|
40 |
#headerlogo { float: left; }
|
|
|
41 |
#headerlogo img { width: 188px; height: 83px; }
|
|
|
42 |
#headernav { float: right; }
|
|
|
43 |
|
|
|
44 |
label { font-weight: bold; }
|
|
|
45 |
#reminders label { font-weight: normal; }
|
|
|
46 |
|
|
|
47 |
table.tabbedtable { padding-left: 3em; }
|
|
|
48 |
table.tabbedtable td { padding-bottom: 5px; }
|
|
|
49 |
table.tabbedtable label { text-align: right; padding-right: 9px; }
|
|
|
50 |
.hiddenlabel { visibility: hidden; }
|
|
|
51 |
.largelink { border: 1px solid #cacaca; padding: 10px; background-color: #E8EEF7; font-size: 1.2em; font-weight: bold; }
|
|
|
52 |
.largelinkwrap { padding-top: 10px; padding-bottom: 10px; }
|
|
|
53 |
|
|
|
54 |
|
|
|
55 |
|
|
|
56 |
#signuptab {
|
|
|
57 |
float:left;
|
|
|
58 |
width:100%;
|
|
|
59 |
background:#fff url("bg.gif") repeat-x bottom;
|
|
|
60 |
font-size: 1.0em;
|
|
|
61 |
line-height: normal;
|
|
|
62 |
}
|
|
|
63 |
#signuptab ul {
|
|
|
64 |
margin:0;
|
|
|
65 |
padding: 0px 10px 0px 10px;
|
|
|
66 |
list-style:none;
|
|
|
67 |
}
|
|
|
68 |
#signuptab li {
|
|
|
69 |
float:left;
|
|
|
70 |
background:url("left_white.png") no-repeat left top;
|
|
|
71 |
margin:0;
|
|
|
72 |
padding:0 3px 0 9px;
|
|
|
73 |
border-bottom:1px solid #CACACA;
|
|
|
74 |
}
|
|
|
75 |
#signuptab a {
|
|
|
76 |
float:left;
|
|
|
77 |
display:block;
|
|
|
78 |
width:.1em;
|
|
|
79 |
background:url("right_white.png") no-repeat right top;
|
|
|
80 |
padding:2px 15px 0px 6px;
|
|
|
81 |
text-decoration:none;
|
|
|
82 |
font-weight:bold;
|
|
|
83 |
color:#fff;
|
|
|
84 |
white-space: nowrap;
|
|
|
85 |
}
|
|
|
86 |
#signuptab > ul a {width:auto;}
|
|
|
87 |
/* Commented Backslash Hack hides rule from IE5-Mac \*/
|
|
|
88 |
#signuptab a {float:none;}
|
|
|
89 |
/* End IE5-Mac hack */
|
|
|
90 |
#signuptab a:hover {
|
|
|
91 |
color:#333;
|
|
|
92 |
}
|
|
|
93 |
#signuptab #signupcurrent {
|
|
|
94 |
background-position:0 -150px;
|
|
|
95 |
border-width:0;
|
|
|
96 |
}
|
|
|
97 |
#signuptab #signupcurrent a {
|
|
|
98 |
background-position:100% -150px;
|
|
|
99 |
padding-bottom:1px;
|
|
|
100 |
color:#000;
|
|
|
101 |
}
|
|
|
102 |
#signuptab li:hover, #signuptab li:hover a {
|
|
|
103 |
background-position:0% -150px;
|
|
|
104 |
color:#000;
|
|
|
105 |
}
|
|
|
106 |
#signuptab li:hover a {
|
|
|
107 |
background-position:100% -150px;
|
|
|
108 |
}
|
|
|
109 |
|
|
|
110 |
/* Signup box */
|
|
|
111 |
|
|
|
112 |
#signupbox {
|
|
|
113 |
width: 100%;
|
|
|
114 |
text-align: center;
|
|
|
115 |
margin: 0em auto;
|
|
|
116 |
}
|
|
|
117 |
|
|
|
118 |
#signupwrap {
|
|
|
119 |
border: 1px solid #CACACA;
|
|
|
120 |
border-top: 0;
|
|
|
121 |
text-align: left;
|
|
|
122 |
padding: 35px 10px 20px 30px;
|
|
|
123 |
clear: both;
|
|
|
124 |
}
|
|
|
125 |
|
|
|
126 |
/* Unsupported browsers */
|
|
|
127 |
|
|
|
128 |
.orange_rbcontent { padding: 0.4em; }
|
|
|
129 |
.orange_rbroundbox { width: 100%; }
|
|
|
130 |
|
|
|
131 |
#unsupported {
|
|
|
132 |
font-weight: bold;
|
|
|
133 |
text-align: left;
|
|
|
134 |
}
|
|
|
135 |
|
|
|
136 |
/*#content {
|
|
|
137 |
padding-top: 15px;
|
|
|
138 |
}*/
|
|
|
139 |
|
|
|
140 |
/* Signup form */
|
|
|
141 |
|
|
|
142 |
#signupform table {
|
|
|
143 |
border-spacing: 0px;
|
|
|
144 |
border-collapse: collapse;
|
|
|
145 |
empty-cells: show;
|
|
|
146 |
}
|
|
|
147 |
|
|
|
148 |
#signupform .label {
|
|
|
149 |
padding-top: 2px;
|
|
|
150 |
padding-right: 8px;
|
|
|
151 |
vertical-align: top;
|
|
|
152 |
text-align: right;
|
|
|
153 |
width: 125px;
|
|
|
154 |
white-space: nowrap;
|
|
|
155 |
}
|
|
|
156 |
|
|
|
157 |
#signupform .field {
|
|
|
158 |
padding-bottom: 10px;
|
|
|
159 |
white-space: nowrap;
|
|
|
160 |
}
|
|
|
161 |
|
|
|
162 |
#signupform .status {
|
|
|
163 |
padding-top: 2px;
|
|
|
164 |
padding-left: 8px;
|
|
|
165 |
vertical-align: top;
|
|
|
166 |
width: 246px;
|
|
|
167 |
white-space: nowrap;
|
|
|
168 |
}
|
|
|
169 |
|
|
|
170 |
#signupform .textfield {
|
|
|
171 |
width: 150px;
|
|
|
172 |
}
|
|
|
173 |
|
|
|
174 |
#signupform label.error {
|
|
|
175 |
background:url("../images/unchecked.gif") no-repeat 0px 0px;
|
|
|
176 |
padding-left: 16px;
|
|
|
177 |
padding-bottom: 2px;
|
|
|
178 |
font-weight: bold;
|
|
|
179 |
color: #EA5200;
|
|
|
180 |
}
|
|
|
181 |
|
|
|
182 |
#signupform label.checked {
|
|
|
183 |
background:url("../images/checked.gif") no-repeat 0px 0px;
|
|
|
184 |
}
|
|
|
185 |
|
|
|
186 |
#signupform .success_msg {
|
|
|
187 |
font-weight: bold;
|
|
|
188 |
color: #0060BF;
|
|
|
189 |
margin-left: 19px;
|
|
|
190 |
}
|
|
|
191 |
|
|
|
192 |
#signupform #dateformatStatus, #signupform #termsStatus {
|
|
|
193 |
margin-left: 6px;
|
|
|
194 |
}
|
|
|
195 |
|
|
|
196 |
#signupform #dateformat_eu {
|
|
|
197 |
vertical-align: middle;
|
|
|
198 |
}
|
|
|
199 |
|
|
|
200 |
#signupform #ldateformat_eu {
|
|
|
201 |
font-weight: normal;
|
|
|
202 |
vertical-align: middle;
|
|
|
203 |
}
|
|
|
204 |
|
|
|
205 |
#signupform #dateformat_am {
|
|
|
206 |
vertical-align: middle;
|
|
|
207 |
}
|
|
|
208 |
|
|
|
209 |
#signupform #ldateformat_am {
|
|
|
210 |
font-weight: normal;
|
|
|
211 |
vertical-align: middle;
|
|
|
212 |
}
|
|
|
213 |
|
|
|
214 |
#signupform #termswrap {
|
|
|
215 |
float: left;
|
|
|
216 |
}
|
|
|
217 |
|
|
|
218 |
#signupform #terms {
|
|
|
219 |
vertical-align: middle;
|
|
|
220 |
float: left;
|
|
|
221 |
display: block;
|
|
|
222 |
margin-right: 5px;
|
|
|
223 |
}
|
|
|
224 |
|
|
|
225 |
#signupform #lterms {
|
|
|
226 |
font-weight: normal;
|
|
|
227 |
vertical-align: middle;
|
|
|
228 |
float: left;
|
|
|
229 |
display: block;
|
|
|
230 |
width: 350px;
|
|
|
231 |
white-space: normal;
|
|
|
232 |
}
|
|
|
233 |
|
|
|
234 |
#signupform #lsignupsubmit {
|
|
|
235 |
visibility: hidden;
|
|
|
236 |
}
|