1
2li.newslist {
3  padding-bottom:                     1ex;
4  font-size:                       0.85em;
5  color:                          #828282;
6}
7
8.news_preview {
9  font-size:                       0.95em;
10  line-height:                       115%;
11  color:                          #828282;
12  margin:                               0;
13  padding:                              0;
14}
15
16.newsdate {
17  font-size:                          90%;
18  color:                          #9E9E9E;
19}
20
21/* --- news input style --- */
22  .news_form_div {
23    border:            1px dotted #828282;
24    background:                   #EEEDFF;
25    width:                          600px;
26    padding:                8px 6px 0 8px;
27    border-radius:                    4px;
28    box-shadow:       2px 2px 4px #6B6B6B;
29  }
30
31  .news_input_form {}
32
33  .anss_input_btn_save {
34    width:                          523px;
35    margin-bottom:                    6px;
36    text-align:                    center;
37  }
38
39  .news_input_head {
40    margin-left:                     45px;
41  }
42
43  .news_input_subtitle {
44    margin-left:                     45px;
45  }
46
47  .news_input_link {
48    margin-left:                     23px;
49  }
50
51  .news_input_start {
52    margin-left:                      3px;
53  }
54
55  .news_input_stop  {
56    margin-left:                     10px;
57  }
58
59  .news_input_textarea {
60    width: 100%;
61  }
62
63  .news_input_author  {
64    margin-left:                     60px;
65  }
66
67  .news_input_tags  {
68    margin-left:                     75px;
69  }
70
71  .nws_charcount {
72    font-style:                    italic;
73    font-size:                     0.75em;
74    color:                        #828282;
75  }
76
77  .news_input_anchor {
78    margin-left:                     63px;
79  }
80
81  .news_edittoolbar{
82    height:                          22px;
83  }
84  .newsedit_button{
85    margin:                           2px;
86
87  }
88  .newsedit_button:hover {
89    border:             1px solid #3EC0F0;
90    margin-top:                       1px;
91    margin-left:                      1px;
92    margin-right:                     1px;
93    border-radius:                    2px;
94    box-shadow:       1px 1px 1px #38ADD8;
95  }
96
97/* ---  news preview style --- */
98  .news_box {
99    border:             1px solid #D3D3D3;
100    background:                   #EEEDFF;
101    margin:            -48px -2% 3px 16px;
102    padding:                            0;
103    position:                    static;
104    border-radius:                    4px;
105    box-shadow:       2px 2px 4px #6B6B6B;
106  }
107
108  .news_header {
109    background-color:             #AF2A2A;
110    color:                        #FFFFFF;
111    text-decoration:            underline;
112    font-style:                    italic;
113    font-weight:                     bold;
114    height:                          24px;
115    border-radius:            4px 4px 0 0;
116    margin:                             0;
117    padding-left:                     1em;
118  }
119
120  .news_header_link {
121    margin-bottom:                    6px;
122    margin-left:                      9px;
123    font-weight:                     bold;
124    font-style:                    italic;
125    text-align:                      left;
126    text-decoration: underline !important;
127    color:            #FFFFFF  !important;
128  }
129
130  .prev_newsitem {
131    border-bottom:     1px dotted #D3D3D3;
132    padding-bottom:                   6px;
133    margin-bottom:                    6px;
134    margin-left:                      9px;
135  }
136
137  .news_link {
138    font-size:                        9pt;
139    color:             #5244D9 !important;
140    font-weight:                   normal;
141    font-style:                    italic;
142    line-height:        1.6em  !important;
143  }
144
145  .news_preview {
146    font-size:             8pt !important;
147    font-weight:                   normal;
148    font-style:                    italic;
149    line-height:        1.4em  !important;
150    color:                        #404040;
151    margin:                             0;
152    margin-bottom:                    4px;
153    padding:                            0;
154  }
155
156  .news_date {
157    font-size:                        70%;
158    font-style:                    italic;
159    color:             #828282 !important;
160    float:                          right;
161    margin-left:                      1em;
162  }
163
164  .news_date_a {
165    font-size:                        70%;
166    font-style:         italic !important;
167    color:             #828282 !important;
168  }
169
170  .news_subcontent {
171    position:                    absolute;
172    visibility:                    hidden;
173    width:                          308px;
174    height:                         254px;
175    padding:                          8px;
176    border-radius:                    4px;
177    background-color:             #ffffff;
178    border:               1px solid black;
179  }
180
181  .news_subcontent_pic {
182    width:                          300px;
183    height:                         246px;
184    margin-left:                     auto;
185    margin-right:                    auto;
186  }
187
188
189  /*-------------------------------------------------------*/
190  .allnews_list li {
191    list-style-type:                 none;
192    margin-left:                    -20px;
193  }
194
195  .allnews_head {
196    font-size:                       13pt;
197    text-decoration: underline !important;
198    color:             #686868 !important;
199  }
200
201  .allnews_date{
202    font-size:                        80%;
203    font-style:                    italic;
204    color:             #828282 !important;
205  }
206
207  .allnews_list hr {
208    margin-left:                    -35px;
209  }
210
211  .allnews_link {
212    font-size:                       11pt;
213    color:             #5244D9 !important;
214    font-weight:                     bold;
215    font-style:                    italic;
216  }
217
218  .all_news_article{
219    font-size:            10pt !important;
220    font-weight:                   normal;
221    font-style:                    normal;
222    color:                        #686868;
223    margin-bottom:                   10px;
224  }
225  .anss_del_img {
226    border:                             0;
227    background-color:         transparent;
228    background-image:url(images/delete.gif);
229    margin-top:                    -10px ;
230    margin-right:                   -6px ;
231    margin-left:                    10px ;
232    float:                          right;
233  }
234
235  .anss_del_img:hover {
236    border:                             0;
237    background-color:         transparent;
238    background-image:url(images/delete_hov.gif) !important;
239    margin-top:                    -10px ;
240    margin-right:                   -6px ;
241    margin-left:                    10px ;
242    float:                          right;
243  }
244  .anss_edit_img {
245    border:                             0;
246    background-color:         transparent;
247    background-image:url(images/edit.gif);
248    margin-top:                    -10px ;
249    margin-right:                   -6px ;
250    margin-left:                    20px ;
251    float:                          right;
252    background-color:         transparent;
253  }
254
255  .anss_edit_img:hover {
256    border:                             0;
257    background-color:         transparent;
258    background-image:url(images/edit_hov.gif) !important;
259    margin-top:                    -10px ;
260    margin-right:                   -6px ;
261    margin-left:                    20px ;
262    float:                          right;
263  }
264
265  .anss_sep {
266    color:             #D8D8D8 !important;
267  }
268  .newsclouddiv { margin: 0.5em 1em 0.5em 1em; line-height: 145%; }
269  .newsclouddiv a { padding: 0; margin: 0 0.5em; }
270
271  .newsclouddiv1 {
272    border:             1px solid #999999;
273    margin:           0.5em 1em 0.5em 1em;
274    padding:                        0.5em;
275    line-height:                     145%;
276    border-radius:                    4px;
277    box-shadow:       2px 2px 4px #6B6B6B;
278  }
279  .newsclouddiv1 a { padding: 0; margin: 0; }
280
281  .newscloud1 { font-size: 10px; color: #D3E0F5; }
282  .newscloud2 { font-size: 12px; color: #AEC4E5; }
283  .newscloud3 { font-size: 14px; color: #88A9DB; }
284  .newscloud4 { font-size: 16px; color: #4A7AC2; }
285  .newscloud5 { font-size: 18px; color: #003F9E; }
286
287/*____________ NEWS Archive style-class = toc ________________________________*/
288  #archive__toc {
289      background-color:         transparent;
290      float: right;
291      margin: 0 0 1.4em 1.4em;
292      width: 20em;
293      border-left: 1px solid #C3C3C3;
294      color: inherit;
295  }
296
297  #archive__toc_hr { clor: black; margin: 0; }
298
299  #archive__toc h3.toggle {
300    font-size: 0.875em;
301    letter-spacing: 0.1em;
302    margin-bottom: 0;
303    padding: 0.5em 1em;
304    font-weight: bold;
305  }
306
307  #archive__toc .toggle strong {
308    float: right;
309    margin: 0 .2em;
310    background: url("images/toc-arrows.png") repeat scroll 0 0 transparent;
311    height: 5px;
312    margin: 0.4em 0 0;
313    width: 8px;
314  }
315
316  #archive__toc div, #archive__box div { padding: 0em 1.5em; }
317  #archive__box div { padding-top: 0em; padding-bottom: 0.5em; }
318
319  #archive__toc ul, #archive__box ul {
320      padding: 0;
321      margin: 0;
322      font-size: .95em;
323  }
324
325  #archive__toc ul li, ul.n_box li {
326      padding-bottom: .75em;
327      margin: 0;
328      list-style-image: url("images/toc-bullet.png");
329  }
330
331  .archive_box .level3 {
332      padding-bottom: 0!important;
333  }
334
335  #archive__toc ul li div.li, #archive__box ul li div.li { padding: .15em 0; }
336  #archive__toc ul ul, #archive__box ul ul { padding-left: 1em; }
337
338  .news_subtitle {
339    font-size:             80%;
340    font-style:         italic;
341    color:             #828282;
342  }
343
344  .archive_item {
345    margin-top:              0;
346    margin-bottom:         5px;
347  }
348
349  div.backlinkDiv {
350    background:                   #EEEDFF;
351    border-radius:                    4px;
352    padding: 0.25em 0 0.25em 1em;
353  }
354
355.anss_intLink {
356    cursor: pointer;
357  }
358img.anss_intLink {
359    border: 0;
360    margin-bottom: 3px;
361    margin-left: 1px;
362    margin-right: 1px;
363  }
364
365  img.anss_intLink:hover {
366    background: rgb(255,255,204);
367    border: 1px dotted rgb(204,0,51);
368    margin-bottom: 1px;
369    margin-left: 0px;
370    margin-right: 0px;
371  }
372
373.anss_textBox {
374  background: rgb(255,255,255);
375  min-height: 200px;
376  border: 1px lightgrey solid;
377  padding: 12px;
378  overflow: scroll;
379  font-size:12pt;
380  font-family:Calibri;
381}
382
383.anss_textBox p, ul, ol, dl, pre, table, hr, blockquote, figure, details, fieldset, address {
384  margin: 0;
385}
386
387.anss_textBox #sourceText {
388  padding: 0;
389  margin: 0;
390  min-width: 498px;
391  min-height: 200px;
392}
393
394.anss_textBox blockquote {
395  margin: 0 0 0 4em;
396  border:         0;
397}
398
399.anss_textBox blockquote.ans_cite {
400  background: rgb(255,255,204);
401  border: 1px dotted rgb(192,192,192);
402  Border-left: 5px solid rgb(192,192,192);
403  border-radius: 5px;
404  margin: 0.5em 10px;
405  padding: 0.5em 10px;
406  font-style: italic;
407  box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.2);
408
409}
410.anss_textBox blockquote.ans_cite:before {
411  content: '\00BB';
412  color: #ccc;
413  background: rgb(255,255,204,0);
414  font-size: 2em;
415  line-height: 0.1em;
416  margin-right: 0.25em;
417  margin-left:-8px;
418
419}
420
421.anss_textBox blockquote.ans_cite p {
422  background: rgb(255,255,204);
423  display: inline;
424  border-radius: 0px 5px 5px 0px;
425}
426
427.anss_textBox code {
428  margin:        3px 3px 3px 0 !important;
429  padding:       3px !important;
430  border:        1px dotted #b0b0b0;
431  font-size:     inherit;
432  line-height:   inherit;
433  font-weight:   normal !important;
434  position:      relative;
435  float:         none;
436  border-radius: 4px 4px 4px 4px;
437  box-shadow:    3px 3px 5px 2px #CCCCCC;
438}
439