|
0
|
1 |
body { |
|
|
2 |
|
|
|
3 |
font-family: Arial, Helvetica, sans serif; |
|
|
4 |
font-size: 12px; |
|
|
5 |
color: #4F5155; |
|
|
6 |
margin: 5px; |
|
|
7 |
padding: 0px; |
|
|
8 |
min-width:750px; |
|
|
9 |
text-align: justify; |
|
|
10 |
} |
|
|
11 |
|
|
|
12 |
a img,a:link img, a:active img, a:visited img, a:hover img { |
|
|
13 |
border:0px; |
|
|
14 |
} |
|
|
15 |
|
|
|
16 |
|
|
|
17 |
a:link |
|
|
18 |
{ |
|
|
19 |
text-decoration: none; |
|
|
20 |
color: #2181b1; |
|
|
21 |
text-decoration: none; |
|
|
22 |
font-family: Arial, Helvetica, sans-serif; |
|
|
23 |
/*font-weight: bold;*/ |
|
|
24 |
} |
|
|
25 |
|
|
|
26 |
a:hover |
|
|
27 |
{ |
|
|
28 |
color: #2181b1; |
|
|
29 |
text-decoration: none; |
|
|
30 |
font-family: Arial, Helvetica, sans-serif; |
|
|
31 |
/*border-bottom-width: 1px; |
|
|
32 |
border-bottom-style: dashed; |
|
|
33 |
border-bottom-color: #2c8084; |
|
|
34 |
/*font-weight: bold;*/ |
|
|
35 |
} |
|
|
36 |
a:visited { |
|
|
37 |
color: #2181b1; |
|
|
38 |
font-family: Arial, Helvetica, sans-serif; |
|
|
39 |
/*font-weight: bold;*/ |
|
|
40 |
} |
|
|
41 |
|
|
|
42 |
|
|
|
43 |
#container |
|
|
44 |
{ |
|
|
45 |
width: 90%; |
|
|
46 |
margin: 10px auto; |
|
|
47 |
background-color: #fff; |
|
|
48 |
color: #333; |
|
|
49 |
border: 1px solid gray; |
|
|
50 |
line-height: 130%; |
|
|
51 |
} |
|
|
52 |
|
|
|
53 |
|
|
|
54 |
|
|
|
55 |
#content |
|
|
56 |
{ |
|
|
57 |
margin-left: 200px; |
|
|
58 |
border-left: 1px solid gray; |
|
|
59 |
padding: 1em; |
|
|
60 |
max-width: 512px; |
|
|
61 |
} |
|
|
62 |
|
|
|
63 |
|
|
|
64 |
|
|
|
65 |
.bio_speaker |
|
|
66 |
{ |
|
|
67 |
margin-bottom : 30px; |
|
|
68 |
border-bottom: 1px solid gray; |
|
|
69 |
min-height: 150px; |
|
|
70 |
} |
|
|
71 |
|
|
|
72 |
.bio_session_title |
|
|
73 |
{ |
|
|
74 |
font-size: 14px; |
|
|
75 |
margin-bottom : 30px; |
|
|
76 |
border-bottom: 1px solid gray; |
|
|
77 |
} |
|
|
78 |
|
|
|
79 |
.bio_session_title_title |
|
|
80 |
{ |
|
|
81 |
font-weight : bold; |
|
|
82 |
} |
|
|
83 |
|
|
|
84 |
.bio_speaker_photo |
|
|
85 |
{ |
|
|
86 |
float: left; |
|
|
87 |
margin : 10px; |
|
|
88 |
margin-top: 0; |
|
|
89 |
} |
|
|
90 |
|
|
|
91 |
.bio_speaker_name_name |
|
|
92 |
{ |
|
|
93 |
font-weight : bold; |
|
|
94 |
text-decoration : underline; |
|
|
95 |
} |
|
|
96 |
|
|
|
97 |
|
|
|
98 |
#header |
|
|
99 |
{ |
|
|
100 |
padding: .5em; |
|
|
101 |
/*background-color: #ddd;*/ |
|
|
102 |
border-bottom: 1px solid gray; |
|
|
103 |
margin-left: 200px; |
|
|
104 |
border-left: 1px solid gray; |
|
|
105 |
padding: 1em; |
|
|
106 |
max-width: 40em; |
|
|
107 |
} |
|
|
108 |
|
|
|
109 |
|
|
|
110 |
#header_left |
|
|
111 |
{ |
|
|
112 |
max-width: 8em; |
|
|
113 |
font-size: 25px; |
|
|
114 |
font-weight : bold; |
|
|
115 |
text-align: left; |
|
|
116 |
} |
|
|
117 |
|
|
|
118 |
#header_left a:link |
|
|
119 |
{ |
|
|
120 |
text-decoration: none; |
|
|
121 |
} |
|
|
122 |
|
|
|
123 |
#header_left a:hover |
|
|
124 |
{ |
|
|
125 |
color: #4F5155; |
|
|
126 |
text-decoration: none; |
|
|
127 |
} |
|
|
128 |
#header_left a:visited { |
|
|
129 |
color: #4F5155; |
|
|
130 |
text-decoration: none; |
|
|
131 |
} |
|
|
132 |
|
|
|
133 |
|
|
|
134 |
#header_right |
|
|
135 |
{ |
|
|
136 |
text-align: right; |
|
|
137 |
} |
|
|
138 |
|
|
|
139 |
#header_right a:link |
|
|
140 |
{ |
|
|
141 |
text-decoration: none; |
|
|
142 |
text-decoration: none; |
|
|
143 |
color: white; |
|
|
144 |
} |
|
|
145 |
|
|
|
146 |
#header_right a:hover |
|
|
147 |
{ |
|
|
148 |
text-decoration: none; |
|
|
149 |
color: white; |
|
|
150 |
} |
|
|
151 |
|
|
|
152 |
#header_right a:visited { |
|
|
153 |
text-decoration: none; |
|
|
154 |
color: white; |
|
|
155 |
} |
|
|
156 |
|
|
|
157 |
|
|
|
158 |
#footer |
|
|
159 |
{ |
|
|
160 |
clear: both; |
|
|
161 |
margin: 0; |
|
|
162 |
padding: .5em; |
|
|
163 |
/*background-color: #ddd;*/ |
|
|
164 |
border-top: 1px solid gray; |
|
|
165 |
} |
|
|
166 |
|
|
5
|
167 |
#admin_footer |
|
|
168 |
{ |
|
|
169 |
clear: both; |
|
|
170 |
margin: 0; |
|
|
171 |
padding: .5em; |
|
|
172 |
/*background-color: #ddd;*/ |
|
|
173 |
border-top: 1px solid gray; |
|
|
174 |
} |
|
|
175 |
|
|
0
|
176 |
.version |
|
|
177 |
{ |
|
|
178 |
text-align: right; |
|
|
179 |
color: white; |
|
|
180 |
font-size:9px; |
|
|
181 |
} |
|
|
182 |
|
|
|
183 |
.version a:link |
|
|
184 |
{ |
|
|
185 |
text-decoration: none; |
|
|
186 |
color: white; |
|
|
187 |
text-decoration: bold; |
|
|
188 |
font-weight: bold; |
|
|
189 |
border-bottom-style: none; |
|
|
190 |
} |
|
|
191 |
.version a:hover |
|
|
192 |
{ |
|
|
193 |
color: #2c8084; |
|
|
194 |
text-decoration: none; |
|
|
195 |
font-weight: bold; |
|
|
196 |
border-bottom-width: 0px; |
|
|
197 |
border-bottom-style: none; |
|
|
198 |
} |
|
|
199 |
|
|
|
200 |
.version a:active |
|
|
201 |
{ |
|
|
202 |
color: white; |
|
|
203 |
text-decoration: none; |
|
|
204 |
font-weight: bold; |
|
|
205 |
border-bottom-style: none; |
|
|
206 |
} |
|
|
207 |
|
|
|
208 |
.version a:visited |
|
|
209 |
{ |
|
|
210 |
color: white; |
|
|
211 |
font-weight: bold; |
|
|
212 |
border-bottom-style: none; |
|
|
213 |
} |
|
|
214 |
|
|
|
215 |
.small |
|
|
216 |
{ |
|
|
217 |
font-size:9px; |
|
|
218 |
} |
|
|
219 |
|
|
|
220 |
.footer_img |
|
|
221 |
{ |
|
|
222 |
float: left; |
|
|
223 |
} |
|
|
224 |
|
|
|
225 |
.footer_img img |
|
|
226 |
{ |
|
|
227 |
padding-left: 10px; |
|
|
228 |
padding-right: 10px; |
|
|
229 |
} |
|
|
230 |
|
|
|
231 |
.footer_img a |
|
|
232 |
{ |
|
|
233 |
color: white; |
|
|
234 |
} |
|
|
235 |
|
|
|
236 |
.footer_img a:link |
|
|
237 |
{ |
|
|
238 |
color: white; |
|
|
239 |
} |
|
|
240 |
|
|
|
241 |
.footer_img a:hover |
|
|
242 |
{ |
|
|
243 |
color: white; |
|
|
244 |
} |
|
|
245 |
|
|
|
246 |
.footer_img a:visited |
|
|
247 |
{ |
|
|
248 |
color: white; |
|
|
249 |
} |
|
|
250 |
|
|
|
251 |
|
|
|
252 |
#home_links |
|
|
253 |
{ |
|
|
254 |
line-height: 150% |
|
|
255 |
} |
|
|
256 |
|
|
|
257 |
#search_form_div { |
|
|
258 |
text-align: center; |
|
|
259 |
padding: 10px; |
|
|
260 |
margin: 10px 10px; |
|
|
261 |
margin-bottom: 30px; |
|
|
262 |
background-color:#ececec; |
|
|
263 |
border: 1px solid #7E7E7E |
|
|
264 |
} |
|
|
265 |
|
|
|
266 |
|
|
|
267 |
|
|
|
268 |
#search_form ul { |
|
|
269 |
list-style-type: none; |
|
|
270 |
margin: 0; |
|
|
271 |
padding: 0; |
|
|
272 |
} |
|
|
273 |
|
|
|
274 |
#search_form ul li { |
|
|
275 |
display: inline; |
|
|
276 |
} |
|
|
277 |
|
|
|
278 |
.program_presentation_link { |
|
|
279 |
|
|
|
280 |
margin: 5px 5px; |
|
|
281 |
|
|
|
282 |
} |
|
|
283 |
|
|
|
284 |
.program_additional_link { |
|
|
285 |
margin: 5px 5px; |
|
|
286 |
} |
|
|
287 |
|
|
|
288 |
.program_day { |
|
|
289 |
font-size: 20px; |
|
|
290 |
margin-bottom: 10px; |
|
|
291 |
} |
|
|
292 |
|
|
|
293 |
.program_session { |
|
|
294 |
border-top: 1px solid gray; |
|
|
295 |
padding: 5px 5px; |
|
|
296 |
} |
|
|
297 |
|
|
|
298 |
.session_title_line { |
|
|
299 |
margin-bottom: 10px; |
|
|
300 |
} |
|
|
301 |
|
|
|
302 |
.session_context_title { |
|
|
303 |
font-weight: bold; |
|
|
304 |
} |
|
|
305 |
|
|
|
306 |
.session_speakers_title { |
|
|
307 |
font-weight: bold; |
|
|
308 |
} |
|
|
309 |
|
|
|
310 |
.session_title { |
|
|
311 |
font-weight: bold; |
|
|
312 |
} |
|
|
313 |
|
|
|
314 |
.speak_list { |
|
|
315 |
list-style-type: circle; |
|
|
316 |
line-height: 150%; |
|
|
317 |
} |
|
|
318 |
|
|
|
319 |
.bio_link { |
|
|
320 |
cursor: pointer; |
|
|
321 |
} |
|
|
322 |
|
|
|
323 |
.local_anchor a:visited |
|
|
324 |
{ |
|
|
325 |
text-decoration: none; |
|
|
326 |
} |
|
|
327 |
|
|
|
328 |
#indexing_pending { |
|
|
329 |
color: red ; |
|
|
330 |
} |