Project

General

Profile

1
* html body * { overflow :visible; }
2
* html div { height :1em; /* Workaround gegen den 3-Pixel-Bug des Internet Explorers 6 */ }
3
html{ font-family :Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; font-size :100.1%; font-weight :normal; color :#333333; overflow :auto; overflow-y :scroll; }
4
body{ margin :0 auto; padding :0px; background :#a8bccb; text-align :left; font-size :0.8em; }
5
/*  */
6
div.main { border :0px none #666666; margin :0px auto 1em auto; min-width :75em; max-width :90em; font-size :1.0em; padding :10px 15px; width :83%; overflow :hidden; }
7
.td { clear :both; font-size :1.0em; margin :0 auto; text-align :center; width :100%; }
8
div.main .table { background :url(../images/bgtitle.png) #ffffff repeat-x; margin :0 auto; overflow :auto; width :100%; }
9
.wrapper { position :relative; display :block; overflow :auto; width :inherit; }
10
.content { padding :25px 15px; text-align :left; overflow :hidden; }
11
img { border :none; }
12
.input_small { width :20px; }
13
.input_narrow { width :100px; }
14
.input_normal { width :110px; }
15
.input_medium { width :150px; }
16
.input_wide { width :200px; }
17
.input_large { width :300px; }
18
.input_full { width :100%; }
19
/*  */
20
table { border-collapse :collapse; width :100%; table-layout :inherit; }
21
table.layout { table-layout :auto; }
22
table.header { margin :auto; width :100%; }
23
table.header td { min-width :10%; }
24
   table.header td.logo { padding-right :20px; width :278px; }
25
   table.header td.version { float :right; margin :15px auto; text-align :right; min-width :100px; white-space :nowrap; }
26
   table.header td.topnav { margin :0 auto; padding-top :1em; text-align :center; min-width :200px; white-space :nowrap; }
27
   table td a { text-decoration :none; display :inline; }
28
   table td a:hover { color :#3366ff; text-decoration :underline; }
29
/* header horizontal navigation */  
30
div.hmenu { background :url(../images/menu.png) #486991 repeat-x center; line-height :32px; margin :0px auto; font-size :1em; float :left; width :100%; }
31
   div.hmenu ul { color :#ffffff; margin :0px auto; display :block; padding :0 0 0 10px; list-style-position :outside; }
32
	   div.hmenu * a { color :#ffffff; text-decoration :none; }
33
   div.hmenu ul li { color :#ffffff; display :inline; padding :10px 0px; }
34
   div.hmenu ul li a { color :#ffffff; display :inline; height :2em; padding :7px 5px; font-weight :bold; background :transparent; }
35
   div.hmenu ul li a.active,
36
   div.hmenu ul li a.current { color :#ffffff; background :transparent url(../images/menuo.png) repeat-x center; }
37
   div.hmenu ul li:hover,
38
   div.hmenu ul li a:hover { color :#ffffff; background :transparent url(../images/menuo.png) repeat-x center; }
39
/* */
40
table.footer { margin :1em auto; width :100%; }
41
table.footer fieldset { background :#a8bccb; margin :0.5em auto; text-align :center; }
42
   table.footer a { text-decoration :none; }
43
   table.footer a:hover { color :#3366ff; text-decoration :underline; }
44
   table.footer tbody tr td { font-size :1em; text-align :center; }
45
/* clearing */
46
.clear:after { clear :both; content :"."; display :block; font-size :0; height :0; visibility :hidden; }
47
.clear { clear :both; display :block; }
48
.ie-clearing { display :none; }
49
.floatbox { overflow :hidden; }
50
.spacer { line-height :1em; margin-right :0.5em; position :relative; }
51
/* ************************************************************************** */
52
/* DIV-mbox to show selector or simply content only ************************* */
53
div.mbox { padding :5px 10px; margin :5px auto; background-color :#ffffff; color :#330033; font-size :1em; display :block; }
54
 	div.mbox div { }
55
		div.mbox div a { font-size :1em; color :#0052a1; }
56
		div.mbox div a:hover { color :#0099ff; }
57
		div.mbox div p.title { margin :0; padding :0.08em 0 0.6em 0; font-size :110%; color :#0052a1; font-weight :bold; }
58
		div.mbox div p { margin :0; padding :0 0 0.6em 0; }
59
div.mbox:hover { }
60
/* extension for mbox to show additional icons on left side ***************** */
61
div.mbox-icon { background-repeat :no-repeat; background-image :url(icons/info_50.png); background-position :15px 50%; padding :10px 5px; min-height :25px; }
62
	div.mbox-icon div { margin-left :70px; border-left :0px outset; padding-left :5px; }
63
div.mbox-icon16 { background-repeat :no-repeat; background-image :url(icons/info_16.png); background-position :5px 50%; padding :5px; min-height :10px; }
64
	div.mbox-icon16 div { margin-left :30px; border-left :4px outset; padding-left :5px; }
65
/* coloring of the mbox and other boxes also ******************************** */
66
div.box-ok { border-color :#008000; color :#008000; }
67
div.box-error { border-color :#ff0000; color :#ff0000; }
68
div.box-info { border-color :#bb7a00; color :#003ff2; }
69
div.box-warning { border-color :#ffa500; color :#ffa500; }
70
/* Border attributes for mbox and other elements also *********************** */
71
/* label/input attributes for mbox for tableless design *********************** */
72
div.mbox label, 
73
div.mbox select, 
74
div.mbox span, 
75
div.mbox textarea, 
76
div.mbox input { display :block; float :left; margin :3px auto; }
77
div.mbox label { padding-right :5px; }
78
div.mbox br { clear :both; }
79
div.mbox span { white-space :nowrap; }
80
div.mbox [type="radio"],
81
div.mbox [type="checkbox"] { width :1.5em; }
82
/**/
83
div.mbox label.radio { text-align :left; padding-right :20px; width :100px; }
84
/* END of mbox - definition ************************************************* */
85
/* ************************************************************************** */
86
div.mbox input [type="checkbox"] { width :2.5em; }
87
div.mbox.dev-info { background :#dddddd; font-size :0.9em; color :#9b0000; overflow :auto; height :auto; white-space :normal; margin :0 auto 3em; position :relative; }
88
div.mbox.dev-info div span { margin-bottom :1px; }
89
/* */
90
.msg-box { background :#e5ffe6; border :0.2em #009900 solid; color :#336600; margin-bottom :1em; padding :0.63em; text-align :left; }
91
.error-box { background :#ffeeee; border :0.2em #884444 solid; color :#440000; margin-bottom :1em; padding :0.63em; text-align :center; }
92
.msg-box p,
93
.error-box p { font-size :120%; }
94
/* */
95
.cleft { float :left; }
96
.cright { float :right; }
97
.center{ text-align :center; }
98
.hidden { visibility :hidden; }
99
.left{ text-align :left; }
100
.right{ text-align :right; }
101
.middle { vertical-align :middle; }
102
.top { vertical-align :top; }
103
.nowrap { white-space :nowrap; }
104
.hide, .none { display :none; height :0; }
105
#hide1, #hide2, #hide3 { display :none; }
106
/* */
107
.rBold{ text-align :right; font-weight :bold; vertical-align :middle; }
108
.rightTop{ text-align :right; vertical-align :top; }
109
.bold{ font-weight :bold; }
110
.grey { color :#999999; }
111
.row_0 { background-color :#ffffff; }
112
.row_1 { background-color :#eeeeee; }
113
.rounded { border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; }
114
.shadow { box-shadow :3px 3px 10px rgba(0, 0, 0, 0.6); }
115
.shadow1 { margin :40px; background-color :#444444; /* Needed for IEs */ -moz-box-shadow :5px 5px 5px rgba(68,68,68,0.6); -webkit-box-shadow :5px 5px 5px rgba(68,68,68,0.6); box-shadow :5px 5px 5px rgba(68,68,68,0.6); zoom :1; }
116
.gradient1 { background-color :#ababab; background-image :-moz-linear-gradient(90deg, #ababab, #00001c 33px); background-image :-webkit-linear-gradient(90deg, #ababab, #00001c 33px); background-image :-o-linear-gradient(90deg, #ababab, #00001c 33px); background-image :-ms-linear-gradient(90deg, #ababab, #00001c 33px); background-image :linear-gradient(90deg, #ababab, #00001c 33px); }
117
/* set div layers in dead tables */
118
.info { padding :10px; margin-bottom :0.5em; background :#f8f8f8; color :#666666; font-size :91.7%; }
119
.note { border :2px #448844 solid; padding :10px; margin :10px auto; background :#eeffee; color :#004400; }
120
.important { border :2px #888844 solid; padding :10px; margin-bottom :1em; background :#ffffee; color :#444400; }
121
.warning { border :2px #884444 solid; padding :10px; margin-bottom :1em; background :#ffeeee; color :#440000; }
122
.graphic { border :0px solid #fdfdfd; height :52px; padding-left :3px; width :70px; }
123
.graphic img { background-color :transparent; border :1px solid #d0d0d0; padding :2px; vertical-align :middle; width :50px; height :50px; }
124
.section { background-color :transparent; font-size :0.9em; margin-bottom :15px; padding :5px; height :85px; }
125
table.section { border-collapse :separate; width :100%; table-layout :fixed; border-spacing :0px; border :1px solid #999999; }
126
.section tr td.graphic { border-right :2px solid #cccccc; width :60px; height :50px; padding :5px; margin :0; }
127
.section tbody tr { padding :5px; }
128
.description { padding :4px 0 0 10px; text-align :left; }
129
.title { text-align :left; padding :4px 5px 0px 3px; font-weight :bold; font-size :1.2em; margin-bottom :5px; }
130
   span.title { display :block; }
131
.tool_table td { text-align :left; vertical-align :top; }
132
.tool_table ul { margin :0; padding :0; margin-left :20px; margin-bottom :2px; }
133
.tool_table li { padding :1px; list-style-type :disc; }
134
/* new tablelayout without table attribute  */
135
div.settings_table { margin :0 auto; width :90%; }
136
form.settings_table { border :1px none #eeee; font-family :verdana,arial,helvetica,sans-serif; margin :5px auto; padding :5px; }
137
   form.settings_table fieldset { border :2px none #eeeeee; display :block; line-height :1.0em; margin :1px auto; padding :3px 0px 3px 0px; }
138
   input[type="file"] { width :100%; border :1px solid #000000; background-color :#ccccff; }
139
   legend.settings_table ,
140
   form.settings_table legend { border :none; color :#006699; font-size :140%; margin :5px; padding :0; }
141
   form.settings_table div.sub-row { background-color :transparent !important; background-color :#eeeeee; }
142
   form.settings_table label { text-align :right; margin :1px auto; }
143
   form.settings_table label.setting_name { clear :left; color :#333333; vertical-align :top; display :block; margin :3px auto; min-height :1.6em; float :left; padding-right :5px; width :30%; }
144
   form.settings_table fieldset div.input { padding :0; margin :0 auto; vertical-align :top; overflow :hidden; display :inline; line-height :2em; min-height :1em; list-style-type :none; width :60%; }
145
   form.settings_table fieldset div.input input.radio { margin :0.8em auto; border :none; padding-left :6px; }
146
   form.settings_table fieldset div.input label { margin :6px auto; padding-left :6px; min-height :1em; width :35%; float :none; display :inline; vertical-align :top; }
147
   form.settings_table input[type="text"],
148
   form.settings_table input[type="password"] { border :1px solid #666666; margin :0px auto; padding-left :5px; width :59%; }
149
   form.settings_table input.radio { border :1px none #666666; margin :0px auto; padding-left :0.5em; height :1em; }
150
   form.settings_table input[type="button"].button { border :1px solid #666666; color :#000000; text-align :left; font-weight :bold; background-color :#dddddd; margin :2px auto; padding :2px 0px 2px 6px; width :60%; }
151
   form.settings_table textarea { border :1px solid #666666; margin :3px auto; padding-left :0.5em; min-height :1em; width :59%; }
152
   form.settings_table select { border :1px solid #666666; margin :3px auto; padding-left :0.5em; min-height :1em; width :60%; }
153
/* */
154
div.content_box form { }
155
div.sub-row { background-color :#eeeeee; margin :1px auto; overflow :hidden; padding :0; }
156
div.col_content { margin-right :0.5em; padding :2px 0; }
157
.content_box { position :relative; margin :0px auto; padding :0; }
158
   .content_box form { background :transparent; height :auto; }
159
   .content_box li { float :left; padding :0 10px; list-style-type :none; display :block; }
160
   .content_box ul { padding :0 0 0 15px; margin :0 auto; width :100%; }
161
   .content_box h5.title { color :#339bff; font-weight :bold; font-size :1.2em; margin :0 auto; text-align :left; }
162
   .content_box h5.title a:link { color :#0067ca; }
163
   .content_box h5.title a:hover { color :#0099ff; }
164
   .content_box h5.noscript { font-size :1.2em; padding :5px 0px 5px 0px; }
165
   .content_box div.noscript { height :auto; width :100%; padding :5px; background :none no-repeat left; }
166
/*  */
167
   button { padding :2px; }
168
   button.link { padding :0px; background-color :transparent; display :inline; vertical-align :middle; border :0px none; cursor :pointer; }
169
   button span.title { font-size :1.3em; display :inline; font-weight :100; color :#007ac8; letter-spacing :1px; }
170
.curved { border :1px solid #666666; }
171
/*  */
172
textarea { /* none|horizontal|vertical|both */ resize :both; }
173
textarea.vert { resize :vertical; }
174
textarea.noResize { resize :none; }
175
h1, h2, h3, h4, h5, h6 { color :#006699; display :block; font-weight :normal; margin :0.5em auto; padding-bottom :5px; }
176
h6 { font-size :100%; }
177
#file_mode, 
178
#dir_mode { width :280px; height :auto; margin-right :5px; font-size :1em; float: left; }
179
#file_mode table, 
180
#dir_mode table { width :280px; height :auto; margin-right :5px; font-size :1em; float: left; }
181
#file_mode input, 
182
#dir_mode input { width :12px; height :12px; }
183
table.permission_box { width :280px; border :2px solid #dddddd; }
184
table.permission_box caption { text-align :center; line-height :30px; font-weight :bold; }
185
table.permission_box thead { text-align :left; background :#d2e8e8; }
186
table.permission_box tbody { text-align :left; }
187
table.permission_box td label { text-align :left; vertical-align :text-top; font-size :0.8em; }
188
/* */
189
div.page-info table { border-collapse :collapse; width :100%; table-layout :fixed; margin-bottom :10px; }
190
div.page-info .id { width :80px; }
191
div.page-info .description { width :30%; }
192
div.page-info table tbody td { padding :5px; background :#f0f0f0; }
193
div.pages_list { font-size :0.6em; width :100%; }
194
table.pages_list table td, 
195
table.pages_view td { font-size :1.2em; padding :0 2px; vertical-align :middle; margin :0 auto; height :30px; }
196
table.pages_view { background-color :#cee1ea; border :0; border-spacing :0px; font-size :1.5em; line-height :2em; margin :0 auto; table-layout :fixed; width :100%; }
197
table.pages_view a:link { display :inline; padding :2px; font-weight :bold; text-decoration :none; vertical-align :baseline; }
198
table.pages_view a:link span { vertical-align :baseline; }
199
table.pages_view a:hover { background :transparent; text-decoration :none; }
200
table.pages_view tr:hover { background-color :#f1f8dd; }
201
table a:link { display :inline; font-weight :bold; padding-top :0; text-decoration :none; vertical-align :baseline; }
202
table a:hover { color :#6699ff; }
203
a:link { display :inline; font-weight :bold; padding-top :0; text-decoration :none; vertical-align :baseline; }
204
a:visited { color :#0066cc; }
205
a:hover { color :#6699ff; text-decoration :underline; }
206
/* */
207
.header_list_actions { text-align :left; padding :3px; width :180px; }
208
.header_list_block { text-align :left; width :120px; }
209
.header_list_page_id { padding :3px; text-align :right; width :30px; }
210
.header_list_menu_title { padding : 3px; }
211
.header_list_page_title { width :350px; }
212
/**/
213
.list_page_title, .list_menu_title, 
214
.header_list_menu_title, .header_list_type { text-align :left; vertical-align :middle; padding : 3px; }
215
.header_list_pubdate_start, 
216
.header_list_pubdate_end, 
217
.list_pubdate_start, 
218
.list_pubdate_end { text-align :left; white-space :nowrap; width :185px; }
219
.header_list_sections_actions { text-align :left; width :30px; }
220
.header_list_type { font-size :1em; padding :4px 0; text-align :left; width :34%; }
221
.jsadmin_drag img { cursor :pointer; margin-top :0px; padding :0px 0; vertical-align :baseline; }
222
.list_actions { height :20px; padding :0 1px; text-align :left; width :20px; }
223
.list_page_code, 
224
.list_page_language { width :240px; }
225
.list_pubdate_start input[type="text"], 
226
.list_pubdate_end input[type="text"] { width :120px; }
227
.list_section_id, 
228
.list_page_id, 
229
.header_list_section_id { padding :0 3px; text-align :right; vertical-align :middle; width :2em; }
230
.modify_link { display :inline; padding :0 2px; vertical-align :baseline; }
231
.page_list { display :none; }
232
img.page_list_rights { border :none; float :left; margin :0 auto; padding :0 2px; }
233
.page_list_show li { display :block; }
234
.pages_list 
235
.icon_col td img { border-style :none; display :inline; float :left; padding-right :7px; }
236
.pages_list { }
237
.list_page_title { width :350px; }
238
.icon_col td img { border-style :none; display :inline; float :left; padding-right :7px; }
239
.pages_list table { background-color :#dcdcdc; font-size :1.3em; margin :0 auto; table-layout :fixed; width :100%; }
240
.pages_list ul { font-weight :normal; margin :0; padding :0px; }
241
.pages_list ul li { list-style-type :none; margin :1px 0; padding :0; vertical-align :baseline; }
242
.sectionrow { font-size :1.1em; height :30px; table-layout :fixed; }
243
.sectionrow a:link { color :#003366; font-weight :bold; text-decoration :none; }
244
.sectionrow a:hover { color :#6699ff; }
245
.sections_list { padding :2px 0px 2px 5px; font-size :1.0em; width :100%; }
246
.sections_list { background :#dddddd; font-size :1em; font-weight :bold; padding-left :10px; }
247
.sections_list,
248
.pages_list_header { font-weight :bold; line-height :1.5em; margin-bottom :5px; text-align :left; }
249
.pages_list_header { padding :2px 0px 2px 5px; font-size :1.3em; height :25px; }
250
.value_page_code { color :#006400; font-weight :400; width :240px; }
251
.section-info { margin :1em auto; }
252
/* depending styles for /admin/pages_settings */
253
div.page-settings { font-size :0.9em; border :none; text-align :left; overflow :hidden; }
254
	div.page-settings div.caption { font-size :1em; font-weight :bold; padding :3px 0 0px 0; margin :0; padding :0; border :0px none; margin-bottom :10px; border-bottom :groove 2px #a8bccb; width :100%; }
255
	div.page-settings label { display :inline-block; }
256
	div.page-settings input,
257
	div.page-settings textarea,
258
	div.page-settings select { width :200px; }
259
	div.page-settings select { }
260
	div.page-settings textarea { height :5em; }
261
	div.page-settings [type=checkbox] { width :2.5em; }
262
	div.page-settings [type=reset],
263
	div.page-settings [type=submit] { padding :2px; width :auto; }
264
div.page-settings-leftcol { float :left; padding :10px 10px 10px 10px; border-right :groove 0px #a8bccb; border: 0 solid 1px  #a8bccb :; }
265
div.page-settings-leftcol div.page-settings-tab { border :solid 1px #a8bccb; padding :8px; margin-bottom :8px; }
266
	div.page-settings-leftcol div { padding :2px 0 3px 0; vertical-align :top; }
267
	div.page-settings-leftcol label { width :170px; vertical-align :top; }
268
div.page-settings-righttoprow { margin-left :0px; padding :10px; border :solid 0px #a8bccb; }
269
	div.page-settings-righttoprow label { width :110px; vertical-align :top; }
270
div.page-settings-centercol { float :left; padding :10px; border-right :groove 0px #a8bccb; width :40%; }
271
div.page-settings-right { float :none; padding :10px 10px 10px 10px; border-right :groove 0px #a8bccb; border :solid 0px #a8bccb; margin-left :417px; min-width :40em; }
272
div.page-settings-right div.content { border :solid 1px #a8bccb; min-width :10em; }
273
div.page-settings-right div.page-settings-tab { border :solid 1px #a8bccb; padding :8px; margin-bottom :8px; }
274
div.page-settings-rightcol { float :none; padding :0px; border :none; }
275
h1, h2, h3, h4, h5, h6 { color :#003366; display :block; font-weight :normal; margin :0.4em auto; padding-bottom :5px; }
276
h6 { font-size :100%; }
277
/* end depending styles for /admin/pages_settings */
278
div.page-settings-leftcol label { background-repeat :no-repeat; background-position :right; text-align :right; padding-right :17px; font-weight :bold; width :156px; }
279
div.page-settings-leftcol label a:link { text-decoration :none; color :#003366; }
280
div.page-settings-leftcol label a:hover { color :#006699; text-decoration :underline; }
281
div.page-settings-leftcol textarea { resize :vertical; }
282
#overDiv { max-width :450px; background-position :center; background-attachment :fixed; text-align :left; line-height :1em; padding :1px; font-size :120%; }
283
div.page-settings span.overlib { width :20px; margin-left :-20px; }
284
/* */
285
div.page_group { height :174px; max-height :260px; margin :0; padding :0; overflow :auto; }
286
div.page_group div { overflow :hidden; }
287
div.page-settings select.page_user { width :100%; min-width :160px; }
288
div.page-settings p.page_user,
289
div.page-settings p.page_group { }
290
/* */
291
.header_title, .setting_value input, .setting_value select, .setting_value textarea, .value_input input, .value_input text, .value_input select, .form_submit, .input_full { width :80%; }
292
div.mbox span { white-space :nowrap; }
293
div.mbox span label { padding-right :5px; }
294
div.mbox span [type="checkbox"] { width :2.5em; }
295
div.col_content { margin :auto 5px; padding :2px 0; }
296
div.col_content ul li { font-size :86%; margin :auto 2px; }
297
.curved { border :1px solid #666666; }
298
.c33, 
299
div.col_width33 { width :33.333%; }
300
.c50, div.col_width50 { width :46%; }
301
.c60, div.col_width60 { width :60%; }
302
.h65 { min-height :65px; overflow :auto; }
303
.h80 { height :80px; line-height :1.3em; }
304
.min_h100 { min-height :100px; }
305
.c100, div.col_width100 { width :100%; margin :0 auto; }
306
.c400, .col_width400 { width :400px; }
307
/* */
308
div.admintools { display :block; border :0px none #333333; margin :auto 2%; min-height :1%; padding :2px; text-align :center; overflow :auto; }
309
div.admintools .section { width :100%; }
310
   div.admintools ul { padding :0; min-height :100px; overflow :hidden; }
311
   div.admintools ul li { float :left; border :0px none #666666 solid; max-height :7em; list-style-type :none; padding :1px; margin :2px 1% auto 1%; width :46%; }
312
   div.admintools li span { display :block; float :none; line-height :1em; font-size :1.2em; }
313
   div.admintools span.title { font-size :1.1em; }
314
/* */
315
.access h2,.access h3,.access h4,.access h6 { font-weight :bold; }
316
.account { width :100%; margin :0 auto; }
317
div.account form.settings_table { width :100%; }
318
div.account form.settings_table table td { width :40%; }
319
div.account form.settings_table table td.value_input { width :80%; }
320
/* expression msg box */
321
div.acess-main div.bottomdiv { background-color :#eff2f6; background-repeat :repeat-x; border-bottom :0px solid #0099ff; border-left :0px solid #0099ff; border-right :0px solid #0099ff; color :#003366; font-weight :bold; padding :10px; text-align :center; }
322
div.acess-main div.topdiv { background-color :#eff2f6; background-image :url("../images/menu.png"); background-position :left top; background-repeat :repeat-x; font-size :110%; font-weight :bold; height :34px; padding :5px 10px; color :#dddddd; }
323
div.acess-main .clear { clear :both; }
324
div.acess-main .invalid_message { clear :both; color :#990000; font-size :1em; height :auto; padding-top :5px; text-align :center; width :100%; }
325
div.acess-main { border :0 none #666666; font-size :1em; margin :0 auto 1em; max-width :60em; min-width :50em; overflow :hidden; padding :15px; width :58.6%; }
326
div.acess-main .table { background :url("../images/bgtitle.png") repeat-x scroll 0 0 #ffffff; margin :0 auto; overflow :hidden; padding :0px 0px; width :74%; }
327
div.acess-main table a:link { display :inline; font-weight :bold; padding-top :0; text-decoration :none; vertical-align :baseline; }
328
div.acess-main a:link { display :inline; font-weight :bold; padding-top :0; text-decoration :none; vertical-align :baseline; }
329
div.acess-main a:visited { color :#0066cc; }
330
div.acess-main a:hover { color :#6699ff; text-decoration :underline; }
331
div.acess-main div.content { overflow :hidden; padding :1px; text-align :left; }
332
div.acess-main div.bottomdiv h3 { font-weight :bold; color :#ff0000; }
333

    
334
.pages_list table td, table.pages_view td {
335
   padding :3px;
336
   font-size :130%;
337
}
338
select.pages-parent-list {
339
	width: 240px;
340
}
341
	select.pages-parent-list option {
342
		background: none no-repeat center left; 
343
		padding-left: 20px;
344
	}
(11-11/15)